Commit Graph

21 Commits (dbeef1b4c298649e6eeb1cd73a9b4b1ed71a656b)

Author SHA1 Message Date
Qingping Hou 7c81f60a58 rewrite highlight again :( finished the cursor part 12 years ago
Qingping Hou a185f238eb mod: rewrite highlight feature 12 years ago
Qingping Hou f4ea1cdb62 Merge branch 'master' of github.com:hwhw/kindlepdfviewer into djvu-highlight
Conflicts:
	blitbuffer.c
	unireader.lua
12 years ago
HW 87ec4bbf6b factored pages counter out of document struct 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
Qingping Hou 84c8230730 POC of text highlight in current page! 12 years ago
Qingping Hou 6441c34040 fix: bug in page text table construction 12 years ago
Qingping Hou baf98c0fcd add: POC getPageText method in djvu.c 12 years ago
Qingping Hou 72c032e7db fix: adjust page number in toc
djvulibre counts page number starts from 0, while
kpdfview starts from 1.
12 years ago
German Caro c074f19b0f Re-indented using tabs 12 years ago
German Caro ab056e2e15 Add support to djvu TOC 12 years ago
{Qingping,Dave} Hou 98154a4eb4 Merge pull request #49 from houqp/master
fix: passing wrong page number to ddjvu_document_get_pageinfo in djvu.c
12 years ago
Qingping Hou b3fb1dbcce fix: passing wrong page number to ddjvu_document_get_pageinfo 12 years ago
HW dd8c1324b7 djvulibre wants utf8-based filenames to be handed differently. closes #47 12 years ago
Qingping Hou b45450ed67 mod: remove printf workaround in djvu.c
the bug seems to be fixed by commit:
4a5b12aaa4
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
Qingping Hou 49fa943306 mod: fix typo in comments 12 years ago
Qingping Hou 145d700685 mod: add fake toc method in djvu.c 12 years ago
Dobrica Pavlinusic efe2ef7efe integrate djvu into PDFReader, alternative to #26
This code is based on current master but doesn't include unireader, but
leaves all names to old PDFReader to preserve compatilbity
12 years ago
Qingping Hou 1b1fc2b3ae integrate djvu support 12 years ago