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/document
NiLuJe d80d6dc562 Handle the BlitBuffer struct changes
* stride is now a size_t
  On some platforms, that's 64 bits, which means it's no longer
  automatically converted to a Lua number to avoid precision loss.
  Do that ourselves, because lua-serialize doesn't know how to handle an
  uint64_t cdata ;).
3 years ago
..
canvascontext.lua enable usage of system fonts 4 years ago
credocument.lua Hide non-linear fragments 4 years ago
djvudocument.lua [feat] Comics: zoom to panel (#6511) 4 years ago
document.lua Paged documents: rework zoom options (#6885) 4 years ago
documentregistry.lua Add API to set OS level file associations (#6615) 4 years ago
koptinterface.lua KoptInterface:getWordFromBoxes: guard against nil boxes (#6827) 4 years ago
pdfdocument.lua bump crengine: sync with upstream, new hyphenation languages (#6746) 4 years ago
picdocument.lua JPG/PNG: MuPDF as default provider (#6931) 3 years ago
tilecacheitem.lua Handle the BlitBuffer struct changes 3 years ago