summaryrefslogtreecommitdiff
path: root/src/nautilus-main.c
Commit message (Expand)AuthorAgeFilesLines
* Use the write-to-a-pipe trick from the signal handler instead of queueingFederico Mena Quintero2006-11-231-15/+32
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-231-0/+142
* Make the session restart work again (from 2006-11-03 change) Make theAlexander Larsson2006-11-071-1/+7
* Always use the in-process metafile factory. We don't need it oop, sinceAlexander Larsson2006-11-031-3/+14
* Shut down eel before GnomeVFS.Christian Neumair2006-10-191-2/+5
* Call setlocale() before we try to obtain any translations. Fixes bugFederico Mena Quintero2006-08-151-0/+5
* Unref GnomeProgram at the end. (#348429)Martin Wehner2006-07-251-2/+1
* Add complete session management, remember maximization state and type ofChristian Neumair2006-06-211-0/+10
* Remove poptAlexander Larsson2006-04-261-42/+29
* Remove icon registration, as its no longer needed with gtk 2.9.Alexander Larsson2006-04-251-35/+0
* Use g_(un)setenv instead of their eel_ counterparts.Martin Wehner2006-04-071-1/+1
* Speed up stock icon registration, as discussed on the mailing list:Christian Neumair2006-03-201-39/+10
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-1/+1
* Disable network icon on desktop by default.Alexander Larsson2005-12-151-1/+1
* Always use gnome-fs-home for home icon.Alexander Larsson2005-11-141-1/+1
* Revert the GDK threading patch as it causes major freezage. Fixes #313588.Martin Wehner2005-08-171-2/+0
* Initialize the GDK threading system. Fixes #312894.Raffaele Sandrini2005-08-121-0/+3
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-121-1/+1
* Merge fix for leak Bug #172234.Kjartan Maraas2005-04-191-0/+2
* If launched without startup-notification, make an approximation to whenElijah Newren2005-03-031-0/+63
* Enable startup notification.Alexander Larsson2005-02-141-0/+14
* Don't try to free NULL icon info.Martin Wehner2005-01-271-1/+3
* Don't leak the icon infoKjartan Maraas2005-01-271-1/+1
* Better default icon. Patch from Jaap Haitsma <jaap@haitsma.org>Alexander Larsson2005-01-181-0/+3
* Remove debug spewAlexander Larsson2005-01-121-1/+0
* Special case icons for burn: and computer:Alexander Larsson2005-01-111-17/+41
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-6/+0
* Avoid multiple x-directory/normal warningsAlexander Larsson2004-08-231-1/+1
* Make strings in main() more easily translatable.Dafydd Harries2004-07-231-3/+7
* Use GtkIconTheme instead of GnomeIconThemeAlexander Larsson2003-12-181-7/+8
* New desktop filesAlexander Larsson2003-11-061-0/+45
* Call gnome_vfs_shutdown before unreffing application to avoid crashes onAlexander Larsson2003-09-181-1/+10
* Don't add .so to the server files. This makes it work on systems thatAlexander Larsson2003-04-161-6/+17
* Call g_set_application_name(). String change.Alexander Larsson2003-03-141-0/+2
* Don't use deprecated APIs. Patch by iain <iain@prettypeople.org>Alexander Larsson2003-02-281-1/+1
* Set DISPLAY activation env variable to canonical display name, since thatAlexander Larsson2003-02-131-1/+6
* disable the look_for_kdesktop_recursive code, since this takes ~1 secondMichael Meeks2002-07-101-1/+0
* guard window creation to avoid re-enterancy, via. other shell calls toMichael Meeks2002-03-181-2/+0
* do a bonobo_ui_init, we shouldn't need it but libgnomeui has escaped fromMichael Meeks2002-03-081-3/+1
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-071-1/+0
* split out the ultra slow gnome-vfs thrashing bit into hereMichael Meeks2002-03-041-1/+1
* Simplified calls to bonobo_object_ref/unref.Darin Adler2002-02-271-1/+1
* Update names in a few places.Darin Adler2002-02-221-3/+0
* Remove #ifdef ENABLE_NLS since it's not supported in GNOME 2. Same here.Kjartan Maraas2002-02-221-2/+0
* Use GETTEXT_PACKAGE, not just PACKAGE in the bindtextdomain functions.Kjartan Maraas2002-02-211-3/+3
* add -DFOO_DISABLE_DEPRECATED to disable glib, gtk, and gnome deprecatedjacob berkman2002-02-141-1/+1
* Remove nautilus-launch-icon.png.Darin Adler2002-01-191-0/+2
* Remove unneeded code and restore display-specific registration. This getsDarin Adler2002-01-171-1/+2
* Remove preferences calback in ::finalize.Anders Carlsson2002-01-081-7/+3
* lots of files Get rid of casts in callers to g_object_ref/g_object_unref.Darin Adler2001-12-071-23/+4