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
chrox 21b0b24b14 fix input timer queue
if new timer has a timeout later than a timer in queue, the
new timer will be discarded and never be pushed into timer queue.
This is fixed by pushing new timer without timeout checking
and then sorting the queue according to timer timeouts.

This should fix #520 and #495.
10 years ago
..
data use mini progress bar by default 11 years ago
device fix broken toggle frontlight on kpw2 11 years ago
reader cleanup readerui init for pdf 11 years ago
widget add missing gettext for buttondialog 11 years ago
device.lua refactoring frontlight device to more generic power device 11 years ago
event.lua Refactored to use strictly locals 11 years ago
font.lua revert main GUI font to better-looking DroidSans 11 years ago
geometry.lua add regional zoom mode in pdf/djvu page 11 years ago
gesturedetector.lua decrease HOLD_INTERVAL to 0.5s for better responsiveness 11 years ago
gesturerange.lua add two finger swipe gestures for showing TOC and bookmarks 11 years ago
input.lua fix input timer queue 10 years ago
language.lua Update language.lua 10 years ago
readerui.lua cleanup readerui init for pdf 11 years ago
rendertext.lua add bold property for text rendering 11 years ago
screen.lua Further refactoring 11 years ago
timeval.lua Refactored to use strictly locals 11 years ago
uimanager.lua update battery state on device resume 11 years ago