Commit Graph

1766 Commits

Author SHA1 Message Date
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
Birunthan Mohanathas
70dcad01b6 Fixed typo in 8d66abe 2013-01-06 14:48:28 +02:00
Birunthan Mohanathas
8d66abe5ba Installer: Added VC++ 2012 redistributable package support 2013-01-06 12:24:02 +02:00
Birunthan Mohanathas
2d8519a025 Installer: Removed rainmeter.net fallback for redist downloads 2013-01-06 12:13:18 +02:00
spx
5576f7d5a0 Code cleanup 2012-12-27 16:47:44 +09:00
Birunthan Mohanathas
47e130a6ff NowPlaying: Improved cover handling with some players 2012-12-26 20:05:17 +02:00
Birunthan Mohanathas
fe1dc9434f NowPlaying: Fixed crash with CAD interface in some cases 2012-12-26 20:00:30 +02:00
Birunthan Mohanathas
132e93c857 Additional change to 648e14b 2012-12-23 17:42:30 +02:00
Birunthan Mohanathas
55824225ba Fixed issue in 536bde4 2012-12-23 17:35:04 +02:00
Birunthan Mohanathas
648e14b6f7 Additional change to 24ef81d 2012-12-23 17:00:14 +02:00
Birunthan Mohanathas
0d8e8acf8a Additional change to 0b84213 2012-12-23 15:47:23 +02:00
Birunthan Mohanathas
536bde48d1 Cosmetics 2012-12-23 15:46:42 +02:00
Birunthan Mohanathas
24ef81dee8 Rainmeter.exe: Removed dependency on MSVCRT110.dll for Release builds
If the CRT libraries are missing or corrupt, a message pointing to http://rainmeter.net/dllerror is displayed.
2012-12-23 14:53:37 +02:00
spx
d2e063e795 Minor fix to 3d61328 2012-12-23 21:45:50 +09:00
spx
eaf53aa2ae Code cleanup 2012-12-23 07:05:46 +09:00
Birunthan Mohanathas
e4e48e2239 Minor fix to ad5b7cf 2012-12-22 16:08:53 +02:00
Birunthan Mohanathas
ad5b7cf829 Additional changes to 5d98c73 2012-12-22 15:56:10 +02:00
Birunthan Mohanathas
73bea71c22 Language: Fixed build warnings 2012-12-22 15:25:00 +02:00
Birunthan Mohanathas
8ad5232ab7 Updated build instructions 2012-12-22 15:14:10 +02:00
Birunthan Mohanathas
5d98c738b2 Fixed build with multiple VS versions 2012-12-22 14:58:59 +02:00
Birunthan Mohanathas
63c5e353d7 Cosmetics 2012-12-22 12:23:36 +02:00
Birunthan Mohanathas
0b84213eb6 Calc: Fixed handling of negative numbers without brackets
"5+-1" is now valid and equal to "5+(-1)".
2012-12-22 11:45:15 +02:00
Birunthan Mohanathas
4e16218dec Fixed dialog layout with RTL languages 2012-12-22 11:18:53 +02:00
spx
6a44aae5fc [MeterLine] Fixed crash when LineCount not equal to MeasureNameN
http://rainmeter.net/forum/viewtopic.php?f=14&t=14388
2012-12-22 04:32:28 +09:00
Birunthan Mohanathas
bdc079a7a8 Additional changes to 52e1f1c 2012-12-18 22:00:44 +02:00
Birunthan Mohanathas
17f390082d Tweaks 2012-12-18 20:02:19 +02:00
Birunthan Mohanathas
cabc5f00a4 Upgraded project to VS2012 (Update 1) 2012-12-18 20:01:19 +02:00