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 ce624be8b8 Cache: Fix a whole lot of things.
* Minor updates to the min & max cache sizes (16 & 64MB). Mostly to satisfy my power-of-two OCD.
  * Purge broken on-disk cache files
  * Optimize free RAM computations
  * Start dropping LRU items when running low on memory before pre-rendring (hinting) pages in non-reflowable documents.
  * Make serialize dump the most recently *displayed* page, as the actual MRU item is the most recently *hinted* page, not the current one.
  * Use more accurate item size estimations across the whole codebase.

TileCacheItem:

  * Drop lua-serialize in favor of Persist.

KoptInterface:

  * Drop lua-serialize in favor of Persist.
  * Make KOPTContext caching actually work by ensuring its hash is stable.
3 years ago
..
canvascontext.lua add hasSystemFonts device property (#7535) 3 years ago
credocument.lua bump crengine: more granular font weights (#7616) 3 years ago
djvudocument.lua Add a few more mimetypes for OPDS (#7258) 3 years ago
document.lua Cache: Fix a whole lot of things. 3 years ago
documentregistry.lua PdfDocument: Unbreak highlights (#7457) 3 years ago
koptinterface.lua Cache: Fix a whole lot of things. 3 years ago
pdfdocument.lua Cache: Fix a whole lot of things. 3 years ago
picdocument.lua JPG/PNG: MuPDF as default provider (#6931) 3 years ago
tilecacheitem.lua Cache: Fix a whole lot of things. 3 years ago