Commit Graph

353 Commits

Author SHA1 Message Date
Birunthan Mohanathas
b25a7849d6 SysInfo: Make INTERNET_CONNECTIVITY and LAN_CONNECTIVITY return 1 on unsupported systems 2013-12-23 18:49:16 +00:00
Birunthan Mohanathas
a95c0a9284 Cosmetics 2013-12-23 18:23:02 +00:00
Birunthan Mohanathas
ca9bc0e880 PerfMon/AdvancedCPU: Fix use of uninitialized variable
This caused problems on Release\Win32 builds.
2013-12-23 18:18:53 +00:00
Birunthan Mohanathas
76e562f4f5 SysInfo: Use -1 for "no" with INTERNET_CONNECTIVITY and LAN_CONNECTIVITY 2013-12-22 16:24:16 +00:00
Birunthan Mohanathas
acbd0da292 SysInfo: Replace NETWORK_STATUS with LAN_CONNECTIVITY 2013-12-22 16:22:55 +00:00
Birunthan Mohanathas
ae1cbe0b85 SysInfo: Add INTERNET_CONNECTIVITY and NETWORK_STATUS types
INTERNET_CONNECTIVITY returns 1 if connected to the Internet or 0
otherwise. NETWORK_STATUS returns the flags documented at:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370795.aspx
2013-12-21 18:58:07 +00:00
Birunthan Mohanathas
b7bc3c9d0d Build: Add RainmeterPlugin.Cs.props
This change allows Build.bat to define RmOutDirRoot to redirect output files to a different directory. This will be required for the new installer.
2013-11-03 21:56:32 +02:00
Birunthan Mohanathas
950192b8eb Additional change to e1872e6: Move Plugins.props as well 2013-11-03 20:23:16 +02:00
Birunthan Mohanathas
e1872e67bb Move .props files to Build\VS\ 2013-11-03 20:18:42 +02:00
Birunthan Mohanathas
5aabd3fe1a Fix mistake in 1414b30 2013-10-21 19:41:36 +03:00
Birunthan Mohanathas
1414b3022e Additional changes to 95e6b4b 2013-10-21 19:40:12 +03:00
Birunthan Mohanathas
95e6b4b76f WebParser: Switch to new logging functions 2013-10-21 18:09:31 +03:00
Birunthan Mohanathas
c2530b3761 Plugin API: Add RmLog and RmLogF functions
These functions take a `void* rm` parameter that is used to populate the Source field in the log.
2013-10-21 18:04:13 +03:00
Birunthan Mohanathas
f99418dd2d Enable /LTCG to go along with ab431fa 2013-10-20 22:14:55 +03:00
Birunthan Mohanathas
6178344542 NowPlaying: Clear details when track ends with iTunes 2013-10-20 18:55:23 +03:00
Birunthan Mohanathas
ab431fa0c0 Enable /GL (Whole Program Optimization) 2013-10-20 18:06:07 +03:00
Birunthan Mohanathas
2315fe8cc5 Remove unnecessary duplication in .vcxproj files 2013-10-20 17:45:43 +03:00
Birunthan Mohanathas
4272940321 Minor tweaks 2013-10-20 17:06:41 +03:00
Birunthan Mohanathas
5f145451b6 Change build output to /{x32,x64}-{Debug,Release}/ instead of /TestBench/{x32,x64}/{Debug,Release}/
This additionally changes the intermediate directory to /{x32,x64}-{Debug,Release}/Obj/ to avoid cluttering the working tree.
2013-10-20 15:30:53 +03:00
Birunthan Mohanathas
bb067ae305 Additional change to cea85dd 2013-10-19 21:15:00 +03:00
Birunthan Mohanathas
cea85dd0f0 NowPlaying: Update TagLib to 1.9.1 2013-10-19 21:12:01 +03:00
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