summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 15:28:58 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 15:28:58 +0300
commiteb04ac7a1921b7c7f534a7a63cffc4c7a35c0900 (patch)
treea84fd4b4630f7469caa6e6a5df50fb13e12f8437 /src/history.h
parent4a29ccb82910503fe1c44fbf493caf0945714705 (diff)
Mobile: Working on swipe navigation
Swipes back and forward are now working, although there are some glitches remaining. Most notably, when swiping back the previous document does not appear until the finger is released.
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h
index eb35b1df..9c900b82 100644
--- a/src/history.h
+++ b/src/history.h
@@ -63,6 +63,8 @@ void setCachedResponse_History (iHistory *, const iGmResponse *response
63void setCachedDocument_History (iHistory *, iGmDocument *doc); 63void setCachedDocument_History (iHistory *, iGmDocument *doc);
64iBool goBack_History (iHistory *); 64iBool goBack_History (iHistory *);
65iBool goForward_History (iHistory *); 65iBool goForward_History (iHistory *);
66iBool preceding_History (iHistory *d, iRecentUrl *recent_out);
67iBool following_History (iHistory *d, iRecentUrl *recent_out);
66iRecentUrl *recentUrl_History (iHistory *, size_t pos); 68iRecentUrl *recentUrl_History (iHistory *, size_t pos);
67iRecentUrl *mostRecentUrl_History (iHistory *); 69iRecentUrl *mostRecentUrl_History (iHistory *);
68iRecentUrl *findUrl_History (iHistory *, const iString *url); 70iRecentUrl *findUrl_History (iHistory *, const iString *url);