Brian Ferguson
fb059da295
Added "Clear" button to About dialog (Log tab)
2013-08-25 12:09:54 -06:00
Birunthan Mohanathas
19551cbb6c
Tweaks and cosmetics
2013-07-12 10:34:40 +03:00
Brian Ferguson
eeef84dfa0
Added skin/section (if available) to logging.
2013-06-29 10:59:18 -06:00
Birunthan Mohanathas
bcbfc4d4db
Logger: Cosmetics
2013-06-13 17:22:42 +03:00
Birunthan Mohanathas
04090b232a
Make Rainmeter a singleton class
...
This change is part of making the Libray project more testable. The old g_Rainmeter global pointer has been replaced with a GetRainmeter() function to guarantee that the object exists in some state.
2013-06-13 17:20:27 +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
Birunthan Mohanathas
f8c3f11913
Refactor command and bang logic into new CCommandHandler class
...
This also improves bang log messages, which now include the bang name.
2013-05-30 19:55:59 +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
Birunthan Mohanathas
aa3c7eb8ce
Tweaks to reduce OnChangeAction overhead
2013-04-10 19:00:22 +03:00
Birunthan Mohanathas
f9e4230ddd
Move CSystem::GetOSPlatform() to Platform.h
2013-03-12 17:53:55 +02:00
Birunthan Mohanathas
4e16218dec
Fixed dialog layout with RTL languages
2012-12-22 11:18:53 +02:00
Birunthan Mohanathas
e7fa91b924
Additional changes to 3d61328
2012-12-13 20:07:38 +02:00
Birunthan Mohanathas
3c72b7171c
Additional changes to 3d61328
2012-12-13 12:20:14 +02:00
Birunthan Mohanathas
fdd350ef42
Cosmetics
2012-12-13 12:11:27 +02:00
Birunthan Mohanathas
3d6132811f
Replaced dialog resources with control template
...
Also fixed tabbing in dialogs.
2012-12-13 11:12:25 +02:00
Birunthan Mohanathas
89fcfeb4e6
Manage Settings: Fixed that ConfigEditor/SkinPath are written when tab is opened
2012-11-13 17:39:12 +02:00
spx
14fb733a8f
Tweaks
2012-09-08 10:09:14 -07:00
Birunthan Mohanathas
2cbdb2b9f2
Disabled system critical error message boxes on startup
...
http://msdn.microsoft.com/library/windows/desktop/ff805117.aspx
2012-08-12 17:46:23 +03:00
Birunthan Mohanathas
f2b52b4204
Fixed that meters were initialized before measures
2012-07-18 08:19:01 +03:00
spx
6c5cd602bc
Minor fixes
2012-06-21 02:06:17 -07:00
Birunthan Mohanathas
6456b6adb3
Minor fixes
2012-06-19 17:33:11 +03:00
Birunthan Mohanathas
15380f1697
Fixed dialog layout with RTL languages
2012-06-19 13:52:07 +03:00
Birunthan Mohanathas
87817bc050
Moved addons and non-default plugins to #SETTINGSPATH#
2012-06-09 18:38:45 +03:00
Birunthan Mohanathas
922dd098c9
Cosmetics: Changed "config" to more consistent and descriptive terms
2012-06-01 16:06:36 +03:00
Birunthan Mohanathas
902e734e62
Tweaks
2012-05-29 19:02:20 +03:00
Birunthan Mohanathas
fdf73197d4
About Skins: Fixed that @ is displayed and changed variables to lowercase
2012-05-24 09:30:22 +03:00
Birunthan Mohanathas
f15b6723b5
Minor tweaks
2012-05-17 11:40:47 +03:00
Birunthan Mohanathas
8d04988c12
Changed tray notifications to use 32x32 icon on Vista+
2012-05-05 18:53:33 +03:00
Birunthan Mohanathas
99ff48497b
Cleanup.
2012-02-23 16:49:17 +00:00
Birunthan Mohanathas
ef55909da2
About Skins: Variables now sorted in alphabetical order.
2012-02-23 16:33:05 +00:00
Birunthan Mohanathas
1121f2659a
About Skins: Fixed crash with XP ( http://rainmeter.net/forum/viewtopic.php?f=14&t=11384 )
2012-02-23 16:01:55 +00:00
Birunthan Mohanathas
9bc8f2a1ec
Minor changes.
2012-02-21 09:38:11 +00:00
Birunthan Mohanathas
7599af8583
About Log and Skins: Tooltips now displayed when hovering over clipped columns.
2012-02-21 09:32:44 +00:00
Birunthan Mohanathas
876817bc11
- About Log and Skins: Added CTRL+C support to copy third column
...
- Cosmetics
2012-02-21 09:03:16 +00:00
Birunthan Mohanathas
bb44c29f6c
Cosmetic changes to function comment blocks.
2012-02-20 19:10:40 +00:00
Birunthan Mohanathas
24598c0ca8
Minor changes.
2012-02-20 18:46:36 +00:00
Birunthan Mohanathas
2b55ded523
Additional changes to r1207.
2012-02-20 17:54:15 +00:00
Birunthan Mohanathas
9683b8a8bf
About dialog:
...
- Renamed Measures tab to Skins
- Added support for viewing variables under new Skins tab
2012-02-20 17:27:00 +00:00
Birunthan Mohanathas
b48791dd58
Some minor fixes.
2012-02-16 17:38:45 +00:00
Birunthan Mohanathas
2c6ed8ed69
- Manage/About dialogs: Fixed that keyboard commands didn't work
...
- Window message API: Partly broken since r1157, fixed
- Moved all functionality from Rainmeter.exe into Rainmeter.dll
2012-02-14 17:00:07 +00:00
Birunthan Mohanathas
e14ef154f3
Fixed crash when tray menu is open while the language combobox is open in Manage Settings.
2012-01-28 16:47:26 +00:00
spx
ebec08914a
Adjusted copyright notice.
...
http://www.gnu.org/licenses/gpl-2.0.html
2012-01-23 06:36:15 +00:00
Birunthan Mohanathas
c3ed2e5fa3
Reintegrated 2.3 branch into trunk
2012-01-08 17:35:29 +00:00
Birunthan Mohanathas
13b3241307
Minor tweaks and cleanup.
2011-12-09 08:40:19 +00:00
Birunthan Mohanathas
b26dafc46f
- Improved r1034 fix
...
- Minor tweaks
2011-11-25 19:11:46 +00:00
Birunthan Mohanathas
e490898a74
Fixed that r1034 degraded icon quality with high DPI.
2011-11-21 17:39:09 +00:00
spx
4d72490256
Minor fix for r1051.
2011-11-21 16:57:50 +00:00
Birunthan Mohanathas
b11abf09f0
- Minor code refactoring and tweaks
...
- Minor changes to illustro
2011-11-21 12:53:55 +00:00