rainmeter-studio/Library
2014-02-28 18:35:32 +02:00
..
lua Library: Simplify PCH use 2014-01-05 13:00:50 +02:00
pcre-8.10 Got rid of pcre linker warnings. 2011-05-16 09:24:13 +00:00
Test/SkinRegistry Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
CommandHandler.cpp Add !SkinCustomMenu bang that displays the user-defined context menu items only 2014-02-07 20:49:31 +02:00
CommandHandler.h Add !SkinCustomMenu bang that displays the user-defined context menu items only 2014-02-07 20:49:31 +02:00
ConfigParser_Test.cpp Library: Simplify PCH use 2014-01-05 13:00:50 +02:00
ConfigParser.cpp Rename EscapeUrl to EncodeUrl 2014-01-04 21:47:45 +02:00
ConfigParser.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
ContextMenu.cpp ContextMenu: Fix complier warnings 2014-02-13 09:43:44 -07:00
ContextMenu.h Add !SkinCustomMenu bang that displays the user-defined context menu items only 2014-02-07 20:49:31 +02:00
Dialog.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Dialog.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
DialogAbout.cpp Tweaks 2014-02-13 09:57:08 -07:00
DialogAbout.h Added OS name and architecture to the about dialog. Also moved GetPlatformName() from the SysInfo plugin to Platform namespace. 2014-02-11 12:17:05 -07:00
DialogManage.cpp Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
DialogManage.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
Error.cpp
Error.h
Export.cpp Unignore and fix warnings in Library/ 2013-12-23 19:42:31 +00:00
Export.h
Exports.def Plugin API: Add RmLog and RmLogF functions 2013-10-21 18:04:13 +03:00
Group.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Group.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
IfActions.cpp Cosmetics 2014-01-03 23:48:40 -07:00
IfActions.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
Library_Lua.vcxproj Move Lua into separate Library_Lua project 2014-01-05 12:41:42 +02:00
Library_PCRE.vcxproj Move PCRE into separate Library_PCRE project 2014-01-05 12:44:34 +02:00
Library.rc
Library.vcxproj Add project directory to AdditionalIncludeDirectories to fix IntelliSense warning for StdAfx.h includes in subdirectories 2014-01-05 13:23:05 +02:00
Library.vcxproj.filters Move Gfx code into Common project 2014-01-05 12:52:36 +02:00
Litestep.cpp Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
Litestep.h Refactor command and bang logic into new CCommandHandler class 2013-05-30 19:55:59 +03:00
Logger.cpp Plugin API: Add RmLog and RmLogF functions 2013-10-21 18:04:13 +03:00
Logger.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
Measure.cpp Fixed bug in 1383c04 2014-01-01 09:14:49 -07:00
Measure.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureCalc.cpp Fixed bug in 1383c04 2014-01-01 09:14:49 -07:00
MeasureCalc.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureCPU.cpp Tweak some log messages to remove redundant info 2013-09-14 12:57:33 +03:00
MeasureCPU.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureDiskSpace.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureDiskSpace.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureMemory.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureMemory.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureNet.cpp Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
MeasureNet.h Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
MeasureNetIn.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetIn.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureNetOut.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetOut.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureNetTotal.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetTotal.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasurePhysicalMemory.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasurePhysicalMemory.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasurePlugin.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasurePlugin.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureRegistry.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureRegistry.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureScript.cpp Script: Improve 6560518 2013-08-07 17:48:13 +03:00
MeasureScript.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureString.cpp MeasureString: Changed floating-point conversion function to CRT function 2014-01-03 12:00:00 -07:00
MeasureString.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureTime.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureTime.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureUptime.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureUptime.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeasureVirtualMemory.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureVirtualMemory.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
Meter.cpp Unignore and fix warnings in Library/ 2013-12-23 19:42:31 +00:00
Meter.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterBar.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterBar.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterBitmap.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterBitmap.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterButton.cpp Fixed hittest of Button meter due to lack of compatibility with new "Padding" option 2013-07-21 19:46:13 +09:00
MeterButton.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterHistogram.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterHistogram.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterImage.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterImage.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterLine.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterLine.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterRotator.cpp Rotator: Use more exact value of 2π for RotationAngle 2014-01-05 11:43:50 +02:00
MeterRotator.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterRoundLine.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterRoundLine.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterString.cpp Unignore and fix warnings in Library/ 2013-12-23 19:42:31 +00:00
MeterString.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
MeterWindow.cpp Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
MeterWindow.h Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
Mouse.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
Mouse.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
Rainmeter.cpp Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
Rainmeter.h Add !SkinCustomMenu bang that displays the user-defined context menu items only 2014-02-07 20:49:31 +02:00
RainmeterQuery.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
resource.h Add "Use D2D rendering" option to skin context menu 2013-10-06 10:57:24 +03:00
Section.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
Section.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
SkinRegistry_Test.cpp Library: Simplify PCH use 2014-01-05 13:00:50 +02:00
SkinRegistry.cpp Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
SkinRegistry.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
StdAfx.cpp
StdAfx.h Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
System.cpp Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
System.h Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
TintedImage.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
TintedImage.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
TrayWindow.cpp Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
TrayWindow.h Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00
UpdateCheck.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
UpdateCheck.h