Commit Graph

2215 Commits (2154e7e852ced883f4e61518cada9a58c0612b6b)
 

Author SHA1 Message Date
HW 2154e7e852 Further refactoring
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
11 years ago
HW ef111b99c6 Refactored to use strictly locals 11 years ago
{Qingping, Dave} Hou 8efdff65d3 Merge pull request #319 from chrox/master
save cre3.ini on closing each credocument
11 years ago
chrox 506dbed865 save cre3.ini on closing each credocument
and page margin settings will be restored before rendering.
This patch should fix #299.
11 years ago
{Qingping, Dave} Hou d1a8b72814 Merge pull request #316 from chrox/master
fix JSON parser on some rare utf8 representations
11 years ago
chrox c20bc91ba3 fix JSON parser on some rare utf8 representations
This patch is provided by @hchaojie and should fix #252.
11 years ago
{Qingping, Dave} Hou ad55ff2387 Merge pull request #313 from chrox/master
adjust font sizes in credocument according to screen dpi
11 years ago
chrox cd2ee14b91 various fixes on Device:hasKeyboard check 11 years ago
chrox c829b01d67 fix onSelect revert on config and menu 11 years ago
chrox aac1509c21 check dimension restraint on regional refresh request 11 years ago
chrox 9cec8a035a update koreader-base 11 years ago
chrox 32ffacdf77 adjust font sizes in credocument according to screen dpi
and font sizes list is moved to defaults.lua
11 years ago
{Qingping, Dave} Hou 4cd8a0e9e6 Merge pull request #312 from chrox/master
rescale font size when fallbacks to fallback fonts
11 years ago
chrox 3f3e434157 rescale font size when fallbacks to fallback fonts
and make FreeSerif font the default font instead of DroidSansFallback

This patch should fix #272.
11 years ago
HW 2245780878 Merge pull request #311 from chrox/master
reactivate FFI blitbuffer module
11 years ago
chrox ca37eb8889 remove the ui/image dependency 11 years ago
chrox 987b34f092 reactivate FFI blitbuffer module
This should fix #274 and #288.
11 years ago
{Qingping, Dave} Hou 816ba3bc9b Merge pull request #310 from chrox/master
use pixels from reflowed page when doing OCR in reflowing mode
11 years ago
chrox 9f42289226 use pixels from reflowed page when doing OCR in reflowing mode
I hope it will get back OCR accuracy as in build 545.
11 years ago
HW 65cd1db105 Merge pull request #308 from chrox/master
fix getAutoBBox failed bug
11 years ago
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
HW 5f71c42d88 Merge pull request #303 from chrox/master
free blitbuffer as soon as tile is kicked out from cache
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