Commit Graph

2312 Commits

Author SHA1 Message Date
Birunthan Mohanathas
0136f81163 Win7Audio: Remove try/catch blocks 2013-12-24 11:45:25 +00:00
Birunthan Mohanathas
da92def9fc Define WIN32_LEAN_AND_MEAN globally 2013-12-24 11:20:19 +00:00
Birunthan Mohanathas
c196396ad0 Unignore and fix warnings elsewhere 2013-12-23 19:44:42 +00:00
Birunthan Mohanathas
a577608835 Unignore and fix warnings in Library/ 2013-12-23 19:42:31 +00:00
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
106e1664c3 Revert changes to TextFormatD2D_Test.cpp in 729b145 2013-12-23 16:20:45 +00:00
Birunthan Mohanathas
729b145653 Fix assert parameter order in tests 2013-12-23 16:19:19 +00:00
Birunthan Mohanathas
dd38ed10e9 MathParser: Use std::trunc instead of custom implementation 2013-12-23 16:09:18 +00:00
Birunthan Mohanathas
9e5a1f4a8f MathParser: Add namespace blocks to avoid issues like 223231f 2013-12-23 16:05:15 +00:00
jsmorley
223231f96e Calc: Rename round to round2 for VS2013 compatibility 2013-12-23 01:53:47 -05:00
Findlee
47cf1ec899 Fixed Word 2013-12-22 19:56:16 +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
98b00cc73a Cosmetics 2013-12-08 15:07:45 +02:00
Birunthan Mohanathas
f5fb87f336 Calc: Use std::mt19937 with a deterministic seed as the random engine 2013-12-08 15:06:01 +02:00
Birunthan Mohanathas
ec9c2ef598 Reapply accidentally reverted changes in 3b1dfba 2013-12-08 13:44:03 +02:00
Birunthan Mohanathas
1eb46ae448 Calc: Minor tweaks 2013-12-08 13:41:19 +02:00
Birunthan Mohanathas
3383713853 Calc: Make std::default_random_engine static 2013-12-08 13:40:48 +02:00
Brian Ferguson
3b1dfbac7e MeasureCalc: Fixed error message from repeating when HighBound is smaller than LowBound 2013-12-06 20:55:50 -07:00
Birunthan Mohanathas
b7c6ec0e54 Call DefWindowProc after processing WM_INPUT 2013-12-06 10:30:14 +02:00
Birunthan Mohanathas
c864de2859 Tweaks 2013-12-06 10:18:50 +02:00
Birunthan Mohanathas
6ade414505 Language: Update strings 2013-12-02 17:44:20 +02:00
Birunthan Mohanathas
625a25e015 Additional change to 9fc4aaa 2013-11-29 18:58:29 +02:00
Birunthan Mohanathas
e2120c4242 Update Building.md for VS2013 2013-11-29 18:54:33 +02:00
Birunthan Mohanathas
3d65d47488 Additional change to 9fc4aaa 2013-11-29 18:47:18 +02:00
jsmorley
9fc4aaad1f Upgrade to Visual Studio 2013 2013-11-29 11:42:12 -05:00
jsmorley
d804b4a5c1 Common: Rename trunc in MathParser.cpp to trunc2 for VS2013 compatibility 2013-11-29 11:41:12 -05:00
Birunthan Mohanathas
3cfdc8c0b3 Gfx: Add missing HRESULT check 2013-11-24 15:43:37 +02:00
spx
9885c57b70 Meter: ToolTipIcon option allows to use relative path 2013-11-24 00:29:45 +09:00
Birunthan Mohanathas
d576581340 Language: Update strings 2013-11-16 16:51:20 +02:00
Birunthan Mohanathas
c93bc615d3 Language: Update strings 2013-11-16 16:49:54 +02:00
Birunthan Mohanathas
4e936e5365 Tweaks 2013-11-10 19:41:21 +02:00
Brian Ferguson
cd658fe2b1 IfActions: Tweaks 2013-11-08 08:40:14 -07:00
Brian Ferguson
fc96387105 Added IfConditionMode. If 1, will execute the True/False action on every update of the measure. If 0, will only execute the True/False action once until it switches case and back again (like IfActions). 2013-11-08 08:36:43 -07:00
Birunthan Mohanathas
1be1381e7b Common: Add Timer.h 2013-11-06 15:54:17 +02:00
Birunthan Mohanathas
fcc62a9ff3 Update Building.md 2013-11-06 15:48:48 +02:00
spx
b492d40f61 IfActions: Tweaks 2013-11-06 16:02:05 +09:00
Birunthan Mohanathas
fa81ea4fe9 Additional change to 40e0b70 2013-11-05 21:19:04 +02:00
Birunthan Mohanathas
dcca59ae91 Use the precompiled header with IfActions.cpp 2013-11-05 21:12:20 +02:00
Birunthan Mohanathas
40e0b70baf IfActions: Tweaks 2013-11-05 21:10:21 +02:00
Birunthan Mohanathas
b62fca59d0 IfActions: Read condition options after measure value is changed to properly support section variables 2013-11-05 20:52:58 +02:00
Brian Ferguson
cf86d365ad Fixed error when a self-referencing closing bracket was omitted from the IfCondition 2013-11-05 10:41:33 -07:00
Brian Ferguson
521861a87d Fixed typo in 87edcd0 2013-11-05 10:11:57 -07:00
Brian Ferguson
87edcd0ce4 Added new options IfCondition/IfTrueAction/IfFalseAction for all Measures.
Multiple conditions/actions are also possible (eg. IfCondition2/IfTrueAction2)
2013-11-05 10:07:42 -07:00
Birunthan Mohanathas
e65af4d890 Remove unnecessary files in SkinInstaller/ 2013-11-05 17:53:27 +02:00
Birunthan Mohanathas
cfc3aa77f0 Build: Default the WinDDK 7.1 to <RepoRoot>\..\WinDDK\7600.16385.1\ 2013-11-05 17:31:30 +02: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