Fix #712: ability to return to previous image if home/end was pressed occasionally
authorColin Clark <colin.clark@cclark.uk>
Thu, 26 Sep 2019 10:21:35 +0000 (11:21 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 26 Sep 2019 10:21:35 +0000 (11:21 +0100)
commit417c2b44b60d99f423bfed1beb7571284bce4574
tree1c64819efaaac999f224791087dcb54b67dc8536
parent1dd0cfe424d4993d95b864c8acf0a5759bd8b627
Fix #712: ability to return to previous image if home/end was pressed occasionally

https://github.com/BestImageViewer/geeqie/issues/712

Additional Go menu items - Image Back, Image Forward

Remove key bindings for multi-page navigation - they conflict with other
usage. The user can set their own key bindings.

Remove enable/disable multi-page navigation items. The parameter
fd->page_total is set in another thread which causes problems. It is
easiest to leave them always enabled.
doc/docbook/GuideMainWindowMenus.xml
src/history_list.c
src/history_list.h
src/image.c
src/layout_image.c
src/layout_util.c
src/toolbar.c