Commit Graph

508 Commits (cc411efc92c75a0569e05015efc742da6ee5e61f)

Author SHA1 Message Date
Qingping Hou cc411efc92 update rolling status after cre view mode change 11 years ago
chrox c3dc712169 fix reader crash when hold pos is outside of page area 11 years ago
Paulo Matias a8b1536b1c Use "C" for LC_NUMERIC locale when serializing settings files. Avoids comma in floating point numbers on some locales. Solves issue #92. 11 years ago
chrox 7c78e83e49 add hightlight/dictionary lookup in scanned pdf/djvu 11 years ago
chrox 81294e804a fix page rect to screen rect transform when scale is larger than 1 11 years ago
chrox 390135d02d escape quotes and other funny characters in word when popening sdcv 11 years ago
chrox bda282ffa4 fix ineffective default options of full screen and scroll mode 11 years ago
chrox e560c20c6d add word lookup with stardict 11 years ago
chrox a5a7cebd73 dict windlow fit to landscape screen width 11 years ago
chrox cb873ee528 init/free OCR engine when necessary 11 years ago
chrox 5b6e9a8e03 OCR is almost stable, so enable it now 11 years ago
chrox ecb797a097 enlarge hightlight box in readerhightlight.lus 11 years ago
chrox 5b3aedbea5 save model information for later retrieval 11 years ago
chrox 4e1572d7d0 change cache size to 10 MB 11 years ago
{Qingping,Dave} Hou 15a40cd9bb Merge pull request #88 from chrox/reading_pos
save/restore reading position on each page
11 years ago
chrox 7b97ce4eeb comment revision 11 years ago
chrox 1a8bd4ca8c try to drop cache before OCR 11 years ago
chrox 19f227f7b1 enlarge OCR region 11 years ago
chrox b85a39d3f6 add reading position on each page
Page position is a fractional number ranging from 0 to 1, indicating the read percentage on
certain page. With the position information on each page whenever users change font size,
page margin or line spacing or close and reopen the book, the page view will be roughly the same.
11 years ago
chrox d18b58036f update dictionary backend name in kpvbooklet 11 years ago
chrox 695e095a1a add a demo version dictionary 11 years ago
chrox 28d902f006 add json parser library from http://regex.info/blog/ (Public domain license) 11 years ago
chrox 46c605d256 disable word OCR for now
Since it will crash the reader with a strange error message saying
"terminate called after throwing an instance of 'DJVU::GException'"
even though only PDF file is opened.
11 years ago
chrox 936dfc6fd1 add text highlight in both reflow and non-reflow mode 11 years ago
chrox 7f53ddacbe add activity indicator when configuring in reflow mode
For now pillow activityIndicator is used to draw animated waiting icon
at the upper left corner of the screen. So pillow service should be
enabled to use this feature, but eventually we should implement an
activity indicator that is independent of native system.
11 years ago
chrox 313525e961 add cpath in reader.lua 11 years ago
Qingping Hou 0660ae379b enable scroll using pan gesture in readerrolling 11 years ago
Qingping Hou 1783b16d69 credoc fix: load metadata info after document is rendered 11 years ago
Qingping Hou b011bc405b fix: set ReaderView.view_mode instead of ReaderUi.view_mode 11 years ago
chrox 8df55b8318 recalculate zoom when changing font size 11 years ago
chrox d505f39c79 recalculate zoom when toggling flipping mode 11 years ago
chrox ac548d768c don't bother to consume background context
since now each context is independent and has its own dst bitmap.
11 years ago
chrox 8f18ee260c increase max size of cache item 11 years ago
chrox a60cfc4e10 fix occasionally failed lipc invocation 11 years ago
Qingping Hou 3ab79f69e9 add simple readerhyphenation menu 11 years ago
Qingping Hou 92cbbabbcf bug fix in touchmenu, reset menu page on go up 11 years ago
Qingping Hou 0a40658a9d bug fix in touchmenu: properly set max menu height 11 years ago
chrox 598772562d bugfix: use ceil to keep index greater than or equal to 1 11 years ago
{Qingping,Dave} Hou 1781b8bc91 Merge pull request #66 from chrox/fl_adjust
add front light intensity adjustment by vertical two_finger_pan
11 years ago
{Qingping,Dave} Hou 75b1096a65 Merge pull request #65 from chrox/pan_scroll
add panning of page in scroll mode
11 years ago
chrox ed33937af2 add front light intensity adjustment by vertical two_finger_pan 11 years ago
chrox 1c9388cd17 add swipe rolling for crereader 11 years ago
chrox 4fbebe0d4c horizontal swipe in flipping mode will use stepped paging
Proportional to swipe distance the page increment is stepped as
0, 1, 2, 5, 10, 20, 50 and 100.
11 years ago
chrox d24131b13b add panning of page in scroll mode 11 years ago
chrox fb05f9a428 add auto page crop 11 years ago
chrox e56bea89aa rotate page 90 degree instead of 270 degree before reflowing for vertical text 11 years ago
Huang Xin f6b2b2653c Merge pull request #52 from houqp/houqp-master
update translation from transifex
11 years ago
{Qingping,Dave} Hou 5d563223af Merge pull request #55 from chrox/quality_fix
default render quality is set to 1 which will avoid most text resampling
11 years ago
chrox 0a8ca756cc default render quality is set to 1 which will avoid most text resampling 11 years ago
Qingping Hou 114e330fdc remove misleading language menu item 11 years ago