Commit Graph

1807 Commits (d87b028b741e7d78255bf2c3e876ebaca6ed8266)
 

Author SHA1 Message Date
Tigran Aivazian d87b028b74 Merge pull request #716 from houqp/master
bug fix for crereader's toc
12 years ago
Qingping Hou 39867f98bc fix bug in TOC construction in cre.cpp
first toc entry should start with index 1 instead of 0
12 years ago
Tigran Aivazian 49fc3464d5 Merge pull request #713 from houqp/master
two bug fixes
12 years ago
Qingping Hou e566836dcc bug fix: handle page mode in redrawCurrentPage 12 years ago
Qingping Hou dbea2512af restore line space from config 12 years ago
Tigran Aivazian d187299204 Merge pull request #706 from houqp/master-fix
cre: load document afer set font
12 years ago
Tigran Aivazian 865ec4cb50 Merge pull request #704 from houqp/master
two bug fixes
12 years ago
Qingping Hou 4119c30227 cre: load document afer set font 12 years ago
Qingping Hou 9cd990ae89 reset self.toc on document reformat 12 years ago
Qingping Hou 99e319fb43 save last_percent in crereader for fileinfo 12 years ago
Qingping Hou d8542fa9f7 use last_xpointer to keep reading progress for crereader 12 years ago
Tigran Aivazian 0377155509 Merge pull request #702 from houqp/master
fix gotoPercent in page mode
12 years ago
Qingping Hou 1c6e1315e1 fix gotoPercent in crereader 12 years ago
Qingping Hou 271c917900 fix typo in crereader 12 years ago
{Qingping,Dave} Hou e183bce82c Merge pull request #692 from ZenRoi/master
Modify those functions about the view_mode equal "page" when the kindle in Horizontal screen state.
12 years ago
zenroi 402eb4f1fc Modify those functions about the view_mode equal "page" when the kindle
in Horizontal screen state.
12 years ago
{Qingping,Dave} Hou 55725c1224 Merge pull request #677 from tigran123/creheadfont
Allow user to specify page header font for crengine
12 years ago
Tigran Aivazian 2b8b27a6ad Allow user to specify header font
1. Add Shift-H command to select page header font for crengine
2. Remove "(requires re-open)" from the Help of V command as it no
longer requires re-opening the file.
3. Replace the message "Redrawing" with "Formatting" as it describes
more accurately what is happening.
12 years ago
Tigran Aivazian fc42dbf531 Merge pull request #676 from chrox/master
update k2pdfopt to version 1.6.3
12 years ago
chrox 812bfec0f2 add libk2pdfopt as a prerequisite lib for kpdfview object 12 years ago
chrox 993d1770f8 update k2pdfopt to version 1.6.3 12 years ago
chrox d7b1cd1527 add screen dpi property in koptcontext 12 years ago
Tigran Aivazian fa2f009556 Merge pull request #675 from houqp/master
Bug fix for screen rotate in crereader & fix from @kai777
12 years ago
Qingping Hou 76dadfcac2 use setHeaderFont to set header font
again, patch modified from Kai's.
12 years ago
Qingping Hou 2119d5b080 use kai's new method to change viewmode on the fly 12 years ago
Qingping Hou 9944a38cac 3 new cre methods from @kai771
renamed from kai's commit:

* setViewMode
* setHeaderInfo
* setHeaderFont
12 years ago
Qingping Hou 8ff869f22f view mode setting fix by @kai771 12 years ago
kai771 0c9bd99acb bugfix: if there is no view_mode setting in settigs.reader.lua, it would set
it to "page" insted of DCREREADER_VIEW_MODE
12 years ago
Qingping Hou 5d823bd642 move screen rotate code to one function
this also fixes bug reported by @kai771, i.e. CW rotation
is not handled in crereader.
12 years ago
{Qingping,Dave} Hou 5ee822eb69 Merge pull request #672 from tigran123/crehyph
Enable hyphenation and set status font
12 years ago
Tigran Aivazian 5ebbaa0666 Enable hyphenation and set status font 12 years ago
Tigran Aivazian 662f422365 Merge pull request #671 from houqp/master
bug fix & update crengine & buile crengine as shared library
12 years ago
Qingping Hou f39d8e6c6b fix page turnning in lanscape mode for crereader
the panning step should be twice of screen height in lanscape
because crengine will render in two-column mode.
12 years ago
Qingping Hou 2292ed87c6 minor tweak for kpvcrlib/CMakeLists.txt 12 years ago
Qingping Hou 01181b6db2 build crengine as shared library
* upstream project removed CMakeLists.txt in crengine dir now, so I
added our own in kpvcrlib/CMakeLists.txt

* fix segfault bug in lvimg.cpp by removing JCONFIG_INCLUDED definition
12 years ago
Qingping Hou acca1b9675 bump crengine to version cr3-3.1.2-27 12 years ago
Tigran Aivazian d5d60d62b0 Merge pull request #670 from kai771/bugfix3
bugfix: when in fit-to-content-width, and you start panning, overlap should not be shown
12 years ago
Tigran Aivazian 0ba1c5847d Merge pull request #669 from kai771/bugfix2
bugfix: Back when link shortcut keys are shown moves to the top of the page
12 years ago
kai771 6466de9390 bugfix: when in fit-to-content-width, and you start panning, overlap should not be shown 12 years ago
kai771 f8d7c07f39 bugfix: Back when link shortcut keys are shown moves to the top of the page 12 years ago
{Qingping,Dave} Hou ea2bae5531 Merge pull request #666 from tigran123/crehead
Enable chapter marks in crengine header.
12 years ago
Tigran Aivazian 7e60487b99 Enable chapter marks in crengine header. 12 years ago
Tigran Aivazian fe1aa53384 Merge pull request #665 from kai771/bugfix_links
bugfix: when link underlines are off, bottom line should be drawn when pressing L
12 years ago
kai771 55b4ecb8e1 bugfix: when link underlines are off, bottom line should be drawn when pressing L 12 years ago
Tigran Aivazian 551318eeb8 Merge pull request #658 from houqp/master
add change view mode feature for crereader
12 years ago
Qingping Hou 75bcbcf233 change default view mode to page mode 12 years ago
Qingping Hou 3206b35098 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Qingping Hou c002700504 use only message for viewmode change 12 years ago
Qingping Hou ebf2a58c93 load view mode setting in preLoadSettings method 12 years ago
{Qingping,Dave} Hou 1b0b33d137 Merge pull request #662 from tigran123/droid
Don't use DroidSansFallbackFull.ttf fonts
12 years ago