Commit Graph

654 Commits (30766f8dce80b395cd31cbfd03d4a7bba07183bb)
 

Author SHA1 Message Date
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
Dobrica Pavlinušić 4726908ed3 Merge pull request #122 from houqp/master
Add wait event timeout in EMU mode and some other fixes
12 years ago
Qingping Hou 00343a887c notify empty jump history in crereader with dialog 12 years ago
Qingping Hou 0075580b09 more notifications for manual crop shortcuts 12 years ago
Qingping Hou 14bc4ece53 add notification for manual crop settings 12 years ago
Qingping Hou da870ca15c fix bug in showInfoMsgWithDelay()
The release key event will cause the dialog
disappear immediately after show up. Also
the timeout error is handled with pcall.
12 years ago
Qingping Hou b9b772fe25 add SDL WaitEventTime patch to input.c
According to http://bugzilla.libsdl.org/show_bug.cgi?id=684,
this is included in SDL 1.3. But seems that 1.3 is not released
yet, so I added the patch here as workaround.
12 years ago
Qingping Hou 0c802f4eff update djvulibre and crengine to latest release 12 years ago
HW ed0d1c40fe reworked parameter parsing a bit
this still allows to use last viewed document even when
we flag that the framework should be stopped
12 years ago
HW 30458c3662 fixed changed text extraction 12 years ago
HW b3064efab6 re-introduced image handling
if it does not work, re-open #112
12 years ago
HW 56970bb197 Merge pull request #119 from dpavlin/master
Few more InfoMessages on operations which are slow on device
12 years ago
HW ec905a5a13 fixed various bugs in pointer handling 12 years ago
Dobrica Pavlinusic e106ad7507 added shortcut to start reader without Amazon framework
This was inspired by conversation on forum about memory usage on DXG
http://www.mobileread.com/forums/showthread.php?p=2044347#post2044347
12 years ago
Dobrica Pavlinusic e387c87dcc Change font message to keep time passing by faster 12 years ago
Dobrica Pavlinusic 065d68c3a5 use refresh_mode 12 years ago
Dobrica Pavlinusic 43a776ddbb print debug line 12 years ago
Dobrica Pavlinusic 4604f75ac0 word "click" seems to me somehow wrong here 12 years ago
Dobrica Pavlinusic 0f487650b5 use new refresh_mode arg 12 years ago
Dobrica Pavlinusic d672436c8e show line spacing in CREReader
This might be very slow operation on device because it seems to
invoke whole reflow of document
12 years ago
Dobrica Pavlinusic c07090383f added (optional) refresh_mode to InfoMessage:show 12 years ago
Dobrica Pavlinusic 76c58d601f added InfoMessage "Reading filenames..." 12 years ago
Dobrica Pavlinusic 49283b8e00 comment out ImageWidget until it gets fixed #112 12 years ago