rainmeter-studio/Library/lua/glue
spx 235841e01f Added AutoScale=2 and "k" postfix to Meter=STRING.
----
For instance:
A=2800000000, B=0

- AutoScale=0
AutoScale is disabled. Uses Scale value. (Same as before.)
A="2800000000", B="0"

- AutoScale=1
Scales value by 1024. (Same as before.)
A="2.6 G", B="0.0 "

- AutoScale=2
Scales value by 1000.
A="2.8 G", B="0.0 "

- AutoScale=1k
Scales value by 1024, and uses kilo as the lowest unit.
A="2.6 G", B="0.0 k"

- AutoScale=2k
Scales value by 1000, and uses kilo as the lowest unit.
A="2.8 G", B="0.0 k"
----
2011-01-19 15:31:45 +00:00
..
lua_group.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_group.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_measure.cpp Added AutoScale=2 and "k" postfix to Meter=STRING. 2011-01-19 15:31:45 +00:00
lua_measure.h Added AutoScale=2 and "k" postfix to Meter=STRING. 2011-01-19 15:31:45 +00:00
lua_meter.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_meter.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_meterimage.cpp Some how these weren't committed before. 2010-12-12 17:18:36 +00:00
lua_meterimage.h Some how these weren't committed before. 2010-12-12 17:18:36 +00:00
lua_meterstring.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_meterstring.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_meterwindow.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_meterwindow.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_rainmeter_ext.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_rainmeter_ext.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_rainmeter.cpp Added Lua Stuff 2010-12-12 17:08:36 +00:00
lua_rainmeter.h Added Lua Stuff 2010-12-12 17:08:36 +00:00
meter_image.tolua Some how these weren't committed before. 2010-12-12 17:18:36 +00:00