Commit Graph

7 Commits (4310b68b3bdc9249e021fa8d6d14381315902023)

Author SHA1 Message Date
Tigran Aivazian 69d293a6cc Get rid of the compilation warning. 12 years ago
Tigran Aivazian 34d5205894 Disk free space reporting:
1. Enhance FileInfo:FileSize() to handle gigabytes and rename it to FileInfo:FormatSize() as it is not just for file sizes.
2. Add "Free space" field to file info because it is useful to see it when deciding whether to remove this file or not.

Conflicts:

	fileinfo.lua
12 years ago
Qingping Hou c71f5c6f6a add: sleep and usleep in util module
Now using it in commands.lua
12 years ago
HW b4fa798d92 device recognition now fully automatic 12 years ago
HW 8869c52c31 fix a Lua 5.0 syntax that was deprecated in 5.1
luaL_reg is now renamed to luaL_Reg. Lua 5.2 does not know about
the old name anymore, Lua 5.1.x had backward compatibility.
12 years ago
HW f307264fb6 added freetype text rendering (still buggy)
this allows to render glyphs and also brings a simple
engine for rendering UTF-8 strings onto the framebuffer.
blitting to uneven offset is implemented here, too, but
needs more work and is still buggy.

In the end, this will allow for a simple GUI.
13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago