Birunthan Mohanathas
|
476c4b996a
|
Missed file.
|
2012-01-29 15:54:17 +00:00 |
|
Birunthan Mohanathas
|
f431d48dd8
|
Minor change.
|
2012-01-29 15:52:02 +00:00 |
|
Birunthan Mohanathas
|
e459e3df34
|
Fix to r1142.
|
2012-01-28 19:55:38 +00:00 |
|
Birunthan Mohanathas
|
92864ea360
|
Rainmeter.stats is now updated periodically only if NetTotal measure has been used in current session.
|
2012-01-28 18:44:19 +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 |
|
Birunthan Mohanathas
|
81b6813e3a
|
- Removed example plugins (will be available tomorrow from http://rainmeter.net/cms/Developers)
- Changed new plugin API exports to __stdcall calling convention
- Disabled /DEBUG for Release configurations
|
2012-01-28 16:14:03 +00:00 |
|
Birunthan Mohanathas
|
fd48b9f24a
|
MathParser: Fixed issue with measure names less than 6 chars.
|
2012-01-27 15:36:46 +00:00 |
|
Birunthan Mohanathas
|
35be827071
|
- Changed std::transform(..., ::towlower/::towupper) to _wcsupr/_wcslwr
- MathParser: Fixed stack overflow (and possible crash) when the nested conditional limit is exceeded
|
2012-01-25 16:00:49 +00:00 |
|
Birunthan Mohanathas
|
430e287bec
|
Minor tweaks.
|
2012-01-23 15:43:31 +00:00 |
|
Birunthan Mohanathas
|
017c2e9ad9
|
Calc/MathParser: Conditional limit increased to 30.
|
2012-01-23 12:33:17 +00:00 |
|
Birunthan Mohanathas
|
e99403ce1e
|
Tweaks.
|
2012-01-23 09:35:32 +00:00 |
|
Birunthan Mohanathas
|
33d447a907
|
MathParser: Converted to use WCHAR.
|
2012-01-23 09:30:51 +00:00 |
|
Birunthan Mohanathas
|
01b22e2d5e
|
Calc/MathParser: Minor tweaks.
|
2012-01-23 07:21:03 +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
|
caf0a60a5b
|
Removed ccalc and replaced with MathParser
|
2012-01-22 20:28:05 +00:00 |
|
spx
|
3e1dc73e0e
|
Added workaround for icon.
http://rainmeter.net/forum/viewtopic.php?f=14&t=10946
|
2012-01-09 18:13:22 +00:00 |
|
Birunthan Mohanathas
|
c3ed2e5fa3
|
Reintegrated 2.3 branch into trunk
|
2012-01-08 17:35:29 +00:00 |
|
Birunthan Mohanathas
|
fdb2d4c528
|
Manage Skins/Themes: Fixed crash http://rainmeter.net/forum/viewtopic.php?f=14&t=10841
|
2012-01-03 19:45:22 +00:00 |
|
Birunthan Mohanathas
|
71b8d6395d
|
Reverted trunk to r1085.
|
2011-12-30 17:18:34 +00:00 |
|
Birunthan Mohanathas
|
e8b89aadfa
|
- Updated Power plugin and Process plugin to use new API
- Removed CSPluginTemplate
|
2011-12-30 16:24:22 +00:00 |
|
Birunthan Mohanathas
|
7b3b0277ec
|
Added new plugin API.
|
2011-12-30 16:16:22 +00:00 |
|
spx
|
3bebd7002a
|
Minor tweaks.
|
2011-12-09 19:49:06 +00:00 |
|
Birunthan Mohanathas
|
13b3241307
|
Minor tweaks and cleanup.
|
2011-12-09 08:40:19 +00:00 |
|
spx
|
2835739b12
|
Code tweaks and cleanup.
|
2011-12-09 03:28:19 +00:00 |
|
spx
|
8e8b7d1268
|
Code tweaks and cleanup.
|
2011-12-04 22:18:40 +00:00 |
|
spx
|
320c2d7c83
|
- [FreeDiskSpace] Added new "Type=" option to get drive type. (e.g. Fixed/Removable/Network) If set to 1, retrieve drive type as number/string. Default is 0.
- Code cleanup.
|
2011-12-02 10:42:11 +00:00 |
|
spx
|
2d05df47cd
|
Fixed issue that Rainmeter.stats is not created and generates error on startup if Rainmeter.ini doesn't contain [Statistics]-section.
http://rainmeter.net/forum/viewtopic.php?f=14&t=10418
|
2011-12-01 08:40:37 +00:00 |
|
spx
|
f28ecf6e83
|
Minor tweaks.
|
2011-11-28 14:13:20 +00:00 |
|
Birunthan Mohanathas
|
a7a6e74499
|
- Merged Rainstaller and RainBackup into SkinInstaller. The Rainstaller code is not yet refactored, but is fully functional.
- Added zip64 support
- Removed Addons\
|
2011-11-27 13:24:37 +00:00 |
|
spx
|
d622c88d69
|
Code cleanup.
|
2011-11-27 12:46:59 +00:00 |
|
spx
|
34005f14a4
|
Switched from std::wstring.compare() to wcscmp().
|
2011-11-27 08:30:39 +00:00 |
|
spx
|
e56273113d
|
Fixed handle leak when failed to get the image file size.
|
2011-11-26 04:41:50 +00:00 |
|
spx
|
3c1338b4c5
|
- Renamed bool ReadFormula() to ParseFormula.
- Changed ReadConfig() in Measure/Meter to protected.
- Other code tweaks and cleanups.
|
2011-11-26 02:49:52 +00:00 |
|
Birunthan Mohanathas
|
b26dafc46f
|
- Improved r1034 fix
- Minor tweaks
|
2011-11-25 19:11:46 +00:00 |
|
spx
|
02f2d51b41
|
Minor tweaks.
|
2011-11-24 00:30:56 +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 |
|
spx
|
4719e4a600
|
Minor tweaks.
|
2011-11-19 23:09:41 +00:00 |
|
Birunthan Mohanathas
|
d3a2a8a137
|
NowPlaying.dll: iTunes shuffle state change now detected immediately.
|
2011-11-19 11:44:04 +00:00 |
|
Birunthan Mohanathas
|
42ce3d9666
|
Minor tweaks.
|
2011-11-19 11:32:23 +00:00 |
|
spx
|
efc8275ed1
|
Minor tweaks.
|
2011-11-18 22:40:58 +00:00 |
|
Birunthan Mohanathas
|
af8be41663
|
Minor tweaks.
|
2011-11-18 07:33:41 +00:00 |
|
spx
|
8e8b555b6d
|
Code cleanup.
|
2011-11-17 13:10:27 +00:00 |
|
Birunthan Mohanathas
|
b02371276f
|
Minor tweaks.
|
2011-11-16 16:47:20 +00:00 |
|
spx
|
e119672f1c
|
Minor tweaks.
|
2011-11-14 14:32:11 +00:00 |
|
Birunthan Mohanathas
|
1869dc467a
|
Alt+Tab now displays the Rainmeter icon for the Manage/About dialogs.
|
2011-11-14 12:08:37 +00:00 |
|
Birunthan Mohanathas
|
4c3695a78a
|
Fixed crash with 64bit Rainmeter due to r1038.
|
2011-11-14 08:05:09 +00:00 |
|
Birunthan Mohanathas
|
a6a767d9ff
|
Switched to using SetWindowLongPtr/GetWindowLongPtr instead of SetProp/GetProp for faster retrieval of window pointer.
|
2011-11-14 07:53:19 +00:00 |
|
spx
|
b8c1c77262
|
Fixed that Measures in About dialog indicates invalid measure value.
|
2011-11-13 16:06:02 +00:00 |
|