Commit Graph

776 Commits (0a4d49edfb67de7fb165fe9fe7b8fde6fad14490)
 

Author SHA1 Message Date
Qingping Hou c961fbd515 add dirty hack for child node font settings. 13 years ago
Qingping Hou 1ff8cfd299 bump crengine to cr3.0.57-1 13 years ago
HW da8c8ef0fe fix a bug in task queue management and use s/us for waiting 13 years ago
HW 97589bc9ba have waitForEvent use two separate arguments for s and us 13 years ago
HW 08278d6beb new UI code 13 years ago
Qingping Hou 1c98aef6a1 fix bug in selectmenu
five way press is not working when menu
if full of items
13 years ago
{Qingping,Dave} Hou c0060d6e09 Merge pull request #135 from dpavlin/master
added mobi to CREReader
13 years ago
Dobrica Pavlinusic 18f0cf8043 added mobi to CREReader #131 13 years ago
Dobrica Pavlinušić 93e05e1fe8 Merge pull request #133 from houqp/master
Bug fix in highlight engine
13 years ago
Qingping Hou 5e6d4cfdb3 fix message for gamma settings in crereader's help page 13 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
13 years ago
Qingping Hou 1a2be0453d fix bug in highlight engine
handle left end of line in highlight delete.
13 years ago
Qingping Hou b8da531d8d add "searching file" message
missed in previous commit
13 years ago
Qingping Hou 8d74649642 adjust wording 13 years ago
Dobrica Pavlinušić 4063195f93 Merge pull request #129 from houqp/master
fix for #128 and inputbox improvement
13 years ago
Qingping Hou c350f5af87 add: hint message for inputbox
use hint message to indicate current page
in goto page feature.
13 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.
13 years ago
Qingping Hou eaafcafb9e add fix KEY_LPG{BCK,FWD} listening for unireader 13 years ago
Qingping Hou 00fb7773c7 add fix KEY_LPG{BCK,FWD} listening for helppage 13 years ago
Qingping Hou 95a1f30843 add fix KEY_LPG{BCK,FWD} listening for filesearcher 13 years ago
Qingping Hou 8660ea7d68 fix KEY_LPG{BCK,FWD} listening for crereade 13 years ago
Qingping Hou d34a3e8a0b fix bug in crereader's font setting
only show message when there is a font change
13 years ago
HW 30766f8dce bugfix: spelling of settings function changed 13 years ago
HW 4edc10631b Merge pull request #126 from houqp/master
some bugfixes
13 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
13 years ago
Qingping Hou bc299784ca fix bug in partial screen refresh count in crereader 13 years ago
Qingping Hou 9144cabc76 fix bug in partial refresh count 13 years ago
Qingping Hou ca55b39756 fix turn to previous page with KEY_LPGBCK 13 years ago
Qingping Hou c4bd2a1046 add debug argument to reader.lua
Without -d argument, all the debug message will
be suppressed.
13 years ago
Qingping Hou c46266fee8 fix comment in crereader 13 years ago
Qingping Hou 69cea4f2af fix in CREReader:getTocTitleOfCurrentPage
pass xpointer instead of percent
13 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
13 years ago
Qingping Hou 3306346dba use debug to print debug info 13 years ago
Qingping Hou 35e4ceaf57 fix page comparing in addJump 13 years ago
Qingping Hou 236e9fab3f bookmark and jump history patch for creareader 13 years ago
Dobrica Pavlinušić 632820c051 Merge pull request #124 from houqp/master
rewrite jump stack and add bookmark feature
13 years ago
Qingping Hou b1e49446a0 fix typo in unireader 13 years ago
Qingping Hou 1b2d0b71b0 fallback to stop framework approach on screensaver fix 13 years ago
Qingping Hou 6e72569ce2 fix: check nil argument in blitFullFrom method 13 years ago
Qingping Hou 8cdcca148b fix: page number calculation in file{chooser,searcher} 13 years ago
Qingping Hou fa414af1eb handle obselete jumpstack settings
* remove jumpstack settings if found
* add DocSettings:delSetting method
* rename DocSettings:savesetting to
  DocSettings:savesetting.
13 years ago
Qingping Hou 84fe9f49a4 rewrite jump stack and add bookmark feature
* jump stack is rewritten as jump history
* add bookmark feature
13 years ago
HW 066cffb7fe Merge pull request #123 from dpavlin/issue_121_debug
Issue 121 debug
13 years ago
Dobrica Pavlinusic eeffcc4f21 unireader now users debug #121 13 years ago
Dobrica Pavlinusic 4c353205e6 separate arguments with spaces 13 years ago
Dobrica Pavlinusic 53e5196bd3 simple debug function which knows how to dump tables 13 years ago
Dobrica Pavlinusic f8f8a58bd9 fixed my first use of showInfoMsgWithDelay 13 years ago
Dobrica Pavlinusic 38bbe0f227 showInfoMsgWithDelay for highlight 13 years ago
Qingping Hou dc36e61422 put cursor on the left of first word 13 years ago
Qingping Hou 1bc250591e add left page turn key back to unireader commands 13 years ago