chrox
2cd5a083ae
fix getAutoBBox failed bug
...
If getAutoBBox is fed with a blank page the returned bbox will be
much smaller than the native page dimensions. The problem is that
in zoom to 'content*' mode document renderer will try to render
the whole page at a zoom level that can cover the screen with the
bbox region of the page. That's if the blank page size is 3000*4000
and the returned autobbox is 300*400, the screen size is 600*800,
then the page will be rendered in 3000*(600/300)*4000*(800/400)
which is so large that the cache manager will not accept.
This patch just check if the returned autobbox is considerablely
much smaller than the native page dimensions. If so it will return
the manual bbox.
This patch should fix #293 . And it's tested with the case provided
by @Markismus in #291 .
2013-10-14 14:21:08 +08:00
chrox
3e94520e53
add width param in ToggleSwitch
2013-10-13 23:10:31 +08:00
chrox
b96465b156
remove chi_tra lang code in defaults.lua
2013-10-13 23:08:37 +08:00
chrox
7a5ce55b8d
fix extra page rendering when starts up in landscape mode
2013-10-13 22:13:04 +08:00
chrox
1ee6d5a9c5
add DEBUGBT function to traceback certain location
2013-10-13 21:59:24 +08:00
chrox
f32e9e4548
change medium and large defect sizes to 3.0 and 5.0 respectively
2013-10-13 21:31:39 +08:00
chrox
ead331924f
fix toggle color inconsistency
2013-10-13 16:52:32 +08:00
chrox
5cc8fc4c10
update page info layout in menu
...
this should fix #281
2013-10-13 16:50:28 +08:00
chrox
2b9b9bc9a5
add DSHOWHIDDENFILES in defaults.lua
...
this should fix #239
2013-10-13 15:50:44 +08:00
chrox
39da1251ec
free blitbuffer as soon as tile is kicked out from cache
...
other than waiting for the lazy garbage collector of lua
2013-10-13 15:30:48 +08:00
chrox
3934176b6c
emulator has keyboard now
2013-10-13 15:28:40 +08:00
{Qingping, Dave} Hou
726b214ea7
Merge pull request #302 from chrox/master
...
synchronize highlights in non-/reflowing modes
2013-10-12 08:31:22 -07:00
chrox
4660a3532b
synchronize hightlights in non-/reflowing modes
...
and there is no need to OCR word if we can extract text from
original page in reflowing mode thanks to the rect maps between
normal page and reflowed page.
2013-10-12 23:07:13 +08:00
chrox
2f61b96748
fix wrong zoom value after returning from cropping dialog
2013-10-11 23:39:57 +08:00
HW
51b7895e25
Merge pull request #296 from giorgio130/master
...
Safer installing process for Kobos
2013-09-30 14:20:57 -07:00
Giorgio Micotti
7d8f13ae00
Safer installing process for Kobos
2013-09-30 23:03:39 +02:00
HW
4765e00d1b
Merge pull request #269 from giorgio130/master
...
Suspend support for kobos
2013-09-30 13:24:52 -07:00
Giorgio Micotti
a6f28c4aab
Add clarifying comments
2013-09-30 22:17:22 +02:00
Giorgio Micotti
a2ff9b9a9b
Final fixes for kobo suspend
2013-09-30 21:48:46 +02:00
Giorgio Micotti
afd4a2d920
Merge branch 'master' of https://github.com/koreader/koreader
2013-09-30 12:30:27 +02:00
HW
98dd444d5f
Merge pull request #294 from NiLuJe/master
...
Improve the startup script on Kindle
2013-09-29 13:15:21 -07:00
NiLuJe
de119c6626
Minor startup script tweaks.
...
Try to SIGSTOP cvm on sysv systems, like kpv
Tweak the wording of the KUAL buttons a bit
2013-09-29 21:54:23 +02:00
NiLuJe
5cab12dfc1
Startup script tweaks.
...
Make the user's custom fonts available to Koreader.
Handle both SyV & upstart properly
Handle the 'no framework' mode on upstart systems, even through KUAL.
Plug the 'no framework' mode to the KUAL extension.
This is a mix of some stuff I completely forgot I had in my tree, and
what Aeris did for
http://www.mobileread.com/forums/showthread.php?t=223684
Tested on a Touch.
2013-09-29 21:30:14 +02:00
{Qingping, Dave} Hou
92c4d0cd34
Merge pull request #288 from chrox/master
...
estimate cache size of koptcontext
2013-09-26 11:03:04 -07:00
chrox
ffd31613a5
estimate cache size of koptcontext
...
This should fix #285 .
2013-09-26 14:51:33 +08:00
Huang Xin
46e58a4b87
Merge pull request #287 from houqp/houqp-master
...
readme udpate
2013-09-25 22:14:07 -07:00
Qingping Hou
bbd287d264
update readmes
2013-09-26 01:06:10 -04:00
Qingping Hou
89dcd4b2e8
update translation
2013-09-26 01:05:43 -04:00
{Qingping, Dave} Hou
c211d19e9c
Merge pull request #286 from chrox/master
...
update mupdf.patch in koreader-base
2013-09-24 20:21:25 -07:00
chrox
6dd9fd97b7
update koreader-base
2013-09-22 16:13:13 +08:00
{Qingping, Dave} Hou
a1ce7f1442
Merge pull request #284 from chrox/master
...
update koreader-base
2013-09-21 21:29:38 -07:00
chrox
fd6708adbd
update koreader-base
2013-09-22 12:28:43 +08:00
{Qingping, Dave} Hou
e8918d8c0b
Merge pull request #283 from chrox/master
...
update mupdf and k2pdfopt to the latest version
2013-09-21 09:34:36 -07:00
chrox
b012aa26ba
update koreader-base
2013-09-21 21:37:55 +08:00
chrox
9fd9bb17a9
update mupdf and k2pdfopt to the latest version
2013-09-21 21:31:22 +08:00
{Qingping, Dave} Hou
b181588735
Merge pull request #277 from chrox/master
...
update koreader-base
2013-09-16 07:44:15 -07:00
chrox
edbab22f4f
update koreader-base
2013-09-16 16:14:00 +08:00
{Qingping, Dave} Hou
91c1c69eb9
Merge pull request #273 from chrox/master
...
add DHINTCOUNT in defaults.lua
2013-09-14 10:15:21 -07:00
chrox
9f0154f7bf
fix wrong indentation
2013-09-14 19:46:45 +08:00
chrox
0b7554b1d8
add DSHOWOVERLAP in defaults.lua
...
Turn off "show overlap" by default since scroll mode can replace it
in most cases where "show overlap" is used. And the dimmed area often
make new users confused. It's better to leave this feature to more
advanced users.
2013-09-14 19:35:37 +08:00
chrox
f12869d587
split text string with even finer granularity
2013-09-14 18:40:00 +08:00
chrox
f207c285ff
set default render quality in reflowing to 1.0
...
which should be a good tradeoff between speed and quality.
2013-09-14 15:38:40 +08:00
chrox
979d4c5d48
add DHINTCOUNT in defaults.lua
...
It controls how many number of pages will be hinted in background
after one page has been drawn. Default DHINTCOUNT is 2.
2013-09-14 15:27:56 +08:00
chrox
f2cf10a015
refactoring koptcontext creation function
2013-09-14 12:56:10 +08:00
chrox
7fb169660a
update koreader-base
2013-09-14 12:55:13 +08:00
Paulo Matias
649fc00f00
Merge pull request #270 from hwhw/master
...
update koreader-base
2013-09-10 06:31:02 -07:00
HW
101a063fba
update koreader-base
2013-09-10 15:24:35 +02:00
Giorgio Micotti
cea40ec902
Fixes for light.
2013-09-09 21:30:29 +02:00
Giorgio Micotti
ec3d23ef10
Split suspend-resume logic
2013-09-09 12:30:27 +02:00
Giorgio Micotti
22abc0b77a
Update koreader-base.
2013-09-09 10:31:29 +02:00