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
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
..
apps refactor: add touch zone subsystem to inputcontainer 8 years ago
device refactor: add touch zone subsystem to inputcontainer 8 years ago
document move painting and drawing debug log to verbose 8 years ago
ui refactor: add touch zone subsystem to inputcontainer 8 years ago
cache.lua fix all the tests 8 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua build: enforce luacheck in travis build 8 years ago
dbg.lua settings: add entry to toggle debug mode 8 years ago
device.lua build: enforce luacheck in travis build 8 years ago
docsettings.lua FileManager: show files with sidecar dir in bold (#2391) 8 years ago
dump.lua defaults(refactor): remove global hack in filemanagersetdefaults 8 years ago
gettext.lua gettext: unescape \n 10 years ago
httpclient.lua build: enforce luacheck in travis build 8 years ago
luasettings.lua Automatically connect WIFI after Kobo has been resumed (#2215) 8 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
optmath.lua doc: add documentation build infrastructure 8 years ago
random.lua Update KOSyncClient 8 years ago
readhistory.lua Add readhistory_spec / docsettings_spec 8 years ago
up_reg.list adapt widgets to new refresh/repaint API 10 years ago
util.lua PR #2356 breaks CJK character splitting 8 years ago