summaryrefslogtreecommitdiff
path: root/components/tree
Commit message (Expand)AuthorAgeFilesLines
* Clean up calls to gnome_vfs_extract_short_name, remove explicit unescapingPavel Cisler2000-10-181-18/+1
* fix "do nothing" part of bug 3640 move re-init of code from drag_leave toMathieu Lacage2000-10-171-6/+14
* Use `nautilus_file_get_existing', not `nautilus_file_get', to check if aMaciej Stachowiak2000-10-121-3/+1
* Unescape the names of files for display in the tree view. Fixes bug 2892Darin Adler2000-10-091-7/+10
* Checking lots of little fixes to make the new RedHat 7.0 compiler work.J Shane Culpepper2000-09-291-0/+1
* Probably fixed bug 3327 (intermittent tree view crash)John Sullivan2000-09-291-9/+0
* Further increased the debugging output.Maciej Stachowiak2000-09-291-3/+6
* Enhance debugging output to include hex addresses of files when we hit theMaciej Stachowiak2000-09-291-1/+6
* Fix bug 2688. back and forward buttons do not work with mozilla. add aMathieu Lacage2000-09-291-1/+1
* Bonobo objects own themselves, so we should not do a ref/sink on them.Darin Adler2000-09-282-20/+20
* Set the tree widget to GTK_SELECTION_SINGLE instead ofMaciej Stachowiak2000-09-281-1/+1
* Debugging code to try to catch the evilJohn Sullivan2000-09-273-1/+46
* Fix more storage leaks.Darin Adler2000-09-272-31/+59
* Fixed bug 382 (Deleting file viewed in other window leavesJohn Sullivan2000-09-261-6/+9
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-264-19/+34
* Check for NULL before calling gdk_bitmap_unref (mask); it was hitting aJohn Sullivan2000-09-251-2/+7
* Register all the below components per display. I didn't makeMaciej Stachowiak2000-09-231-3/+6
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-232-7/+26
* Add ref/unref to fix problem with renaming.Darin Adler2000-09-211-0/+4
* First step fixing storage leaks: Fixed some ref. count leaks ofDarin Adler2000-09-212-102/+49
* cleanup. remove nautilus-queue.c/h from build process.Mathieu Lacage2000-09-191-34/+29
* remove auto-collapsing claenup the code. make it more readable (hopefullyMathieu Lacage2000-09-171-152/+45
* fix bug 2874 remove color/background/emblem dnd from the tree view. addMathieu Lacage2000-09-161-90/+3
* fix bug 2937. Tree view now autocollapses when you drag. Not a smallMathieu Lacage2000-09-151-49/+343
* Some fixes to "make dist" to make the tinderbox happy.Darin Adler2000-09-141-6/+7
* Fixed a glitch with prelighting and mousedown.Gene Z. Ragan2000-09-141-0/+2
* More work on bug 1595Gene Z. Ragan2000-09-121-14/+32
* Work in progress on making the expander UI in the tree view moreGene Z. Ragan2000-09-122-103/+124
* port to new shared function. port to new shared function. add a newMathieu Lacage2000-09-091-30/+10
* fix bug 2417. cursor is now updated. remove debugging output.Mathieu Lacage2000-09-091-26/+78
* fix many bugs. The tree view now receives drops as colors, backgrounds,Mathieu Lacage2000-09-081-151/+303
* fixes one more ccrash. nautilus_model_node_get_file does not return aMathieu Lacage2000-09-081-3/+0
* fix bug 2918.Mathieu Lacage2000-09-081-1/+2
* Fixed a "gtk_entry_list_unref" that should have been aRebecca Schulman2000-09-081-1/+1
* Moves the tree view to the new standard way of dnd. This now makes itMathieu Lacage2000-09-081-105/+256
* Look up the node based on the NautilusFile, not the uri, since the URI mayMaciej Stachowiak2000-09-081-6/+3
* add support for NautilusDragInfo. add new scroll calculation fucntion.Mathieu Lacage2000-09-071-99/+38
* First work toward bug 2353, fixes bug 2570, 1289Mathieu Lacage2000-09-071-3/+1
* ifdef'd out a g_warning that happens a lot more often than I expected.Maciej Stachowiak2000-09-071-0/+2
* implement autoscroll by stealing code from nautilus-icon-dnd.c fixes taskMathieu Lacage2000-09-061-1/+155
* remove some little debugging outputMathieu Lacage2000-09-051-1/+0
* implement task bugzilla.eazel.com 2416Mathieu Lacage2000-09-051-49/+53
* add some dnd UI nicety. GtkCTreeNode now hold a pointer to theirMathieu Lacage2000-09-051-60/+145
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-0/+3
* Ignore generated files.Ramiro Estrugo2000-09-051-0/+2
* Architecture changes to properly handle the case where a NautilusFileMaciej Stachowiak2000-09-045-92/+106
* Some optional debugging statements. (nautilus_tree_model_monitor_remove):Maciej Stachowiak2000-09-032-7/+37
* Added bug numbers for FIXMEsMaciej Stachowiak2000-09-032-3/+11
* Remove gratuitous debugging messages.Maciej Stachowiak2000-09-031-0/+20
* Don't call oaf_plugin_unuse for now, it kills stuff.Maciej Stachowiak2000-09-013-69/+108