2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

2032 Commits

Author SHA1 Message Date
chrox
4547273d7b add icon button and show/hide method of button 2013-08-02 22:41:39 +08:00
Huang Xin
b174ff2039 Merge pull request #197 from giorgio130/master
update koreader-base.
2013-08-02 05:33:21 -07:00
Giorgio Micotti
c6899856b4 update koreader-base. 2013-08-02 12:04:12 +02:00
Huang Xin
a2653ccf2c Merge pull request #196 from giorgio130/master
Fix some dumb mistakes, toggle light now works
2013-08-02 02:52:13 -07:00
Giorgio Micotti
103133d216 Fix some dumb mistakes, toggle light now works 2013-08-02 11:08:36 +02:00
{Qingping,Dave} Hou
3d8b6ca838 Merge pull request #191 from chrox/master
fix fast refresh waveform
2013-07-31 08:54:51 -07:00
chrox
dea294d6b6 update koreader-base 2013-07-31 20:37:34 +08:00
chrox
fa21dfda63 remove double_tap processing code in keyboard 2013-07-31 20:06:27 +08:00
chrox
225ae9f826 disable double tap detection in keyboard widget 2013-07-31 20:02:26 +08:00
chrox
fa9878301f disable double tap detection by default in gesture detector
since the gesture detector will block the main thread
(the only thread in the lua part) for 300 ms on each tap
waiting for the arrival of the second tap, it makes the whole
application less responsive. 300 ms of latency is well perceived
in this case. This patch will simply disable double tap detection by
default as no widget now handles double_tap gestures. We could
temporarily enable double tap detection when this gesture is indeed
needed after.
2013-07-31 19:35:47 +08:00
chrox
19d70f2719 fix delChar decreasing charpos on blank charlist 2013-07-31 19:33:36 +08:00
Huang Xin
cd1bf31c71 Merge pull request #192 from giorgio130/master
Fixes for higher DPI; make the X easier to reach.
2013-07-31 02:51:20 -07:00
Giorgio Micotti
8fa01bc76c Fixes for higher DPI; make the X easier to reach. 2013-07-31 11:38:13 +02:00
chrox
4e4df37f7b fix fast refresh waveform 2013-07-31 16:55:50 +08:00
{Qingping,Dave} Hou
28449346f6 Merge pull request #190 from chrox/text_input
implement the on-screen keyboard with limited features
2013-07-30 23:38:29 -07:00
chrox
ef7f3fec90 fix keyboard in landscape 2013-07-31 13:51:01 +08:00
chrox
32bd30aae9 UI tweaks 2013-07-30 23:38:57 +08:00
chrox
196f72a053 add onGotoPage handler in readerpaging 2013-07-30 23:37:51 +08:00
chrox
b774c1468f refactoring font face variable in ScrollText widget 2013-07-30 23:13:24 +08:00
chrox
6457f42407 fix fractional pixel coordinates in paintTo function 2013-07-30 23:10:40 +08:00
chrox
57a5f18406 add goto page menu entry for pdfreader 2013-07-30 23:09:08 +08:00
chrox
f476715874 update keyboard widget test in wtest 2013-07-30 23:08:10 +08:00
chrox
fb4b6979f5 add on-screen keyboard widget 2013-07-30 23:07:33 +08:00
chrox
63ee951a19 add keyboard widget test in wtest 2013-07-30 16:21:27 +08:00
{Qingping,Dave} Hou
0024ad6503 Merge pull request #188 from chrox/scroll_text
add missing scrollbar widget
2013-07-29 18:16:01 -07:00
chrox
c6f3388e35 add missing scrollbar widget 2013-07-29 16:03:16 +08:00
{Qingping,Dave} Hou
caf5d678c0 Merge pull request #187 from chrox/scroll_text
fix long definition not shown properly in dictionary window
2013-07-28 12:17:01 -07:00
chrox
6c7641cd0b fix long definition not shown properly in dictionary window 2013-07-28 16:07:51 +08:00
chrox
872ffa5767 add vertically scrollable text widget 2013-07-28 16:06:45 +08:00
chrox
668e84290e fix fractional pix returned by scaleByDPI 2013-07-28 16:05:51 +08:00
Huang Xin
729d49daab Merge pull request #186 from houqp/houqp-master
only set two pages mode for crengine in kindle dxg
2013-07-28 01:04:46 -07:00
Qingping Hou
a8a589c27b only set two pages mode for crengine in kindle dxg 2013-07-28 02:35:46 -04:00
Huang Xin
060b8db3b1 Merge pull request #184 from houqp/houqp-master
update koreader-base
2013-07-26 00:33:29 -07:00
Qingping Hou
1e1e2adedd update koreader-base 2013-07-26 03:04:09 -04:00
{Qingping,Dave} Hou
13bb65dfa9 Merge pull request #182 from chrox/master
fix nil pos bug in readerhighlight
2013-07-25 10:23:44 -07:00
chrox
3f36fa80fd fix nil pos bug in readerhighlight 2013-07-25 23:03:54 +08:00
chrox
e8469dcb5b fix libpng conflict in libk2pdfopt 2013-07-25 23:01:37 +08:00
{Qingping,Dave} Hou
2889c81eb0 Merge pull request #178 from chrox/update_crengine
update koreader-base
2013-07-24 10:19:33 -07:00
chrox
71e766da24 update koreader-base 2013-07-24 22:49:25 +08:00
Huang Xin
82ce7ec25e Merge pull request #177 from houqp/houqp-master
update koreader-base for crengine update
2013-07-24 03:31:54 -07:00
Huang Xin
4e5dc846ee Merge pull request #175 from houqp/houqp-master
fix require error
2013-07-24 00:24:50 -07:00
Qingping Hou
e1db0c670a update koreader-base for crengine update 2013-07-24 03:20:45 -04:00
Qingping Hou
201e63b2b2 fix require error 2013-07-24 02:14:12 -04:00
Huang Xin
5eb1fb7e06 Merge pull request #174 from giorgio130/master
WIP kobo light support
2013-07-23 18:09:47 -07:00
Huang Xin
5453b47591 Merge pull request #173 from thotypous/master
Fix a rare crash on ReaderHighlight
2013-07-23 16:51:48 -07:00
Giorgio Micotti
70963a0ddc Merge branch 'master' of https://github.com/koreader/koreader 2013-07-23 19:41:16 +02:00
Giorgio Micotti
e4b8fc3266 NOT WORKING initial kobo light support. 2013-07-23 19:40:26 +02:00
Paulo Matias
b814eaf6f3 Fix a rare crash on ReaderHighlight 2013-07-23 14:08:14 -03:00
{Qingping,Dave} Hou
37490a1c0e Merge pull request #170 from chrox/master
bugfix: update to latest koreader-base
2013-07-23 09:03:23 -07:00
chrox
b3a068d3bb fix wrong calculation of textwidget height 2013-07-23 23:52:09 +08:00