rainmeter-studio/Common
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
..
Gfx Added "AccurateText" option [Rainmeter] section of a skin. 2013-07-25 14:53:02 -06:00
Common_Test.vcxproj Make unit tests available in Release builds 2013-06-13 21:13:57 +03:00
Common_Test.vcxproj.filters Add tests for StringUtil 2013-06-13 17:01:16 +03:00
Common.vcxproj Revert "Fix running debug projects that use unit testing" 2013-06-13 20:23:42 +03:00
Common.vcxproj.filters Revert "Fix running debug projects that use unit testing" 2013-06-13 20:23:42 +03:00
ControlTemplate.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
ControlTemplate.h
Dialog.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Dialog.h
MathParser_Test.cpp Cosmetics 2013-06-14 16:58:53 +03:00
MathParser.cpp Move MathParser to Common 2013-06-13 17:00:24 +03:00
MathParser.h Move MathParser to Common 2013-06-13 17:00:24 +03:00
MenuTemplate.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
MenuTemplate.h
PathUtil_Test.cpp Cosmetics 2013-06-14 16:58:53 +03:00
PathUtil.cpp Cosmetics 2013-06-12 23:08:45 +03:00
PathUtil.h Move path related functions into PathUtil 2013-06-12 21:15:16 +03:00
Platform.cpp
Platform.h
RawString.h Move RawString.h into Common 2013-05-31 17:34:36 +03:00
StringUtil_Test.cpp Cosmetics 2013-06-14 16:58:53 +03:00
StringUtil.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
StringUtil.h