You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
Qingping Hou 0c49b915de refactor: add touch zone subsystem to inputcontainer
Touch zone decouples screen size from gesture event registration.

The win here is each individual widget does not need to update
gesture range on screen rotate/resize anymore.

Another advantage is we now have a centralized ordered array to handle
all registered touch event listeners, makes it much easier to resolve
gesture range conflicts between multiple widgets.

This patch also includes the following changes:

* migrate readerpaging to use readerui's touch zone
* migrate readerfooter to use readerui's touch zone
* move inverse read direction setting to touch menu's setting tab
* moved kobolight widget from readerview into readerui
* various dead code cleanups and comments
8 years ago
..
data Add Polish keyboard (#2319) 8 years ago
elements Custom DPI: increase upper bound from 330 to 600 8 years ago
message more luacheck fixes 8 years ago
network fix: disable network info menu when device is not connected 8 years ago
widget refactor: add touch zone subsystem to inputcontainer 8 years ago
downloadmgr.lua minor: various luacheck fixes 8 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua minor: various luacheck fixes 8 years ago
geometry.lua refactor: add touch zone subsystem to inputcontainer 8 years ago
gesturerange.lua multi-touch: add tests for gesturerange moudle 8 years ago
language.lua Arranges alphabetically list of languages and 8 years ago
opdsparser.lua minor: various luacheck fixes 8 years ago
otamanager.lua fix: disable network info menu when device is not connected 8 years ago
rendertext.lua Fix long filename text in history textbox (#2322) 8 years ago
screensaver.lua Allow local overrides of use_lastfile_as_screensaver 8 years ago
timeval.lua minor: various luacheck fixes 8 years ago
translator.lua minor: various luacheck fixes 8 years ago
uimanager.lua Reset refresh rate counter on explicit full refreshs (#2394) 8 years ago
wikipedia.lua minor: various luacheck fixes 8 years ago