Commit Graph

29 Commits (9b500189f20f8eafdac12d9df7a91d24fa5b281b)

Author SHA1 Message Date
Qingping Hou 9b500189f2 Merge branch 'master' into epub 12 years ago
Qingping Hou ad9d13a947 mod: rename TOC to Toc, adapt showMenu to CREReader 12 years ago
traycold e2e5af1c61 added some debug code to better understand memory usage by muPdf 12 years ago
HW b037208fb1 factored pages count out, better error and password handling 12 years ago
HW 14b26a4aeb make muPDF cache size configurable from Lua 12 years ago
HW 2fcfe4a329 fixed bug for odd rendering widths 12 years ago
HW ee51fe7e6d refactored muPDF integration to use strictly the fitz.h API
This will allow for reading XPS and CBZ documents, since those are
supported by muPDF (not tested yet)
12 years ago
HW 8869c52c31 fix a Lua 5.0 syntax that was deprecated in 5.1
luaL_reg is now renamed to luaL_Reg. Lua 5.2 does not know about
the old name anymore, Lua 5.1.x had backward compatibility.
12 years ago
HW 9ee7afa86d separate DC out of pdf.c and djvu.c (cleanup) 12 years ago
HW 929ea1e703 removed obsolete page rotation handling, closes #70 12 years ago
Qingping Hou c8f87d5661 fix: remove page number checking in displaying TOC
Former showTOC() method checks the page number in each
entry and only display entry whose page number is greater
than the previous one. However, I think this is too
"clever", we should better leave the TOC untouched to keep
consistent with other pdf readers.
12 years ago
Dobrica Pavlinusic 4a5b12aaa4 fix closeDocument return #34
If we don't return 0 lua just exits on us, breaking return to file
chooser
12 years ago
HW 3c56f50cae switched TOC entry sanitizing to Lua code 12 years ago
Qingping Hou e42f4ae38e mod: bug fix in reading TOC
change misplaced carriage ret characters (0x0d) in toc entry
to white space (0x20) to avoid displaying empty boxes.
12 years ago
Qingping Hou e8fa2d50ea mod:update comment in pdf.c 12 years ago
Qingping Hou ea498e7a5a add: toc menu 13 years ago
Qingping Hou e60242d3f6 initial demo, only one level support 13 years ago
HW 225fa725db Adapted to latest muPDF changes (xref -> document, memory context) 13 years ago
HW fbbdc8dfc0 Adapted to latest muPDF code. Makes code a bit slicker. 13 years ago
HW ac010ea325 reworked freeing pdf document resources 13 years ago
HW 0bfdb9c44a added freeing of document resources 13 years ago
HW a466be9834 fixed blitting bug 13 years ago
HW dfbdad5cbf Added support for odd render area width 13 years ago
HW 04772ea3ee enable garbage collection for pdfpage and ft_face 13 years ago
HW be1327e302 prepare zoom-to-content 13 years ago
HW c2dd2d9897 switched blitbuffer to 4bpp (from 8bpp alpha + 8bpp gray)
this should allow to cache more, bigger pixmaps. We'll need this for
zoomed-in pages.
13 years ago
HW d10b73d81a fixed non-initialization bug for dc->gamma 13 years ago
HW 447b9fe2b5 added gamma setting to drawcontext
usage in Lua:
dc:setGamma(1.5)
print(dc:getGamma())

set it to a negative value to disable gamma correction
(since gamma correction will always imply calculations
over the full buffer data).
13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago