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/widget
NiLuJe bf6c0cdd6c
LuaSettings: Add a method to initialize a setting properly (#7371)
* LuaSettings/DocSettings: Updated readSetting API to allow proper initialization to default.
Use it to initialize tables, e.g., fixing corner-cases in readerFooter that could prevent settings from being saved.
(Fixes an issue reported on Gitter).
* LuaSettings/DocSettings: Add simpler API than the the flip* ones to toggle boolean settings.
* Update LuaSettings/DocSettigns usage throughout the codebase to use the dedicated boolean methods wher appropriate, and clean up some of the more mind-bending uses.
* FileChooser: Implement an extended default exclusion list (fix #2360)
* ScreenSaver: Refactor to avoid the pile of kludges this was threatening to become. Code should be easier to follow and use, and fallbacks now behave as expected (fix #4418).
3 years ago
..
container [RFC] Pagination UI shenanigans (#7335) 3 years ago
bboxwidget.lua Add support for physical button for page crop (#6091) 4 years ago
bookstatuswidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
button.lua [RFC] Pagination UI shenanigans (#7335) 3 years ago
buttondialog.lua Button: Better handling of translucent MovableContainer (#7223) 3 years ago
buttondialogtitle.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
buttonprogresswidget.lua [UX] Use a full-width plus for buttons paired with a unicode minus (#7018) 3 years ago
buttontable.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
checkbutton.lua flash_ui: Workaround potential EPDC races (#7332) 3 years ago
checkmark.lua [RTL UI] update widgets and apps for UI mirroring 4 years ago
closebutton.lua [RTL UI] update widgets and apps for UI mirroring 4 years ago
configdialog.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
confirmbox.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
datewidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
dictquicklookup.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
doublespinwidget.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
eventlistener.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
filechooser.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
fixedtextwidget.lua TextWidget: small refactoring, better handle max_width (#5503) 5 years ago
focusmanager.lua [feat] FocusManager: wrap around horizontally (#6315) 4 years ago
footnotewidget.lua Footnote popups: allow setting an absolute font size 4 years ago
frontlightwidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
horizontalgroup.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
horizontalspan.lua cleanup: expand tab to 4 spaces 10 years ago
htmlboxwidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
iconbutton.lua flash_ui: Workaround potential EPDC races (#7332) 3 years ago
iconwidget.lua Page Overlap: Fix rectangle computation and arrow mode (#7269) 3 years ago
imageviewer.lua Fix a few things after #7166 (#7212) 3 years ago
imagewidget.lua Page Overlap: Fix rectangle computation and arrow mode (#7269) 3 years ago
infomessage.lua ConfigDialog: temporarily hide when showing SpinWidgets 3 years ago
inputdialog.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
inputtext.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
keyboardlayoutdialog.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
keyvaluepage.lua KeyValuePages: Handle not having anything to show slightly better (#7353) 3 years ago
linewidget.lua [chore] Convert a couple more todos (#5267) 5 years ago
linkbox.lua Various blitting related cleanups (#4789) 5 years ago
listview.lua [RTL UI] update widgets and apps for UI mirroring 4 years ago
logindialog.lua Floor dimension computations (mul/div). (#6264) 4 years ago
menu.lua Remove an unwanted truncation. (#7378) 3 years ago
multiconfirmbox.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
multiinputdialog.lua Floor dimension computations (mul/div). (#6264) 4 years ago
naturallightwidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
networksetting.lua WiFi: Handle inconsistent states a tad better. (#7368) 3 years ago
notification.lua Notifications: stack them instead of overdrawing them 3 years ago
numberpickerwidget.lua Button: Better handling of translucent MovableContainer (#7223) 3 years ago
openwithdialog.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
overlapgroup.lua Statistics: new Calendar view (#5854) 4 years ago
pathchooser.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
physicalkeyboard.lua Various blitting related cleanups (#4789) 5 years ago
progresswidget.lua Hide non-linear fragments 4 years ago
qrmessage.lua Qrcode support (#6844) 4 years ago
qrwidget.lua Qrcode support (#6844) 4 years ago
radiobutton.lua flash_ui: Workaround potential EPDC races (#7332) 3 years ago
radiobuttontable.lua Open with: add Text Editor plugin 4 years ago
rectspan.lua cleanup: expand tab to 4 spaces 10 years ago
screensaverwidget.lua ScreenSaver: Delay footer/header repaint if screensaver_delay is enabled (#7334) 3 years ago
screenshoter.lua Standardize directory/folder to folder (#7328) 3 years ago
scrollhtmlwidget.lua Button: Better handling of translucent MovableContainer (#7223) 3 years ago
scrolltextwidget.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
skimtowidget.lua flash_ui: Workaround potential EPDC races (#7332) 3 years ago
sortwidget.lua Minor followup to #7335 (#7347) 3 years ago
spinwidget.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
textboxwidget.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
textviewer.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
textwidget.lua Top menu: long-press on truncated menu item to show full text 3 years ago
timewidget.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
toggleswitch.lua ConfigDialog: temporarily hide when showing SpinWidgets 3 years ago
touchmenu.lua flash_ui: Workaround potential EPDC races (#7332) 3 years ago
trapwidget.lua TextWidget: small refactoring, better handle max_width (#5503) 5 years ago
verticalgroup.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
verticalscrollbar.lua Text/HTML widgets: allow scrolling with the scrollbar 4 years ago
verticalspan.lua cleanup: expand tab to 4 spaces 10 years ago
virtualkeyboard.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
widget.lua doc: fix document build 7 years ago