7cba5cc109
Fixed line endings and applied gitignore
2014-07-26 09:43:40 +03:00
Birunthan Mohanathas
7164dddefd
Disable copy constructors and copy assignment operators
2014-01-05 12:07:22 +02:00
Birunthan Mohanathas
9b5871f4dc
Move EscapeRegExp into StringUtil
2014-01-04 19:17:41 +02:00
Brian Ferguson
9541e72707
Cosmetics
2014-01-04 09:28:44 -07:00
Brian Ferguson
957e37fbf2
Added [Measure:EscapeRegExp] section variable for measures. This will escape any regular expression meta-characters for use with IfMatch.
2014-01-04 09:06:07 -07:00
Birunthan Mohanathas
da92def9fc
Define WIN32_LEAN_AND_MEAN globally
2013-12-24 11:20:19 +00:00
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
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
spx
1c8b798928
Tweaks
...
* Merged Shrink() code to Tokenize()
2013-02-06 19:09:17 +09:00
Birunthan Mohanathas
1a60511edf
Tweaks
2012-09-21 22:30:44 +03:00
Birunthan Mohanathas
fd111c0657
Tweaks
2012-08-05 16:12:36 +03:00
Birunthan Mohanathas
e0ec47f9a0
Tweaks and cosmetics
2012-08-05 15:51:58 +03:00
Brian
06f625c91c
Adds new [Meter:] and [Measure:] functionality
2012-08-01 13:52:50 -04:00
spx
720ed170f0
Changed @include behavior. Now the sections that the included file has are inserted to the position where the @include is defined.
...
http://rainmeter.net/forum/viewtopic.php?f=14&t=10500
2012-07-18 03:41:58 -07:00
Birunthan Mohanathas
4dc5fe0b31
Tweaks
2012-07-17 21:26:55 +03:00
Birunthan Mohanathas
3b8ab1e6e8
Tweaks
2012-06-27 14:49:52 +03:00
Birunthan Mohanathas
922dd098c9
Cosmetics: Changed "config" to more consistent and descriptive terms
2012-06-01 16:06:36 +03:00
Birunthan Mohanathas
4558c2836c
Changed @\ to #@#
2012-05-21 14:19:25 +03:00
Birunthan Mohanathas
6a520542bc
Removed useless comments
2012-05-20 20:58:37 +03:00
Birunthan Mohanathas
9fb14b032c
Additional change to cb0fd82
2012-05-20 18:33:15 +03:00
Birunthan Mohanathas
cb0fd823e7
Added support for @Resources
2012-05-20 17:51:15 +03:00
Birunthan Mohanathas
9453780c26
Tweaks
2012-05-19 18:16:04 +03:00
spx
5615b412c9
Changed network stats format (Rainmeter.stats)
2012-04-08 07:00:17 -07:00
Birunthan Mohanathas
ba239ffeea
Changed all numerical options or numerical parameters of bangs to accept formulas
2012-04-06 15:16:54 +03:00
Birunthan Mohanathas
ad2a986e88
Cosmetics.
2012-03-09 10:41:46 +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
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
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
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
f28ecf6e83
Minor tweaks.
2011-11-28 14:13:20 +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
spx
02f2d51b41
Minor tweaks.
2011-11-24 00:30:56 +00:00
spx
efc8275ed1
Minor tweaks.
2011-11-18 22:40:58 +00:00
spx
e119672f1c
Minor tweaks.
2011-11-14 14:32:11 +00:00
spx
deef3b0ab4
Minor tweaks.
2011-11-12 15:36:05 +00:00
spx
bbe733b437
Code tweaks and cleanups.
2011-11-10 13:44:19 +00:00
spx
a209bf15d0
- Fixed Button issue: http://rainmeter.net/forum/viewtopic.php?t=10274&p=59935
...
- Removed unneeded NULL checks.
- Other code tweaks and cleanups.
2011-11-08 10:32:57 +00:00
spx
f945bacfb7
Minor tweaks.
2011-11-04 12:48:03 +00:00
spx
1aaa03308c
Code cleanup.
2011-11-01 04:56:46 +00:00
Birunthan Mohanathas
822c10060a
- Added !SetOption/!SetOptionGroup bangs.
...
- Script: Added GetOption() function
2011-07-27 10:42:35 +00:00
spx
8515877c48
Tweaks.
2011-07-15 16:54:47 +00:00
spx
c2e3b6292d
Additional change for r852,r856. Improved reading the network statistics from Rainmeter.stats.
...
Some cosmetic changes.
2011-07-08 22:50:02 +00:00
spx
8867c94482
Cosmetic changes.
2011-07-07 23:25:45 +00:00
spx
4389edb8c1
Optimized ConfigParser. Reduced processing time on startup and on refreshing.
2011-07-06 09:00:44 +00:00
spx
a2316446ca
Switched map/hash_map/set for caching to unordered_map/unordered_set.
2011-02-18 16:26:58 +00:00
spx
435ab8123a
Code cleanup.
2011-01-24 10:43:03 +00:00
spx
d6789cc23f
Removed unnecessary code.
2011-01-23 14:27:23 +00:00