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 ce624be8b8 Cache: Fix a whole lot of things.
* Minor updates to the min & max cache sizes (16 & 64MB). Mostly to satisfy my power-of-two OCD.
  * Purge broken on-disk cache files
  * Optimize free RAM computations
  * Start dropping LRU items when running low on memory before pre-rendring (hinting) pages in non-reflowable documents.
  * Make serialize dump the most recently *displayed* page, as the actual MRU item is the most recently *hinted* page, not the current one.
  * Use more accurate item size estimations across the whole codebase.

TileCacheItem:

  * Drop lua-serialize in favor of Persist.

KoptInterface:

  * Drop lua-serialize in favor of Persist.
  * Make KOPTContext caching actually work by ensuring its hash is stable.
3 years ago
..
container Input dialogs: do not allow blank input cont'd (#7516) 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 Button setIcon: Allow keep button width (#7546) 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 bump crengine: more granular font weights (#7616) 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 ReaderUI: Saner FM/RD lifecycle 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 ReaderUI: Saner FM/RD lifecycle 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 Minor Input & TimeVal cleanups 3 years ago
frontlightwidget.lua FrontLight: Workaround potential crashes when swiping the frontlight bar. 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 The great Input/GestureDetector/TimeVal spring cleanup (a.k.a., a saner main loop) (#7415) 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 Cache: Fix a whole lot of things. 3 years ago
infomessage.lua SortWidget: More tweaks 3 years ago
inputdialog.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
inputtext.lua Inputtext: don't allow the cursor to move within a hint (#7507) 3 years ago
keyboardlayoutdialog.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
keyvaluepage.lua Input dialogs: do not allow blank input cont'd (#7516) 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 ReaderUI: Saner FM/RD lifecycle 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 NetworkManager: Just warn if the gateway is unreachable after a (#7570) 3 years ago
notification.lua Minor Input & TimeVal cleanups 3 years ago
numberpickerwidget.lua Numberpicker: show hint with boundaries instead of the current value (#7529) 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 3 years ago
qrmessage.lua Qrcode support (#6844) 3 years ago
qrwidget.lua Qrcode support (#6844) 3 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 SkimToWidget: swap '1' and '10' buttons (#7408) 3 years ago
sortwidget.lua SortWidget: More tweaks 3 years ago
spinwidget.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
textboxwidget.lua The great Input/GestureDetector/TimeVal spring cleanup (a.k.a., a saner main loop) (#7415) 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 ReaderUI: Saner FM/RD lifecycle 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 The great Input/GestureDetector/TimeVal spring cleanup (a.k.a., a saner main loop) (#7415) 3 years ago
widget.lua doc: fix document build 7 years ago