Commit Graph

1779 Commits

Author SHA1 Message Date
Brian Ferguson
032c7914f7 Fixed typo in @1e3d6c156d71953bb1faa48d8b64635bc956bbd2 2012-09-23 22:59:22 -06:00
Birunthan Mohanathas
1a60511edf Tweaks 2012-09-21 22:30:44 +03:00
Birunthan Mohanathas
1e3d6c156d Code cleanup 2012-09-21 21:42:44 +03:00
Birunthan Mohanathas
b6011b40ad Cosmetics 2012-09-21 13:17:18 +03:00
Birunthan Mohanathas
48f06677c4 Net: Removed TrafficAction (broken since 0.14) 2012-09-21 13:13:02 +03:00
Birunthan Mohanathas
797fd26fa8 Tweaked Build.bat 2012-09-19 20:15:00 +03:00
Birunthan Mohanathas
678ac501ad Added Windows 7/8 compatibility section to manifest
http://msdn.microsoft.com/en-us/library/windows/desktop/hh848036.aspx
2012-09-18 22:37:35 +03:00
Birunthan Mohanathas
9cc3e897b9 RecycleManager: Fixed update issue with XP
http://rainmeter.net/forum/viewtopic.php?f=14&t=12884
2012-09-18 20:58:15 +03:00
Brian Ferguson
f418c331c7 Fixed #4 2012-09-15 22:24:53 -06:00
Brian Ferguson
11e25caa87 Added Windows 8 and Windows Server 2012 support for SysInfo plugin 2012-09-13 18:04:52 -06:00
Birunthan Mohanathas
041d562484 Language: Removed Croatian and Lithuanian 2012-09-11 20:21:00 +03:00
spx
14fb733a8f Tweaks 2012-09-08 10:09:14 -07:00
spx
4cecb4957e IfEqualAction: Now compares the values as 64bit integer.
http://rainmeter.net/forum/viewtopic.php?p=76312#p76312
2012-09-06 00:39:01 -07:00
Brian Ferguson
a641b64041 More tweaks 2012-09-04 10:17:13 -06:00
Brian Ferguson
ef37981592 Performance tweaks 2012-09-04 09:59:21 -06:00
Brian Ferguson
2b30e0eead Tweaks 2012-09-04 09:38:11 -06:00
Brian Ferguson
42061a7b66 Fixed infinite loop with RegExpSubstitute when Substitute has a empty string.
http://rainmeter.net/forum/viewtopic.php?f=14&t=13377
http://rainmeter.net/forum/viewtopic.php?f=14&t=10954
2012-09-04 09:33:25 -06:00
Birunthan Mohanathas
0f97ddf497 Script: Fixed NULL dereference in some cases
http://rainmeter.net/forum/viewtopic.php?f=14&t=13251
2012-09-02 10:26:09 +03:00
spx
c9bf2f131d Tweaks 2012-08-29 12:02:00 -07:00
Brian Ferguson
de1cfb8504 Added TimeStamp option to Time measures 2012-08-29 09:59:36 -06:00
spx
1ba617d829 QuotePlugin: Fixed handle leak 2012-08-27 14:04:27 -07:00
Brian Ferguson
a8dda05447 Changed Registry measure to convert REG_SZ to a number (if applicable) 2012-08-23 10:20:45 -06:00
jsmorley
d2f2752000 Changed the GNU license for the plugin from version 3 to version 2 of the GNU General Public License. 2012-08-22 21:33:19 -04:00
Brian Ferguson
443d06f50d Deprecated undocumented LogViewer option (in Rainmeter.ini); minor code cosmetics (poiru's suggestion) 2012-08-18 09:02:20 -06:00
Brian Ferguson
d2e15c2761 Added quotes around log file, missing quote, cosmetics 2012-08-18 08:39:28 -06:00
Birunthan Mohanathas
1d75adc265 Additional changes to 05d4304 2012-08-18 09:45:16 +03:00
Brian Ferguson
05d43047db Added quotes around filename when using ConfigEditor 2012-08-17 16:14:06 -06:00
spx
2957e6fde2 Added PreserveAspectRatio=2 feature to Image meter (Thanks Kaelri!) 2012-08-17 10:20:25 -07:00
Birunthan Mohanathas
6079c7d0d9 Script: Fixed backwards compatibility issues due to removed tolua.cast 2012-08-17 19:11:34 +03:00
Birunthan Mohanathas
73ccbd21db Minor fixes 2012-08-15 21:17:57 +03:00
Birunthan Mohanathas
1c59a717fe Partially reverted cbee39e 2012-08-15 21:14:22 +03:00
spx
7e627cf5f3 Fixed that Time measure logs invalid format error due to uninitialized m_Time.
http://rainmeter.net/forum/viewtopic.php?f=14&t=13124
2012-08-14 19:51:53 -07:00
Brian Ferguson
956465b96c Fixed issue with StringAlign and Relative Positioning 2012-08-12 23:42:50 -06:00
spx
0e01961c66 Fixed that #CURRENTCONFIGWIDTH# and #CURRENTCONFIGHEIGHT# don't work in some cases. Partially reverted 638b467.
http://rainmeter.net/forum/viewtopic.php?f=103&t=11698&start=10#p74334
2012-08-12 21:59:07 -07:00
Birunthan Mohanathas
2cbdb2b9f2 Disabled system critical error message boxes on startup
http://msdn.microsoft.com/library/windows/desktop/ff805117.aspx
2012-08-12 17:46:23 +03:00
Birunthan Mohanathas
cbee39e5d5 Minor optimizations for memory measures 2012-08-12 17:31:10 +03:00
Birunthan Mohanathas
adeb73478b Removed redundant code 2012-08-12 17:02:08 +03:00
spx
489f2c5a30 Code cleanup & cosmetics: Moved Measure/Meter shared part to Section.h 2012-08-09 06:50:58 -07:00
spx
5103190129 Section Variables:
- Added [Measure:MaxValue] and [Measure:MinValue] functionality. You can use it with scaling modifiers. (For instance, [Measure:MaxValue:/1024, 2])
- Now trailing zeros are trimmed if decimal places modifier is not used.
2012-08-07 14:11:01 -07:00
spx
66c3231b90 Code cleanup 2012-08-06 13:27:39 -07:00
Birunthan Mohanathas
05f411c579 Fixed group bang issue since 4778184
http://rainmeter.net/forum/viewtopic.php?p=73793
2012-08-06 18:50:42 +03:00
spx
6a76afe792 - Added a workaround for missing tray icon in some cases on startup.
- Fixed issue that tray icon is not changed correctly when TrayMeasure options are reloaded.
2012-08-05 07:37:45 -07:00
Birunthan Mohanathas
7bd273bb28 Reduced default precision to 10 with section variables 2012-08-05 16:22:55 +03:00
Birunthan Mohanathas
fd111c0657 Tweaks 2012-08-05 16:12:36 +03:00
spx
a162451e87 Additional change for 4778184 2012-08-05 06:07:58 -07:00
Birunthan Mohanathas
69f84781f1 Minor fix 2012-08-05 16:01:45 +03:00
Birunthan Mohanathas
e0ec47f9a0 Tweaks and cosmetics 2012-08-05 15:51:58 +03:00
Brian Ferguson
47781848e7 Fixed how meters are initialized to avoid problems with referencing a Dynamic Section Variable before its meter options are read 2012-08-05 06:27:07 -06:00
spx
4fe98ae296 Fixed issue with 90c81e0 2012-08-04 17:29:25 -07:00
Brian Ferguson
90c81e01d1 Fixed Bar/Histogram meters containing wrong width/height values when used with images 2012-08-04 17:15:56 -06:00