rainmeter-studio/Library
2012-09-30 18:09:14 +03:00
..
lua Script: Fixed NULL dereference in some cases 2012-09-02 10:26:09 +03:00
pcre-8.10
ConfigParser.cpp Tweaks 2012-09-21 22:30:44 +03:00
ConfigParser.h Tweaks 2012-09-21 22:30:44 +03:00
Dialog.cpp Cosmetics 2012-06-23 22:17:16 +03:00
Dialog.h Fixed dialog layout with RTL languages 2012-06-19 13:52:07 +03:00
DialogAbout.cpp Tweaks 2012-09-08 10:09:14 -07:00
DialogAbout.h
DialogManage.cpp Added support for Author under [Metadata] 2012-09-30 18:09:14 +03:00
DialogManage.h
DisableThreadLibraryCalls.h
Error.cpp
Error.h
Export.cpp Tweaks 2012-08-05 16:12:36 +03:00
Export.h
Exports.def
Group.cpp Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
Group.h Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
Library.rc Cosmetic changes to resources 2012-03-26 18:49:31 +03:00
Library.vcxproj Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
Library.vcxproj.filters Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
Litestep.cpp Tweaks 2012-09-08 10:09:14 -07:00
Litestep.h Additional changes to 05d4304 2012-08-18 09:45:16 +03:00
MathParser.cpp
MathParser.h Cosmetics. 2012-02-20 14:49:38 +00:00
Measure.cpp IfEqualAction: Now compares the values as 64bit integer. 2012-09-06 00:39:01 -07:00
Measure.h IfEqualAction: Now compares the values as 64bit integer. 2012-09-06 00:39:01 -07:00
MeasureCalc.cpp Fixed that meters were initialized before measures 2012-07-18 08:19:01 +03:00
MeasureCalc.h
MeasureCPU.cpp
MeasureCPU.h
MeasureDiskSpace.cpp Cosmetics 2012-09-21 13:17:18 +03:00
MeasureDiskSpace.h Cosmetics 2012-09-21 13:17:18 +03:00
MeasureMemory.cpp Partially reverted cbee39e 2012-08-15 21:14:22 +03:00
MeasureMemory.h
MeasureNet.cpp Net: Removed TrafficAction (broken since 0.14) 2012-09-21 13:13:02 +03:00
MeasureNet.h Net: Removed TrafficAction (broken since 0.14) 2012-09-21 13:13:02 +03:00
MeasureNetIn.cpp
MeasureNetIn.h
MeasureNetOut.cpp
MeasureNetOut.h
MeasureNetTotal.cpp
MeasureNetTotal.h
MeasurePhysicalMemory.cpp Minor optimizations for memory measures 2012-08-12 17:31:10 +03:00
MeasurePhysicalMemory.h
MeasurePlugin.cpp
MeasurePlugin.h
MeasureRegistry.cpp Changed Registry measure to convert REG_SZ to a number (if applicable) 2012-08-23 10:20:45 -06:00
MeasureRegistry.h
MeasureScript.cpp Script: Reverted Unicode change (99c67f7) 2012-07-21 19:46:00 +03:00
MeasureScript.h Script: Reverted Unicode change (99c67f7) 2012-07-21 19:46:00 +03:00
MeasureTime.cpp Time: Added support for formulas in TimeZone 2012-09-24 17:23:33 +03:00
MeasureTime.h Added TimeStamp option to Time measures 2012-08-29 09:59:36 -06:00
MeasureUptime.cpp
MeasureUptime.h
MeasureVirtualMemory.cpp Partially reverted cbee39e 2012-08-15 21:14:22 +03:00
MeasureVirtualMemory.h
Meter.cpp Fixed issue with StringAlign and Relative Positioning 2012-08-12 23:42:50 -06:00
Meter.h Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
MeterBar.cpp Tweaked measure binding 2012-07-17 10:37:53 +03:00
MeterBar.h Fixed Bar/Histogram meters containing wrong width/height values when used with images 2012-08-04 17:15:56 -06:00
MeterBitmap.cpp Tweaked measure binding 2012-07-17 10:37:53 +03:00
MeterBitmap.h
MeterButton.cpp Tweaked measure binding 2012-07-17 10:37:53 +03:00
MeterButton.h Fixed Bar/Histogram meters containing wrong width/height values when used with images 2012-08-04 17:15:56 -06:00
MeterHistogram.cpp Fixed resizing of certain meters with !SetOption 2012-08-03 17:18:12 -06:00
MeterHistogram.h Fixed Bar/Histogram meters containing wrong width/height values when used with images 2012-08-04 17:15:56 -06:00
MeterImage.cpp Added PreserveAspectRatio=2 feature to Image meter (Thanks Kaelri!) 2012-08-17 10:20:25 -07:00
MeterImage.h Added PreserveAspectRatio=2 feature to Image meter (Thanks Kaelri!) 2012-08-17 10:20:25 -07:00
MeterLine.cpp Line: Fixed scaling issue caused by 4bbc372 2012-07-23 10:25:24 +03:00
MeterLine.h Tweaked measure binding 2012-07-17 10:37:53 +03:00
MeterRotator.cpp Tweaked measure binding 2012-07-17 10:37:53 +03:00
MeterRotator.h
MeterRoundLine.cpp Tweaked measure binding for RoundLine meters 2012-09-29 13:29:38 -06:00
MeterRoundLine.h Tweaked measure binding for RoundLine meters 2012-09-29 13:29:38 -06:00
MeterString.cpp Cleanup 2012-09-26 18:47:25 -07:00
MeterString.h Fixed Bar/Histogram meters containing wrong width/height values when used with images 2012-08-04 17:15:56 -06:00
MeterWindow.cpp Fixed typo in @1e3d6c156d71953bb1faa48d8b64635bc956bbd2 2012-09-23 22:59:22 -06:00
MeterWindow.h Additional changes to f2b52b4 2012-07-18 09:22:47 +03:00
Mouse.cpp Additional change to ff7814b 2012-07-17 08:48:35 +03:00
Mouse.h Additional changes to custom mouse cursors 2012-07-17 00:52:22 -04:00
Rainmeter.cpp Deprecated undocumented LogViewer option (in Rainmeter.ini); minor code cosmetics (poiru's suggestion) 2012-08-18 09:02:20 -06:00
Rainmeter.h Deprecated undocumented LogViewer option (in Rainmeter.ini); minor code cosmetics (poiru's suggestion) 2012-08-18 09:02:20 -06:00
RainmeterQuery.h
RawString.h Minor change 2012-03-26 18:36:30 +03:00
resource.h
Section.h Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
StdAfx.cpp
StdAfx.h Changed network stats format (Rainmeter.stats) 2012-04-08 07:00:17 -07:00
System.cpp Disabled system critical error message boxes on startup 2012-08-12 17:46:23 +03:00
System.h Disabled system critical error message boxes on startup 2012-08-12 17:46:23 +03:00
TintedImage.cpp
TintedImage.h Cosmetics: Changed "config" to more consistent and descriptive terms 2012-06-01 16:06:36 +03:00
TrayWindow.cpp Removed redundant code 2012-08-12 17:02:08 +03:00
TrayWindow.h - Added a workaround for missing tray icon in some cases on startup. 2012-08-05 07:37:45 -07:00
UpdateCheck.cpp
UpdateCheck.h