2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
Commit Graph

1063 Commits

Author SHA1 Message Date
Qingping Hou
db02c7ca1d apply key repeat from menus 2012-04-28 09:28:50 +08:00
Dobrica Pavlinusic
bb5c54dd1c Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-27 23:45:21 +02:00
Dobrica Pavlinusic
761cd68964 highlight mode also benefits from key repeat 2012-04-27 23:45:07 +02:00
Dobrica Pavlinušić
97f8b80db2 Merge pull request #147 from dpavlin/issue_142_key_repeat
few more places in which repeat key is useful
2012-04-27 14:36:46 -07:00
Dobrica Pavlinusic
c688e6e20c few more places in which repeat key is useful 2012-04-27 23:35:33 +02:00
Dobrica Pavlinušić
8db0aef635 Merge pull request #146 from dpavlin/issue_142_key_repeat
Issue #142 key repeat
2012-04-27 14:16:23 -07:00
Dobrica Pavlinusic
9bdf4bf4c7 prevent full screen refresh if key is repeating #142 2012-04-27 20:38:29 +02:00
Dobrica Pavlinusic
6a479aee80 support pressed or repeating keys 2012-04-27 20:37:07 +02:00
Qingping Hou
6dcd849515 remove x shortcut in crereader 2012-04-27 11:18:59 +08:00
Qingping Hou
08e2c7888e Merge branch 'master' into new_ui_code 2012-04-27 11:14:38 +08:00
{Qingping,Dave} Hou
d54c31b461 Merge pull request #145 from dpavlin/master
Show page bbox
2012-04-26 19:34:11 -07:00
Dobrica Pavlinusic
44be823115 use getRectInScreen 2012-04-26 22:27:00 +02:00
Dobrica Pavlinusic
37289fb18d invert page bbox on X #35 2012-04-26 22:16:36 +02:00
Dobrica Pavlinusic
9bf6c0902d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-26 15:39:32 +02:00
Dobrica Pavlinusic
8c01306154 invoke Screen:restoreFromSavedBB only if font changed 2012-04-26 15:38:35 +02:00
{Qingping,Dave} Hou
d97df04a91 Merge pull request #144 from dpavlin/master
few more InfoMessages in crereader
2012-04-26 06:09:31 -07:00
Dobrica Pavlinusic
5492025a38 pan_margin is really in screen pixels
I don't know what I was thinking when implementing this code. If I
modify it with global zoom, it keeps moving, as we zoom in on multiple
key presses
2012-04-26 14:20:15 +02:00
Dobrica Pavlinusic
17a590cf5a show increase/decrease font size InfoMessage 2012-04-26 14:09:09 +02:00
Dobrica Pavlinusic
ac09213319 show Redrawing with InfoMessage on font change 2012-04-26 14:05:51 +02:00
Dobrica Pavlinušić
5666e5908a Merge pull request #143 from houqp/master
add rounded corner border
2012-04-26 03:02:23 -07:00
Qingping Hou
6c33d80966 add paintCircle and RoundedCornerBorder 2012-04-26 15:15:34 +08:00
HW
8e4bd96199 Merge pull request #141 from houqp/new_ui_code
add a widget that handles line wrapping
2012-04-25 16:08:38 -07:00
Qingping Hou
cb77807a93 add notification for going into screensaver 2012-04-25 14:13:21 +08:00
Qingping Hou
f4c6c6ab1c fix helppage in crereader for font size & line space setting 2012-04-25 14:08:33 +08:00
Qingping Hou
5b61cf0865 test TextBoxWidget & new ConfirmBox in wtest.lua 2012-04-25 12:41:21 +08:00
Qingping Hou
d9241acaa8 use TextBoxWidget in ConfirmBox
also make text in bottons configurable
2012-04-25 12:40:37 +08:00
Qingping Hou
1036db89b6 add TextBoxWidget that handles line wrapping 2012-04-25 12:39:02 +08:00
HW
bc98960ff7 Merge pull request #140 from houqp/new_ui_code
merge with latest master code & add dummy span widgets
2012-04-24 09:31:29 -07:00
Qingping Hou
198a3fc4de add dummy span widgets & make clock count on seconds 2012-04-24 23:41:37 +08:00
Qingping Hou
091caefd12 Merge branch 'master' into new_ui_code 2012-04-24 22:35:44 +08:00
Dobrica Pavlinušić
9f54012ff9 Merge pull request #139 from houqp/master
add doc & zip format support
2012-04-24 05:53:26 -07:00
Qingping Hou
a89c88f40f add zip format support 2012-04-24 20:44:59 +08:00
Qingping Hou
0e9e1f8482 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 2012-04-24 20:38:53 +08:00
Qingping Hou
dbb49505f1 add doc format support
Though I don't like doc at all.
2012-04-24 20:37:16 +08:00
Dobrica Pavlinusic
ebc5f94f61 crengine patching shouldn't fail if already applied
When patch is already applied, -N will skip applying it again,
but it will also return error exit code which will break
make fetchthirdparty
2012-04-24 14:27:42 +02:00
Qingping Hou
eca9ec4877 fix TOC entry page number counting, it was one page ahead.
close #137
2012-04-24 17:10:38 +08:00
Dobrica Pavlinušić
cb54c09c31 Merge pull request #136 from houqp/master
workaround for broken font setting in crereader.
2012-04-24 01:35:10 -07:00
Qingping Hou
c961fbd515 add dirty hack for child node font settings. 2012-04-24 11:04:31 +08:00
Qingping Hou
1ff8cfd299 bump crengine to cr3.0.57-1 2012-04-24 10:07:41 +08:00
HW
da8c8ef0fe fix a bug in task queue management and use s/us for waiting 2012-04-23 22:28:22 +02:00
HW
97589bc9ba have waitForEvent use two separate arguments for s and us 2012-04-23 22:27:30 +02:00
HW
08278d6beb new UI code 2012-04-22 21:29:48 +02:00
Qingping Hou
1c98aef6a1 fix bug in selectmenu
five way press is not working when menu
if full of items
2012-04-22 09:40:43 +08:00
{Qingping,Dave} Hou
c0060d6e09 Merge pull request #135 from dpavlin/master
added mobi to CREReader
2012-04-21 06:12:51 -07:00
Dobrica Pavlinusic
18f0cf8043 added mobi to CREReader #131 2012-04-21 14:18:23 +02:00
Dobrica Pavlinušić
93e05e1fe8 Merge pull request #133 from houqp/master
Bug fix in highlight engine
2012-04-21 02:18:37 -07:00
Qingping Hou
5e6d4cfdb3 fix message for gamma settings in crereader's help page 2012-04-21 16:08:25 +08:00
Qingping Hou
a99a0a9489 fix bug in highlight engine
only goto next view when the word is in next view.
same for previous view
2012-04-21 12:14:35 +08:00
Qingping Hou
1a2be0453d fix bug in highlight engine
handle left end of line in highlight delete.
2012-04-21 09:46:30 +08:00
Qingping Hou
b8da531d8d add "searching file" message
missed in previous commit
2012-04-20 20:48:17 +08:00