Markismus
b26b0729b9
Multitouch for Kobo Aura
...
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 13:02:19 +01:00
chrox
998193aa7b
add detection of more 3G Paperwhite 2 models
2013-12-01 21:06:33 +08:00
chrox
e4c77c272a
sort history file with modification time
2013-12-01 20:41:52 +08:00
chrox
84ad0f2307
fix null export highlight in reflowed mode
2013-11-30 21:17:13 +08:00
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 .
2013-11-30 18:18:16 +08:00
chrox
153d0866d5
remove auto "contentwidth" in landscape
...
This should fix #365 .
2013-11-29 17:18:50 +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
chrox
326765a2d8
fix default full refresh in Kindle since the new ffi framebuffer
2013-11-27 21:38:36 +08: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
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
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
Giorgio Micotti
b3ac4c97cb
Fix input for kobo phoenix, second iteration.
2013-11-22 21:02:30 +01:00
Giorgio Micotti
9576201da5
Tentative fix for touch coordinates on phoenix.
2013-11-19 22:44:40 +01:00
Giorgio Micotti
ffc27d4437
Fix DPI for nex Kobo Aura (phoenix).
2013-11-17 14:43:41 +01:00
ciro
cfd1f07f0e
fixed issue: https://github.com/koreader/koreader/issues/354
2013-11-08 10:42:06 +08: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
chrox
63d574c3b5
less verbose on fallback text rendering
2013-10-25 20:10:15 +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
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
d3979ff72d
call scaleByDPI from screen module fixes #343
2013-10-24 13:47:22 -04: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
chrox
90d55cbde4
set auto detect word gap in reflowing by default
2013-10-24 23:45:09 +08:00
Hans-Werner Hilse
526137deda
add missing require of gettext
2013-10-24 15:45:02 +02:00
Hans-Werner Hilse
fd586a56e9
missing require() of infomessage in UIManager
...
require() must be done locally in order to not create circular dependencies
2013-10-24 14:54:55 +02:00
Hans-Werner Hilse
22e5117cce
add missing require for defining DEBUG
2013-10-24 10:44:15 +02:00
chrox
f49f64bc15
add missing gettext and Menu module
2013-10-23 22:51:07 +08:00
chrox
4cfdce6105
fix several local calls of Math.round
2013-10-23 22:37:55 +08:00
HW
141d72ddbe
Merge remote-tracking branch 'upstream/master'
2013-10-22 20:54:57 +02:00
HW
09cd5c4104
Make DEBUG a require()d local
2013-10-22 20:51:29 +02:00
HW
748a443cd5
Merge remote-tracking branch 'upstream/master'
...
resolved conflicts with refactored structure
2013-10-22 17:19:08 +02:00
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).
2013-10-22 17:11:31 +02:00
chrox
99e0da52b6
check json output before decoding
...
This should fix #332 .
2013-10-22 22:13:47 +08:00
chrox
8b6bf2e72b
export highlights only if highlighted text is not nil
2013-10-20 12:32:35 +08:00
HW
ef111b99c6
Refactored to use strictly locals
2013-10-18 22:38:07 +02:00
Giorgio Micotti
a7d545632a
Nicer close button, solves #321 .
2013-10-18 21:03:28 +02:00
Qingping Hou
bc91b932d1
style cleanup in document.lua
2013-10-17 17:37:53 -04:00
Qingping Hou
a59723c053
add pic document type
2013-10-17 17:35:05 -04:00
Qingping Hou
10bf048d77
move configurable to Document class
...
since every document type is depend on it now
2013-10-17 17:28:20 -04:00
chrox
957cfdbb1b
revert JSON hack since the unusual utf8 representation is fixed
2013-10-18 00:06:34 +08:00
chrox
1ccba6ce39
use --utf8-input and --utf8-out params when calling sdcv
...
This will prevent string encoding conversion in Kobo in which it
has problem to doing so.
This patch should fix #252 and #272 .
2013-10-18 00:02:55 +08:00
chrox
d7d2b9a20b
press Enter in Goto Dialog will goto page/location directly
2013-10-17 23:56:03 +08:00
chrox
c86bb46ef7
add gotoLocation for credocument
2013-10-17 23:53:29 +08:00