Commit Graph

9 Commits (454ffc0479af063802244a433cb748ed3be157a4)

Author SHA1 Message Date
Qingping Hou 92bce18537 bug fix in InputContainer and menu widget
* add _init callback for all widgets, which is used for base widget
initialization. see comment in Widget:new(o) for more information.

* new ges_events and key_events are created for each InputContainer
widget, previously, they shared the same tables.

* remove hardcoded menu widget dimen

* recalculate menu dimen on table item changes

* add CloseAllMenus for menu widget
12 years ago
Qingping Hou 7accd7572b add OverlapGroup in widget.lua 12 years ago
{Qingping,Dave} Hou 267ed42be6 Merge pull request #638 from houqp/new_ui_code_fix
zoom mode support in reader menu & menu module bug fix
12 years ago
Qingping Hou cf3cc65c03 fix bug in multi-level menu support
The size of framecontainer is not reset after content changed.
12 years ago
Qingping Hou 3486ae7e09 first demo of gesture parsing 12 years ago
Qingping Hou 78c7007f43 add todo for kerning in text widgets 12 years ago
HW ce5614ef6f cleanup, also removal of G_* constants
a bit of cleanup, switched width/height combo over to use
Geom() objects, moved framebuffer handling to Screen object,
callback syntax sanitizing, lots of small changes
12 years ago
HW c136773203 some minor changes to avoid long access paths into tables 13 years ago
HW 9e531fc2db file reorganisation
all lua frontend files are now in the frontend/ directory.
all old code is cleaned up.
13 years ago