Commit Graph

121 Commits

Author SHA1 Message Date
Brian Ferguson
443d06f50d Deprecated undocumented LogViewer option (in Rainmeter.ini); minor code cosmetics (poiru's suggestion) 2012-08-18 09:02:20 -06:00
spx
6c5cd602bc Minor fixes 2012-06-21 02:06:17 -07:00
Birunthan Mohanathas
0ce52f744a Fixed messagebox and context menu layout with RTL languages 2012-06-19 14:31:08 +03:00
Birunthan Mohanathas
5dd2f249dd Tweaks 2012-06-10 12:17:47 +03:00
Birunthan Mohanathas
83f1b1ae0e Added workaround for old plugins using relative path to Rainmeter.exe 2012-06-09 19:54:13 +03:00
Birunthan Mohanathas
87817bc050 Moved addons and non-default plugins to #SETTINGSPATH# 2012-06-09 18:38:45 +03:00
Birunthan Mohanathas
922dd098c9 Cosmetics: Changed "config" to more consistent and descriptive terms 2012-06-01 16:06:36 +03:00
Birunthan Mohanathas
5e4b65ebd2 Refactored found skin folder/file data structures
CONFIG and CONFIGMENU have been merged to reduce memory use
2012-06-01 13:05:25 +03:00
Birunthan Mohanathas
96959d62f1 Moved default skins and themes into ProgramPath\Defaults\ 2012-05-30 08:33:32 +03:00
Birunthan Mohanathas
3ac5aea85a Additional change to f1e127b
Instance now checked based on used .ini file (rather than .exe path and arguments)
2012-05-24 14:15:03 +03:00
Birunthan Mohanathas
f1e127b718 Minor changes to 7cee196 2012-05-24 12:19:32 +03:00
Birunthan Mohanathas
7cee196f11 Fixed instance checking failed in some cases due to 2c6ed8e 2012-05-24 09:19:52 +03:00
Birunthan Mohanathas
4d18141696 Fixed !WriteKeyValue with "@\" 2012-05-21 12:07:50 +03:00
Birunthan Mohanathas
6a520542bc Removed useless comments 2012-05-20 20:58:37 +03:00
Birunthan Mohanathas
cb0fd823e7 Added support for @Resources 2012-05-20 17:51:15 +03:00
Birunthan Mohanathas
17ce199271 Fixed bangs using "[[Measure]]" 2012-05-14 18:27:43 +03:00
Birunthan Mohanathas
9db39b72bc Script: Added support for multiple parameters to SKIN:Bang()
For example: 'SKIN:Bang("Bang", var, "str", 2)' can now be used instead of 'SKIN:Bang("!Bang \"" .. var .. "\" str \"" .. 2 .. "\"")'
2012-05-08 17:11:22 +03:00
Birunthan Mohanathas
854b925ce9 Tweaked bang handling code 2012-05-08 16:53:24 +03:00
Birunthan Mohanathas
de10352cbd Made "!Execute" optional in bangs 2012-05-06 22:27:59 +03:00
Birunthan Mohanathas
2974b2a91e Added Rainmeter.data 2012-05-05 14:45:34 +03:00
Birunthan Mohanathas
8c3fd63ffb Tweaks 2012-04-06 20:54:45 +03:00
Birunthan Mohanathas
c663bde9cc Removed support for TrayExecuteL and TrayExecuteDL 2012-04-06 15:28:39 +03:00
jsmorley
da8b11351d Added !Log bang to write to the Rainmeter log 2012-04-02 10:47:13 -04:00
Birunthan Mohanathas
f6d6760caf - Installer: .NET 2.0 is now a requirement
- illustro: Changed to use scalable background
2012-02-22 10:03:51 +00:00
Birunthan Mohanathas
b60d7bdd90 Fixed crash that could occur when using RmExecute from separate thread (in WebParser) 2012-02-22 06:42:52 +00:00
spx
bb865ec514 Cosmetic changes. 2012-02-21 19:15:10 +00:00
spx
3254520ced Added workaround for the issue that skins disappear when resuming from sleep mode.
http://rainmeter.net/forum/viewtopic.php?f=5&t=11313
2012-02-20 15:33:13 +00:00
Birunthan Mohanathas
b48791dd58 Some minor fixes. 2012-02-16 17:38:45 +00:00
spx
dbd43ddfbc - Changed an interval of writing network statistics from a minute to two minutes.
- Code cosmetic changes.
2012-02-15 02:51:27 +00:00
Birunthan Mohanathas
ac840c1599 - Disabled "Log file created" messagebox
- Fixed empty messagebox when Rainmeter is launched with Logging=1 and no existing log file
- Minor changes to log output
2012-02-14 17:58:03 +00:00
Birunthan Mohanathas
2c6ed8ed69 - Manage/About dialogs: Fixed that keyboard commands didn't work
- Window message API: Partly broken since r1157, fixed
- Moved all functionality from Rainmeter.exe into Rainmeter.dll
2012-02-14 17:00:07 +00:00
jsmorley
94b1145f7a Fixed for !DeactivateConfig. Default of current config broken in 1172. 2012-02-07 19:13:59 +00:00
Birunthan Mohanathas
34effcfba0 Fixed build. 2012-02-04 16:13:04 +00:00
Birunthan Mohanathas
405976b7a6 Added !SetWallpaper bang.
Usage: !SetWallpaper [File] (Style)
where style is CENTER, TILE, STRETCH, FIT, or FILL. FIT/FILL available only on Windows 7 (and higher).
2012-02-04 15:54:30 +00:00
Birunthan Mohanathas
c0ecf75e94 Fixed issue with r1153 (if skin is changed to other variant, the former skin is leaked). 2012-02-03 10:15:18 +00:00
Birunthan Mohanathas
808dca7afe Improved r277 fix. 2012-02-02 12:05:14 +00:00
spx
e15fff8946 Code cosmetics. 2012-02-01 17:32:03 +00:00
Birunthan Mohanathas
b21658b1cd - Partially refactored bang handling code
- Renamed CMeasure::ExecuteBang to CMeasure::Command
- Minor cosmetic changes and tweaks
2012-02-01 15:55:29 +00:00
spx
7531ddde27 - Tweaked !SetClip.
- Code cosmetics.
2012-01-30 08:34:56 +00:00
spx
ebec08914a Adjusted copyright notice.
http://www.gnu.org/licenses/gpl-2.0.html
2012-01-23 06:36:15 +00:00
Birunthan Mohanathas
13b3241307 Minor tweaks and cleanup. 2011-12-09 08:40:19 +00:00
spx
2835739b12 Code tweaks and cleanup. 2011-12-09 03:28:19 +00:00
spx
8e8b7d1268 Code tweaks and cleanup. 2011-12-04 22:18:40 +00:00
Birunthan Mohanathas
8cb0a041e0 Changed: "Normal" z-position now stays on desktop by default 2011-11-10 11:50:47 +00:00
Birunthan Mohanathas
dfd53fb158 Fixed infinite loop when a Rainmeter.exe is called with a bang containing square brackets (e.g. Rainmeter.exe !Bang "[Text]") 2011-11-08 18:19:34 +00:00
spx
1808930c5a Code cleanup. 2011-10-29 10:36:07 +00:00
Birunthan Mohanathas
4f73f17cec Added ability to change language in Manage Settings. 2011-10-01 17:39:09 +00:00
spx
4f47897a3c Code cleanup. 2011-09-29 17:54:42 +00:00
spx
86fd454277 Code cleanup. 2011-09-29 17:14:51 +00:00
Birunthan Mohanathas
1493aec2a1 Partly reverted r975 (restored Rainmeter.dll). 2011-09-29 06:04:20 +00:00