Brian Ferguson
cb01bb2c20
Updated to support Windows 8.1
2013-10-18 10:23:17 -06:00
Brian Ferguson
645ce0591d
Webparser: Fixed bug when using a negative StringIndex
2013-08-03 09:14:04 -06:00
Brian Ferguson
a47e6ee29e
WebParser: Apply temporary [&MeasureName] syntax for referencing non-WebParser measures
2013-08-02 15:43:45 -06:00
Brian Ferguson
3bf2bd3902
Webparser: Commented out new DV temporarily
2013-07-21 09:51:03 -06:00
Birunthan Mohanathas
239e61fd14
Additional changes to dca5795
2013-07-13 13:49:53 +03:00
Birunthan Mohanathas
e9fac27b46
WebParser: Change to use RmReplaceVariables
2013-07-12 23:15:18 +03:00
Birunthan Mohanathas
dca5795929
Plugin API: Add RmReplaceVariables function
2013-07-12 23:01:02 +03:00
Birunthan Mohanathas
0d1089608c
WebParser: More tweaks and cosmetics
2013-07-12 10:42:59 +03:00
Birunthan Mohanathas
56aef6edfa
WebParser: Cosmetics
2013-07-12 10:39:00 +03:00
Brian Ferguson
2507b4fe2c
Webparser: Added $...$ escape syntax for using the string value of another Webparser measure as input for the URL option.
...
Syntax: Url=http://www.[$SomeOtherWebparserMeasure$].com
2013-07-11 11:40:22 -06:00
Brian Ferguson
c3987115ee
WebParser: More cosmetics
2013-07-10 17:13:04 -06:00
Brian Ferguson
19c6c58271
WebParser: Cosmetics
2013-07-10 17:10:11 -06:00
Brian Ferguson
f9ab4ee414
Added DynamicVariables support for WebParser
2013-07-10 17:01:15 -06:00
Birunthan Mohanathas
531eee06da
Remove DisableThreadLibraryCalls.h
...
By default, VC++ links in a stub entry point, which already calls DisableThreadLibraryCalls(). See: %VS110COMNTOOLS%..\..\VC\crt\src\dllmain.c
2013-06-14 17:23:14 +03:00
Birunthan Mohanathas
5b60d6c400
Enable /MP for large projects to reduce Release build time
2013-06-08 13:23:44 +03:00
Birunthan Mohanathas
68dce478d5
FileView: Change wildcard matching to use PathMatchSpec
2013-06-03 18:40:37 +03:00
Birunthan Mohanathas
7cdd6853aa
VirtualDesktops: Replace std::fstream with C file functions
2013-06-02 19:19:25 +03:00
Birunthan Mohanathas
bdb5605d24
Move RawString.h into Common
2013-05-31 17:34:36 +03:00
Birunthan Mohanathas
1934c5db72
Change NULL to nullptr
2013-05-31 17:28:39 +03:00
Birunthan Mohanathas
da9384cfad
Remove "C" prefix in class names
2013-05-31 17:18:52 +03:00
Greg Tatham
05a9d9188d
DllExporter: Improve support for debugging
2013-05-30 17:00:18 +03:00
Birunthan Mohanathas
e3ec9371f9
Process: Improve processes checking
...
This fixes checking for 64-bit processes on 32-bit Rainmeter and checking for elevated processes on unelevated Rainmeter.
2013-05-14 16:02:28 +03:00
Birunthan Mohanathas
993f388360
ResMon: Fix C4005 warning
2013-05-09 18:03:42 +03:00
Birunthan Mohanathas
87f69dee55
Reduce build time by moving Rainmeter.lib outside of Library project
2013-05-09 17:53:24 +03:00
Birunthan Mohanathas
17500a2dbd
NowPlaying: Fix C4819 warning
2013-05-09 16:18:15 +03:00
Birunthan Mohanathas
29ae70a041
Additional change to f82b03b
2013-05-09 13:34:29 +03:00
Birunthan Mohanathas
70f6fa4f3b
NowPlaying: Revert bb823b7
2013-05-09 13:27:39 +03:00
Birunthan Mohanathas
f82b03b583
NowPlaying: Remove dependency on ATL headers
2013-05-09 13:23:52 +03:00
Birunthan Mohanathas
bb823b798e
NowPlaying: Add workaround for ATL's broken XP support in VS2012 Update 2
...
https://connect.microsoft.com/VisualStudio/feedback/details/783276/vs2012-2-v110-xp-broken-the-procedure-entry-point-initializecriticalsectionex-could-not-be-located-in-the-dynamic-link-library-kernel32-dll
2013-05-03 16:41:21 +03:00
Birunthan Mohanathas
7581e3ac98
Move basic project options into Project.props
2013-05-01 13:02:17 +03:00
spx
50328acdf5
InputText: Fixed MissingMethodException
...
http://msdn.microsoft.com/en-US/library/system.drawing.font.originalfontname.aspx
2013-04-13 01:05:24 +09:00
Brian Ferguson
f16224793e
FileView: Tweaks
2013-03-26 15:14:37 -06:00
Brian Ferguson
275b48ebf1
FileView: Fixed crash when using the Open command.
2013-03-25 22:47:59 -06:00
spx
959bede3b5
InputText: Added OnDismissAction
2013-03-25 22:28:39 +09:00
spx
4b1d3f776f
DllExporter: Tweaks
2013-03-25 21:39:11 +09:00
Birunthan Mohanathas
38976c10d2
Additional change to 14f0e4d
2013-03-23 18:28:32 +02:00
Birunthan Mohanathas
14f0e4df87
FileView: Partially revert last commits due to lack of testing
2013-03-23 18:17:48 +02:00
Birunthan Mohanathas
1ad44083eb
FileView: Fix crash caused by creating thread even when another is active
2013-03-21 20:52:42 +02:00
Birunthan Mohanathas
f58f4d71b6
Fix dumb mistake in 1562a24
2013-03-21 18:11:21 +02:00
Birunthan Mohanathas
1562a24322
Additional change to c7d8f7e
2013-03-21 18:06:14 +02:00
Birunthan Mohanathas
06fcdff785
FileView: Tweaks and fixes
2013-03-21 15:27:47 +02:00
Birunthan Mohanathas
c7d8f7ea8a
FileView: Remove use of TerminateThread
2013-03-21 14:38:03 +02:00
Brian Ferguson
967cb5afc0
FileView: Code cleanup
2013-03-12 17:10:26 -06:00
Birunthan Mohanathas
03d529cedc
WebParser: Tweaks to DownloadUrl
2013-03-08 09:11:54 +02:00
Brian Ferguson
ddbdc71111
FileView: Fixed heap corruption.
2013-03-07 22:53:58 -07:00
spx
c5df90bbee
InputText: Improved formula/section variables support in options.
...
- Added formula support for InputText measure option: X, Y, W, H, FontSize
- Added formula/section variables support for inline CommandN option. The formula support is same as above options.
2013-03-07 01:36:27 +09:00
spx
7f8e739ae6
InputText: Code cleanup
2013-03-06 04:03:43 +09:00
Brian Ferguson
4cf416bd3f
FileView: Fixed icon issue with the thread.
2013-03-05 10:32:39 -07:00
Brian Ferguson
60286236f6
FileView: When using Recursive=2, Option WildcardSearch now only searches for files instead of folders.
2013-03-04 21:39:45 -07:00
Brian Ferguson
a80af60dbc
Ping: Fixed crash on refresh with FinishAction option.
2013-03-01 14:12:13 -07:00