This website requires JavaScript.
Explore
Help
Sign In
chibicitiberiu
/
rainmeter-studio
Watch
1
Star
0
Fork
0
You've already forked rainmeter-studio
mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced
2024-02-24 04:33:31 +00:00
Code
Issues
Releases
Wiki
Activity
rainmeter-studio
/
Application
History
jsmorley
36dfa2c6e5
Alex2539 found a problem in the ccalc lexer.c file which caused an error if a number was used in a calc statement (say from a WebParser measure) which had a leading "0". (08 for instance) This would cause the library to see the number as an Octal, and the formula would be incorrect at best, and fail with an error in the log at worst. (08 is an invalid Octal number) Alex has changed the library so you CAN indicate and do math with Octal, Hex and Binary numbers, but the numbers must be preceded with 0b (binary) 0x (hex) 0o (octal). If a number like 08 is used, it will be treated as "8", as it should.
...
Change to RainThemes to support new Logging= setting in Rainmeter.ini
2010-07-07 22:31:44 +00:00
..
Application.cpp
- Added the function that measures the CPU usage for multi core/processors.
2010-02-13 03:07:34 +00:00
Application.rc
Alex2539 found a problem in the ccalc lexer.c file which caused an error if a number was used in a calc statement (say from a WebParser measure) which had a leading "0". (08 for instance) This would cause the library to see the number as an Octal, and the formula would be incorrect at best, and fail with an error in the log at worst. (08 is an invalid Octal number) Alex has changed the library so you CAN indicate and do math with Octal, Hex and Binary numbers, but the numbers must be preceded with 0b (binary) 0x (hex) 0o (octal). If a number like 08 is used, it will be treated as "8", as it should.
2010-07-07 22:31:44 +00:00
Application.vcproj
RainThemes wasn't started correctly if the path had spaces. Fixed.
2009-08-12 19:02:51 +00:00
Rainmeter.ico
Update for final fixes for Rainstaller, new Rainmeter icons and changes to History.htm to support new public build.
2010-04-18 20:12:32 +00:00
resource.h
2009-02-10 18:37:48 +00:00