diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-13 17:29:35 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-13 17:29:35 +0300 |
commit | 203426a88b2d94ed56f7d3f8f8eb18a7457cab11 (patch) | |
tree | e6fa5f11256d18e10baabcf8d2414082b094d59a /src/history.h | |
parent | eb04ac7a1921b7c7f534a7a63cffc4c7a35c0900 (diff) |
Mobile: Swipe navigation
Swipes are working much better.
Todo:
- Pinch must always cancel/override edge swipes.
- Use the right palette for the "swipein" placeholder.
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index 9c900b82..838ca9ef 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -64,7 +64,7 @@ void setCachedDocument_History (iHistory *, iGmDocument *doc); | |||
64 | iBool goBack_History (iHistory *); | 64 | iBool goBack_History (iHistory *); |
65 | iBool goForward_History (iHistory *); | 65 | iBool goForward_History (iHistory *); |
66 | iBool preceding_History (iHistory *d, iRecentUrl *recent_out); | 66 | iBool preceding_History (iHistory *d, iRecentUrl *recent_out); |
67 | iBool following_History (iHistory *d, iRecentUrl *recent_out); | 67 | //iBool following_History (iHistory *d, iRecentUrl *recent_out); |
68 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); | 68 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); |
69 | iRecentUrl *mostRecentUrl_History (iHistory *); | 69 | iRecentUrl *mostRecentUrl_History (iHistory *); |
70 | iRecentUrl *findUrl_History (iHistory *, const iString *url); | 70 | iRecentUrl *findUrl_History (iHistory *, const iString *url); |