summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmark-list.c
Commit message (Expand)AuthorAgeFilesLines
* bookmark-list: Unref obj on each loop iterationAntónio Fernandes2021-01-051-1/+2
* general: Run uncrustify scriptOndrej Holy2020-04-051-5/+8
* bookmark-list: Fix memory leakYi-Soo An2019-03-181-2/+2
* bookmark-list: Clean up codeYi-Soo An2019-03-181-5/+7
* bookmark-list: Add an error handler of saving bookmark listYi-Soo An2018-11-301-1/+18
* bookmark-list: Use G_FILE_MONITOR_NONE flagYi-Soo An2018-11-301-1/+1
* bookmark-list: Remove unneeded codeCarlos Soriano2018-07-131-5/+1
* bookmark-list: Use g_auto* macrosYi-Soo An2018-07-131-66/+34
* general: Rename from 'favorite' to 'starred'Carlos Soriano2018-02-131-1/+1
* bookmark-list: Tidy up can_bookmark_locationAntónio Fernandes2018-01-041-21/+7
* bookmark-list: Disable bookmarking recent:// and trash://António Fernandes2018-01-041-0/+10
* Add favorite filesAlexandru Pandelea2017-11-051-0/+5
* general: format code with newer UncrustifyCarlos Soriano2016-11-301-2/+2
* bookmark-list: port to G_DECLARE* type declarationSirbu Lavinia Stefania2016-09-291-2/+10
* bookmark-list: free file content after useGeorges Basile Stavracas Neto2016-09-221-0/+1
* nautilus-toolbar: disable bookmark on 'Other Locations'Mohammed Sadiq2016-09-211-0/+5
* general: run uncrustifyCarlos Soriano2016-08-291-377/+414
* bookmark-list: null-initialize error pointerErnestas Kulik2016-08-131-1/+1
* bookmark-list: port to GTaskErnestas Kulik2016-07-071-36/+56
* general: merge libnautilus-private to srcwip/csoriano/private-to-srcCarlos Soriano2016-04-251-3/+3
* general: remove vim modelinesCarlos Soriano2016-04-041-1/+0
* bookmarks: don't allow bookmarking searchCarlos Soriano2016-03-301-0/+4
* bookmarks: remove bookmarks managerCarlos Soriano2015-12-161-128/+17
* bookmark-list: use internal list for clientsCarlos Soriano2015-12-161-0/+14
* 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