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
NiLuJe 812e595608
Enable HW dithering in a few key places (#4541)
* Enable HW dithering on supported devices (Clara HD, Forma; Oasis 2, PW4)
  * FileManager and co. (where appropriate, i.e., when covers are shown)
  * Book Status
  * Reader, where appropriate:
    * CRe: on pages whith image content (for over 7.5% of the screen area, should hopefully leave stuff like bullet points or small scene breaks alone).
    * Other engines: on user-request (in the gear tab of the bottom menu), via the new "Dithering" knob (will only appear on supported devices).
  * ScreenSaver
  * ImageViewer
* Minimize repaints when flash_ui is enabled (by, almost everywhere, only repainting the flashing element, and not the toplevel window which hosts it).
  (The first pass of this involved fixing a few Button instances whose show_parent was wrong, in particular, chevrons in the FM & TopMenu).
* Hunted down a few redundant repaints (unneeded setDirty("all") calls),
  either by switching the widget to nil when only a refresh was needed, and not a repaint,
  or by passing the appropritate widget to setDirty.
  (Note to self: Enable *verbose* debugging to catch broken setDirty calls via its post guard).
  There were also a few instances of 'em right behind a widget close.
* Don't repaint the underlying widget when initially showing TopMenu & ConfigDialog.
  We unfortunately do need to do it when switching tabs, because of their variable heights.
* On Kobo, disabled the extra and completely useless full refresh before suspend/reboot/poweroff, as well as on resume. No more double refreshes!
* Fix another debug guard in Kobo sysfs_light
* Switch ImageWidget & ImageViewer mostly to "ui" updates, which will be better suited to image content pretty much everywhere, REAGL or not.

PS: (Almost 💯 commits! :D)
5 years ago
..
apps Enable HW dithering in a few key places (#4541) 5 years ago
device Enable HW dithering in a few key places (#4541) 5 years ago
document Adds CreDocument:getScreenPositionFromXPointer() 5 years ago
ui Enable HW dithering in a few key places (#4541) 5 years ago
cache.lua [fix] Cache: don't overwrite same CacheItem (#3847) 6 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua build: enforce luacheck in travis build 8 years ago
dbg.lua use android log categories 5 years ago
depgraph.lua Gesture manager (initial) (#4240) 6 years ago
device.lua [feat] Add support for BQ/Fnac devices (#4294) 6 years ago
docsettings.lua Fix crash and History with books in read-only directories (#4138) 6 years ago
dump.lua Docs: dump & random 7 years ago
gettext.lua [Android] misc fixes (#4478) 5 years ago
httpclient.lua build: enforce luacheck in travis build 8 years ago
logger.lua use android log categories 5 years ago
luadata.lua Add LuaData and Dictionary Lookup History (#3161) 7 years ago
luasettings.lua luasettings: backup previous file and auto-recover (#3625) 6 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
optmath.lua doc: fix document build 7 years ago
pluginloader.lua [Fix] Don't load disabled plugins (#4169) 6 years ago
pluginshare.lua Move PluginShare.backgroundJobs into PluginShare module (#3128) 7 years ago
random.lua Docs: dump & random 7 years ago
readhistory.lua History: show files sizes, as File browser does 5 years ago
up_reg.list adapt widgets to new refresh/repaint API 10 years ago
util.lua util.splitToChars(): supports text encoded in WTF-8 5 years ago
version.lua [fix] Version pattern: add two extra numbers for point release 6 years ago