Birunthan Mohanathas
|
17ce199271
|
Fixed bangs using "[[Measure]]"
|
2012-05-14 18:27:43 +03:00 |
|
Birunthan Mohanathas
|
b80fe5dbd1
|
Tweaks
|
2012-05-13 12:30:20 +03:00 |
|
Birunthan Mohanathas
|
69ec0aecc1
|
String: Fixed StringCase=UPPER/LOWER/PROPER with non-Latin chars
|
2012-05-13 12:17:00 +03:00 |
|
Birunthan Mohanathas
|
8a8aa98791
|
Fixed crash with bangs through command-line and WM_COPYDATA
|
2012-05-12 15:08:47 +03:00 |
|
Birunthan Mohanathas
|
c1c4256a68
|
Fixed Group bangs for skins
|
2012-05-12 14:45:11 +03:00 |
|
Brain
|
5ac6f94f3b
|
Added GraphOrientation and GraphStart to Line and Histogram meters
|
2012-05-11 12:48:03 -04:00 |
|
Birunthan Mohanathas
|
b7a3e03997
|
Script: Changed multi-parameter SKIN:Bang() to require "!" in first parameter
|
2012-05-08 19:46:18 +03:00 |
|
Birunthan Mohanathas
|
9db39b72bc
|
Script: Added support for multiple parameters to SKIN:Bang()
For example: 'SKIN:Bang("Bang", var, "str", 2)' can now be used instead of 'SKIN:Bang("!Bang \"" .. var .. "\" str \"" .. 2 .. "\"")'
|
2012-05-08 17:11:22 +03:00 |
|
Birunthan Mohanathas
|
854b925ce9
|
Tweaked bang handling code
|
2012-05-08 16:53:24 +03:00 |
|
Birunthan Mohanathas
|
2fcc13d52b
|
Fixed mistake in efd051c
|
2012-05-07 13:59:18 +03:00 |
|
Birunthan Mohanathas
|
efd051c4af
|
Fixed regression with commands in de10352
|
2012-05-07 07:42:12 +03:00 |
|
Birunthan Mohanathas
|
de10352cbd
|
Made "!Execute" optional in bangs
|
2012-05-06 22:27:59 +03:00 |
|
Birunthan Mohanathas
|
f62377d5dc
|
Minor changes
|
2012-05-05 19:37:55 +03:00 |
|
Birunthan Mohanathas
|
8d04988c12
|
Changed tray notifications to use 32x32 icon on Vista+
|
2012-05-05 18:53:33 +03:00 |
|
Birunthan Mohanathas
|
a93c02ef84
|
Tweaks
|
2012-05-05 15:59:35 +03:00 |
|
Birunthan Mohanathas
|
b33d59e9de
|
Minor change to 2208cf2
|
2012-05-05 15:48:41 +03:00 |
|
Birunthan Mohanathas
|
c8e930e10d
|
Added tray notification for new version
|
2012-05-05 15:42:16 +03:00 |
|
Birunthan Mohanathas
|
c6f7116031
|
Cosmetics
|
2012-05-05 14:49:22 +03:00 |
|
Birunthan Mohanathas
|
2974b2a91e
|
Added Rainmeter.data
|
2012-05-05 14:45:34 +03:00 |
|
Brian
|
2208cf20c0
|
Added tray notifications
|
2012-05-05 14:43:48 +03:00 |
|
spx
|
638b467675
|
Disabled double update on initialization for meters
|
2012-05-04 18:23:35 -07:00 |
|
Birunthan Mohanathas
|
0636dada6a
|
Updated languages
|
2012-04-29 16:30:46 +03:00 |
|
Birunthan Mohanathas
|
43427b4706
|
Added workaround for issue in bb4bcbd (skin not completely visible)
|
2012-04-28 19:49:28 +03:00 |
|
Birunthan Mohanathas
|
a85ecc9b7c
|
Added separate tray icon resource for high DPI conditions
|
2012-04-22 17:47:19 +03:00 |
|
Birunthan Mohanathas
|
f1af3786d4
|
Manage Themes: Fixed that m_Themes order differed from listbox in some cases
|
2012-04-20 08:58:10 +03:00 |
|
spx
|
27f33dbe10
|
Cosmetics
|
2012-04-17 17:27:40 -07:00 |
|
Birunthan Mohanathas
|
3cf1f43846
|
Cosmetics
|
2012-04-17 18:20:12 +03:00 |
|
Birunthan Mohanathas
|
f48d892526
|
Fixed cursor flicker issue with some applications
Removed support for background transparency with RGB(255,0,255)
|
2012-04-17 09:36:29 +03:00 |
|
Birunthan Mohanathas
|
8332f8465e
|
Removed NativeTransparency option (now always enabled)
|
2012-04-17 09:32:10 +03:00 |
|
Birunthan Mohanathas
|
174a612c49
|
Minor change
|
2012-04-15 18:31:05 +03:00 |
|
Birunthan Mohanathas
|
b8292f3ab7
|
Additional change to e139153
|
2012-04-15 18:27:51 +03:00 |
|
Birunthan Mohanathas
|
e139153d77
|
About Skins: Fixed ignored first update for measures
|
2012-04-15 17:47:41 +03:00 |
|
Birunthan Mohanathas
|
4a8bc1beaa
|
Moved IfAction execution to PostUpdate
|
2012-04-15 15:22:44 +03:00 |
|
Birunthan Mohanathas
|
43f726271d
|
Fixed typo
|
2012-04-10 18:33:55 +03:00 |
|
Birunthan Mohanathas
|
b670d5efdd
|
Fixed mistake in previous commit
|
2012-04-09 20:53:07 +03:00 |
|
Birunthan Mohanathas
|
bb4bcbdce3
|
Disabled double update on initialization for measures
|
2012-04-09 20:50:46 +03:00 |
|
Birunthan Mohanathas
|
66a5579550
|
Minor changes
|
2012-04-09 20:27:49 +03:00 |
|
spx
|
4339a00780
|
Removed #include "Timer.h" (7168634 )
|
2012-04-09 10:05:26 -07:00 |
|
Birunthan Mohanathas
|
1e978aa4b8
|
Fixed typo
|
2012-04-09 19:49:39 +03:00 |
|
Birunthan Mohanathas
|
7168634bb6
|
Disabled RTTI and removed dynamic_cast
|
2012-04-09 19:45:54 +03:00 |
|
spx
|
c6a382f4ab
|
Removed /Ob1 option for fixing VS2010 optimization bug.
|
2012-04-09 06:53:00 -07:00 |
|
Birunthan Mohanathas
|
c69c56e42f
|
Cleaned project files
|
2012-04-09 14:04:07 +03:00 |
|
spx
|
5615b412c9
|
Changed network stats format (Rainmeter.stats)
|
2012-04-08 07:00:17 -07:00 |
|
Birunthan Mohanathas
|
dc65323e90
|
Calc: Added rad function (degress to radians) and fixed sgn function
|
2012-04-08 16:52:07 +03:00 |
|
Birunthan Mohanathas
|
0f79d8317c
|
Changed Time without Format= to default to "%H:%M:%S"
|
2012-04-07 20:05:16 +03:00 |
|
Birunthan Mohanathas
|
38ca3fc08c
|
Additional change to 56679f0
|
2012-04-07 19:38:13 +03:00 |
|
spx
|
0bcd078525
|
Minor fix for 56679f0
|
2012-04-07 08:10:41 -07:00 |
|
Birunthan Mohanathas
|
584c03d153
|
Chaned Time without Format= to return timestamp instead of empty string (%H:%M:%S was returned prior to 70117876 )
|
2012-04-07 17:42:39 +03:00 |
|
Birunthan Mohanathas
|
56679f0922
|
PerfMon.dll: Fixed issues with MaxValue
|
2012-04-07 14:25:38 +03:00 |
|
Birunthan Mohanathas
|
1a5f77254b
|
Improved 8dd9b8e fix to handle temporary division by 0 cases
|
2012-04-07 10:06:58 +03:00 |
|