summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed two bugs that got in Pavel's and my way as we were testingDarin Adler2000-10-121-11/+21
* Bye bye to directory metadata. (set_metadata_string_in_metafile): don'tMaciej Stachowiak2000-10-121-29/+24
* Use `nautilus_file_get_existing', not `nautilus_file_get', to check if aMaciej Stachowiak2000-10-121-14/+15
* Added a hash table to make access of files by name fast.Darin Adler2000-10-111-31/+104
* Get rid of some FIXMEs that were wrong. Clean up the way NautilusFilePavel Cisler2000-10-091-13/+2
* Add a FIXME to some unclear or wrong code.Pavel Cisler2000-10-071-8/+27
* Fixed bug 3322 (context menus don't work in FTP siteJohn Sullivan2000-09-291-1/+54
* Fixed renaming bug with names with unusual characters and problemsDarin Adler2000-09-291-141/+65
* Rename NAUTILUS_FILE_ATTRIBUTE_FAST_MIME_TYPE toMaciej Stachowiak2000-09-271-1/+3
* Fixed bug 3244 (already-computed folder counts don't updateJohn Sullivan2000-09-261-0/+52
* Fixed bug 437 (Deleting files doesn't affect count in sidebar)John Sullivan2000-09-261-1/+100
* Got leaks in "nautilus --check" down to 0.Darin Adler2000-09-261-1/+1
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-261-2/+4
* replace strcmp by nautilus_uri_matchs: this took me a lot of time to findMathieu Lacage2000-09-221-34/+1
* Fixed bug 640 (icon cache never frees images (awaiting GdkPixbufDarin Adler2000-09-201-38/+0
* Fixed bug 2243 (trash window name should be "Trash"John Sullivan2000-09-181-2/+40
* Fixed bugs in Nautilus link management, some other minor problemsDarin Adler2000-09-131-32/+36
* Work in progress on saving drop locations during a copy/move operation.Pavel Cisler2000-09-121-6/+32
* Add hooks for metadata removal.Pavel Cisler2000-09-061-5/+28
* Work on metadata copying. For now hardcode the metadata keys that getPavel Cisler2000-09-051-1/+106
* Work on task bugzilla task 330. Add notification hooks for metadataPavel Cisler2000-09-031-0/+29
* Completed the rest of 2369 for the required milestone.Rebecca Schulman2000-08-311-3/+5
* Use escape function in gnome-vfs instead of one in Nautilus.Darin Adler2000-08-301-10/+10
* Fixed bug that showed up as warnings on exit and fails of "make check".Darin Adler2000-08-291-1/+1
* Fix for 1528. "Where's the money, Lebowski?"Maciej Stachowiak2000-08-241-71/+1
* Finished task 571 (Make a Trash "virtual directory" with trashDarin Adler2000-08-221-1/+0
* Check for NULL before dereferencing 'directories'.Ramiro Estrugo2000-08-211-2/+5
* Fixed bug 2210 (GNOME is referred to as Gnome in the about dialog). It wasDarin Adler2000-08-181-12/+19
* Remove extra parameters now that the initial files callback is gone. ItDarin Adler2000-08-171-21/+5
* Don't use tabs any more. Spell check. Add libglade.Darin Adler2000-08-171-0/+3
* Getting closer to an implementation of the shared trash. Did a bitDarin Adler2000-08-151-76/+46
* More prep work for the trash directory.Darin Adler2000-08-141-89/+61
* Moved the notify calls to a separate header, since people were using themDarin Adler2000-08-101-38/+22
* After this change, you will get a warning each time you exitDarin Adler2000-08-091-18/+16
* Renamedirectory mime types:Maciej Stachowiak2000-08-081-1/+1
* Fixed "make check".Darin Adler2000-08-081-1/+1
* Finished task 222 "Don't look for metafile for some URIs forDarin Adler2000-08-031-35/+29
* Bugzilla bug 1400Pavel Cisler2000-08-021-1/+35
* Fixed an uninitialized variable problem that caused a crash on boot forDarin Adler2000-08-021-3/+2
* Back out debugging hacks that must have gotten checked in by accident andPavel Cisler2000-08-011-2/+2
* Renamed function nautilus_link_is_link_file_name toGene Z. Ragan2000-07-271-2/+2
* First cut at only reading the metafile if the directory is really aDarin Adler2000-07-261-16/+27
* I think I fixed 1693 and 1766 but I can't test them cause medusaMaciej Stachowiak2000-07-261-0/+36
* No parameters is indicated by "(void)" instead of "()".Darin Adler2000-07-261-2/+1
* got rid of changes before made for putting medusa communication intoRebecca Schulman2000-07-201-42/+4
* Change include style from <libtrilobite/xxx.h> to "xxx.h" to fix theDarin Adler2000-07-191-10/+37
* Always return false to try to disable special-casing the brute force wayMaciej Stachowiak2000-07-181-1/+2
* Changed history list to include a separate position field instead ofDarin Adler2000-07-111-1/+3
* Change file utilities special directory access functions to always returnRamiro Estrugo2000-07-051-1/+5
* Add VFS_CFLAGSMaciej Stachowiak2000-06-301-0/+16