Commit Graph

2194 Commits (2cd5a083ae47c0c2a8108c20c1141159d99f89ed)
 

Author SHA1 Message Date
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.
11 years ago
chrox 3e94520e53 add width param in ToggleSwitch 11 years ago
chrox b96465b156 remove chi_tra lang code in defaults.lua 11 years ago
chrox 7a5ce55b8d fix extra page rendering when starts up in landscape mode 11 years ago
chrox 1ee6d5a9c5 add DEBUGBT function to traceback certain location 11 years ago
chrox f32e9e4548 change medium and large defect sizes to 3.0 and 5.0 respectively 11 years ago
chrox ead331924f fix toggle color inconsistency 11 years ago
chrox 5cc8fc4c10 update page info layout in menu
this should fix #281
11 years ago
chrox 2b9b9bc9a5 add DSHOWHIDDENFILES in defaults.lua
this should fix #239
11 years ago
chrox 39da1251ec free blitbuffer as soon as tile is kicked out from cache
other than waiting for the lazy garbage collector of lua
11 years ago
chrox 3934176b6c emulator has keyboard now 11 years ago
{Qingping, Dave} Hou 726b214ea7 Merge pull request #302 from chrox/master
synchronize highlights in non-/reflowing modes
11 years ago
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.
11 years ago
chrox 2f61b96748 fix wrong zoom value after returning from cropping dialog 11 years ago
HW 51b7895e25 Merge pull request #296 from giorgio130/master
Safer installing process for Kobos
11 years ago
Giorgio Micotti 7d8f13ae00 Safer installing process for Kobos 11 years ago
HW 4765e00d1b Merge pull request #269 from giorgio130/master
Suspend support for kobos
11 years ago
Giorgio Micotti a6f28c4aab Add clarifying comments 11 years ago
Giorgio Micotti a2ff9b9a9b Final fixes for kobo suspend 11 years ago
Giorgio Micotti afd4a2d920 Merge branch 'master' of https://github.com/koreader/koreader 11 years ago
HW 98dd444d5f Merge pull request #294 from NiLuJe/master
Improve the startup script on Kindle
11 years ago
NiLuJe de119c6626 Minor startup script tweaks.
Try to SIGSTOP cvm on sysv systems, like kpv
Tweak the wording of the KUAL buttons a bit
11 years ago
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.
11 years ago
{Qingping, Dave} Hou 92c4d0cd34 Merge pull request #288 from chrox/master
estimate cache size of koptcontext
11 years ago
chrox ffd31613a5 estimate cache size of koptcontext
This should fix #285.
11 years ago
Huang Xin 46e58a4b87 Merge pull request #287 from houqp/houqp-master
readme udpate
11 years ago
Qingping Hou bbd287d264 update readmes 11 years ago
Qingping Hou 89dcd4b2e8 update translation 11 years ago
{Qingping, Dave} Hou c211d19e9c Merge pull request #286 from chrox/master
update mupdf.patch in koreader-base
11 years ago
chrox 6dd9fd97b7 update koreader-base 11 years ago
{Qingping, Dave} Hou a1ce7f1442 Merge pull request #284 from chrox/master
update koreader-base
11 years ago
chrox fd6708adbd update koreader-base 11 years ago
{Qingping, Dave} Hou e8918d8c0b Merge pull request #283 from chrox/master
update mupdf and k2pdfopt to the latest version
11 years ago
chrox b012aa26ba update koreader-base 11 years ago
chrox 9fd9bb17a9 update mupdf and k2pdfopt to the latest version 11 years ago
{Qingping, Dave} Hou b181588735 Merge pull request #277 from chrox/master
update koreader-base
11 years ago
chrox edbab22f4f update koreader-base 11 years ago
{Qingping, Dave} Hou 91c1c69eb9 Merge pull request #273 from chrox/master
add DHINTCOUNT in defaults.lua
11 years ago
chrox 9f0154f7bf fix wrong indentation 11 years ago
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.
11 years ago
chrox f12869d587 split text string with even finer granularity 11 years ago
chrox f207c285ff set default render quality in reflowing to 1.0
which should be a good tradeoff between speed and quality.
11 years ago
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.
11 years ago
chrox f2cf10a015 refactoring koptcontext creation function 11 years ago
chrox 7fb169660a update koreader-base 11 years ago
Paulo Matias 649fc00f00 Merge pull request #270 from hwhw/master
update koreader-base
11 years ago
HW 101a063fba update koreader-base 11 years ago
Giorgio Micotti cea40ec902 Fixes for light. 11 years ago
Giorgio Micotti ec3d23ef10 Split suspend-resume logic 11 years ago
Giorgio Micotti 22abc0b77a Update koreader-base. 11 years ago