summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmark-list.c
Commit message (Expand)AuthorAgeFilesLines
* Don't mention FSF addressCosimo Cecchi2014-02-171-2/+1
* bookmark: add nautilus_bookmark_get_is_builtin()Cosimo Cecchi2012-10-221-1/+12
* bookmark-list: clear state when loading operation failsCosimo Cecchi2012-10-221-0/+1
* places-sidebar: use the bookmark display nameCosimo Cecchi2012-10-221-2/+12
* bookmark-list: add a can_bookmark() methodCosimo Cecchi2012-10-221-0/+11
* bookmark-list: change item_with_uri() API to use a GFile insteadCosimo Cecchi2012-10-221-11/+11
* bookmarks: remove unused methodsCosimo Cecchi2012-10-191-60/+5
* bookmark: simplify codeCosimo Cecchi2012-10-191-8/+2
* bookmark-list: add API to get a NautilusBookmark for a given URICosimo Cecchi2012-09-141-0/+39
* bookmark: remove unused GIcon argument to nautilus_bookmark_new()Cosimo Cecchi2012-09-141-1/+1
* Fix gfile leakWilliam Jon McCann2012-09-111-0/+2
* Add ability to reorder bookmarksWilliam Jon McCann2012-08-201-9/+3
* bookmarks: cleanup NautilusWindow bookmark codeCosimo Cecchi2012-07-161-23/+0
* bookmark-list: make sure to avoid sync I/O while loading/savingCosimo Cecchi2012-04-301-114/+129
* Use new GTK bookmarks locationWilliam Jon McCann2012-04-301-1/+30
* bookmarks-window: remove methods that deal with geometryCosimo Cecchi2012-04-241-40/+0
* bookmark-list: avoid setting the bookmark icon by handCosimo Cecchi2011-01-141-26/+5
* all: use new NautilusBookmark APICosimo Cecchi2011-01-121-23/+26
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-4/+4
* Set a 'folder-remote' icon if the URI is not native.Cosimo Cecchi2010-05-061-3/+6
* Make NautilusBookmarkList a singleton.Cosimo Cecchi2010-05-061-1/+24
* Refactor the load/save code for the list.Cosimo Cecchi2010-04-261-94/+161
* Bring the object to 2010.Cosimo Cecchi2010-04-261-55/+54
* Set rate limit to the file monitor.Cosimo Cecchi2010-04-261-0/+6
* Add a method to move bookmarks in the list.Cosimo Cecchi2010-04-261-0/+35
* Don't rewrite bookmarks file when file appearance changesAlexander Larsson2009-12-111-2/+0
* Convert g_warning() about inability to write to ~/.gtk-bookmarks toChristian Neumair2008-05-291-2/+2
* Handle NULL file. Ignore lines beginning with a space (#512593).Christian Neumair2008-02-281-1/+2
* reviewed by: Alexander LarssonLuca Ferretti2008-01-241-1/+2
* Require glib 2.15.2Alexander Larsson2008-01-141-2/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Merge gio-branchAlexander Larsson2007-11-301-232/+187
* Use pango ellipsisation instead of truncating the strings. Bug #410113.Christian Persch2007-07-241-15/+1
* Don't leak title.Martin Wehner2006-01-211-3/+5
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-121-2/+2
* Fix handling of notification of .gtk-bookmark file changes.Alexander Larsson2005-06-231-5/+9
* Patch from Jamie McCracken <jamiemcc@blueyonder.co.uk>Alexander Larsson2005-06-231-94/+229
* Fix leaks. Patch from Martin Wehner <martin.wehner@epost.de>Alexander Larsson2003-10-211-0/+1
* Merge the new-icon-factory-branch branch to HEAD.Alexander Larsson2002-09-181-11/+2
* Unref target_uri before returning when eel_uri_is_trashDave Camp2002-08-121-0/+1
* Modified Files: ChangeLog components/music/nautilus-music-view.cGregory Merchan2002-07-081-1/+1
* Check that the file exists before trying to parse it. This stops libxmlAnders Carlsson2002-05-101-0/+5
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-071-13/+6
* Move reset constant into header.Darin Adler2002-03-011-10/+6
* add -DFOO_DISABLE_DEPRECATED to disable glib, gtk, and gnome deprecatedjacob berkman2002-02-141-4/+4
* Require at least libxml 2.4.7, since that's the version where xmlFree andDarin Adler2002-02-121-1/+0
* lots of files Get rid of casts in callers to g_object_ref/g_object_unref.Darin Adler2001-12-071-3/+3
* Skip over non-element nodes when walking libxml DOM tree.Darin Adler2001-12-011-0/+4
* Lots of files. Get rid a lot of unneeded casts.Darin Adler2001-11-091-3/+3
* Lots of files. Another GtkObject -> GObject pass.Darin Adler2001-11-061-3/+3