Commit Graph

2268 Commits (2f2d3553ff0a6595dce93122fb6c964e569f4685)
 

Author SHA1 Message Date
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
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
giorgio130 2cefdf7c6b Merge pull request #344 from houqp/houqp-master
call scaleByDPI from screen module fixes #343
11 years ago
Qingping Hou 6269ca5b27 Merge pull request #340 from chrox/master
set auto detect word gap in reflowing by default
11 years ago
Qingping Hou d3979ff72d call scaleByDPI from screen module fixes #343 11 years ago
chrox 6211e678fc Merge branch 'master' of github.com:chrox/koreader 11 years ago
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.
11 years ago
chrox 90d55cbde4 set auto detect word gap in reflowing by default 11 years ago
Huang Xin 68d0ba78af Merge pull request #342 from hwhw/master
add missing require of gettext
11 years ago
Hans-Werner Hilse 526137deda add missing require of gettext 11 years ago
chrox 78d4f915a8 set auto detect word gap in reflowing by default 11 years ago
Huang Xin af0255985c Merge pull request #339 from hwhw/master
missing require() of infomessage in UIManager
11 years ago
Hans-Werner Hilse fd586a56e9 missing require() of infomessage in UIManager
require() must be done locally in order to not create circular dependencies
11 years ago
Huang Xin 1559f8106c Merge pull request #337 from hwhw/master
add missing require for defining DEBUG in ConfigDialog
11 years ago
Hans-Werner Hilse 22e5117cce add missing require for defining DEBUG 11 years ago
Hans-Werner Hilse 616b9281b2 Merge remote-tracking branch 'upstream/master' 11 years ago
HW 60c641fd25 Merge pull request #335 from chrox/master
add missing gettext and Menu module
11 years ago
HW 9406f06aac Merge pull request #2 from chrox/master
add missing gettext and Menu module
11 years ago
Huang Xin 4f1743826c Merge pull request #334 from hwhw/master
Refactoring: Make globals local
11 years ago
chrox f49f64bc15 add missing gettext and Menu module 11 years ago
HW ad8bd5afdf Merge pull request #1 from chrox/master
fix several local calls of Math.round
11 years ago
chrox 4cfdce6105 fix several local calls of Math.round 11 years ago
HW 141d72ddbe Merge remote-tracking branch 'upstream/master' 11 years ago
HW 09cd5c4104 Make DEBUG a require()d local 11 years ago
Qingping Hou 67ba0b03b3 Merge pull request #333 from chrox/master
check json output before decoding
11 years ago
HW 748a443cd5 Merge remote-tracking branch 'upstream/master'
resolved conflicts with refactored structure
11 years ago
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
chrox 99e0da52b6 check json output before decoding
This should fix #332.
11 years ago
{Qingping, Dave} Hou 7a0e7b3382 Merge pull request #329 from chrox/master
export highlights only if highlighted text is not nil
11 years ago
chrox 8b6bf2e72b export highlights only if highlighted text is not nil 11 years ago
HW ef111b99c6 Refactored to use strictly locals 11 years ago
{Qingping, Dave} Hou 92947ca858 Merge pull request #325 from giorgio130/master
Nicer close button, solves #321.
11 years ago
Giorgio Micotti a7d545632a Nicer close button, solves #321. 11 years ago
Huang Xin fec0453780 Merge pull request #324 from houqp/houqp-master
add pic document type for jpeg
11 years ago
Qingping Hou bc91b932d1 style cleanup in document.lua 11 years ago
Qingping Hou a59723c053 add pic document type 11 years ago
Qingping Hou 10bf048d77 move configurable to Document class
since every document type is depend on it now
11 years ago