summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-link.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-05-031-15/+12
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-04-301-19/+13
* Fixed bug where the monitor would be "left behind" when a file wasDarin Adler2001-04-201-1/+1
* Move vfs extensions to eel.Ramiro Estrugo2001-04-041-7/+6
* Remove librsvg.Ramiro Estrugo2001-04-041-5/+5
* reviewed by: Pavel Cisler <pavel@eazel.com>Darin Adler2001-03-241-5/+7
* Additional work on first time druid gmc to nautilus conversion routines.Gene Z. Ragan2001-02-011-0/+87
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-01-311-10/+10
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-01-201-0/+4
* Checked in broken code before. Doh!Gene Z. Ragan2001-01-161-8/+0
* reviewed by: Mike Fleming <mfleming@eazel.com>Gene Z. Ragan2001-01-161-0/+13
* Fixed bug 2494, Error ignored when making icon directory for link fileGene Z. Ragan2000-12-181-4/+11
* reviewed by: Pavel Cisler <pavel@eazel.com>Maciej Stachowiak2000-12-121-1/+1
* reviewed by: Darin Adler <darin@eazel.com>Maciej Stachowiak2000-11-301-1/+13
* Fixed bug 3805, Nautilus tries to parse text files on the desktop as XML.Gene Z. Ragan2000-10-201-2/+14
* Do some routine housekeeping that will help make the futureDarin Adler2000-10-191-2/+2
* More work on whittling the state machine down to size.Darin Adler2000-10-031-1/+2
* Fixed bugs in Nautilus link management, some other minor problemsDarin Adler2000-09-131-205/+137
* Add call to nautilus_directory_async_state_changed.Gene Z. Ragan2000-09-081-8/+1
* Added a call to nautilus_directory_async_state_changed () as part of myGene Z. Ragan2000-09-081-2/+11
* Fixed bug 2816, Home icon doesn't link to changed home directory.Gene Z. Ragan2000-09-081-1/+2
* Removed some special-case file names that aren't needed any more.Darin Adler2000-09-051-14/+5
* Added a check for a NULL image tag returned by am XML property retrieval.Gene Z. Ragan2000-09-051-0/+9
* Added bug numbers for FIXMEsMaciej Stachowiak2000-09-031-1/+1
* Use escape function in gnome-vfs instead of one in Nautilus.Darin Adler2000-08-301-1/+2
* Added more bug numbers to FIXMEs. 94 to go.John Sullivan2000-08-281-11/+11
* Fixed bug #1942, Trash icon on desktop has "Move to Trash" in right-clickGene Z. Ragan2000-08-281-5/+5
* Moved functions to gnome-vfs.Darin Adler2000-08-251-9/+15
* Work in progress to support dragging onto NautilusLink files. Dragging onGene Z. Ragan2000-08-231-0/+6
* New function to allow the setting of the LINK property tp be the URIGene Z. Ragan2000-08-221-0/+32
* Added a link type argument to API to allow caller to specify type of link.Gene Z. Ragan2000-08-221-9/+30
* Fixed bug 2137, renaming of trash causes a duplicate trash to appear. IfGene Z. Ragan2000-08-211-0/+41
* New function. Identifies if link is a volume link.Gene Z. Ragan2000-08-181-1/+21
* Remove extra parameters now that the initial files callback is gone. ItDarin Adler2000-08-171-3/+3
* Moved the notify calls to a separate header, since people were using themDarin Adler2000-08-101-2/+1
* Added new API to identify file as nautilus link.Gene Z. Ragan2000-08-091-7/+9
* Added ability to set the type of a NautilusLink, such as mount link, trashGene Z. Ragan2000-08-091-2/+32
* Mostly some tweaking on the recent link file work.Darin Adler2000-07-311-62/+54
* fixed breakage in the novice home directory by adding the mime-magicAndy Hertzfeld2000-07-311-6/+8
* OK. I made a booboo. Went back to using NautilusFile. I really doGene Z. Ragan2000-07-281-12/+16
* Some placeholder trash code written at the request of Pavel.Gene Z. Ragan2000-07-281-0/+2
* Escape the path passed in so we can use gnome-fvs to determine the mimeGene Z. Ragan2000-07-281-1/+9
* Changed the API to determine if file is link file to use path.Gene Z. Ragan2000-07-281-5/+65
* Use nautilus_strcasecmp instead of strcasecmp, since the result may beMaciej Stachowiak2000-07-271-1/+1
* Renamed function nautilus_link_is_link_file_name toGene Z. Ragan2000-07-271-2/+10
* No parameters is indicated by "(void)" instead of "()".Darin Adler2000-07-261-118/+136
* made convenience routine nautilus_is_remote_uri and removed similar codeAndy Hertzfeld2000-06-281-15/+1