..
ccalc-0.5.1
Change of math function LG to LOG for clarity.
2010-04-10 02:04:06 +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
ConfigParser.cpp
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
ConfigParser.h
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
Error.cpp
Error.h
Export.h
Library.rc
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
Library.vcproj
- Added the workaround to pin the window to desktop in Vista/7 with Aero.
2010-03-20 19:40:30 +00:00
Litestep.cpp
Litestep.h
Measure.cpp
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
Measure.h
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +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
MeasureDiskSpace.h
MeasureMemory.cpp
MeasureMemory.h
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
MeasurePhysicalMemory.h
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
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
MeasureTime.cpp
Some code changes for optimization
2010-03-30 22:37:05 +00:00
MeasureTime.h
MeasureUptime.cpp
MeasureUptime.h
MeasureVirtualMemory.cpp
MeasureVirtualMemory.h
Meter.cpp
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
Meter.h
Fixed incomplete fix in r420 and r422.
2010-05-31 21:02:04 +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
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
MeterButton.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
MeterButton.h
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
Fixed the issue that the image cannot be loaded from disk in IMAGE meter.
2010-06-04 08:52:07 +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
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
MeterRoundLine.cpp
MeterRoundLine.h
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
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
MeterWindow.h
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
2010-06-01 14:55:52 +00:00
Rainmeter.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
Rainmeter.h
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
resource.h
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
StdAfx.cpp
StdAfx.h
Fixed the issue that the default value isn't reflected correctly when refreshing the skin. (Issue 155)
2010-05-30 07:02:46 +00:00
System.cpp
Fixed a problem that "Random" is case-sensitive in CALC measure.
2010-04-08 23:16:43 +00:00
System.h
- Modified the way to handle the "On Desktop". This affects all of Windows versions.
2010-03-29 21:50:05 +00:00
TrayWindow.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
TrayWindow.h
Small change about !RainmeterQuit (simpler way)
2010-04-02 06:54:51 +00:00
UpdateCheck.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
UpdateCheck.h