Commit Graph

1842 Commits

Author SHA1 Message Date
spx
53f5ceb674 Updated plugin API
- Added new option to RmGet(): RMG_SKINNAME, RMG_SKINWINDOWHANDLE
2013-02-27 20:00:26 +09:00
spx
71601d7564 InputText: Fixed several issues
- Fixed lots of handle leak caused by Threading. Now uses ThreadPool instead of Thread. This change may fix IME issue that cannot input character like Japanese for instance.
- Commented out some non-used part.
- Removed ref keyword from ScanAndReplace().
2013-02-27 11:42:08 +09:00
spx
533d53e446 Code cleanup 2013-02-26 03:57:37 +09:00
Brian Ferguson
091a185e51 FileView: "Drives" are now counted as folders for Type=FolderCount 2013-02-22 13:40:36 -07:00
Birunthan Mohanathas
f81b4ff8bb Added __declspec(novtable) to interface classes 2013-02-19 16:53:00 +02:00
spx
f48c7f9e01 Reverted change at OnDelayedMove() in d25ae27:
http://rainmeter.net/forum/viewtopic.php?p=83860
2013-02-12 23:19:17 +09:00
spx
d25ae270c4 Tweaks
* Optimized some part for multi monitor
2013-02-09 01:52:41 +09:00
Brian Ferguson
9ce1403cbe Fixed crash when referencing an invalid path. 2013-02-07 13:17:11 -07:00
spx
95aacda3cb Code cleanup 2013-02-06 19:12:16 +09:00
spx
1c8b798928 Tweaks
* Merged Shrink() code to Tokenize()
2013-02-06 19:09:17 +09:00
spx
e96b02d3dc Tweaks
* Replaced if-else with switch-case
2013-02-06 18:55:45 +09:00
spx
2ea8710f58 WebParser: Fixed wrong string length since a0113cc 2013-02-04 13:20:03 +09:00
spx
da34fc1fa8 Additional change to 0b84213, 0d8e8ac
http://rainmeter.net/forum/viewtopic.php?p=83467
2013-02-03 19:31:52 +09:00
Brian Ferguson
403ce655bc FileView plugin: Changed "Update" command to reset the index offset 2013-02-02 20:33:29 -07:00
spx
8ce97640dd OnChangeAction: Tweaks 2013-01-29 16:02:16 +09:00
spx
89d477b4e1 Minor tweaks 2013-01-29 15:59:08 +09:00
Brian Ferguson
c0d969f4b6 String meter: Fixed issues with ClipString=2 2013-01-28 00:38:26 -07:00
Birunthan Mohanathas
8ecc6105e4 Tweaks 2013-01-27 12:58:16 +02:00
Birunthan Mohanathas
638aaa137d Cleanup and cosmetics 2013-01-27 12:49:23 +02:00
Birunthan Mohanathas
a0113cc74f More tweaks 2013-01-27 12:49:23 +02:00
Birunthan Mohanathas
438f79bf5d Tweaks 2013-01-27 12:49:23 +02:00
Birunthan Mohanathas
fdcd5a9757 Tweaks 2013-01-27 12:49:22 +02:00
spx
654599d192 Code cleanup 2013-01-27 18:39:13 +09:00
Birunthan Mohanathas
874a0e00ce Installed: Improved VC++ 2012 redistributable check 2013-01-26 13:22:08 +02:00
Brian Ferguson
a96151b8f8 FileView: Fixed default icon index (off by 1) when non IconPath is specified. 2013-01-25 21:24:03 -07:00
Brian Ferguson
178ccb0af4 ClipString options changed back to 0/1, and Auto changed to 2 to be more consistent with other options and to allow formulas. 2013-01-25 21:05:47 -07:00
spx
cef10fee4d CSystem: Minor fix for buffer size 2013-01-26 02:08:41 +09:00
spx
39459ad64b Code cleanup 2013-01-24 05:24:25 +09:00
Brian Ferguson
84b1e3a7cd Deprecated ClipString values 0/1 in favor of OFF/ON and added new value AUTO.
Added ClipStringW/ClipStringH options that work with ClipString=AUTO.
2013-01-23 11:57:01 -07:00
spx
82eb3ed03f WebParser: Modified proxy handling
- Added new proxy setting switch: /auto, /none
 /auto: use IE setting
 /none: direct connection

Example:
 ProxyServer=/none

- Added global proxy setting. If proxy setting is defined in Rainmeter.data, use it as a global proxy. Default value is /auto.

Example:
 [WebParser.dll]
 ProxyServer=example.net:8080

If ProxyServer= is not defined or is empty string in WebParser measure, use a global proxy. If an individual proxy setting is defined in WebParser measure, use it instead of a global proxy.
2013-01-23 22:04:32 +09:00
spx
7e958bdc23 WebParser: Cleanup 2013-01-23 08:52:20 +09:00
Brian Ferguson
c894c54afe Fixed typo in 9ba6e01 2013-01-16 15:24:34 -07:00
Brian Ferguson
9ba6e01be0 Added FinishAction to the FileView plugin 2013-01-16 15:21:17 -07:00
Brian Ferguson
2fc204c6fa Fixed line endings issue with 9375b50 2013-01-16 10:33:02 -07:00
spx
c807d270b5 MouseVariables: Changed X,Y origin 1 to 0.
Code cleanup
2013-01-16 23:09:06 +09:00
spx
9375b5013c Code cleanup 2013-01-16 19:23:42 +09:00
Brian Ferguson
9da869363d Added special mouse variables 2013-01-15 17:51:02 -07:00
spx
e2c88e0946 Removed accidentally committed code 2013-01-15 04:39:35 +09:00
spx
4e27d71d97 Additional changes to c3982da 2013-01-15 04:30:10 +09:00
spx
c3982da712 Code cleanup 2013-01-15 01:37:13 +09:00
Brian Ferguson
731a0c611a Added OnUpdateAction to !UpdateMeter/!UpdateMeasure bangs 2013-01-11 00:37:10 -07:00
Brian Ferguson
69762e1b05 Revised previous commit 2013-01-11 00:23:21 -07:00
Brian Ferguson
61f088e59c Fixed issue with 8330415 2013-01-10 23:48:31 -07:00
Brian Ferguson
83304154a8 Changed OnChangeAction to ignore the first change when a skin is loaded 2013-01-10 23:25:59 -07:00
Brian Ferguson
90b80a2ca9 Added OnChangeAction to measures 2013-01-10 23:03:07 -07:00
Brian Ferguson
9800692f19 Added OnUpdateAction to measures, meters and the [Rainmeter] section. 2013-01-10 15:50:38 -07:00
Brian Ferguson
24e080dfc0 FileView: Updated version 2013-01-10 09:48:38 -07:00
Brian Ferguson
21a716c6db Changed indexing to be one-based, instead of zero-based (like Webparser) 2013-01-10 09:38:55 -07:00
Birunthan Mohanathas
fba5fb9995 Minor tweaks 2013-01-10 17:32:53 +02:00
Brian Ferguson
15d6872b72 FileView plugin: Initial commit 2013-01-09 22:51:15 -07:00