..
ccalc-0.5.1
Alex2539 found a problem in the ccalc lexer.c file which caused an error if a number was used in a calc statement (say from a WebParser measure) which had a leading "0". (08 for instance) This would cause the library to see the number as an Octal, and the formula would be incorrect at best, and fail with an error in the log at worst. (08 is an invalid Octal number) Alex has changed the library so you CAN indicate and do math with Octal, Hex and Binary numbers, but the numbers must be preceded with 0b (binary) 0x (hex) 0o (octal). If a number like 08 is used, it will be treated as "8", as it should.
2010-07-07 22:31:44 +00:00
Res
Update for final fixes for Rainstaller, new Rainmeter icons and changes to History.htm to support new public build.
2010-04-18 20:12:32 +00:00
AboutDialog.cpp
1) JamesAC / spx change to Windows Messages / Dexpot support, with fix for copy / paste error in previous commit.
2010-06-21 16:00:19 +00:00
AboutDialog.h
Code cleanup.
2009-02-14 10:11:28 +00:00
ConfigParser.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
ConfigParser.h
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
Error.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
Error.h
Code cleanup.
2009-02-14 10:11:28 +00:00
Export.h
Code cleanup.
2009-02-14 10:11:28 +00:00
Group.cpp
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
Group.h
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
Library.rc
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
Library.vcproj
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
Litestep.cpp
Modified the behavior when the log file was deleted manually.
2010-07-08 10:59:06 +00:00
Litestep.h
Added 64-bit compilation configuration.
2009-07-21 12:26:50 +00:00
Measure.cpp
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
Measure.h
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
MeasureCalc.cpp
Fixed a problem that "Random" doesn't return the HighBound value in CALC measure.
2010-04-08 23:47:52 +00:00
MeasureCalc.h
Fixed: MattKing's change to RANDOM to fix issue where it was only random once.
2010-02-28 14:19:35 +00:00
MeasureCPU.cpp
Some code changes for optimization
2010-03-30 22:37:05 +00:00
MeasureCPU.h
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureDiskSpace.cpp
[Measure/FreeDiskSpace]
2009-10-14 09:18:12 +00:00
MeasureDiskSpace.h
[Measure/FreeDiskSpace]
2009-10-14 09:18:12 +00:00
MeasureMemory.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
MeasureMemory.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasureNet.cpp
Formula now can be used with the relative position (r/R) in Meter's X/Y option.
2010-04-10 02:29:52 +00:00
MeasureNet.h
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetIn.cpp
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetIn.h
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetOut.cpp
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetOut.h
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetTotal.cpp
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasureNetTotal.h
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
MeasurePhysicalMemory.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
MeasurePhysicalMemory.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasurePlugin.cpp
- Added the workaround to pin the window to desktop in Vista/7 with Aero.
2010-03-20 19:40:30 +00:00
MeasurePlugin.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasureRegistry.cpp
Registry Measure: Mattking fixed a problem where a skin reading a registry value would never update the value in the skin if the key did not exist when the key was loaded, but added while the skin was running. It also would not detect that a key it had successfully read when the skin was loaded was deleted while the skin was running.
2010-04-25 17:42:07 +00:00
MeasureRegistry.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasureTime.cpp
Some code changes for optimization
2010-03-30 22:37:05 +00:00
MeasureTime.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasureUptime.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
MeasureUptime.h
Code cleanup.
2009-02-14 10:11:28 +00:00
MeasureVirtualMemory.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
MeasureVirtualMemory.h
Code cleanup.
2009-02-14 10:11:28 +00:00
Meter.cpp
Tooltips: Added ToolTipWidth= key | Fix for using [MeasureName] as ToolTipText alone.
2010-07-20 21:20:14 +00:00
Meter.h
Tooltips: Added ToolTipWidth= key | Fix for using [MeasureName] as ToolTipText alone.
2010-07-20 21:20:14 +00:00
MeterBar.cpp
Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box.
2010-06-03 14:14:53 +00:00
MeterBar.h
Added support for transformation matrix in meters.
2009-07-27 11:48:57 +00:00
MeterBitmap.cpp
Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box.
2010-06-03 14:14:53 +00:00
MeterBitmap.h
Added support for transformation matrix in meters.
2009-07-27 11:48:57 +00:00
MeterButton.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
MeterButton.h
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
MeterHistogram.cpp
Fixed r432 issue. (Issue 158)
2010-06-08 23:09:18 +00:00
MeterHistogram.h
Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box.
2010-06-03 14:14:53 +00:00
MeterImage.cpp
Reverted the part of r345 (workaround for Issue 145). It's cause of low scaling quality in IMAGE meter.
2010-07-02 18:10:29 +00:00
MeterImage.h
Fixed the problem that the BarImage disappears if "DynamicVariables=1" is set in BAR meter.
2010-02-24 14:58:35 +00:00
MeterLine.cpp
Fixed a problem that "Random" is case-sensitive in CALC measure.
2010-04-08 23:16:43 +00:00
MeterLine.h
The antialias setting can be set for all meters.
2009-07-29 11:52:01 +00:00
MeterRotator.cpp
Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box.
2010-06-03 14:14:53 +00:00
MeterRotator.h
Added support for transformation matrix in meters.
2009-07-27 11:48:57 +00:00
MeterRoundLine.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
MeterRoundLine.h
The antialias setting can be set for all meters.
2009-07-29 11:52:01 +00:00
MeterString.cpp
Some code changes for optimization
2010-03-30 22:37:05 +00:00
MeterString.h
- Added the workaround to pin the window to desktop in Vista/7 with Aero.
2010-03-20 19:40:30 +00:00
MeterWindow.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
MeterWindow.h
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
Rainmeter.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
Rainmeter.h
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +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 "Group" option to Measure/Meter to operate Measures/Meters in bulk.
2010-07-07 23:46:44 +00:00
StdAfx.cpp
Added cache for the fonts.
2009-10-07 16:45:14 +00:00
StdAfx.h
* Several changes to the Rainmeter context menu (including handle leak fix)
2010-06-23 12:36:39 +00:00
System.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
System.h
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
TrayWindow.cpp
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
2010-08-03 15:10:42 +00:00
TrayWindow.h
Small change about !RainmeterQuit (simpler way)
2010-04-02 06:54:51 +00:00
UpdateCheck.cpp
Changes to Rainstaller and RainThemes to support new version checking method.
2010-06-21 17:14:56 +00:00
UpdateCheck.h
Code cleanup.
2009-02-14 10:11:28 +00:00