Commit Graph

2296 Commits

Author SHA1 Message Date
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
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
dd1d3cb8da Build: Minor tweaks 2013-11-03 18:34:09 +02:00
Birunthan Mohanathas
abf3ee09ed New installer: Implement basic install and elevation handling 2013-11-03 16:22:00 +02:00
Birunthan Mohanathas
25d956c014 New installer: Partly revert 5689604 since some parts are necessary after all 2013-11-03 16:14:08 +02:00
Birunthan Mohanathas
3d9a605117 Gfx: Fix incorrect IID to DWriteCreateFactory (IDWriteFactory instead of IDWriteFactory1) 2013-11-02 18:13:50 +02:00
Birunthan Mohanathas
177d305e58 Additional change to 5689604 2013-11-02 13:55:35 +02:00
Birunthan Mohanathas
5689604f36 New installer: Comment out unnecessary parts of the lzma files to reduce size 2013-11-02 13:54:55 +02:00
Birunthan Mohanathas
e35a65eeaa New installer: Add UI controls 2013-11-02 12:31:05 +02:00
Birunthan Mohanathas
99e2b69ff8 Manage: Disable resizable window frame 2013-11-02 11:58:25 +02:00
spx
150ccf8b14 Additional change to f5d875e
This also fixes the flickering issue caused by !Refresh: http://rainmeter.net/forum/viewtopic.php?f=14&t=16535#p92322
2013-10-30 04:35:44 +09:00
jsmorley
d14dfdbb0e Updated version.* to 3.1 beta 2013-10-25 10:39:07 -04:00
jsmorley
1a150f8bc8 Update build.bat to 3.1 beta version 2013-10-25 10:36:53 -04: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
3c58e4d48c Minor fixes 2013-10-21 19:22:57 +03:00