922dd098c9
Cosmetics: Changed "config" to more consistent and descriptive terms
2012-06-01 16:06:36 +03:00
e3d92d354c
Cosmetics
2012-05-30 21:53:44 +03:00
dc35b31559
Cosmetics
2012-05-30 09:56:20 +03:00
9623766a61
Fixed: IfActions not fired when measure is disabled
2012-05-30 09:46:11 +03:00
ea67809d9b
Replaced throw with Log where possible
2012-04-06 19:54:20 +03:00
bb44c29f6c
Cosmetic changes to function comment blocks.
2012-02-20 19:10:40 +00:00
ebec08914a
Adjusted copyright notice.
...
http://www.gnu.org/licenses/gpl-2.0.html
2012-01-23 06:36:15 +00:00
8e8b7d1268
Code tweaks and cleanup.
2011-12-04 22:18:40 +00:00
b11abf09f0
- Minor code refactoring and tweaks
...
- Minor changes to illustro
2011-11-21 12:53:55 +00:00
b02371276f
Minor tweaks.
2011-11-16 16:47:20 +00:00
1e9d424c99
Made log messages more consistent.
2011-11-09 09:27:06 +00:00
a1e722181e
More tweaks.
2011-11-08 19:11:31 +00:00
f17602ee1d
- Manage Skins: Load order can now be changed
...
- Fixed that the PLAY/PLAYLOOP commands didn't work with relative paths
- Errors that used to display in a messagebox are now logged and shown in the About Log dialog (which is opened when an error occurs)
- Some minor tweaks
2011-09-08 14:39:25 +00:00
04a7a5692f
Fixed an issue that Measure=Registry returns wrong DWORD value.
2011-05-02 07:43:42 +00:00
a92bdd9b18
Cosmetic changes to code.
2011-03-29 19:21:57 +00:00
f19e76e6ec
Fixed that Measure=Registry crashes starting from r763.
2011-02-23 17:38:58 +00:00
fe9fd9f476
Code cleanup.
2011-02-15 16:26:54 +00:00
1ba57f2adf
Fixed some Lua related issues.
...
Removed some internal functions from exposed functions for Lua.
Code cleanup and optimizing for VC2010.
2011-02-15 13:22:19 +00:00
7ea3a762ac
- Fixed that r716 (precompiled header) doesn't work on x64.
...
- Now uses constructor initialization list in each class.
- TintedImage: Code cleanup.
2011-01-29 00:11:01 +00:00
0ad2ef9414
Code cleanup.
2011-01-24 10:15:05 +00:00
235841e01f
Added AutoScale=2 and "k" postfix to Meter=STRING.
...
----
For instance:
A=2800000000, B=0
- AutoScale=0
AutoScale is disabled. Uses Scale value. (Same as before.)
A="2800000000", B="0"
- AutoScale=1
Scales value by 1024. (Same as before.)
A="2.6 G", B="0.0 "
- AutoScale=2
Scales value by 1000.
A="2.8 G", B="0.0 "
- AutoScale=1k
Scales value by 1024, and uses kilo as the lowest unit.
A="2.6 G", B="0.0 k"
- AutoScale=2k
Scales value by 1000, and uses kilo as the lowest unit.
A="2.8 G", B="0.0 k"
----
2011-01-19 15:31:45 +00:00
999ab0bd18
Code optimization.
2010-11-25 22:00:34 +00:00
0e1486f0be
Code optimization.
2010-11-25 15:34:49 +00:00
cab258a7e5
Code optimization and removed unused part for reducing core dll size.
2010-11-11 20:24:59 +00:00
9da555a187
Fixing errors caused by r549.
2010-09-23 08:49:43 +00:00
11588043de
Error messages now display meter/measure in question.
2010-09-21 16:45:29 +00:00
11dfcb95b1
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
0b4ba32924
Added cache for the fonts.
...
Fixed a memory leak in the string meter.
Changed the library project to use precompiled headers.
2009-10-07 16:45:14 +00:00
9fcd6896de
Added NULL checks for the CConfigParser::ReadString()'s parameters ( http://code.google.com/p/rainmeter/issues/detail?id=105 ).
...
The font and registry handle are now free'ed properly if Initialize() is called multiple times.
2009-09-02 17:04:47 +00:00
5d2f960552
Code cleanup.
2009-02-14 10:11:28 +00:00
30edc895f2
2009-02-10 18:37:48 +00:00