Commit Graph

676 Commits (ebc5f94f611a3644ff6d938bdd5ec4e964c413e8)
 

Author SHA1 Message Date
Dobrica Pavlinusic ebc5f94f61 crengine patching shouldn't fail if already applied
When patch is already applied, -N will skip applying it again,
but it will also return error exit code which will break
make fetchthirdparty
12 years ago
Qingping Hou eca9ec4877 fix TOC entry page number counting, it was one page ahead.
close #137
12 years ago
Dobrica Pavlinušić cb54c09c31 Merge pull request #136 from houqp/master
workaround for broken font setting in crereader.
12 years ago
Qingping Hou c961fbd515 add dirty hack for child node font settings. 12 years ago
Qingping Hou 1ff8cfd299 bump crengine to cr3.0.57-1 12 years ago
Qingping Hou 1c98aef6a1 fix bug in selectmenu
five way press is not working when menu
if full of items
12 years ago
{Qingping,Dave} Hou c0060d6e09 Merge pull request #135 from dpavlin/master
added mobi to CREReader
12 years ago
Dobrica Pavlinusic 18f0cf8043 added mobi to CREReader #131 12 years ago
Dobrica Pavlinušić 93e05e1fe8 Merge pull request #133 from houqp/master
Bug fix in highlight engine
12 years ago
Qingping Hou 5e6d4cfdb3 fix message for gamma settings in crereader's help page 12 years ago
Qingping Hou a99a0a9489 fix bug in highlight engine
only goto next view when the word is in next view.
same for previous view
12 years ago
Qingping Hou 1a2be0453d fix bug in highlight engine
handle left end of line in highlight delete.
12 years ago
Qingping Hou b8da531d8d add "searching file" message
missed in previous commit
12 years ago
Qingping Hou 8d74649642 adjust wording 12 years ago
Dobrica Pavlinušić 4063195f93 Merge pull request #129 from houqp/master
fix for #128 and inputbox improvement
12 years ago
Qingping Hou c350f5af87 add: hint message for inputbox
use hint message to indicate current page
in goto page feature.
12 years ago
Qingping Hou 219aa74e74 change keycode for KEY_LPG{FWD,BCK} in emu mode
KEY_LPGFWD now binds to F7 and KEY_LPGBCK to F6.

you will get a interesting result when testing
alt combo with previous keycode.
12 years ago
Qingping Hou eaafcafb9e add fix KEY_LPG{BCK,FWD} listening for unireader 12 years ago
Qingping Hou 00fb7773c7 add fix KEY_LPG{BCK,FWD} listening for helppage 12 years ago
Qingping Hou 95a1f30843 add fix KEY_LPG{BCK,FWD} listening for filesearcher 12 years ago
Qingping Hou 8660ea7d68 fix KEY_LPG{BCK,FWD} listening for crereade 12 years ago
Qingping Hou d34a3e8a0b fix bug in crereader's font setting
only show message when there is a font change
12 years ago
HW 30766f8dce bugfix: spelling of settings function changed 12 years ago
HW 4edc10631b Merge pull request #126 from houqp/master
some bugfixes
12 years ago
Qingping Hou b03d589ae9 add preLoadSettings methods for cache_document_size setting
cache_document_size should be configurable for
every docuemnt and it must be loaded before
document open, so I added the preLoadSettings method
12 years ago
Qingping Hou bc299784ca fix bug in partial screen refresh count in crereader 12 years ago
Qingping Hou 9144cabc76 fix bug in partial refresh count 12 years ago
Qingping Hou ca55b39756 fix turn to previous page with KEY_LPGBCK 12 years ago
Qingping Hou c4bd2a1046 add debug argument to reader.lua
Without -d argument, all the debug message will
be suppressed.
12 years ago
Qingping Hou c46266fee8 fix comment in crereader 12 years ago
Qingping Hou 69cea4f2af fix in CREReader:getTocTitleOfCurrentPage
pass xpointer instead of percent
12 years ago
Qingping Hou e282179793 fix bug in addJump and addBookmark
Pointed out by kljohann, thanks.
Now addJump and addBookmark get notes
from specified pageno/xpointer instead
of current page.

* also fixed bug in page number counting
  in cre.cpp
12 years ago
Qingping Hou 3306346dba use debug to print debug info 12 years ago
Qingping Hou 35e4ceaf57 fix page comparing in addJump 12 years ago
Qingping Hou 236e9fab3f bookmark and jump history patch for creareader 12 years ago
Dobrica Pavlinušić 632820c051 Merge pull request #124 from houqp/master
rewrite jump stack and add bookmark feature
12 years ago
Qingping Hou b1e49446a0 fix typo in unireader 12 years ago
Qingping Hou 1b2d0b71b0 fallback to stop framework approach on screensaver fix 12 years ago
Qingping Hou 6e72569ce2 fix: check nil argument in blitFullFrom method 12 years ago
Qingping Hou 8cdcca148b fix: page number calculation in file{chooser,searcher} 12 years ago
Qingping Hou fa414af1eb handle obselete jumpstack settings
* remove jumpstack settings if found
* add DocSettings:delSetting method
* rename DocSettings:savesetting to
  DocSettings:savesetting.
12 years ago
Qingping Hou 84fe9f49a4 rewrite jump stack and add bookmark feature
* jump stack is rewritten as jump history
* add bookmark feature
12 years ago
HW 066cffb7fe Merge pull request #123 from dpavlin/issue_121_debug
Issue 121 debug
12 years ago
Dobrica Pavlinusic eeffcc4f21 unireader now users debug #121 12 years ago
Dobrica Pavlinusic 4c353205e6 separate arguments with spaces 12 years ago
Dobrica Pavlinusic 53e5196bd3 simple debug function which knows how to dump tables 12 years ago
Dobrica Pavlinusic f8f8a58bd9 fixed my first use of showInfoMsgWithDelay 12 years ago
Dobrica Pavlinusic 38bbe0f227 showInfoMsgWithDelay for highlight 12 years ago
Qingping Hou dc36e61422 put cursor on the left of first word 12 years ago
Qingping Hou 1bc250591e add left page turn key back to unireader commands 12 years ago