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 d59c837714
Kobo: Refactor various aspects of the Kaleido/MTK support (#12221)
* UIManager: Let the fb backend deal with Kaleido wfm promotion. This fixes a number of quirks that poisoned the refresh queue with spurious full-screen refreshes. See https://github.com/koreader/koreader-base/pull/1865 for more details.
* This also means we now disable Kaleido waveform modes when color rendering is disabled (remember to trash your thumbnail cache if you don't want to mix color w/ grayscale thumbnails, though).
* UIManager: Merge refreshes that share an edge, because that was driving me nuts (and would have most likely been merged by the kernel anyway). A perfect test-case is the FM, which trips two separate refreshes because of its title bar.
* ReaderFlipping: Use sensible dimensions, so that we only refresh the icon's region.
* ReaderBookmark: Only refresh the dogear instead of the whole page when toggling bookmarks.
* NetworkSetting: Make it a real boy, so it consistently refreshes properly on dismiss instead of relying on UIManager saving the day.
* Kobo: Aggressively prevent *both* suspend & standby while MTK devices are plugged-in, as both will horribly implode the kernel (we previously only prevent standby while charging).
* Kobo: Switch to 8bpp on B&W MTK devices (or when color rendering is disabled on Kaleido panels).
2 months ago
..
container Kobo: Refactor various aspects of the Kaleido/MTK support (#12221) 2 months ago
bboxwidget.lua
bookmapwidget.lua
bookstatuswidget.lua
button.lua
buttondialog.lua
buttondialogtitle.lua
buttonprogresswidget.lua
buttontable.lua
checkbutton.lua
checkmark.lua
configdialog.lua configdialog: fix toggle (#12104) 3 months ago
confirmbox.lua
datetimewidget.lua AltStatusBar/Footer: add the read timer value (#12002) 2 months ago
dictquicklookup.lua InputText, DictQuickLookup: add keyboard shortcut for prev/next dict, toggle virtual keyboard, comma on shift+. (#12078) 3 months ago
doublespinwidget.lua
eventlistener.lua
filechooser.lua FileChooser: 0% > 'on hold' (#12037) 3 months ago
fixedtextwidget.lua
focusmanager.lua
footnotewidget.lua Footnote popup: fix XHTML handling (#12158) 2 months ago
frontlightwidget.lua
horizontalgroup.lua
horizontalscrollbar.lua
horizontalspan.lua
htmlboxwidget.lua kopt: color support 2 months ago
iconbutton.lua
iconwidget.lua
imageviewer.lua Kobo: Refactor various aspects of the Kaleido/MTK support (#12221) 2 months ago
imagewidget.lua
infomessage.lua
inputdialog.lua
inputtext.lua Text editor: enhancement (#12176) 2 months ago
keyboardlayoutdialog.lua
keyvaluepage.lua
linewidget.lua
linkbox.lua
listview.lua
menu.lua
multiconfirmbox.lua
multiinputdialog.lua
naturallightwidget.lua
networksetting.lua Kobo: Refactor various aspects of the Kaleido/MTK support (#12221) 2 months ago
notification.lua
numberpickerwidget.lua
openwithdialog.lua
overlapgroup.lua
pagebrowserwidget.lua PageBrowser: factorize and fix thumbnail preloading code 2 months ago
pathchooser.lua
physicalkeyboard.lua
progresswidget.lua
qrmessage.lua
qrwidget.lua
radiobuttontable.lua
radiobuttonwidget.lua
radiomark.lua
rectspan.lua
screensaverlockwidget.lua
screensaverwidget.lua Kobo: Refactor various aspects of the Kaleido/MTK support (#12221) 2 months ago
screenshoter.lua Fix save screenshot dialog wasn't modal (#12067) 3 months ago
scrollhtmlwidget.lua Footnote popup: fix XHTML handling (#12158) 2 months ago
scrolltextwidget.lua Text editor: enhancement (#12176) 2 months ago
skimtowidget.lua SkimTo dialog: compact mode (#12046) 3 months ago
sortwidget.lua
spinwidget.lua
textboxwidget.lua Text editor: enhancement (#12176) 2 months ago
textviewer.lua
textwidget.lua
titlebar.lua
toggleswitch.lua toggleswitch: fix long-press (#12215) 2 months ago
touchmenu.lua
trapwidget.lua
verticalgroup.lua
verticalscrollbar.lua
verticalspan.lua
virtualkeyboard.lua Text editor: enhancement (#12176) 2 months ago
widget.lua