summaryrefslogtreecommitdiff
path: root/gtk/gtkbookmarksmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-121-2/+1
| | | | Fixed https://bugzilla.gnome.org/show_bug.cgi?id=721530
* Apply custom names to XDG dirs if possibleCosimo Cecchi2013-01-211-0/+3
| | | | And make it possible to rename them
* Add API to GtkBookmarksManager for built-in bookmarksCosimo Cecchi2013-01-211-0/+8
| | | | I.e. those that are added automatically from XDG dirs.
* Implement bookmark reordering, at least the coreFederico Mena Quintero2012-09-111-0/+5
| | | | | | The drag-and-drop part is missing; that still needs de-nautilus-ifying. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Factor out code to find a bookmark in the list of bookmarksFederico Mena Quintero2012-09-111-3/+4
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Cancel and disconnect from the bookmarks monitor when doneFederico Mena Quintero2012-09-031-0/+1
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Split out a GtkBookmarksManager from gtkfilesystem.[ch]Federico Mena Quintero2012-09-031-0/+73
We had the bookmarks machinery in GtkFileSystem for historical reasons. Now, we'll keep this separately. This will allow us to make the bookmarks machinery public if needed in the future. Signed-off-by: Federico Mena Quintero <federico@gnome.org> Conflicts: gtk/Makefile.am