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
Hans-Werner Hilse adbcdddb56 undo wrong use of addblitFrom()
rendertext.lua did use addblitFrom() for rendering text - i.e. blitting
the letters to a BlitBuffer. However, it used intensity=1.0, which is
the same as doing a (faster, more efficient) blitFrom(). So use that
instead.

What was probably intented here is a different kind of blitting - using
the bitbuffer of the glyph as a mask.
10 years ago
..
apps Update readerfooter.lua 10 years ago
document issue error directly when doc is malformated 10 years ago
ui undo wrong use of addblitFrom() 10 years ago
JSON.lua revert JSON hack since the unusual utf8 representation is fixed 11 years ago
MD5.lua fix ffi.cast to uint32_t in ARM 10 years ago
cache.lua remove more global variables 10 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua hold on config panel option to set default option 10 years ago
dbg.lua os.execute may cause FC on Android 10 years ago
docsettings.lua minor code optimizing optimizing 10 years ago
gettext.lua automatically set language on Android 10 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
memutils.lua serialize the most recently used blitbuffer/koptcontext 10 years ago
optmath.lua cleanup: expand tab to 4 spaces 10 years ago
stringzutils.lua serialize the most recently used blitbuffer/koptcontext 10 years ago