Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a redundant strlen | Matthias Clasen | 2014-06-28 | 1 | -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 address | Andika Triwidada | 2014-01-12 | 1 | -2/+1 |
| | | | | Fixed https://bugzilla.gnome.org/show_bug.cgi?id=721530 | ||||
* | GtkBookmarksManager: Refactor duplicate set error code and localise error ↵ | Timothy Arceri | 2013-05-30 | 1 | -31/+18 |
| | | | | | | strings https://bugzilla.gnome.org/show_bug.cgi?id=593079 | ||||
* | Fix build on C89 compilers | Chun-wei Fan | 2013-05-28 | 1 | -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 save | Colin Walters | 2013-05-09 | 1 | -1/+2 |
| | | | | Otherwise we write an empty file, which is lame. | ||||
* | GtkBookmarksManager: Ensure parent directory exists when saving | Colin Walters | 2013-05-09 | 1 | -1/+14 |
| | | | | Otherwise we fail when the user doesn't have ~/.config yet. | ||||
* | Apply custom names to XDG dirs if possible | Cosimo Cecchi | 2013-01-21 | 1 | -0/+10 |
| | | | | And make it possible to rename them | ||||
* | Add API to GtkBookmarksManager for built-in bookmarks | Cosimo Cecchi | 2013-01-21 | 1 | -0/+61 |
| | | | | I.e. those that are added automatically from XDG dirs. | ||||
* | Mark a function as static | Cosimo Cecchi | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | Allow not setting a changed callback on GtkBookmarksManager | Federico Mena Quintero | 2012-12-05 | 1 | -3/+2 |
| | |||||
* | Oops, reorder the bookmarks list correctly | Federico Mena Quintero | 2012-10-20 | 1 | -6/+27 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | Implement bookmark reordering, at least the core | Federico Mena Quintero | 2012-09-11 | 1 | -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 bookmarks | Federico Mena Quintero | 2012-09-11 | 1 | -57/+53 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | Fix compilation | Federico Mena Quintero | 2012-09-03 | 1 | -3/+3 |
| | |||||
* | Cancel and disconnect from the bookmarks monitor when done | Federico Mena Quintero | 2012-09-03 | 1 | -3/+8 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | Read the legacy bookmarks file | Federico Mena Quintero | 2012-09-03 | 1 | -1/+25 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | Split out a GtkBookmarksManager from gtkfilesystem.[ch] | Federico Mena Quintero | 2012-09-03 | 1 | -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 |