mirror of
https://github.com/koreader/koreader
synced 2024-11-20 03:25:34 +00:00
0c76c73e4f
* I'd failed to notice that ButtonTable *also* instantiates seven billion Buttons on each update. Unfortunately, that one is way trickier to fix properly, so, work around its behavior in Button. (This fixes multiple issues with stuff using ButtonTable, which is basically anything with a persistent set of buttons. A good and easy test-case is the dictionary popup, e.g., the Highlight button changes text, and the next/prev dic buttons change state. All that, and more, was broken ;p). * Handle corner-cases related to VirtualKeyboard (e.g., Terminal & Text Editor), which screwed with both TouchMenu & Button heuristics because it's weird. * Flag a the dictionary switch buttons as vsync (They trigger a partial repaint of the dictionary content). * Flag the ReaderSearch buttons as vsync They very obviously trigger a partial repaint, much like SkimTo ;p. |
||
---|---|---|
.. | ||
data | ||
elements | ||
message | ||
network | ||
plugin | ||
widget | ||
bidi.lua | ||
cloudmgr.lua | ||
downloadmgr.lua | ||
event.lua | ||
font.lua | ||
geometry.lua | ||
gesturerange.lua | ||
hook_container.lua | ||
language.lua | ||
menusorter.lua | ||
opdsparser.lua | ||
otamanager.lua | ||
quickstart.lua | ||
renderimage.lua | ||
rendertext.lua | ||
screensaver.lua | ||
size.lua | ||
timeval.lua | ||
translator.lua | ||
trapper.lua | ||
uimanager.lua | ||
wikipedia.lua |