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
poire-z 0fc7a5ed6d
ProgressWidget: add some bound checks (#3916)
Avoid drawing the fill bar our of the progress bar.
Avoid zero divided by zero that return 'nan' (Not a Number),
that does not bother lua code, but will crash libblitbuffer.so
when it gets nan as a coordinate.
6 years ago
..
data [UX] Make the reader bottom menu compatible with key navigation (#3785) 6 years ago
elements [UX] Implement back_to_exit option (#3838) 6 years ago
message feat: add logger module & rewrite kobo suspend script in lua 8 years ago
network [fix] NetworkManager:isConnected() exit code check (#3795) 6 years ago
plugin SwitchPlugin and BackgroundTaskPlugin with tests (#3137) 7 years ago
widget ProgressWidget: add some bound checks (#3916) 6 years ago
downloadmgr.lua DevDocs: ui.downloadmgr 7 years ago
event.lua doc: event propagation for widgets 8 years ago
font.lua Font: unify font styling 7 years ago
geometry.lua [travis] Add protection against unscaled sizes 7 years ago
gesturerange.lua multi-touch: add tests for gesturerange moudle 8 years ago
hook_container.lua Move kobo auto-suspension logic out of UIManager (#2933) 7 years ago
language.lua [i18n] Update frontend/ui/language: add Basque and uncomment Vietnamese (#3755) 6 years ago
menusorter.lua [Menusorter] Ignore warning for the plus_menu. (#3903) 6 years ago
opdsparser.lua opds(fix): unescape name and value 8 years ago
otamanager.lua Update OTA mirrors (#3901) 6 years ago
quickstart.lua [feat] Build AppImage (#3850) 6 years ago
renderimage.lua remove dev comment 6 years ago
rendertext.lua [doc] RenderText:getGlyph() and truncateTextByWidth() (#3140) 7 years ago
screensaver.lua [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 6 years ago
size.lua [UX] Smaller borders (#3266) 7 years ago
timeval.lua [fix, doc] TimeVal: typo 7 years ago
translator.lua Docs: cosmetic updates and additions 7 years ago
trapper.lua Add MovableContainer: allow moving some widgets (#3636) 6 years ago
uimanager.lua [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 6 years ago
wikipedia.lua RenderImage: factorize all image rendering and scaling code 6 years ago