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 45a4aac3d3
Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083)
Re: https://github.com/koreader/koreader/issues/9806#issuecomment-1416827447

Depends on https://github.com/koreader/koreader-base/pull/1576

Includes assorted cosmetics tweaks related to duplicate `setDirty` calls when instantiating widgets that already have an `onShow` handler doing it. (I left widgets doing it in `update` instead of `init` alone, on the assumption that callers *may* be relying on that behavior when updating widgets at runtime. This might actually never matter, and it certainly didn't for ScreenSaverWidget, which is why I removed it from there ;p).
1 year ago
..
container ButtonTable: reset MovableContainer state on button tap 1 year ago
bboxwidget.lua InputContainer: Fall cleanup ;). 2 years ago
bookmapwidget.lua Cleanup: Track color constant name change (#9716) 2 years ago
bookstatuswidget.lua Add datetime.lua 2 years ago
button.lua Button: fix long wrapped text alignment (#9778) 2 years ago
buttondialog.lua InputContainer: Fall cleanup ;). 2 years ago
buttondialogtitle.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
buttonprogresswidget.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
buttontable.lua ButtonTable: reset MovableContainer state on button tap 1 year ago
checkbutton.lua InputContainer: Fall cleanup ;). 2 years ago
checkmark.lua CheckMark: Fix on tap toggling of checkmarks in SortWidget (#9941) 1 year ago
closebutton.lua InputContainer: Fall cleanup ;). 2 years ago
configdialog.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
confirmbox.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
datetimewidget.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
dictquicklookup.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
doublespinwidget.lua InputContainer: Fall cleanup ;). 2 years ago
eventlistener.lua Cleanup various varargs shenanigans (#9624) 2 years ago
filechooser.lua Misc: Natural sorting refactor (#10023) 1 year ago
fixedtextwidget.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
focusmanager.lua InputContainer/FocusManager: Simplify key_events clearing on unplug 2 years ago
footnotewidget.lua InputContainer: Fall cleanup ;). 2 years ago
frontlightwidget.lua InputContainer: Fall cleanup ;). 2 years ago
horizontalgroup.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
horizontalscrollbar.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
horizontalspan.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
htmlboxwidget.lua InputContainer: Fall cleanup ;). 2 years ago
iconbutton.lua IconButton: Fix RTL highlighting 1 year ago
iconwidget.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
imageviewer.lua InputContainer: Fall cleanup ;). 2 years ago
imagewidget.lua Optimization: Use constant folding for divisions not a power of two (#9609) 2 years ago
infomessage.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
inputdialog.lua [StatusBar] Allow status bars to be repainted if they are not covered (#9768) 2 years ago
inputtext.lua Initial hotpluggable keyboard handling (#9540) 2 years ago
keyboardlayoutdialog.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
keyvaluepage.lua KVPage: fix crash from empty page due to item deletion (#9974) 1 year ago
linewidget.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
linkbox.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
listview.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
menu.lua ReaderBookmark: indicate current page with dimmed page numbers after current (#9872) 2 years ago
multiconfirmbox.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
multiinputdialog.lua MultiDialog: Fix an extremely nasty API misuse 2 years ago
naturallightwidget.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
networksetting.lua InputContainer: Fall cleanup ;). 2 years ago
notification.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
numberpickerwidget.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
openwithdialog.lua Non-touch: highlight support (#8877) 2 years ago
overlapgroup.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
pagebrowserwidget.lua InputContainer: Fall cleanup ;). 2 years ago
pathchooser.lua PathChooser: add creating folder (#9354) 2 years ago
physicalkeyboard.lua InputContainer: Fall cleanup ;). 2 years ago
progresswidget.lua Cleanup: Track color constant name change (#9716) 2 years ago
qrmessage.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
qrwidget.lua Qrcode support (#6844) 4 years ago
radiobuttontable.lua [doc] RadioButtonWidget (#9733) 2 years ago
radiobuttonwidget.lua [doc] RadioButtonWidget (#9733) 2 years ago
radiomark.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
rectspan.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
screensaverlockwidget.lua ScreenSaver: Get rid of gratuitous complexity 1 year ago
screensaverwidget.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
screenshoter.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
scrollhtmlwidget.lua InputContainer: Fall cleanup ;). 2 years ago
scrolltextwidget.lua InputContainer: Fall cleanup ;). 2 years ago
skimtowidget.lua InputContainer: Fall cleanup ;). 2 years ago
sortwidget.lua ReaderFooter/Header: Refine autorefresh repaint-or-not checks (#10045) 1 year ago
spinwidget.lua InputContainer: Fall cleanup ;). 2 years ago
textboxwidget.lua InputContainer: Fall cleanup ;). 2 years ago
textviewer.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
textwidget.lua TextWidget: Feed Geom a full-size table in getSize() 1 year ago
titlebar.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
toggleswitch.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
touchmenu.lua TouchMenu: tweak menu search (#9926) 2 years ago
trapwidget.lua InputContainer: Fall cleanup ;). 2 years ago
verticalgroup.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
verticalscrollbar.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
verticalspan.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago
virtualkeyboard.lua Notification: Fence the *display* update in an attempt to avoid upsetting some boards... (#10083) 1 year ago
widget.lua Clarify our OOP semantics across the codebase (#9586) 2 years ago