Commit Graph

10481 Commits (master)
 

Author SHA1 Message Date
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
Dobrica Pavlinušić db76421567 Merge pull request #117 from traycold/master
updated version of mupdf and some refactoring on help page
12 years ago
Dobrica Pavlinusic e3b6385286 don't patch already patched crengine 12 years ago
traycold 6031d2066b some fixes about coding style (#62) and removed debug code 12 years ago
Dobrica Pavlinusic 21a153cbc3 replace usleep with waitForEvent 12 years ago
Dobrica Pavlinusic f456b735c3 Merge branch 'traycold/master' of github.com:dpavlin/kindlepdfviewer into traycold/master 12 years ago
Dobrica Pavlinusic 53fcb2490b exit with just home (no modifier) 12 years ago
Dobrica Pavlinusic b06927dcfe fix modifier for zoom in 12 years ago
Dobrica Pavlinusic 77f2c3b386 don't patch already patched crengine 12 years ago
Dobrica Pavlinusic 819afa3ff3 don't patch already patched crengine 12 years ago
traycold 429f572827 modification to take into account new version of mupdf 12 years ago
traycold 02dd9b023f Merge remote branch 'hwhw/master'
* hwhw/master: (183 commits)
  show infomessage on document open
  use InfoMessage for empty TOC, jump history and highlights
  copy resources dir on customupdate
  add resource: info icon
  display document open error message
  added infomessage dialog implementation
  bugfix, removed old test constant
  Added widget abstraction framework
  added interface to get blitbuffers from JPEG/PNG files
  fix typo
  added reading of pan_margin settings
  fix full screen refresh command, close #99
  add: sleep and usleep in util module
  fix: add back KEY_FW{LEFT,RIGHT} commands to NumInputBox
  reverted removal of last-doc shortcut, introduced framework restart
  kill our own child process. not quite finished.
  added line spacing setting for crereader
  remove page:getPageText debug dump to improve performance on device
  remove page:getPageText debug dump to improve performance on device
  display crash.log on error
  ...

Conflicts:
	ft.c
	helppage.lua
	inputbox.lua
	rendertext.lua
	rendertext_example.lua
	unireader.lua
12 years ago
HW 09a319d61d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
HW db3655fc15 bugfix/typo 12 years ago
traycold 6c9ec8c896 refactoring for display help page 12 years ago
traycold 0350822ade remove some trailing white spaces 12 years ago
traycold 1ff6ee44ba Merge branch 'txt'
* txt:
  use font metric to better display help page (to exted to other pages in future)
  draft commit, test implementation
12 years ago
Dobrica Pavlinušić 29da5e9789 Merge pull request #116 from houqp/master
Use InfoMessage for better user experience
12 years ago
Qingping Hou 5e867d38ef show infomessage on document open 12 years ago
Qingping Hou f24f2a01f6 use InfoMessage for empty TOC, jump history and highlights 12 years ago
Qingping Hou 552246ba13 copy resources dir on customupdate 12 years ago
HW 31c33a87c9 add resource: info icon 12 years ago
HW 676e4268ff display document open error message 12 years ago
HW 4714057f5b added infomessage dialog implementation 12 years ago