summaryrefslogtreecommitdiff
path: root/gtk/gtkbookmarksmanager.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid a redundant strlenMatthias Clasen2014-06-281-1/+1
| | | | | The GString knows perfectly well how long it is. Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=731158
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-121-2/+1
| | | | Fixed https://bugzilla.gnome.org/show_bug.cgi?id=721530
* GtkBookmarksManager: Refactor duplicate set error code and localise error ↵Timothy Arceri2013-05-301-31/+18
| | | | | | strings https://bugzilla.gnome.org/show_bug.cgi?id=593079
* Fix build on C89 compilersChun-wei Fan2013-05-281-1/+2
| | | | | | -Avoid defining variables in the middle of the block -Include fallback-c89.c in gtkrevealer.c in place of math.h as fallback-c89.c includes math.h itself, and is needed for round()
* GtkBookmarksManager: Only save if we have data to saveColin Walters2013-05-091-1/+2
| | | | Otherwise we write an empty file, which is lame.
* GtkBookmarksManager: Ensure parent directory exists when savingColin Walters2013-05-091-1/+14
| | | | Otherwise we fail when the user doesn't have ~/.config yet.
* Apply custom names to XDG dirs if possibleCosimo Cecchi2013-01-211-0/+10
| | | | And make it possible to rename them
* Add API to GtkBookmarksManager for built-in bookmarksCosimo Cecchi2013-01-211-0/+61
| | | | I.e. those that are added automatically from XDG dirs.
* Mark a function as staticCosimo Cecchi2013-01-211-1/+1
|
* Allow not setting a changed callback on GtkBookmarksManagerFederico Mena Quintero2012-12-051-3/+2
|
* Oops, reorder the bookmarks list correctlyFederico Mena Quintero2012-10-201-6/+27
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Implement bookmark reordering, at least the coreFederico Mena Quintero2012-09-111-0/+49
| | | | | | 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-57/+53
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Fix compilationFederico Mena Quintero2012-09-031-3/+3
|
* Cancel and disconnect from the bookmarks monitor when doneFederico Mena Quintero2012-09-031-3/+8
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Read the legacy bookmarks fileFederico Mena Quintero2012-09-031-1/+25
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Split out a GtkBookmarksManager from gtkfilesystem.[ch]Federico Mena Quintero2012-09-031-0/+431
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