Commit Graph

22 Commits

Author SHA1 Message Date
Birunthan Mohanathas
923215c0da ConfigParser: Implement ReadBool
This may break backwards compatibility in some cases. For example, the FreeDiskSpace measure treated only `Type=1` as true and `Type={0, 2, 3, ...}` as false. Now `Type=0` is false and everything else is true like with most other boolean options.
2013-07-31 13:36:53 +03:00
Brian Ferguson
eeef84dfa0 Added skin/section (if available) to logging. 2013-06-29 10:59:18 -06: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
Birunthan Mohanathas
a3d8f73f6c Tweak f4429ad 2013-05-30 17:19:42 +03:00
Birunthan Mohanathas
f4429ad8cc Refactor logging logic into new CLogger class 2013-05-29 22:05:41 +03:00
spx
95aacda3cb Code cleanup 2013-02-06 19:12:16 +09: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
Brian Ferguson
54711d646d Fixed that left/right scroll actions were not executed when there is no up/down scroll actions 2012-11-26 16:48:18 -07:00
Brian Ferguson
eff7a2d228 Fixed that MouseActionCursor was not reset when refreshed in some cases. 2012-11-26 16:44:19 -07:00
Birunthan Mohanathas
0c89989d5a Changed to register for WM_INPUT only when needed 2012-11-23 21:59:24 +02:00
Brian Ferguson
651e6594b5 Added new Mouse actions.
Added OnFocusAction/OnUnfocusAction.
2012-11-13 22:39:32 -07:00
Birunthan Mohanathas
f39d1a3eed Additional change to ff7814b 2012-07-17 08:48:35 +03:00
Birunthan Mohanathas
92a0048511 Additional changes to e884201 2012-07-17 08:42:36 +03:00
Brian
ff7814b11f Additional changes to custom mouse cursors 2012-07-17 00:52:22 -04:00
Birunthan Mohanathas
216d58da31 Fixed animated cursor issue 2012-07-13 21:29:30 +03:00
Birunthan Mohanathas
f9c30e4c83 Fixed regression in dcdee91 2012-07-13 21:06:41 +03:00
Birunthan Mohanathas
dcdee91670 Additional change to eb1e900 2012-07-13 14:32:32 +03:00
Birunthan Mohanathas
e884201a90 Added support for custom cursors (based on @brianferguson's work)
Also refactored mouse action code to remove duplicate code.
2012-07-13 12:33:09 +03:00