rainmeter-studio/Library
jsmorley 2029cea23f Revert "Added #NBSP# built-in variable to support using a Unicode no-break space in strings."
This reverts commit 73069b692f.

Reverted due to some risk of issues when used in Lua when the .lua file is not encoded and the user's local code page does not support the ANSI "no-break space".
2013-09-22 10:26:58 -04:00
..
lua Script: Add default value support for SKIN:GetVariable 2013-09-19 17:16:26 +03: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 CommandHandler: Fixed typo in eca5dd0 2013-09-12 11:44:49 -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 Common: Add UnitTest.h 2013-08-11 14:29:07 +03:00
ConfigParser.cpp Revert "Added #NBSP# built-in variable to support using a Unicode no-break space in strings." 2013-09-22 10:26:58 -04:00
ConfigParser.h ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +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 Added "Clear" button to About dialog (Log tab) 2013-08-25 12:09:54 -06:00
DialogAbout.h Added "Clear" button to About dialog (Log tab) 2013-08-25 12:09:54 -06:00
DialogManage.cpp Cosmetics 2013-08-25 22:47:20 -06:00
DialogManage.h Cosmetics 2013-08-25 22:47:20 -06:00
Error.cpp Adjusted copyright notice. 2012-01-23 06:36:15 +00:00
Error.h Adjusted copyright notice. 2012-01-23 06:36:15 +00:00
Export.cpp Additional changes to dca5795 2013-07-13 13:49:53 +03:00
Export.h Added C++ plugin SDK. 2012-02-04 13:00:49 +00:00
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 Gfx: Add some tests for TextFormatD2D 2013-08-11 14:12:23 +03:00
Library.vcxproj.filters Gfx: Add some tests for TextFormatD2D 2013-08-11 14:12:23 +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 Minor tweaks 2013-08-17 11:16:01 +03:00
Logger.h Fix typo in 7960dfe 2013-08-02 15:07:03 +03:00
Measure.cpp Tweak some log messages to remove redundant info 2013-09-14 12:57:33 +03: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 MeasureCalc: Allow for LowBound to equal HighBound. If LowBound is greater then HighBound, set HighBound equal to LowBound (and show error). 2013-08-19 14:41:45 -06:00
MeasureCalc.h MeasureCalc: Added "UniqueRandom" option. When "1", random numbers are only used once within the range {LowBound, HighBound}. 2013-08-15 18:12:36 -06:00
MeasureCPU.cpp Tweak some log messages to remove redundant info 2013-09-14 12:57:33 +03:00
MeasureCPU.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureDiskSpace.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureDiskSpace.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureMemory.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureMemory.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureNet.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +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 Script: Improve 6560518 2013-08-07 17:48:13 +03: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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureTime.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureUptime.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureUptime.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeasureVirtualMemory.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeasureVirtualMemory.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Meter.cpp Cosmetics 2013-09-01 00:01:50 -06:00
Meter.h Added "Padding" option to meters. 2013-07-20 10:07:51 -06:00
MeterBar.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterBar.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterBitmap.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03: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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03: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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03: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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
MeterRoundLine.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterString.cpp Gfx: Make D2D acknowledge trailing whitespace followed by a NBSP/MMSP 2013-08-11 12:11:59 +03:00
MeterString.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
MeterWindow.cpp Add #ROOTCONFIG# variable 2013-09-15 15:05:06 +03:00
MeterWindow.h Add #ROOTCONFIG# variable 2013-09-15 15:05:06 +03:00
Mouse.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
Mouse.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Rainmeter.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
Rainmeter.h Manage Dialog: Added "UseD2D" option in the Settings Tab 2013-07-25 16:44:06 -06:00
RainmeterQuery.h Change NULL to nullptr 2013-05-31 17:28:39 +03:00
resource.h Added "Clear" button to About dialog (Log tab) 2013-08-25 12:09:54 -06:00
Section.cpp ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03:00
Section.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
SkinRegistry_Test.cpp Common: Add UnitTest.h 2013-08-11 14:29:07 +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 Adjusted copyright notice. 2012-01-23 06:36:15 +00:00
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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +03: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 ConfigParser: Implement ReadBool 2013-07-31 13:36:53 +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 Adjusted copyright notice. 2012-01-23 06:36:15 +00:00