Hans-Werner Hilse
5982e24d57
unify color specification
...
colors were a mixture of 4bpp integers (0=white, 15=black) and
fractional blackness levels (0=white, 1.0=black) before. This is
now unified to use the color specification of the Blitbuffer API.
2014-10-24 13:48:42 +02:00
Qingping Hou
03ac887d46
Merge pull request #1032 from chrox/fix_1028
...
fix #1028 by trying load libpthread.so.0 on Kobo devices
2014-10-23 11:47:20 -04:00
chrox
0a893453b9
fix #1028 by trying load libpthread.so.0 on Kobo devices
2014-10-23 16:53:39 +08:00
Qingping Hou
bbe07e3909
Merge pull request #1031 from chrox/travis_nasm
...
install nasm in Travis
2014-10-23 04:07:40 -04:00
chrox
64d2d3deae
install nasm in Travis
2014-10-23 15:33:46 +08:00
Qingping Hou
64bd71aa71
Merge pull request #1030 from chrox/fix_1028
...
fix #1028
2014-10-23 03:14:05 -04:00
chrox
9eb86441cd
update base to use new libcrengine
2014-10-23 14:09:21 +08:00
chrox
281df50da5
fix #1028
2014-10-23 13:49:35 +08:00
chrox
2ff12af50c
protected call of mupdf.renderImage
2014-10-23 13:49:35 +08:00
HW
30c3bc53c9
Merge pull request #1025 from chrox/fix_1024
...
fix #1024
2014-10-21 17:44:12 +02:00
chrox
24f1d0feb3
optimize png image to grayscale mode
2014-10-21 22:41:44 +08:00
chrox
91400f8fef
expand/collapse for the left one third region should be more resonable
2014-10-21 22:40:43 +08:00
chrox
c994e30cff
fix #1024
...
if toc item has expand/collapse state and tap select on the left side
the state switch action is triggered, otherwise goto the
linked page.
2014-10-21 22:18:07 +08:00
HW
1cb3c85f34
Merge pull request #1021 from chrox/fix_1011
...
fix #1011
2014-10-21 12:42:16 +02:00
Huang Xin
3c1d2c69df
Merge pull request #1014 from hwhw/master
...
use new FFI based mupdf API
2014-10-21 18:13:21 +08:00
HW
b843a46c82
Merge pull request #4 from chrox/fix_1014
...
fix renderImage invocation
2014-10-21 11:58:52 +02:00
chrox
07ae0cba81
fix #1011
...
The #1011 bug is caused by the `contains` check of link box with
visible area. When the link is at the very right (left?) of
the page, enlarged link box often exceeds the page bound rendering
the mentioned `contains` check failed. This patch uses an `intersectWith`
test to check if the link is in current page.
2014-10-21 17:26:16 +08:00
chrox
2050c0aa66
fix renderImage invocation
2014-10-21 17:22:20 +08:00
HW
3a42557b19
Merge pull request #1020 from chrox/fix_1013
...
fix #1013
2014-10-20 17:51:35 +02:00
chrox
1462d382d9
fix #1013
2014-10-20 22:55:39 +08:00
Hans-Werner Hilse
ee6b5a7fe1
update to latest base
2014-10-20 16:49:10 +02:00
Hans-Werner Hilse
e0868826ad
use new FFI based mupdf API
...
This will use the new API where the Lua/C interface was used before
and also drop usage of mupdfimg wrapper which is now implemented
within the mupdf interface
2014-10-20 16:49:10 +02:00
HW
67eb0c8663
Merge pull request #1019 from chrox/fix_1017
...
Fix #1017
2014-10-20 16:48:41 +02:00
chrox
2ad63fc1a3
expand/collapse TOC only by tap on the icon
2014-10-20 22:19:31 +08:00
chrox
0a863f07c7
show 50 ticks on the mini progress bar at most
2014-10-20 22:17:53 +08:00
HW
1697191cf9
Merge pull request #1018 from houqp/dxg
...
fix: various fixes for kindle dxg
2014-10-20 09:05:03 +02:00
Qingping Hou
c1c3bcb3fe
fix: various fixes for kindle dxg
2014-10-20 02:17:57 -04:00
HW
03bafa6145
Merge pull request #1004 from chrox/html_highlight
...
add option to export highlights to local HTML files in Evernote plugin
2014-10-19 17:48:00 +02:00
Qingping Hou
52f377b031
Merge pull request #1012 from Frenzie/master
...
Kobo Aura H2O: fix offset for reverse landscape (rotation_mode 3)
2014-10-18 16:32:08 -04:00
Frans de Jonge
3334903e8c
Actually flush stdio rather than all io.
2014-10-18 15:31:05 +02:00
Frans de Jonge
65d3cacd7c
Flush stdio to prevent buffering multiple debugging messages when redirecting output to file.
2014-10-18 15:18:01 +02:00
Frans de Jonge
f3d5d5b030
Kobo Aura H2O: fix offset for reverse landscape (rotation_mode 3)
2014-10-17 13:25:13 +02:00
Qingping Hou
9d6af18330
Merge pull request #1000 from chrox/fix_992
...
fix #992 by creating fake command line arguments
2014-10-16 23:03:23 -04:00
Huang Xin
e69c106060
Merge pull request #1006 from Frenzie/master
...
Kobo Aura H2O: fix bezel.
2014-10-16 21:44:23 +08:00
Frans de Jonge
7117235414
Kobo Aura H2O: fix bezel.
2014-10-16 15:17:31 +02:00
HW
ad9fd03454
Merge pull request #1005 from chrox/fix_929
...
fix #929 by validating image magic number
2014-10-16 14:47:06 +02:00
chrox
b1a760f18b
fix #929 by validating image magic number
2014-10-16 19:48:54 +08:00
Huang Xin
5f92a99709
Merge pull request #1003 from Frenzie/master
...
Kobo Aura H2O detection: slight code refactoring.
2014-10-16 18:27:32 +08:00
chrox
7eb58588fc
add option to export highlights to local HTML files in Evernote plugin
2014-10-16 18:25:02 +08:00
Frans de Jonge
c50bdfd11c
Kobo Aura H2O detection: slight code refactoring.
2014-10-16 10:59:11 +02:00
chrox
87fcbd49cc
don't test coverage on plugins
...
since it's not easy to cover code that use external services like
Evernote cloud and calibre.
2014-10-16 10:28:31 +08:00
chrox
64b102ebc9
fix #992 by creating fake command line arguments
2014-10-16 09:24:59 +08:00
HW
0f40042e57
Merge pull request #999 from Frenzie/master
...
Changes for Kobo Aura H2O.
2014-10-15 20:35:39 +02:00
Frans de Jonge
629c32f6ba
Changes for Kobo Aura H2O.
2014-10-15 18:28:13 +02:00
Paulo Matias
8bbdf03ccb
Merge pull request #998 from chrox/fix_970
...
fix #970
2014-10-15 11:40:57 -03:00
Paulo Matias
2843bf362d
Merge pull request #996 from chrox/djvu_render_mode
...
add djvu render mode options in readermenu
2014-10-15 11:29:44 -03:00
Paulo Matias
53c2e19a6c
Merge pull request #997 from chrox/fix_995
...
fix #995 by reseting readertoc on init
2014-10-15 11:19:29 -03:00
chrox
834c994ed8
fix #970
...
by rendering full page if bbox is larger than native page size when
zooming mode is fit to content*
2014-10-15 22:01:42 +08:00
chrox
c99288f3ad
fix #995 by reseting readertoc on init
2014-10-15 20:47:13 +08:00
chrox
d30709edb0
add djvu render mode options in readermenu
2014-10-15 20:31:24 +08:00