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/plugins/statistics.koplugin
poire-z 48eb02318d
Dispatcher: avoid multiple cre rerenderings when many settings changed (#9651)
When a gesture/profile was updating multiple cre settings,
each setting handler would emit UpdatePos which each would
force a re-rendering.
When this might be happening, postpone the rerendering
until all are set.
Needs some bit of refactoring to the events at play:
introduce "DocumentRerendered" event, and use it where
we used "UpdatePos" or "UpdateToc" to mean exactly that.
2 years ago
..
_meta.lua A few small design fixes (#7933) 3 years ago
calendarview.lua Optimization: Use constant folding for divisions not a power of two (#9609) 2 years ago
main.lua Dispatcher: avoid multiple cre rerenderings when many settings changed (#9651) 2 years ago
readerprogress.lua Cleanup: Remove unused onAnyKeyPressed handlers 2 years ago