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
poire-z bc16b32395 Add Book map and Page browser features
- Book map: shows a map of content, including TOC,
  boomarks, read pages, non-linear flows...
- Page browser: shows thumbnails of pages.

- ReaderThumbnail: new Reader module that provides
  a service for generating thumbnails of book pages.
  It makes available these 2 new fullscreen widgets.
- ReaderBookmark, ReaderLink, Statistics: add methods
  to return new views of bookmarks, previous locations
  and read pages, that are needed by BookMapWidget.
- ReaderToc: compute TOC max_depth.
- ReaderBookmark, ReaderHighlight: send events on
  bookmark add/update/remove so thumbnails of the
  pages impacted can be trashed.
2 years ago
..
container Add Book map and Page browser features 2 years ago
bboxwidget.lua Add support for physical button for page crop (#6091) 4 years ago
bookmapwidget.lua Add Book map and Page browser features 2 years ago
bookstatuswidget.lua BookStatusWidget: fix status toggle (#8329) 3 years ago
button.lua Menu widget: add extra (left) title button (#8564) 2 years ago
buttondialog.lua Many widgets: similar size in portrait and landscape (#8238) 3 years ago
buttondialogtitle.lua ButtonDialogTitle: no bold font in the title by default (#8557) 2 years ago
buttonprogresswidget.lua [UX] Use a full-width plus for buttons paired with a unicode minus (#7018) 3 years ago
buttontable.lua Many widgets: similar size in portrait and landscape (#8238) 3 years ago
checkbutton.lua Checkbutton widget optimization (#8522) 2 years ago
checkmark.lua CheckButton: accurate vertical alignment (#8083) 3 years ago
closebutton.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
configdialog.lua ConfigDialog: fix set as default (#8498) 3 years ago
confirmbox.lua [doc] add documentation to a few widgets (#8425) 3 years ago
datetimewidget.lua [doc] add documentation to a few widgets (#8425) 3 years ago
dictquicklookup.lua readerhighlight: remove selected_word and use selected_text everywhere 3 years ago
doublespinwidget.lua [chore, CI] Remove empty whitespace (#8506) 3 years ago
eventlistener.lua Revamp flash_ui handling, once more, with feeling ;) (#7262) 3 years ago
filechooser.lua FileChooser: show nb of files and subdirs in folders (#8598) 2 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, kobo, cervantes] Remove auto_warmth (#8154) 3 years ago
horizontalgroup.lua Tame some ButtonTable users into re-using Buttontable instances if possible (#7166) 3 years ago
horizontalscrollbar.lua Adds ScrollableContainer, to be used with tall widgets (#8299) 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 Menu widget: add extra (left) title button (#8564) 2 years ago
iconwidget.lua Page Overlap: Fix rectangle computation and arrow mode (#7269) 3 years ago
imageviewer.lua Screenshoter: options to View and Delete after screenshot (#8050) 3 years ago
imagewidget.lua Screensaver: allow limiting stretch of covers and images (#8570) 2 years ago
infomessage.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
inputdialog.lua Checkbutton widget optimization (#8522) 2 years ago
inputtext.lua Checkbutton widget optimization (#8522) 2 years ago
keyboardlayoutdialog.lua DeviceMenu: Colons and more information (#8435) 3 years ago
keyvaluepage.lua Battery stats plugin: tidy up, single page (#8491) 3 years ago
linewidget.lua [chore] Convert a couple more todos (#5267) 5 years ago
linkbox.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
listview.lua Fix typo in ListView doc (#8444) 3 years ago
logindialog.lua Floor dimension computations (mul/div). (#6264) 4 years ago
menu.lua Menu widget: title bar resize (#8603) 2 years ago
multiconfirmbox.lua Many widgets: similar size in portrait and landscape (#8238) 3 years ago
multiinputdialog.lua [doc] add documentation to a few widgets (#8425) 3 years ago
naturallightwidget.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
networksetting.lua Fix syntax 3 years ago
notification.lua Many widgets: similar size in portrait and landscape (#8238) 3 years ago
numberpickerwidget.lua SpinWidget fix enable/disable OK button (#8529) 2 years ago
openwithdialog.lua Checkbutton widget optimization (#8522) 2 years ago
overlapgroup.lua Statistics: new Calendar view (#5854) 4 years ago
pagebrowserwidget.lua Add Book map and Page browser features 2 years ago
pathchooser.lua Standardize select/choose to choose (#8128) 3 years ago
physicalkeyboard.lua Various blitting related cleanups (#4789) 5 years ago
progresswidget.lua ProgressWidget: Better contrast in thin mode 3 years ago
qrmessage.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 years ago
qrwidget.lua Qrcode support (#6844) 4 years ago
radiobutton.lua ReaderHighlight: allow updating a highlight drawing style (#8323) 3 years ago
radiobuttontable.lua Open with: add Text Editor plugin 4 years ago
radiobuttonwidget.lua [chore] RadioButtonWidget: remove unused "Use default" string (#8354) 3 years ago
rectspan.lua cleanup: expand tab to 4 spaces 10 years ago
screensaverwidget.lua ScreenSaver: Saner close behavior (#7929) 3 years ago
screenshoter.lua Screenshoter: allow reset default folder from menu (#8227) 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 Many widgets: similar size in portrait and landscape (#8238) 3 years ago
sortwidget.lua [fix, lang] SortWidget: make "go to page" string translateable (#8061) 3 years ago
spinwidget.lua Screensaver: allow limiting stretch of covers and images (#8570) 2 years ago
textboxwidget.lua TextBoxWidget: add option to set bgcolor (#8559) 2 years ago
textviewer.lua [chore, CI] Remove unused logger require (#8588) 2 years ago
textwidget.lua Fix a few possible crashes 3 years ago
titlebar.lua Add TitleBar widget 2 years ago
toggleswitch.lua ConfigDialog: remove uneeded support for muliple events 3 years ago
touchmenu.lua [Status bar] Add custom text to footer (#8419) 3 years ago
trapwidget.lua Revert "Hyphenation: add custom hyphenation rules (#7746)" (#7785) 3 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 DeviceMenu: Colons and more information (#8435) 3 years ago
widget.lua doc: fix document build 8 years ago