summaryrefslogtreecommitdiff
path: root/src/nautilus-main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Support new gnome-session autostart semantics (#525056). Thanks to LucasChristian Neumair2008-04-211-1/+15
* Remove the first-time-druid dead code (#520773).A. Walton2008-04-101-1/+0
* When restarting with "nautilus --restart", use XML file session save /Christian Neumair2008-03-291-12/+10
* Call eel_debug_shut_down() after freeing NautilusApplications (fixesAlexander Larsson2008-02-201-2/+2
* reviewed by: Alexander LarssonLuca Ferretti2008-01-241-1/+2
* Clear caches on shutdown to help track leaks.Alexander Larsson2008-01-221-0/+2
* Don't check for unportable functions, fixes #396923Sven Herzberg2008-01-101-1/+1
* Set desktop env for GAppInfoAlexander Larsson2008-01-041-0/+4
* Disable unsafe segv handler by defaultAlexander Larsson2007-12-171-7/+16
* Removed. Removed. Removed.Alexander Larsson2007-12-101-2/+0
* Merge gio-branchAlexander Larsson2007-11-301-11/+3
* Optionally support XMP metadata in images via exemi (#451380) Patch fromAlexander Larsson2007-07-241-0/+8
* 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