343 Commits

Author SHA1 Message Date
Kovid Goyal
2be19e90ce Update RapydScript and replace type() by jstype() 2016-10-03 11:16:33 +05:30
Kovid Goyal
27376893ca Fix last row of cover grid not left aligned 2016-10-02 19:57:53 +05:30
Kovid Goyal
bc79a43e55 And even more refactoring 2016-10-02 19:50:55 +05:30
Kovid Goyal
905c038b57 Make the cover grid re-useable 2016-10-02 19:47:48 +05:30
Kovid Goyal
f360a7affa A little more refactoring 2016-10-02 19:44:36 +05:30
Kovid Goyal
a1b59e7932 A spot of refactoring 2016-10-02 19:27:37 +05:30
Kovid Goyal
7a8c70cb04 Some missing key codes 2016-10-02 18:46:11 +05:30
Kovid Goyal
2fd691874b Space out covers in the cover grid evenly. Also prevent horizontal scrollbars when zooming covers. 2016-10-02 10:23:09 +05:30
Kovid Goyal
f8bfedfa8d Fix typo in ported cfi module
Was causing at_point() to return CFIs based on spatial offsets instead
of containing element + text offset
2016-09-28 12:08:36 +05:30
Kovid Goyal
52b3964ce6 Restore position after resize 2016-09-28 11:58:23 +05:30
Kovid Goyal
f2776745cd Fix right margin not visible on small screens such as the iPhone 5 2016-09-28 11:25:12 +05:30
Kovid Goyal
9abce0664d Change font size on pinch 2016-09-28 10:02:37 +05:30
Kovid Goyal
953f83b419 Handle gestures that originate on the side margins 2016-09-28 09:55:34 +05:30
Kovid Goyal
4a12514f0b Have a two finger tap also bring up the chrome 2016-09-28 09:14:16 +05:30
Kovid Goyal
f608f1545a A spot of refactoring 2016-09-28 08:55:37 +05:30
Kovid Goyal
9310a3c76e Fix tapping causing multiple page turns
Only respond to taps once they end. Also recognize double-tap and pinch
gestures.
2016-09-28 08:20:45 +05:30
Kovid Goyal
d8e0a6bf2e Mark book viewport as not user scalabale 2016-09-28 07:49:50 +05:30
Kovid Goyal
dd2ef16429 Allow setting custom font size 2016-09-27 09:42:45 +05:30
Kovid Goyal
2e37c39300 ... 2016-09-27 08:39:02 +05:30
Kovid Goyal
e6bea96ff5 Do not reload book when changing color scheme 2016-09-27 08:37:27 +05:30
Kovid Goyal
28f8b0aa7b UI for changing font size 2016-09-27 08:12:08 +05:30
Kovid Goyal
c2e11c6ce5 Start work on UI for font size 2016-09-26 18:13:37 +05:30
Kovid Goyal
4d8786e4e9 Make base font size a setting 2016-09-26 15:40:48 +05:30
Kovid Goyal
e3300f3123 ... 2016-09-26 13:27:25 +05:30
Kovid Goyal
6aefa3721a ... 2016-09-26 13:25:19 +05:30
Kovid Goyal
1d6f518799 UI for max text width/height 2016-09-26 10:17:14 +05:30
Kovid Goyal
924caf3d68 UI for cols_per_screen preferences 2016-09-26 09:47:36 +05:30
Kovid Goyal
6eac8fd175 UI for setting the read mode preference 2016-09-26 09:04:01 +05:30
Kovid Goyal
491e5698cf ... 2016-09-26 09:03:24 +05:30
Kovid Goyal
2401335784 Start work on page layout preferences UI 2016-09-25 19:33:38 +05:30
Kovid Goyal
01fb47f880 Show a nice error message when developing a widget with no develop()
method
2016-09-25 18:18:39 +05:30
Kovid Goyal
51b940dad9 Use 0 instead of auto for automatic pagination value of cols per screen 2016-09-25 13:49:32 +05:30
Kovid Goyal
63bac0b459 ... 2016-09-25 13:35:44 +05:30
Kovid Goyal
c3b015e75e Make the number of columns per screen automatic in paged mode 2016-09-25 13:32:51 +05:30
Kovid Goyal
1cc40a335e Apply changes to reader preferences when the preferences panel is closed 2016-09-25 12:01:22 +05:30
Kovid Goyal
fdb50deca9 ... 2016-09-25 11:29:17 +05:30
Kovid Goyal
718bb559b2 Finish up UI for viewer color scheme preferences 2016-09-25 10:47:19 +05:30
Kovid Goyal
b3f119e34e Fix modal popup on iPhone 5 2016-09-24 13:19:49 +05:30
Kovid Goyal
73585a5dc0 Start work on the color preferences UI 2016-09-22 11:06:45 +05:30
Kovid Goyal
81a37c5d46 Add a bar at the bottom so that the pref panel can always be closed 2016-09-17 11:48:04 +05:30
Kovid Goyal
92244361a9 ... 2016-09-17 10:35:52 +05:30
Kovid Goyal
0961e31719 Use icons + text for the preferences UI instead of just icons 2016-09-17 10:33:01 +05:30
Kovid Goyal
5295a427fd ... 2016-09-15 20:42:02 +05:30
Kovid Goyal
fa85e21967 CS: Fix cover thumbnails in the book list on high DPI displays 2016-09-15 10:18:23 +05:30
Kovid Goyal
fb183bc6c6 A spot of refactoring 2016-09-15 10:04:16 +05:30
Kovid Goyal
95f62fcad2 More work on the prefs panel 2016-09-07 10:26:14 +05:30
Kovid Goyal
4224233eca Make the item list code re-useable 2016-09-07 10:08:44 +05:30
Kovid Goyal
9ce4ce354f Start working on Preferences UI for the viewer 2016-09-06 15:00:03 +05:30
Kovid Goyal
bb3e2d6a29 ... 2016-09-06 14:35:02 +05:30
Kovid Goyal
a2d58d639b Color scheme support for the viewer 2016-09-06 11:47:48 +05:30