2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
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 ;).
2020-12-19 01:54:43 +01:00
..
canvascontext.lua enable usage of system fonts 2020-08-27 21:40:18 +02:00
credocument.lua Hide non-linear fragments 2020-11-18 18:28:47 +01:00
djvudocument.lua [feat] Comics: zoom to panel (#6511) 2020-09-24 15:17:37 +02:00
document.lua Paged documents: rework zoom options (#6885) 2020-11-28 17:18:57 +01:00
documentregistry.lua Add API to set OS level file associations (#6615) 2020-09-01 16:39:47 +02:00
koptinterface.lua KoptInterface:getWordFromBoxes: guard against nil boxes (#6827) 2020-10-26 12:26:18 +01:00
pdfdocument.lua bump crengine: sync with upstream, new hyphenation languages (#6746) 2020-10-03 15:07:07 +02:00
picdocument.lua JPG/PNG: MuPDF as default provider (#6931) 2020-12-04 19:10:50 +01:00
tilecacheitem.lua Handle the BlitBuffer struct changes 2020-12-19 01:54:43 +01:00