rainmeter-studio/Library
Brian Ferguson b27bf1ee63 Added "AccurateText" option [Rainmeter] section of a skin.
When AccurateText=0 (default) and UseD2D=0, inaccurate GDI+ measuring of text is used
When AccurateText=1 and UseD2D=0, Accurate measuring occurs similar to D2D
When AccurateText=0 and UseD2D=1, D2D adds padding to the text similar to GDI+
When AccurateText=1 and UseD2D=1, Accurate measuring occurs using D2D
2013-07-25 14:53:02 -06:00
..
lua Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
pcre-8.10
Test/SkinRegistry Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
CommandHandler.cpp Add !PauseMeasure, !UnpauseMeasure, and !TogglePauseMeasure bangs. This is similar to a disabled measure, only it retains its value instead of changing to 0. 2013-07-11 14:29:23 -06:00
CommandHandler.h Add !PauseMeasure, !UnpauseMeasure, and !TogglePauseMeasure bangs. This is similar to a disabled measure, only it retains its value instead of changing to 0. 2013-07-11 14:29:23 -06:00
ConfigParser_Test.cpp Cosmetics 2013-06-14 16:58:53 +03:00
ConfigParser.cpp Revert ConfigParser change in f9ab4ee 2013-07-12 23:14:48 +03:00
ConfigParser.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
ContextMenu.cpp Additional tweaks to a4c7e83 2013-06-16 20:02:28 +03:00
ContextMenu.h Move context menu related code into ContextMenu.cpp 2013-06-16 19:54:22 +03: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 and cosmetics 2013-07-12 10:34:40 +03:00
DialogAbout.h Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
DialogManage.cpp Move context menu related code into ContextMenu.cpp 2013-06-16 19:54:22 +03:00
DialogManage.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Error.cpp
Error.h
Export.cpp Additional changes to dca5795 2013-07-13 13:49:53 +03:00
Export.h
Exports.def Plugin API: Add RmReplaceVariables function 2013-07-12 23:01:02 +03:00
Group.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Group.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Library.rc Cosmetic changes to resources 2012-03-26 18:49:31 +03:00
Library.vcxproj Move context menu related code into ContextMenu.cpp 2013-06-16 19:54:22 +03:00
Library.vcxproj.filters Move context menu related code into ContextMenu.cpp 2013-06-16 19:54:22 +03:00
Litestep.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
Litestep.h Refactor command and bang logic into new CCommandHandler class 2013-05-30 19:55:59 +03:00
Logger.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
Logger.h Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
Measure.cpp Add "Paused=0/1" to measures. This is an addition to a883e9d. 2013-07-15 11:59:58 -06:00
Measure.h Add "Paused=0/1" to measures. This is an addition to a883e9d. 2013-07-15 11:59:58 -06:00
MeasureCalc.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureCalc.h Move MathParser to Common 2013-06-13 17:00:24 +03:00
MeasureCPU.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureCPU.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureDiskSpace.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureDiskSpace.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureMemory.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureMemory.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNet.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
MeasureNet.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetIn.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetIn.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetOut.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetOut.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetTotal.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNetTotal.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasurePhysicalMemory.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasurePhysicalMemory.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasurePlugin.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasurePlugin.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
MeasureRegistry.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureRegistry.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureScript.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureScript.h Script: Fix that some meter related operations (e.g. !HideMeterGroup) did not work in Initialize() 2013-06-23 14:03:44 +03:00
MeasureTime.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureTime.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureUptime.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
MeasureUptime.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureVirtualMemory.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureVirtualMemory.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Meter.cpp Fixed issues with Padding 2013-07-21 09:49:16 -06:00
Meter.h Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterBar.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterBar.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterBitmap.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterBitmap.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03: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 Changed Button meter behavior. Now ignores transparent area of the button when mouseover. 2013-07-16 12:26:31 +09:00
MeterHistogram.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterHistogram.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterImage.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterImage.h Fixed mistake in previous commits 2013-06-17 21:05:31 +09:00
MeterLine.cpp Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterLine.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterRotator.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
MeterRotator.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterRoundLine.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterRoundLine.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterString.cpp Fixed issues with Padding 2013-07-21 09:49:16 -06:00
MeterString.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterWindow.cpp Added "AccurateText" option [Rainmeter] section of a skin. 2013-07-25 14:53:02 -06:00
MeterWindow.h Added "AccurateText" option [Rainmeter] section of a skin. 2013-07-25 14:53:02 -06:00
Mouse.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
Mouse.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Rainmeter.cpp Additional fix to 7849b2a 2013-07-09 21:59:37 +09:00
Rainmeter.h Move context menu related code into ContextMenu.cpp 2013-06-16 19:54:22 +03:00
RainmeterQuery.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
resource.h Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
Section.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
Section.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
SkinRegistry_Test.cpp Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
SkinRegistry.cpp Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
SkinRegistry.h Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
StdAfx.cpp
StdAfx.h Change to use the Win8 SDK headers despite using the v110_xp toolset 2013-05-01 13:51:21 +03:00
System.cpp !SetWallpaper: Additional fix to 3104a53 2013-07-17 06:17:34 +09:00
System.h Move path related functions into PathUtil 2013-06-12 21:15:16 +03:00
TintedImage.cpp Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06:00
TintedImage.h ImagePath: Fixed that the image was not reloaded when changing with !SetOption 2013-06-07 23:45:28 -06:00
TrayWindow.cpp Refactor skin scanning and skin folder indexing into SkinRegistry.cpp 2013-06-16 19:36:09 +03:00
TrayWindow.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
UpdateCheck.cpp Make Rainmeter a singleton class 2013-06-13 17:20:27 +03:00
UpdateCheck.h