summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-link.c
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* link: plug a memory leakCharles Kerr2012-04-181-0/+1
* link: remove unused codeCosimo Cecchi2012-04-011-25/+0
* link: fix code to parse additional description for linksCosimo Cecchi2012-03-071-10/+3
* link: remove obsolete check for application/x-gnome-app-infoCosimo Cecchi2012-03-071-2/+1
* Look at XDG_CURRENT_DESKTOP to decide if a link is foreignMichael Terry2011-09-071-2/+19
* file: use a GIcon to store the custom icon of desktop filesCosimo Cecchi2011-04-041-38/+65
* Remove all traces of former nautilus metadata codeAlexander Larsson2009-06-231-1/+0
* Bug 573991 – Nautilus does not recognize some .desktop files asAlexander Larsson2009-03-041-16/+0
* Don't localize 'Icon=' keys. Fixes Launchpad Bug #336679.A. Walton2009-03-031-9/+13
* Pass a language code to g_key_file_set_locale_string() so that we canA. Walton2009-02-071-1/+18
* Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files,Cosimo Cecchi2009-01-311-2/+37
* Fix last commit to actually patch the right part of the file.A. Walton2009-01-121-5/+5
* Fix last commit to actually patch the right part of the file.A. Walton2009-01-121-1/+1
* Fix a crasher on broken desktop entry files. Closes bug #567475.A. Walton2009-01-121-2/+1
* Use GKeyFile instead of GnomeDesktopItempAlexander Larsson2008-10-061-151/+186
* Pass link info's URI to nautilus_link_get_link_info_given_file_contents().Christian Neumair2008-09-271-0/+27
* Only strip icon name when it ends with a know icon extension.Frederic Crozat2008-03-191-1/+8
* Strip extension from non-absolute-filename icons. This fixes icons forAlexander Larsson2008-02-131-2/+10
* Add nautilus_file_is_launcher()Alexander Larsson2008-02-131-11/+12
* reviewed by: Alexander LarssonLuca Ferretti2008-01-241-1/+2
* Update to new gio file attribute namesAlexander Larsson2007-12-201-1/+1
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Merge gio-branchAlexander Larsson2007-11-301-88/+384
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-1/+1
* New function nautilus_ensure_unique_file_nameAlexander Larsson2005-01-141-2/+4
* Remove historical link support.Alexander Larsson2005-01-121-181/+32
* Make nautilus_link_desktop_file_local_create take both display name andAlexander Larsson2004-10-121-2/+4
* application/x-desktop is the new desktop file mime typeAlexander Larsson2004-01-091-1/+2
* Do not return value in function returing void. Fixes build problem.Padraig O'Briain2003-11-191-1/+2
* Require new gnome-vfsAlexander Larsson2003-11-051-38/+20
* Pass the screen number when creating nautilus links, fixes #117946Dave Camp2003-07-211-3/+6
* Convert file attributes from list of strings to a bitmask. Patch fromAlexander Larsson2003-04-021-8/+2
* New function nautilus_link_desktop_file_local_is_utf8.Alexander Larsson2002-08-201-0/+13
* pass in info if we have it already.Michael Meeks2002-08-071-23/+29
* Pass file URI to nautilus_link_*, instead of local path.Alex Graveley2002-05-171-40/+37
* Share code between different link implementations so that home directoryDave Emory Watson2002-03-281-23/+21
* Remove nautilus-desktop-file-loader.[ch]. Remove. Remove.Darin Adler2002-02-211-7/+10
* require gnome-desktop libraryjacob berkman2002-02-191-6/+2
* Require at least libxml 2.4.7, since that's the version where xmlFree andDarin Adler2002-02-121-1/+0
* Integrate patches from Frank Worsley <fworlsey@shaw.ca>.Darin Adler2002-01-071-1/+1
* Tweak headers for latest gnome-vfs. I promise to stop messing with thisMaciej Stachowiak2001-11-071-2/+2
* Update for gnome-vfs API changes.Darin Adler2001-11-061-195/+155
* libnautilus-private now compiles -- on to srcDarin Adler2001-10-301-0/+3
* Huge ass redhat mergeAlexander Larsson2001-09-261-414/+214
* Change all libxml includes to use #include <libxml/*> instead of #includeDarin Adler2001-09-201-2/+2
* Updated bugzilla.eazel.com references to refer to theDarin Adler2001-09-151-1/+1
* avoid un-needed string copy.Vandoorselaere Yoann2001-08-281-3/+9
* reviewed by: MaciejSeth Nickell2001-08-281-1/+1
* Don't leak a GtkBox.Vandoorselaere Yoann2001-08-271-0/+3