Dobrica Pavlinusic
4c353205e6
separate arguments with spaces
2012-04-17 19:01:18 +02:00
Dobrica Pavlinusic
53e5196bd3
simple debug function which knows how to dump tables
2012-04-17 19:01:18 +02:00
Dobrica Pavlinusic
f8f8a58bd9
fixed my first use of showInfoMsgWithDelay
2012-04-17 18:58:49 +02:00
Dobrica Pavlinusic
38bbe0f227
showInfoMsgWithDelay for highlight
2012-04-17 18:10:03 +02:00
Qingping Hou
dc36e61422
put cursor on the left of first word
2012-04-17 18:05:12 +08:00
Qingping Hou
1bc250591e
add left page turn key back to unireader commands
2012-04-17 17:47:19 +08:00
Dobrica Pavlinušić
4726908ed3
Merge pull request #122 from houqp/master
...
Add wait event timeout in EMU mode and some other fixes
2012-04-17 02:09:29 -07:00
Qingping Hou
00343a887c
notify empty jump history in crereader with dialog
2012-04-17 14:39:17 +08:00
Qingping Hou
0075580b09
more notifications for manual crop shortcuts
2012-04-17 14:36:37 +08:00
Qingping Hou
14bc4ece53
add notification for manual crop settings
2012-04-17 14:29:38 +08:00
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.
2012-04-17 14:26:42 +08:00
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.
2012-04-17 14:24:42 +08:00
Qingping Hou
0c802f4eff
update djvulibre and crengine to latest release
2012-04-17 11:01:40 +08:00
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
2012-04-17 00:12:19 +02:00
HW
30458c3662
fixed changed text extraction
2012-04-16 23:47:50 +02:00
HW
b3064efab6
re-introduced image handling
...
if it does not work, re-open #112
2012-04-16 23:02:28 +02:00
HW
56970bb197
Merge pull request #119 from dpavlin/master
...
Few more InfoMessages on operations which are slow on device
2012-04-16 13:54:56 -07:00
HW
ec905a5a13
fixed various bugs in pointer handling
2012-04-16 22:51:13 +02:00
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
2012-04-16 22:13:21 +02:00
Dobrica Pavlinusic
e387c87dcc
Change font message to keep time passing by faster
2012-04-16 21:56:16 +02:00
Dobrica Pavlinusic
065d68c3a5
use refresh_mode
2012-04-16 21:55:18 +02:00
Dobrica Pavlinusic
43a776ddbb
print debug line
2012-04-16 21:52:55 +02:00
Dobrica Pavlinusic
4604f75ac0
word "click" seems to me somehow wrong here
2012-04-16 21:37:56 +02:00
Dobrica Pavlinusic
0f487650b5
use new refresh_mode arg
2012-04-16 21:31:53 +02:00
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
2012-04-16 21:30:52 +02:00
Dobrica Pavlinusic
c07090383f
added (optional) refresh_mode to InfoMessage:show
2012-04-16 21:29:58 +02:00
Dobrica Pavlinusic
76c58d601f
added InfoMessage "Reading filenames..."
2012-04-16 21:18:17 +02:00
Dobrica Pavlinusic
49283b8e00
comment out ImageWidget until it gets fixed #112
2012-04-16 21:13:06 +02:00
Dobrica Pavlinušić
db76421567
Merge pull request #117 from traycold/master
...
updated version of mupdf and some refactoring on help page
2012-04-16 11:43:11 -07:00
Dobrica Pavlinusic
e3b6385286
don't patch already patched crengine
2012-04-16 20:33:51 +02:00
traycold
6031d2066b
some fixes about coding style ( #62 ) and removed debug code
2012-04-16 20:16:31 +02:00
Dobrica Pavlinusic
21a153cbc3
replace usleep with waitForEvent
2012-04-16 18:28:01 +02:00
Dobrica Pavlinusic
f456b735c3
Merge branch 'traycold/master' of github.com:dpavlin/kindlepdfviewer into traycold/master
2012-04-16 16:49:34 +02:00
Dobrica Pavlinusic
53fcb2490b
exit with just home (no modifier)
2012-04-16 14:28:46 +02:00
Dobrica Pavlinusic
b06927dcfe
fix modifier for zoom in
2012-04-16 14:24:03 +02:00
Dobrica Pavlinusic
77f2c3b386
don't patch already patched crengine
2012-04-16 10:53:44 +02:00
Dobrica Pavlinusic
819afa3ff3
don't patch already patched crengine
2012-04-16 10:53:13 +02:00
traycold
429f572827
modification to take into account new version of mupdf
2012-04-16 00:10:41 +02:00
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
2012-04-16 00:08:19 +02:00
HW
09a319d61d
Merge branch 'master' of github.com:hwhw/kindlepdfviewer
2012-04-15 23:40:45 +02:00
HW
db3655fc15
bugfix/typo
2012-04-15 23:39:53 +02:00
traycold
6c9ec8c896
refactoring for display help page
2012-04-15 16:07:39 +02:00
traycold
0350822ade
remove some trailing white spaces
2012-04-15 16:05:44 +02:00
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
2012-04-15 16:02:21 +02:00
Dobrica Pavlinušić
29da5e9789
Merge pull request #116 from houqp/master
...
Use InfoMessage for better user experience
2012-04-15 03:37:27 -07:00
Qingping Hou
5e867d38ef
show infomessage on document open
2012-04-15 14:20:26 +08:00
Qingping Hou
f24f2a01f6
use InfoMessage for empty TOC, jump history and highlights
2012-04-15 11:02:42 +08:00
Qingping Hou
552246ba13
copy resources dir on customupdate
2012-04-15 11:01:14 +08:00
HW
31c33a87c9
add resource: info icon
2012-04-15 02:34:49 +02:00
HW
676e4268ff
display document open error message
2012-04-15 02:34:09 +02:00