Commit Graph

2303 Commits (e4c77c272abf28a10f2ecb578d21fe5fa1a2fe21)
 

Author SHA1 Message Date
chrox e4c77c272a sort history file with modification time 11 years ago
chrox 84ad0f2307 fix null export highlight in reflowed mode 11 years ago
chrox 71cb2d3f93 fix looking up wrong word in reflowed page
that has a text layer underneath.

For multi-column page reflowing usually fits individual column to
page width and no finner word boxes are available to map reflowed
word box onto native word box. Now the relative position of a reflowed
word center is calculated as portion of the width and height of a larger
block it belongs. This relative position is also considered in
reflow-to-native position transform so that dictionary lookup now works
on multi-column pages in reflowing mode.

This should fix #376.
11 years ago
chrox 83e7507154 force download po files 11 years ago
chrox 67f627f2fb update po file from transifex automatically on each build 11 years ago
chrox c94e88c46d update pot file 11 years ago
chrox 153d0866d5 remove auto "contentwidth" in landscape
This should fix #365.
11 years ago
Huang Xin d45aa2d304 Merge pull request #374 from hwhw/native-framebuffer
fix for Kobo framebuffers: allow for rotation at framebuffer setup
11 years ago
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)
11 years ago
HW 23573d8b67 Merge pull request #373 from chrox/master
fix default full refresh in Kindle since the new ffi framebuffer
11 years ago
chrox 326765a2d8 fix default full refresh in Kindle since the new ffi framebuffer 11 years ago
Huang Xin d5dad90b3c Merge pull request #371 from hwhw/native-framebuffer
incorporate some fixes to koreader-base
11 years ago
HW db81408595 pull Kobo fixes from koreader-base 11 years ago
HW ae2869d4ce incorporate some fixes to koreader-base 11 years ago
Huang Xin 5b5f26c5b8 Merge pull request #370 from hwhw/native-framebuffer
FFI framebuffer implementation adaptions
11 years ago
HW 09177f804c update koreader-base
This will need https://github.com/koreader/koreader-base/pull/96 to be applied first
11 years ago
HW 962c2a15d3 Merge remote-tracking branch 'upstream/master' into native-framebuffer 11 years ago
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.
11 years ago
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.
11 years ago
Qingping Hou 0b6cc7b77f Merge pull request #368 from chrox/master
fix kindle paperwhite2 support
11 years ago
chrox 0f61ddd01d revert main GUI font to better-looking DroidSans 11 years ago
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
11 years ago
Qingping Hou 0efa0dd067 Merge pull request #364 from NiLuJe/master
Possibly slightly less broken PW2 detection
11 years ago
NiLuJe 3754ca1ec3 Crappy rework of the model detection on Kindle.
In case it wasn't obvious, I badly suck at lua :D.
11 years ago
Qingping Hou 77e93d7305 Merge pull request #363 from giorgio130/master
Fix input for kobo phoenix, second iteration.
11 years ago
Giorgio Micotti b3ac4c97cb Fix input for kobo phoenix, second iteration. 11 years ago
HW e127a8a506 Merge pull request #362 from giorgio130/master
Tentative fix for touch coordinates on phoenix.
11 years ago
Giorgio Micotti 9576201da5 Tentative fix for touch coordinates on phoenix. 11 years ago
Qingping Hou 6aa995f4ad Merge pull request #361 from giorgio130/master
Fix DPI for nex Kobo Aura (phoenix).
11 years ago
Giorgio Micotti ffc27d4437 Fix DPI for nex Kobo Aura (phoenix). 11 years ago
HW 865220a32d Merge pull request #358 from hchaojie/master
fixed issue: https://github.com/koreader/koreader/issues/354
11 years ago
ciro cfd1f07f0e fixed issue: https://github.com/koreader/koreader/issues/354 11 years ago
Qingping Hou 92ede68253 Merge pull request #351 from chrox/master
fix lost refresh in inputdialog enter callback
11 years ago
chrox 5bf56cbf4c check position nullity in getTextFromBoxes 11 years ago
chrox 2f2d3553ff fix cannot highlight text with only one word in the first line 11 years ago
chrox 4b312528f7 fix lost refresh in inputdialog enter callback 11 years ago
Qingping Hou bbcac4c685 Merge pull request #350 from chrox/master
update koreader-base (fix OCR init failure)
11 years ago
chrox 5908e65ca0 update koreader-base (fix OCR init failure) 11 years ago
Qingping Hou 001034eeae Merge pull request #348 from hwhw/master
updated koreader-base reference, was broken
11 years ago
HW b58d618c26 updated koreader-base reference, was broken 11 years ago
Qingping Hou 88e1dab9fb Merge pull request #347 from chrox/master
various fixes and features in koreader-base
11 years ago
chrox ef23357d07 various fixes and features in koreader-base 11 years ago
Qingping Hou 1a8abca4c4 Merge pull request #346 from chrox/master
smoother relative panning in scrolled pages
11 years ago
chrox 63d574c3b5 less verbose on fallback text rendering 11 years ago
chrox c205503828 remove global variable DEBUG 11 years ago
chrox 0cdc5b64f4 fix debug on/off toggle 11 years ago
chrox 974927db54 smoother relative panning in scrolled pages 11 years ago
chrox ae2462c17e relative x and y in pan gesture are relative to first touch events 11 years ago
Qingping Hou d98ced0533 Merge pull request #345 from chrox/master
highlight text from scratch instead of reusing rectmaps in reflowing mode
11 years ago
chrox 2590cc7ca5 highlight text from scratch instead of reusing rectmaps in reflowing mode 11 years ago