summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-bookmarks.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-8/+0
and require caja >= 1.17.1
2016-11-23fix indent a bitmonsta1-1/+1
2016-06-29GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated ↵raveit651-0/+6
gtk_widget_get_pointer()
2016-06-22Do not use deprecated GTK_TYPE_VBOX definitionsraveit651-1/+2
2014-12-10bookmarks: Add a popup menu to open, rename and remove bookmarksinfirit1-20/+185
Taken from evince commit: 5d35a222a469aad367c2680c1c0511d6025c17b9 From: Carlos Garcia Campos <[email protected]>
2014-12-09shell: Use tooltips to show bookmarks page labels in sidebarinfirit1-1/+48
Taken from evince commit: 140a3b93dfe0df6c3ce7f3b93d09bd43458fd205 From: Carlos Garcia Campos <[email protected]>
2014-12-09shell: Add a new sidebar page for bookmarksinfirit1-0/+406
It allows to add, remove and rename internal bookmarks Taken from evince commit: 180cf6fef2318791abb3583f4c3f3bc176a204d8 From: Carlos Garcia Campos <[email protected]>