summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eel_signal_connect_while_alive -> g_object_add_weak_pointer.Darin Adler2002-02-076-123/+54
* guard against re-enterancy; hold refs on the sidebars.Michael Meeks2002-02-062-9/+25
* Remove. Remove. Remove. Remove. Remove.Darin Adler2002-02-053-6/+7
* Port to GtkTreeView, lots of work still remains though.Anders Carlsson2002-02-051-27/+1
* move re-enterant CORBA stuff (fm_icon_view_init): to here.Michael Meeks2002-02-041-3/+7
* Put a placeholder in so that component menus will go to the left of theDarin Adler2002-02-041-1/+1
* Don't ignore tarballs. Bump version number. Bump version number.NAUTILUS_1_1_4Darin Adler2002-02-042-12/+6
* Increased GNOME_UI_REQUIRED to 1.110.1Dave Camp2002-02-011-1/+2
* Make the search feature work again:John Harper2002-02-014-33/+61
* Remove smooth mode and unused font and font size machinery.Darin Adler2002-01-294-72/+15
* Update for 1.1.3 release. Bump version.Darin Adler2002-01-291-3/+7
* Changed the system(3) call to launch application from command. Instead useDarin Adler2002-01-282-33/+37
* use g_list_copy instead of eel version use gtk_window_present instead ofGediminas Paulauskas2002-01-286-9/+9
* Add selectable argument. (attach_value_label): set selectable to TRUE.Anders Carlsson2002-01-271-4/+9
* return a 'changed' boolean.Michael Meeks2002-01-255-63/+93
* GNOME2_CONVERSION_COMPLETE eradication campaignDarin Adler2002-01-2513-308/+193
* GNOME2_CONVERSION_COMPLETE eradication campaignDarin Adler2002-01-2410-158/+136
* Remove stray call to gtk_tree_view_column_new.Darin Adler2002-01-241-1/+0
* re-remove the per display IID creation scheme - it's broken.Michael Meeks2002-01-236-14/+14
* Disable the code that destroys the fallback icon at shutdown time since itDarin Adler2002-01-222-11/+23
* Get rid of code that passes around the "optimize for AA" flag.Darin Adler2002-01-214-8/+7
* upd to handle orientation too (create_back_or_forward_toolbar_item): addMichael Meeks2002-01-211-4/+28
* Remove nautilus-launch-icon.png.Darin Adler2002-01-1917-139/+114
* fix comment.Michael Meeks2002-01-181-15/+0
* don't set the background, it causes a strange segv later.Michael Meeks2002-01-182-60/+57
* Free the type string.Anders Carlsson2002-01-173-2/+7
* New file.Anders Carlsson2002-01-177-2121/+1159
* Added include needed for compatibility with new gnome-vfs.Darin Adler2002-01-171-2/+1
* Remove unneeded code and restore display-specific registration. This getsDarin Adler2002-01-176-44/+32
* Do an ifdef in the profiler code rather than in the makefile.Darin Adler2002-01-152-12/+13
* Fix another of those double-destroy problems by turning a destroy into aDarin Adler2002-01-151-24/+18
* Inspired by a patch from Jacob Berkman <jacob@ximian.com>, gotDarin Adler2002-01-151-0/+3
* Port to GtkTreeView.Johan Dahlin2002-01-151-102/+173
* Some destroy/finalize fixes.Darin Adler2002-01-093-27/+32
* Mention bad looking text.Darin Adler2002-01-081-1/+0
* Remove. Remove nautilus-help.desktop since Nautilus isn't the help browserDarin Adler2002-01-0810-191/+115
* Implement nautilus_view_close_window ().Anders Carlsson2002-01-085-0/+46
* Whoops, seems like I forgot this.Anders Carlsson2002-01-081-5/+0
* Remove preferences calback in ::finalize.Anders Carlsson2002-01-0813-163/+259
* Fixed to use g_iconv instead of iconv, starting with a patch from JeanDarin Adler2002-01-085-28/+17
* Put back the accidentally removed g_free (theme_selector)->details.Dave Camp2002-01-071-0/+2
* Take out the return. The EelLabel exorcism did in fact mostly fix theDave Camp2002-01-072-17/+9
* add preload of the gconf cache, to hopefully avoid a zillion round tripsHavoc Pennington2002-01-053-389/+5
* Fix rubberband selection when the icon view is scrolled by using theDarin Adler2002-01-042-18/+16
* Renamed from nautilus_get_modified_bonobo_zoomable_epv and changed toDave Camp2002-01-041-19/+2
* made remote sound previewing work by using gnome-vfs to read from theAndy Hertzfeld2002-01-041-25/+76
* Turn on test subdirectory.Darin Adler2002-01-031-1/+0
* Use GnomeCanvasRect instead of EelCanvasRect. We can redo theDarin Adler2002-01-038-8/+0
* Fix warnings by putting #ifdef GNOME2_CONVERSION_COMPLETE around unusedAnders Carlsson2002-01-031-4/+10
* Port from EelLabel to GtkLabel.Darin Adler2002-01-037-128/+98