summaryrefslogtreecommitdiff
path: root/libnautilus
Commit message (Expand)AuthorAgeFilesLines
* Add a path declaration for the Profiler menu. Make the buttons insensitiveRamiro Estrugo2000-10-101-0/+1
* Bunches o' Bonobo conversion & cleanup. Most of this isJohn Sullivan2000-10-101-0/+6
* Work on bug 3496 (labels in menu items never change)John Sullivan2000-10-061-23/+23
* Cut over to HEAD of Bonobo. This check-in includes all the changesDarin Adler2000-10-057-6/+43
* More work on whittling the state machine down to size.Darin Adler2000-10-033-17/+15
* Removed unused "self_owned" field.Darin Adler2000-09-293-69/+31
* Removed non-working clipboard codeRebecca Schulman2000-09-291-102/+4
* Fixed renaming bug with names with unusual characters and problemsDarin Adler2000-09-292-97/+85
* Fixed bug 1275, that sidebar panels don't have defaults per user level.Rebecca Schulman2000-09-271-10/+3
* Fix more storage leaks.Darin Adler2000-09-275-6/+110
* Fixed bugs 691, 689, and 733. Hopeully this also fixes 690, but I can'tRebecca Schulman2000-09-262-41/+226
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-262-2/+4
* Fix wording and make it a little easier to translate some of theseDarin Adler2000-09-151-1/+2
* Fixed bug 1984, Crash when closing a window after undo operation Fixed bugGene Z. Ragan2000-09-141-3/+13
* Fixed bug 3071 (zoom control right-click menu doesn't work)John Sullivan2000-09-141-47/+83
* Fix function prototype problem with PAM on Linux.Seth Nickell2000-09-121-6/+8
* Add checks to fix things on Solaris regarding mounting, environmentSeth Nickell2000-09-121-7/+11
* Add AM_PATH_GTK checkMaciej Stachowiak2000-09-112-1/+2
* fix 2 typos introduced my last maciej commit breaking the build.Mathieu Lacage2000-09-111-2/+2
* Handle a QI failure properly, fixing bugzilla.eazel.com 2545.Maciej Stachowiak2000-09-111-3/+14
* Fix makefile problemMaciej Stachowiak2000-09-071-1/+2
* New IDL interface for the special adapter component that will be used toMaciej Stachowiak2000-09-072-2/+16
* Added checks in Nautilus to guarantee we will notice leaksDarin Adler2000-09-063-35/+5
* Added more bug numbers to FIXMEs. 49 to go.John Sullivan2000-08-291-1/+1
* More work on bug 1653 (new menu layout). Now there's aJohn Sullivan2000-08-241-0/+13
* More work on bug 1653 (new menu layout)John Sullivan2000-08-221-1/+19
* forgot this file in my last commit.Mathieu Lacage2000-08-191-0/+1
* completes task 1567. it shows a bug in the way the history view displaysMathieu Lacage2000-08-192-1/+23
* More work on bug 1750 ("Reveal in New Window" feature forJohn Sullivan2000-08-193-17/+41
* Cleans up the HistoryFrame : remove the History object and replaces itMathieu Lacage2000-08-181-5/+1
* More menu tweaking, including switching over to useJohn Sullivan2000-08-181-32/+34
* Fixed bug 2210 (GNOME is referred to as Gnome in the about dialog). It wasDarin Adler2000-08-181-11/+9
* More of the implementation of all the trash functions. About 1/3 done now.Darin Adler2000-08-161-13/+8
* Fixed a bug where transaction)in_progress was always TRUE. This caused aGene Z. Ragan2000-08-051-10/+16
* Changed relayout so it will update the scroll region. This fixes bug 1907Darin Adler2000-08-051-11/+15
* fix build with new bonobo. fix build with new bonobo. fix build with newMathieu Lacage2000-08-031-2/+2
* Removed "Close Nautilus Desktop" from the desktop's right click menu.Mike Engber2000-08-011-2/+1
* reorganized the menus. Added a user level menu and removed the settingsAndy Hertzfeld2000-07-251-0/+1
* Changed desktop menu to offer close desktop instead of quit nautilus.Mike Engber2000-07-133-17/+0
* My apologies to all who read the cvs commits list that haveDarin Adler2000-07-132-2/+2
* Change to use bonobo_object_unref now that the leaks have been fixed. ThisDarin Adler2000-07-121-1/+0
* Hooked up the quit menu in the desktop context menu to quit Nautilus. Now,Mike Engber2000-07-123-0/+17
* Fixed some leaks that cause problems with the new Bonobo.Darin Adler2000-07-113-11/+16
* Changed history list to include a separate position field instead ofDarin Adler2000-07-111-15/+11
* Removed the obsolete Nautilus/ContentView and Nautilus/MetaView.Darin Adler2000-07-071-1/+1
* Fixed bug 1571, Need titles in history list instead of just URIs.Gene Z. Ragan2000-07-071-0/+27
* Fixed problem with previous change to this file. Allocated a static epv.Gene Z. Ragan2000-07-031-3/+4
* Fixed 1497 - problems with freeing the CORBA returned preferred zoom levelMike Engber2000-06-281-14/+33
* Commented out a CORBA_free that causes sigsegv (noted by Carbamide). FiledEskil Heyn Olsen2000-06-281-1/+1
* Added get_preferred_zoom_levels. Fixed zoom-control to use this info toMike Engber2000-06-283-28/+101