summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Cache the value of getenv("G_BROKEN_FILENAMES"), as this getenv showed upAlexander Larsson2002-03-101-2/+19
* Use gdk_get_display, not getenv ("DISPLAY"). Ditto. Ditto.Darin Adler2002-03-083-20/+7
* Rename old stop_monitoring_directory function.Darin Adler2002-03-082-9/+8
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-0716-361/+253
* impl. to cope with having a paned with no child2, without doing lots ofMichael Meeks2002-03-075-4/+102
* (merges from stable):Alexander Larsson2002-03-071-3/+3
* Use g_signal_connect_object instead of g_signal_connnect to make sure weDarin Adler2002-03-061-22/+15
* Fix storage leaks.Darin Adler2002-03-061-6/+13
* don't try to set properties on a remote container that is being / has beenMichael Meeks2002-03-068-55/+68
* widget_x/y ->o world_x/yAlexander Larsson2002-03-062-33/+24
* Remove unneeded g_return_if_fail. We call only one other function, so thatDarin Adler2002-03-061-75/+69
* Use eel_str_has_prefix so we don't have to dup and free the uri.Anders Carlsson2002-03-061-16/+13
* Only look for .directory files in directories that have a special scheme.Anders Carlsson2002-03-061-3/+44
* Register default folder viewer enumeration too.Anders Carlsson2002-03-051-4/+7
* impl. (cache_icon_new): add the icon to the cache view.Michael Meeks2002-03-051-0/+55
* Call the real nautilus_global_preferences_init. Without this, all hellDarin Adler2002-03-041-0/+2
* Don't pay any attention if we're told about removal of a file we'reDarin Adler2002-03-043-8/+24
* split out the ultra slow gnome-vfs thrashing bit into hereMichael Meeks2002-03-042-16/+30
* Remove the web search preference and the remnants of the "go to webDarin Adler2002-03-042-6/+0
* Bump major soname version to 2. Should fix bug #73142.Alexander Larsson2002-03-041-0/+1
* Based on patch from Richard Hestilow <hestilow@ximian.com>Alexander Larsson2002-03-042-187/+102
* Patch from Diego González <dggonz@yahoo.com>.Alexander Larsson2002-03-032-0/+51
* Call eel_background_set_is_constant_size() on the desktop background toAlexander Larsson2002-03-031-1/+2
* Move reset constant into header.Darin Adler2002-03-015-240/+185
* Check for NULL before calling xmlParseFile.Darin Adler2002-03-011-1/+7
* Remove unneeded code to set icon for the deleted Web Search button.Darin Adler2002-03-011-1/+1
* Events are in bin_window coordinates. Not world coords.Alexander Larsson2002-03-011-5/+3
* Fix handling of files with Icon entries that are full paths.Darin Adler2002-03-012-7/+11
* Fix assert where it was calling gnome_vfs_get_uri_from_local_path onDarin Adler2002-02-281-6/+5
* New. (rename_guts): Rename nautilus_file_rename to this.Darin Adler2002-02-281-14/+47
* Patch from drleary@mac.com, add a weak_pointer to the about-dialog toAlexander Larsson2002-02-283-20/+85
* Change file-types-capplet to gnome2-file-types-properties.Darin Adler2002-02-281-6/+5
* add missing includeGediminas Paulauskas2002-02-271-0/+1
* Just release, don't unref. (get_metafile): Don't keep a ref. Also fixDarin Adler2002-02-274-130/+67
* impl. (get_xalf_prefix): use gconf.Michael Meeks2002-02-276-27/+73
* pass a widget context to help pango.Michael Meeks2002-02-271-57/+31
* Fix typo that used NAUTILUS_ZOOM_LEVEL_STANDARD instead ofAlexander Larsson2002-02-271-3/+10
* Remove stray line of code.Darin Adler2002-02-272-2/+0
* fix the undo manager impl. to map the servant properly.Michael Meeks2002-02-272-42/+71
* Simplified calls to bonobo_object_ref/unref.Darin Adler2002-02-277-49/+55
* Patch from Havard Wigtil that makes us return the right name, rather thanDarin Adler2002-02-261-1/+1
* Doh, the timeout should be 50 msecsAnders Carlsson2002-02-251-1/+1
* Use gtk_widget_get_toplevel to find out the top-level window.Anders Carlsson2002-02-251-3/+4
* Get the don't-raise-on-drag feature working again.Anders Carlsson2002-02-251-30/+7
* Let "Loading" and "Empty" special nodes be italic.Anders Carlsson2002-02-257-80/+107
* kill deprecated code, use gtk_window_set_transient instead.Michael Meeks2002-02-253-102/+31
* Render svg icons at the right size.Alexander Larsson2002-02-251-4/+3
* Enable gdk_window_set_back_pixmap() again. This limits flicker whenAlexander Larsson2002-02-251-2/+0
* Don't set background pixmap None. Gtk+ already does that when scrollingAlexander Larsson2002-02-251-4/+0
* fix my fixes as Michael Meeks suggested:Gediminas Paulauskas2002-02-233-0/+6