.. |
ccalc-0.5.1
|
|
|
lua
|
Script: print() now works like real/original Lua print().
|
2011-08-09 14:26:19 +00:00 |
pcre-8.10
|
Got rid of pcre linker warnings.
|
2011-05-16 09:24:13 +00:00 |
Res
|
|
|
ConfigParser.cpp
|
- Added some info to error message from MathParser.
|
2011-08-29 21:57:36 +00:00 |
ConfigParser.h
|
- Added !SetOption/!SetOptionGroup bangs.
|
2011-07-27 10:42:35 +00:00 |
Dialog.cpp
|
- About/Manage: Fixed that tab background was always white (and ignored visual style)
|
2011-08-30 14:00:19 +00:00 |
Dialog.h
|
- About/Manage: Fixed that tab background was always white (and ignored visual style)
|
2011-08-30 14:00:19 +00:00 |
DialogAbout.cpp
|
- About/Manage: Fixed that tab background was always white (and ignored visual style)
|
2011-08-30 14:00:19 +00:00 |
DialogAbout.h
|
- Added Version tab to About dialog
|
2011-08-28 12:28:00 +00:00 |
DialogManage.cpp
|
- About/Manage: Fixed that tab background was always white (and ignored visual style)
|
2011-08-30 14:00:19 +00:00 |
DialogManage.h
|
- Settings are now preserved and a backup is created when loading themes through Manage
|
2011-08-28 14:08:48 +00:00 |
DisableThreadLibraryCalls.h
|
|
|
Error.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
Error.h
|
|
|
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
|
|
|
Library.rc
|
Some adjustment changes for menuitem.
|
2011-08-29 19:35:18 +00:00 |
Library.vcxproj
|
Newly added files now use precompiled header.
|
2011-08-28 16:55:47 +00:00 |
Library.vcxproj.filters
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
Litestep.cpp
|
Fixed deadlock issue when About dialog is opened.
|
2011-08-31 11:06:35 +00:00 |
Litestep.h
|
Fixed deadlock issue when About dialog is opened.
|
2011-08-31 11:06:35 +00:00 |
Measure.cpp
|
Code cleanup.
|
2011-08-03 23:25:52 +00:00 |
Measure.h
|
Adding support for RegExp in Substitute strings when RegExpSubstitute=1 is set.
|
2011-07-29 11:49:46 +00:00 |
MeasureCalc.cpp
|
- Added some info to error message from MathParser.
|
2011-08-29 21:57:36 +00:00 |
MeasureCalc.h
|
|
|
MeasureCPU.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeasureCPU.h
|
|
|
MeasureDiskSpace.cpp
|
Tweaks.
|
2011-05-27 18:39:57 +00:00 |
MeasureDiskSpace.h
|
|
|
MeasureMemory.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeasureMemory.h
|
|
|
MeasureNet.cpp
|
Fixed that Net measure Cumulative=1 doesn't work correctly because network statistics are gathered only once per minute.
|
2011-08-07 09:40:08 +00:00 |
MeasureNet.h
|
Fixed that Net measure Cumulative=1 doesn't work correctly because network statistics are gathered only once per minute.
|
2011-08-07 09:40:08 +00:00 |
MeasureNetIn.cpp
|
Tweaks.
|
2011-05-27 18:39:57 +00:00 |
MeasureNetIn.h
|
|
|
MeasureNetOut.cpp
|
Tweaks.
|
2011-05-27 18:39:57 +00:00 |
MeasureNetOut.h
|
|
|
MeasureNetTotal.cpp
|
Tweaks.
|
2011-05-27 18:39:57 +00:00 |
MeasureNetTotal.h
|
|
|
MeasurePhysicalMemory.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeasurePhysicalMemory.h
|
|
|
MeasurePlugin.cpp
|
Minor tweaks and cosmetics.
|
2011-07-18 00:32:09 +00:00 |
MeasurePlugin.h
|
|
|
MeasureRegistry.cpp
|
Fixed an issue that Measure=Registry returns wrong DWORD value.
|
2011-05-02 07:43:42 +00:00 |
MeasureRegistry.h
|
|
|
MeasureScript.cpp
|
- Script: Return types are now checked explicitly. As a result, 'return 5' and 'return "5"' are not equal any longer. Only the former will respect NumOfDecimals, Scale, etc. now.
|
2011-08-01 17:08:51 +00:00 |
MeasureScript.h
|
Script: Fixed that returning "" in Update() displayed 0 due to r885.
|
2011-08-01 09:08:11 +00:00 |
MeasureTime.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeasureTime.h
|
|
|
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
|
|
|
Meter.cpp
|
Minor tweaks.
|
2011-07-12 13:37:31 +00:00 |
Meter.h
|
- Added !SetOption/!SetOptionGroup bangs.
|
2011-07-27 10:42:35 +00:00 |
MeterBar.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeterBar.h
|
|
|
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
|
|
|
MeterHistogram.cpp
|
Cosmetic changes to code.
|
2011-03-29 19:21:57 +00:00 |
MeterHistogram.h
|
|
|
MeterImage.cpp
|
- SetOption: Fixed that new image isn't loaded if DynamicVariables=0.
|
2011-07-27 14:18:02 +00:00 |
MeterImage.h
|
- SetOption: Fixed that new image isn't loaded if DynamicVariables=0.
|
2011-07-27 14:18:02 +00:00 |
MeterLine.cpp
|
Tweaked.
|
2011-04-26 11:03:08 +00:00 |
MeterLine.h
|
|
|
MeterRotator.cpp
|
Tweaks.
|
2011-05-04 18:48:26 +00:00 |
MeterRotator.h
|
|
|
MeterRoundLine.cpp
|
Tweaks.
|
2011-05-04 18:48:26 +00:00 |
MeterRoundLine.h
|
|
|
MeterString.cpp
|
Minor tweaks.
|
2011-06-06 12:27:19 +00:00 |
MeterString.h
|
|
|
MeterWindow.cpp
|
Holding Ctrl while clicking ignores LeftMouseDown and RightMouseUp actions, so the defaults, dragging and accessing context menu, are done instead.
|
2011-08-31 14:49:45 +00:00 |
MeterWindow.h
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
Rainmeter.cpp
|
Fixed deadlock issue when About dialog is opened.
|
2011-08-31 11:06:35 +00:00 |
Rainmeter.h
|
Fixed deadlock issue when About dialog is opened.
|
2011-08-31 11:06:35 +00:00 |
RainmeterQuery.h
|
|
|
resource.h
|
Minor changes.
|
2011-08-28 16:47:14 +00:00 |
StdAfx.cpp
|
|
|
StdAfx.h
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
System.cpp
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
System.h
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +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
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
TrayWindow.h
|
Now re-registers Rainmeter icon when Explorer was restarted.
|
2011-04-19 00:02:00 +00:00 |
UpdateCheck.cpp
|
- Added Manage dialog, which consolidates RainBrowser and RainThemes into a single UI
|
2011-08-28 10:58:26 +00:00 |
UpdateCheck.h
|
|
|