Commit Graph

8743 Commits (3427c207b0dc8eca0ace1dc25633dd6a76e910ab)
 

Author SHA1 Message Date
Qingping Hou 5f5f5341e0 mod: update comment in djvu.c 12 years ago
Qingping Hou dbdae773c3 fix: handle failure for document get pageinfo 12 years ago
Qingping Hou 8148c5fa3d Merge branch 'master' into djvu 12 years ago
HW 09c6c108c5 Merge pull request #23 from houqp/master
four bug fixes & one refactoring
12 years ago
Dobrica Pavlinusic c11e10070a dump debugging output 12 years ago
Qingping Hou 8abfa55999 mod: change to Keys.shiftmode for SHIFT+B binding 12 years ago
Qingping Hou 9441c17a65 Merge branch 'master' of https://github.com/hwhw/kindlepdfviewer 12 years ago
Qingping Hou a808f9936b mod: add djvulibre 12 years ago
Qingping Hou 6af5b42961 mod: clean up debug code 12 years ago
Qingping Hou f1cfbded5d mod: clean up code, no FIT_TO_CONTENT support 12 years ago
Qingping Hou b638d083f1 mod: clean up debug printf 12 years ago
Qingping Hou f1fdd9a18c fix: two bugs in zomming 12 years ago
Qingping Hou 84d6bfe3f8 fix: bug in setting zomming 12 years ago
Qingping Hou f987ed33c3 fix: bug in zoomming 12 years ago
Qingping Hou 2f9a44bfc6 code clean up for first demo 12 years ago
Qingping Hou 41c46313ef mod: adapt makefile to build djvu library 12 years ago
Qingping Hou 516e32bc46 mod: call different reader in reader.lua
call PDFReader or DJVUReader according to filetype
12 years ago
Qingping Hou e258371134 mod: add closePage and demo for filechooser 12 years ago
Qingping Hou 4a1a5233c0 Merge branch 'master' into djvu
Conflicts:
	reader.lua
12 years ago
Qingping Hou bcc86f260a mod: add set gamma 12 years ago
Qingping Hou 755567d7ba mod: zoom feature finished 12 years ago
Qingping Hou 581684d3bd first demo on emu mode :-) 12 years ago
HW 324f2076d6 Merge pull request #22 from dpavlin/master
added Shift+B to add current page to jumpstack
12 years ago
Qingping Hou 8a03358139 fix: fail to set search path correctly in readdir() 12 years ago
Qingping Hou 6614bbe33d mod: handle shift and alt key events in adjustKeyEvents() 12 years ago
Qingping Hou 1713e2ab0b fix: refresh screen more elegantly after reader exit 12 years ago
Qingping Hou aa5806accd Merge branch 'master' of https://github.com/hwhw/kindlepdfviewer
Conflicts:
	pdfreader.lua
12 years ago
Qingping Hou 53d4016c64 fix: move shiftmode and altmode to global
now shiftmode and altmode is recoreded in Keys module.  So all the UIs
are sharing these two mode instead of remembering their own. These fix
the bug in UI switchings.

For instance, you use combo 'Alt'+'b' to fire up some menu in pdfreader,
the altmode is set, but the alt key was released after the menu show
up. Then the key release event will only be captured by the menu. So
after you exit from the menu, the altmode is still set in pdfreader,
which is not what we want.
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
Dobrica Pavlinusic 07420bda07 added Shift+B to add current page to jumpstack
This allows us to bootstap jumpstack if we don't have table of contents
12 years ago
HW 6698cf157c Merge pull request #21 from dpavlin/master
implement new two-column zoom mode (F)
12 years ago
Dobrica Pavlinusic 5de749f457 adjust fiveway rotation 12 years ago
Qingping Hou c4d0cd26ae half done djvu support 12 years ago
Dobrica Pavlinusic de1725d395 fiveway left in pan mode with position to bottom of column 12 years ago
Dobrica Pavlinusic a839f82bac change pages with just left/right fiveway 12 years ago
Dobrica Pavlinusic 321181052a fine-tune offsets and panning
It's better to leave small margin at top, and remove margin when
panning left-right since we have margins anyway
12 years ago
Dobrica Pavlinusic 54e7ae3296 implement new zoom mode (F) for two-colum layout
It zooms to left column and turns on panning mode, so simple sequence
of down,down...,right,down,down... will get you through whole page
12 years ago
Dobrica Pavlinusic 03be0680c5 correctly pass path to FileSearcher 12 years ago
Dobrica Pavlinusic 33829e1815 save pan position when entering pan_by_page 12 years ago
HW 9aedee416c Merge pull request #20 from dpavlin/master
Reset panning when changing pages
12 years ago
Dobrica Pavlinusic 4481fc5178 reset x and y position when moving between pages in pan_by_page mode 12 years ago
Dobrica Pavlinusic ba13e6b410 make up/down levels same
I use addition and substraction instead of multipiciation with factor
to make zoom deterministic (and this, one zoom up too many can be undone
with simple zoom out which wasn't the case).
12 years ago
HW 22042f1b09 Merge pull request #19 from dpavlin/master
fix panning on page in ZOOM_BY_VALUE mode
12 years ago
HW f05e295688 Merge pull request #18 from houqp/master
bug fix for font menu & switch key binds in pdfreader.lua
12 years ago
Dobrica Pavlinusic 12fee4f7c5 reset y panning when moving left or right
This makes this pan mode really useful, because you don't need
to go all the way to top of page when you get to bottom of first
column.
12 years ago
Dobrica Pavlinusic ffc411096e fix pan by one screen in manual zoom mode 12 years ago
Dobrica Pavlinusic 9a90b4d599 move FW_PRESS to End in emulation 12 years ago
Dobrica Pavlinusic ccc2f7e134 cleanup old files before fetching new versions 12 years ago
Qingping Hou dc3ea10fd9 initial commit for djvu 12 years ago
Qingping Hou d81b9aa74e mod: reset search root 12 years ago