rainmeter-studio/Library
2010-11-13 16:01:15 +00:00
..
ccalc-0.5.1 - Additional fix for r502. Functions/Measures/Counter in Formula are now case-insensitive in MeasureCalc. 2010-08-10 18:23:10 +00:00
Res Added 32x32 icon image for Alt+Tab. 2010-08-25 15:48:21 +00:00
AboutDialog.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
AboutDialog.h Fixed a issue that Rainmeter crashes at LSLog(). (multithreading issue) 2010-09-19 09:21:25 +00:00
ConfigParser.cpp - Added multiple MeterStyle. 2010-11-04 00:17:42 +00:00
ConfigParser.h - Added multiple MeterStyle. 2010-11-04 00:17:42 +00:00
Error.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Error.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Export.h Code cleanup. 2009-02-14 10:11:28 +00:00
Group.cpp - Added multiple MeterStyle. 2010-11-04 00:17:42 +00:00
Group.h - Added "Group" option to Measure/Meter to operate Measures/Meters in bulk. 2010-07-07 23:46:44 +00:00
Library.rc Changed Application.rc and Library.rc to go back to using code page 1252, as the mismatch between changing to VALUE "Translation", 0x409, 1200 and the value in BLOCK "040904E4" causes 3rd party apps to fail to read the version information. I'm not sure I see any need to possibly break things in any case changing the code page for this version info block when it really doesn't matter what it is. 1252 is the tried and true Windows standard "Latin" that we are sure works on any version of Windows and any language setup. Just don't put UNICODE chars in the version information, and we are good to go... ;-) 2010-11-13 16:01:15 +00:00
Library.vcproj Adding version info to Rainmeter.dll. 2010-11-13 14:51:58 +00:00
Litestep.cpp Cosmetic changes. 2010-09-21 22:47:53 +00:00
Litestep.h Fixed a issue that Rainmeter crashes at LSLog(). (multithreading issue) 2010-09-19 09:21:25 +00:00
Measure.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Measure.h - Added "Group" option to Measure/Meter to operate Measures/Meters in bulk. 2010-07-07 23:46:44 +00:00
MeasureCalc.cpp Code cleanup & cosmetics. 2010-10-31 20:13:32 +00:00
MeasureCalc.h Fixed the issue that RANDOM is replaced incorrectly in Measure=Calc. 2010-08-11 18:08:41 +00:00
MeasureCPU.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeasureCPU.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeasureDiskSpace.cpp Code cleanup & cosmetics. 2010-10-31 20:13:32 +00:00
MeasureDiskSpace.h [Measure/FreeDiskSpace] 2009-10-14 09:18:12 +00:00
MeasureMemory.cpp Added cache for the fonts. 2009-10-07 16:45:14 +00:00
MeasureMemory.h Code cleanup. 2009-02-14 10:11:28 +00:00
MeasureNet.cpp Code cleanups. 2010-11-06 23:13:12 +00:00
MeasureNet.h Code cleanups. 2010-11-06 23:13:12 +00:00
MeasureNetIn.cpp - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasureNetIn.h - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasureNetOut.cpp - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasureNetOut.h - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasureNetTotal.cpp - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasureNetTotal.h - Added the function that measures the CPU usage for multi core/processors. 2010-02-13 03:07:34 +00:00
MeasurePhysicalMemory.cpp Added cache for the fonts. 2009-10-07 16:45:14 +00:00
MeasurePhysicalMemory.h Code cleanup. 2009-02-14 10:11:28 +00:00
MeasurePlugin.cpp Cosmetic changes here and there. 2010-09-21 11:09:36 +00:00
MeasurePlugin.h Code cleanup. 2009-02-14 10:11:28 +00:00
MeasureRegistry.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeasureRegistry.h Code cleanup. 2009-02-14 10:11:28 +00:00
MeasureTime.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeasureTime.h Fixed the issue that Rainmeter crashes if a invalid format parameter is specified in MeasureTime/MeasureUptime. 2010-08-07 19:03:58 +00:00
MeasureUptime.cpp Cosmetic changes. 2010-09-21 22:47:53 +00:00
MeasureUptime.h Code cleanup. 2009-02-14 10:11:28 +00:00
MeasureVirtualMemory.cpp Added cache for the fonts. 2009-10-07 16:45:14 +00:00
MeasureVirtualMemory.h Code cleanup. 2009-02-14 10:11:28 +00:00
Meter.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Meter.h - Added multiple MeterStyle. 2010-11-04 00:17:42 +00:00
MeterBar.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterBar.h * MeterImage 2010-10-17 17:51:14 +00:00
MeterBitmap.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterBitmap.h Added support for transformation matrix in meters. 2009-07-27 11:48:57 +00:00
MeterButton.cpp - Fixed an issue that audio commands fail in some cases. 2010-09-02 16:03:15 +00:00
MeterButton.h Fixed the compatibility issue for the skins that are using MouseOverAction/MouseLeaveAction in Meters. 2010-08-13 23:20:20 +00:00
MeterHistogram.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterHistogram.h Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box. 2010-06-03 14:14:53 +00:00
MeterImage.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterImage.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterLine.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterLine.h The antialias setting can be set for all meters. 2009-07-29 11:52:01 +00:00
MeterRotator.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterRotator.h * MeterImage 2010-10-17 17:51:14 +00:00
MeterRoundLine.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterRoundLine.h The antialias setting can be set for all meters. 2009-07-29 11:52:01 +00:00
MeterString.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterString.h Cosmetic changes. 2010-09-21 22:47:53 +00:00
MeterWindow.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
MeterWindow.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Rainmeter.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Rainmeter.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
RainmeterQuery.h Added changes by JamesAC, Spx and Patrick/Dexpot to expand the range of information which can be requested from Rainmeter via Windows Messages. (SendMessage/WM_COPYDATA) 2010-06-28 22:30:20 +00:00
resource.h Changed the limit of the config menuitem ID. (3000 to 10000) 2010-11-12 15:29:44 +00:00
StdAfx.cpp Added cache for the fonts. 2009-10-07 16:45:14 +00:00
StdAfx.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
System.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
System.h Code cleanup & cosmetic. 2010-09-17 08:47:22 +00:00
TrayWindow.cpp Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
TrayWindow.h Small change about !RainmeterQuit (simpler way) 2010-04-02 06:54:51 +00:00
UpdateCheck.cpp Code cleanup & cosmetics. 2010-10-31 20:13:32 +00:00
UpdateCheck.h Code cleanup. 2009-02-14 10:11:28 +00:00