rainmeter-studio/Library
Birunthan Mohanathas 23f4a31bf0 Script: Fixed that the value of the Script measure is not reset when an error occurs.
In the following case, for example, the value of the measure used to remain 10 even after an error. Now it will default to 0 on error.

function Initialize()
	i = 0
end

function Update()
	if i < 5 then
		i = i + 1
		return 10
	else
		i() -- error here, execution stops
		return 2
	end
end
2011-07-25 17:59:43 +00:00
..
ccalc-0.5.1 - Removed problematic setting from Lua headers. 2011-01-28 13:13:12 +00:00
lua Script: Fixed that the value of the Script measure is not reset when an error occurs. 2011-07-25 17:59:43 +00:00
pcre-8.10 Got rid of pcre linker warnings. 2011-05-16 09:24:13 +00:00
Res Fixed that Windows 7 shows pixelated icon for About window when 'Use small icons' is set (added 16x16 image to window.ico). 2010-11-27 11:42:04 +00:00
AboutDialog.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
AboutDialog.h Minor improvement to About dialog (The plugins list is now generated only when Plugins entry is selected, not on initialization. As a result, the About dialog opens considerably faster.). 2011-01-30 16:21:00 +00:00
ConfigParser.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
ConfigParser.h Tweaks. 2011-07-15 16:54:47 +00:00
DisableThreadLibraryCalls.h Cleaned up header dependencies to avoid unnecessary compiling. 2011-02-07 08:02:12 +00:00
Error.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
Error.h Code optimization and removed unused part for reducing core dll size. 2010-11-11 20:24:59 +00:00
Export.h Script: 2011-07-05 13:41:05 +00:00
Group.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
Group.h Switched map/hash_map/set for caching to unordered_map/unordered_set. 2011-02-18 16:26:58 +00:00
Library.rc Context Menu: 2011-06-09 18:59:16 +00:00
Library.vcxproj - Enabling some C++ optimization switches (/OPT:ICF, /OPT:REF, /GL) 2011-07-08 20:45:01 +00:00
Library.vcxproj.filters Script: 2011-07-05 13:41:05 +00:00
Litestep.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
Litestep.h - Commented out unused code. 2010-12-25 08:43:26 +00:00
Measure.cpp Minor tweaks. 2011-07-14 00:26:53 +00:00
Measure.h Removed trailing zeros when DynamicVariables=1 even if a value is such as "1.01000". 2011-07-02 10:16:38 +00:00
MeasureCalc.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasureCalc.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureCPU.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasureCPU.h Removed unneeded codes, for VC2010. 2011-02-20 23:03:15 +00:00
MeasureDiskSpace.cpp Tweaks. 2011-05-27 18:39:57 +00:00
MeasureDiskSpace.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureMemory.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasureMemory.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureNet.cpp Additional change for r852,r856. Improved reading the network statistics from Rainmeter.stats. 2011-07-08 22:50:02 +00:00
MeasureNet.h Tweaks. 2011-06-08 23:56:27 +00:00
MeasureNetIn.cpp Tweaks. 2011-05-27 18:39:57 +00:00
MeasureNetIn.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureNetOut.cpp Tweaks. 2011-05-27 18:39:57 +00:00
MeasureNetOut.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureNetTotal.cpp Tweaks. 2011-05-27 18:39:57 +00:00
MeasureNetTotal.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasurePhysicalMemory.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasurePhysicalMemory.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasurePlugin.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
MeasurePlugin.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureRegistry.cpp Fixed an issue that Measure=Registry returns wrong DWORD value. 2011-05-02 07:43:42 +00:00
MeasureRegistry.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureScript.cpp Script: Fixed that the value of the Script measure is not reset when an error occurs. 2011-07-25 17:59:43 +00:00
MeasureScript.h Script: 2011-07-07 16:18:39 +00:00
MeasureTime.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasureTime.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeasureUptime.cpp - Uptime now shows over 49.7 days correctly in Vista or later. 2011-06-05 12:32:18 +00:00
MeasureUptime.h - Uptime: Added AddDaysToHours=1/0 (default 1) to disable adding hours to days when %4 is not specified in Format=. 2011-03-23 19:19:45 +00:00
MeasureVirtualMemory.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeasureVirtualMemory.h Code cleanup. 2011-02-15 16:26:54 +00:00
Meter.cpp Minor tweaks. 2011-07-12 13:37:31 +00:00
Meter.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterBar.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeterBar.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterBitmap.cpp - Uptime now shows over 49.7 days correctly in Vista or later. 2011-06-05 12:32:18 +00:00
MeterBitmap.h - Uptime now shows over 49.7 days correctly in Vista or later. 2011-06-05 12:32:18 +00:00
MeterButton.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeterButton.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterHistogram.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
MeterHistogram.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterImage.cpp Tweaks. 2011-05-27 18:39:57 +00:00
MeterImage.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterLine.cpp Tweaked. 2011-04-26 11:03:08 +00:00
MeterLine.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterRotator.cpp Tweaks. 2011-05-04 18:48:26 +00:00
MeterRotator.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterRoundLine.cpp Tweaks. 2011-05-04 18:48:26 +00:00
MeterRoundLine.h Code cleanup. 2011-02-15 16:26:54 +00:00
MeterString.cpp Minor tweaks. 2011-06-06 12:27:19 +00:00
MeterString.h Switched map/hash_map/set for caching to unordered_map/unordered_set. 2011-02-18 16:26:58 +00:00
MeterWindow.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
MeterWindow.h Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
Rainmeter.cpp Minor tweaks and cosmetics. 2011-07-18 00:32:09 +00:00
Rainmeter.h Tweaks. 2011-07-15 16:54:47 +00:00
RainmeterQuery.h Added changes by JamesAC, Spx and Patrick/Dexpot to expand the range of information which can be requested from Rainmeter via Windows Messages. (SendMessage/WM_COPYDATA) 2010-06-28 22:30:20 +00:00
resource.h Added DisableDrag=1/0 to lock skins into position. 2010-11-24 15:34:07 +00:00
StdAfx.cpp Added cache for the fonts. 2009-10-07 16:45:14 +00:00
StdAfx.h Added Aero blur support. Documentation available at: http://rainmeter.net/RainCMS/?q=Skins_AeroBlur_beta 2011-04-08 18:14:32 +00:00
System.cpp Minor tweaks. 2011-07-14 00:26:53 +00:00
System.h Improved "show desktop" detection. 2011-06-23 13:29:51 +00:00
TintedImage.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
TintedImage.h Fixed a regression (in r776) that ImageCrop cannot treat a transparent part of the outside of the image. 2011-03-09 03:03:02 +00:00
TrayWindow.cpp Tweaks. 2011-07-15 16:54:47 +00:00
TrayWindow.h Now re-registers Rainmeter icon when Explorer was restarted. 2011-04-19 00:02:00 +00:00
UpdateCheck.cpp Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
UpdateCheck.h Code cleanup. 2009-02-14 10:11:28 +00:00