Commit Graph

9 Commits (ec39c408e9d60f6282036b8cf0f46522d5db8ff4)

Author SHA1 Message Date
Qingping Hou 6e72569ce2 fix: check nil argument in blitFullFrom method 12 years ago
HW e52b4808b1 fix typo 12 years ago
Qingping Hou ecd56a3745 mod: prefix global variables width and height with G_ 12 years ago
Qingping Hou 709e7853e4 mod: move slider event handling to global command module
Since this event must be handled in all UIs, it is
better to register it on command object construction.
12 years ago
Qingping Hou c41e3e75a3 add: demo for fixing #85, #86 12 years ago
Qingping Hou f95231d789 add: status bar in reading menu & font.lua
* Since fontchooser is replaced by selectmenu, it
is no longer needed. So I rewrite it into font.lua
module which can cache faces that shared among all
UIs.

* add progressBar method in graphics.lua to draw
reading progress.

* add reading progress information in reading menu.
It is just a demo. Should be clean up in next release
when the real reading menu is out. :)
12 years ago
Qingping Hou 5237ba947d fix: typo 12 years ago
Qingping Hou 319826c385 mod: screen rotation implemented by ioctl
Now you get a instance rotate :) With only one bug.
I have to restore to previous rotation state of the
native system after exists. Because the native system
does poll the new rotation state that changed by ioctl.

Currently, I don't know how to force the native system
to detect the changes.
12 years ago
Qingping Hou f45671a747 fix: add screen.lua
forgot to add it in previous commit :(
12 years ago