chrox
|
0c9c4d7af1
|
fix regional screen refresh
|
2013-07-22 23:28:35 +08:00 |
|
chrox
|
f3bcbd3b4e
|
use regional update when displaying dict windows
|
2013-07-22 22:09:14 +08:00 |
|
chrox
|
8dbaa2c76c
|
use regional update when selecting config panels
|
2013-07-22 22:08:40 +08:00 |
|
chrox
|
f2a6b7c4e3
|
use WAVEFORM_MODE_A2 when scrolling page
|
2013-07-22 22:07:49 +08:00 |
|
chrox
|
ee6c93a516
|
add regional screen refresh support
and waveform mode can be specified when calling screen refresh
|
2013-07-22 22:04:54 +08:00 |
|
chrox
|
8c73c19e50
|
fix missing underline in config window
|
2013-07-22 22:02:13 +08:00 |
|
chrox
|
2b29c70250
|
fix Geom:combine when sizeof rect is zero
|
2013-07-22 21:59:22 +08:00 |
|
chrox
|
8f051b4c44
|
bugfix: update width of dict window in readerdictionary
|
2013-07-21 14:42:27 +08:00 |
|
chrox
|
725bef08e6
|
add multi-dictionary support
|
2013-07-21 14:23:54 +08:00 |
|
chrox
|
b24db8a1ca
|
refactoring using centercontainer in button widget
|
2013-07-21 14:16:45 +08:00 |
|
chrox
|
f9344faefe
|
refactoring using updated dimen
|
2013-07-21 14:16:45 +08:00 |
|
chrox
|
e8cfeb979c
|
update framecontainer dimen in paintTo function
|
2013-07-21 14:16:45 +08:00 |
|
chrox
|
05965e386e
|
factor out buttontable as a vertical group
|
2013-07-21 14:16:45 +08:00 |
|
{Qingping,Dave} Hou
|
bc15daf06f
|
Merge pull request #163 from chrox/ocr_language
add document language option in config dialog
|
2013-07-20 10:11:40 -07:00 |
|
chrox
|
6dc53df5b5
|
word gap is set to smallest when selcting CJK languages
|
2013-07-20 03:33:58 +08:00 |
|
chrox
|
71d6395fba
|
add Translate button when selecting multiple words
|
2013-07-20 02:49:03 +08:00 |
|
chrox
|
1808c7e5c3
|
add document language option in config dialog
Document language setting is used for better text extraction and OCR.
|
2013-07-20 02:46:51 +08:00 |
|
{Qingping,Dave} Hou
|
ffb2264133
|
Merge pull request #161 from chrox/config_dialog
bugfix: show last used panel when opening config dialog
|
2013-07-16 00:06:07 -07:00 |
|
chrox
|
167e6ca0aa
|
bugfix: show last used panel when opening config dialog
|
2013-07-16 14:15:22 +08:00 |
|
{Qingping,Dave} Hou
|
af2e9436dc
|
Merge pull request #160 from chrox/master
if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
|
2013-07-15 10:41:58 -07:00 |
|
Huang Xin
|
c8a1fb4935
|
if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
Otherwise, users will feel confused that the view stays the same after cropping if current mode is fit-to-page.
|
2013-07-15 19:10:17 +08:00 |
|
chrox
|
03faf70fd5
|
show last used panel when opening config dialog
|
2013-07-14 18:48:06 +08:00 |
|
{Qingping,Dave} Hou
|
bb62d0c5e2
|
Merge pull request #157 from chrox/path_compress
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
|
2013-07-13 01:33:22 -07:00 |
|
chrox
|
6c4248251c
|
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
This patch fixes Bug #107
|
2013-07-13 15:24:10 +08:00 |
|
{Qingping,Dave} Hou
|
8c8977567c
|
Merge pull request #156 from chrox/landscape_ori
toggle landscape will change orientation for landscape mode
|
2013-07-12 23:13:28 -07:00 |
|
chrox
|
52c4ada111
|
save rotation mode in doc settings
|
2013-07-13 13:57:02 +08:00 |
|
chrox
|
c19de743ba
|
toggle landscape will change orientation for landscape mode
|
2013-07-13 13:56:25 +08:00 |
|
chrox
|
7f1d682a98
|
adapt gesture detector for 90 degrees rotation
|
2013-07-13 13:55:21 +08:00 |
|
chrox
|
703e9da698
|
add 90 degrees of landscape mode
|
2013-07-13 13:54:29 +08:00 |
|
chrox
|
cee6f6a616
|
fix typo in readerrotation.lua
|
2013-07-13 13:52:30 +08:00 |
|
chrox
|
2e5d2b9930
|
add semi-auto bbox option in page crop dialog
|
2013-07-13 11:18:49 +08:00 |
|
chrox
|
87296fe884
|
set larger toggle switch width
|
2013-07-13 11:08:53 +08:00 |
|
chrox
|
56c8b28f7c
|
Fix bug #151
Check if there is only one line between the two positions and no
word boxes are found, if so break the loop immediately.
|
2013-07-12 20:52:12 +08:00 |
|
Giorgio Micotti
|
6c9b76de4f
|
Fix bug #144.
|
2013-07-10 21:16:49 +02:00 |
|
Giorgio Micotti
|
c91e3834bb
|
Added detection of single kobo models. Also a script to launch koreader is included and the related Makefile changes.
|
2013-07-10 09:10:38 +02:00 |
|
chrox
|
5b1ca4b101
|
remove associated scroll mode setting with zoom mode
|
2013-07-09 15:38:34 +08:00 |
|
Qingping Hou
|
0d902a1a4c
|
add scrollmode and fullscreen mode to defaults
|
2013-07-03 02:19:10 -04:00 |
|
Qingping Hou
|
561c7902ca
|
move defaults.lua to root directory
|
2013-07-01 02:55:28 -04:00 |
|
Qingping Hou
|
18122fe067
|
add defaults.lua
|
2013-07-01 02:41:33 -04:00 |
|
chrox
|
d8e45b4e7c
|
bugfix: embedded css toggle now shows correct status
|
2013-06-28 17:15:02 +08:00 |
|
chrox
|
94526fa26d
|
add page margin options in CREOptions
|
2013-06-28 17:12:04 +08:00 |
|
chrox
|
67816852ac
|
option value can be dict now
|
2013-06-28 17:08:10 +08:00 |
|
chrox
|
f87c67308a
|
toggle scroll mode on when zooming to content*
and toggle scrool mode off when zooming to page*.
|
2013-06-26 15:54:24 +08:00 |
|
chrox
|
84e67ff122
|
disable scroll mode in flipping for better performance
|
2013-06-26 15:51:12 +08:00 |
|
chrox
|
6601b19e4d
|
disable scroll mode by default
since the default zoom mode is page while continuous paging is
useless in page zoom mode.
|
2013-06-26 15:46:10 +08:00 |
|
chrox
|
35f71bb04a
|
add fake tap to dismiss temp hightlight after hightlight is saved
|
2013-06-17 13:15:24 +08:00 |
|
{Qingping,Dave} Hou
|
ef66e106cb
|
Merge pull request #125 from chrox/highlight
bugfix: remove selected word only if hold moves out of word box
|
2013-06-16 10:07:02 -07:00 |
|
chrox
|
18fbc0f248
|
export hightlights to My Clippings
|
2013-06-16 19:00:15 +08:00 |
|
chrox
|
8ae528629c
|
bugfix: make a fresh copy of Geom before transforming
|
2013-06-16 18:59:11 +08:00 |
|
chrox
|
c116b34e71
|
parameterize lighten color in displaying saved highlights
|
2013-06-16 17:10:54 +08:00 |
|