2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
koreader/frontend/ui/widget/container
NiLuJe 17d5934712
Notification: NOP conflicting event handlers from our base class (#10471)
Notification is a toast, so it doesn't stop event popagation.
If we don't disable thoses handlers inside Notification, we get spurious
duplicate handlers being fired ;).

Fix #10461
2023-05-21 01:23:41 +02:00
..
alphacontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
bottomcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
centercontainer.lua CenterContainer: Use an elseif instead of two ifs checking the same 2022-12-28 19:52:50 +01:00
framecontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
inputcontainer.lua Notification: NOP conflicting event handlers from our base class (#10471) 2023-05-21 01:23:41 +02:00
leftcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
movablecontainer.lua MovableContainer: add support for anchoring initial position 2023-03-23 20:28:38 +01:00
rightcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
scrollablecontainer.lua ScrollableContainer: add support for step/grid scrolling 2023-05-12 20:12:10 +02:00
topcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
underlinecontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
widgetcontainer.lua WidgetContainer: Nitty cosmetic tweak 2022-12-28 19:52:50 +01:00