2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

2398 Commits

Author SHA1 Message Date
chrox
c94e88c46d update pot file 2013-11-29 22:40:20 +08:00
chrox
153d0866d5 remove auto "contentwidth" in landscape
This should fix #365.
2013-11-29 17:18:50 +08:00
Huang Xin
d45aa2d304 Merge pull request #374 from hwhw/native-framebuffer
fix for Kobo framebuffers: allow for rotation at framebuffer setup
2013-11-27 07:31:41 -08:00
HW
af902d1d79 fix for Kobo framebuffers: allow for rotation at framebuffer setup
the Kobo framebuffer comes up in landscape mode, that is, landscape
in the other direction as we do it when going into landscape mode.
we leave it this way, and rather allow for a rotation correction at
framebuffer setup.

this PR pulls the relevant changes from koreader-base and makes the
screen code aware of this additional rotation setting.

Kobo framebuffers should now work properly with the new framebuffer
FFI code. They can stay in 16bpp mode and don't change the current
framebuffer settings. They should thus properly interoperate with
the native framework on Kobos as well as sergeys KoboLauncher
(no garbled screen when returning)
2013-11-27 15:57:50 +01:00
HW
23573d8b67 Merge pull request #373 from chrox/master
fix default full refresh in Kindle since the new ffi framebuffer
2013-11-27 05:46:16 -08:00
chrox
326765a2d8 fix default full refresh in Kindle since the new ffi framebuffer 2013-11-27 21:38:36 +08:00
Huang Xin
d5dad90b3c Merge pull request #371 from hwhw/native-framebuffer
incorporate some fixes to koreader-base
2013-11-27 01:38:36 -08:00
HW
db81408595 pull Kobo fixes from koreader-base 2013-11-26 21:36:42 +01:00
HW
ae2869d4ce incorporate some fixes to koreader-base 2013-11-26 20:15:23 +01:00
Huang Xin
5b5f26c5b8 Merge pull request #370 from hwhw/native-framebuffer
FFI framebuffer implementation adaptions
2013-11-26 08:33:12 -08:00
HW
09177f804c update koreader-base
This will need https://github.com/koreader/koreader-base/pull/96 to be applied first
2013-11-26 17:06:03 +01:00
HW
962c2a15d3 Merge remote-tracking branch 'upstream/master' into native-framebuffer 2013-11-26 16:05:23 +01:00
HW
11bb9009fa replace Screen.width/Screen.height with accessor methods
Screen.width and Screen.height are now gone, use the methods
getWidth() and getHeight() to get the relevant data. They will
take blitbuffer/framebuffer rotation into account.
2013-11-26 16:04:20 +01:00
HW
9d3c27117d remove redundancy: new framebuffer supports rotation, multi-bpp
We can get rid of shadow blitbuffers. Screen.bb is now fb.bb.
All bpp conversion is now done by the blitbuffer abstraction layer.
Rotation mechanism is adapted to this.
2013-11-26 16:01:38 +01:00
Qingping Hou
0b6cc7b77f Merge pull request #368 from chrox/master
fix kindle paperwhite2 support
2013-11-25 11:37:07 -08:00
chrox
0f61ddd01d revert main GUI font to better-looking DroidSans 2013-11-25 23:35:24 +08:00
chrox
88c2307c14 fix kindle paperwhite2 support
reported at http://www.mobileread.com/forums/showpost.php?p=2696481&postcount=316
tested at http://www.hi-pda.com/forum/redirect.php?goto=findpost&ptid=1078988&pid=23393929
2013-11-25 23:30:54 +08:00
Qingping Hou
0efa0dd067 Merge pull request #364 from NiLuJe/master
Possibly slightly less broken PW2 detection
2013-11-22 18:18:31 -08:00
NiLuJe
3754ca1ec3 Crappy rework of the model detection on Kindle.
In case it wasn't obvious, I badly suck at lua :D.
2013-11-23 00:09:37 +01:00
Qingping Hou
77e93d7305 Merge pull request #363 from giorgio130/master
Fix input for kobo phoenix, second iteration.
2013-11-22 12:49:19 -08:00
Giorgio Micotti
b3ac4c97cb Fix input for kobo phoenix, second iteration. 2013-11-22 21:02:30 +01:00
HW
e127a8a506 Merge pull request #362 from giorgio130/master
Tentative fix for touch coordinates on phoenix.
2013-11-19 14:41:46 -08:00
Giorgio Micotti
9576201da5 Tentative fix for touch coordinates on phoenix. 2013-11-19 22:44:40 +01:00
Qingping Hou
6aa995f4ad Merge pull request #361 from giorgio130/master
Fix DPI for nex Kobo Aura (phoenix).
2013-11-17 15:32:30 -08:00
Giorgio Micotti
ffc27d4437 Fix DPI for nex Kobo Aura (phoenix). 2013-11-17 14:43:41 +01:00
HW
865220a32d Merge pull request #358 from hchaojie/master
fixed issue: https://github.com/koreader/koreader/issues/354
2013-11-07 23:42:43 -08:00
ciro
cfd1f07f0e fixed issue: https://github.com/koreader/koreader/issues/354 2013-11-08 10:42:06 +08:00
Qingping Hou
92ede68253 Merge pull request #351 from chrox/master
fix lost refresh in inputdialog enter callback
2013-10-28 07:47:43 -07:00
chrox
5bf56cbf4c check position nullity in getTextFromBoxes 2013-10-28 21:49:54 +08:00
chrox
2f2d3553ff fix cannot highlight text with only one word in the first line 2013-10-28 21:48:17 +08:00
chrox
4b312528f7 fix lost refresh in inputdialog enter callback 2013-10-28 20:01:44 +08:00
Qingping Hou
bbcac4c685 Merge pull request #350 from chrox/master
update koreader-base (fix OCR init failure)
2013-10-27 21:54:47 -07:00
chrox
5908e65ca0 update koreader-base (fix OCR init failure) 2013-10-28 11:41:37 +08:00
Qingping Hou
001034eeae Merge pull request #348 from hwhw/master
updated koreader-base reference, was broken
2013-10-27 10:35:45 -07:00
HW
b58d618c26 updated koreader-base reference, was broken 2013-10-27 18:30:21 +01:00
Qingping Hou
88e1dab9fb Merge pull request #347 from chrox/master
various fixes and features in koreader-base
2013-10-27 09:48:52 -07:00
chrox
ef23357d07 various fixes and features in koreader-base 2013-10-27 22:06:15 +08:00
Qingping Hou
1a8abca4c4 Merge pull request #346 from chrox/master
smoother relative panning in scrolled pages
2013-10-25 07:47:11 -07:00
chrox
63d574c3b5 less verbose on fallback text rendering 2013-10-25 20:10:15 +08:00
chrox
c205503828 remove global variable DEBUG 2013-10-25 20:09:21 +08:00
chrox
0cdc5b64f4 fix debug on/off toggle 2013-10-25 20:07:58 +08:00
chrox
974927db54 smoother relative panning in scrolled pages 2013-10-25 16:07:04 +08:00
chrox
ae2462c17e relative x and y in pan gesture are relative to first touch events 2013-10-25 16:05:20 +08:00
Qingping Hou
d98ced0533 Merge pull request #345 from chrox/master
highlight text from scratch instead of reusing rectmaps in reflowing mode
2013-10-24 23:18:36 -07:00
chrox
2590cc7ca5 highlight text from scratch instead of reusing rectmaps in reflowing mode 2013-10-25 13:22:49 +08:00
giorgio130
2cefdf7c6b Merge pull request #344 from houqp/houqp-master
call scaleByDPI from screen module fixes #343
2013-10-24 11:03:36 -07:00
Qingping Hou
6269ca5b27 Merge pull request #340 from chrox/master
set auto detect word gap in reflowing by default
2013-10-24 10:50:29 -07:00
Qingping Hou
d3979ff72d call scaleByDPI from screen module fixes #343 2013-10-24 13:47:22 -04:00
chrox
6211e678fc Merge branch 'master' of github.com:chrox/koreader 2013-10-24 23:46:02 +08:00
chrox
184a6f5d21 highlight word from scratch instead of reusing rectmaps in reflowing mode
Totally revert the OCR in reflowed page to build 545.
And this should fix #309.
2013-10-24 23:45:09 +08:00