summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* desktop-icon-view: don't unconditionally unref the desktop backgroundCosimo Cecchi2010-10-301-1/+4
* application: close desktop windows on quitCosimo Cecchi2010-10-301-0/+1
* window: don't use deprecated size_request vfuncCosimo Cecchi2010-10-301-62/+40
* pathbar: don't use deprecated size_request vfuncCosimo Cecchi2010-10-301-66/+93
* image-properties-page: don't special-case old EXIF/XMP APIsCosimo Cecchi2010-10-301-10/+1
* build: simplify configure scriptCosimo Cecchi2010-10-302-2/+9
* application: properly handle --no-default-windowCosimo Cecchi2010-10-302-19/+19
* application: perform checks in NautilusApplication if requested soCosimo Cecchi2010-10-302-25/+25
* application: respect the 'exit-with-last-window' setting.Cosimo Cecchi2010-10-301-2/+12
* application: cleanupCosimo Cecchi2010-10-301-3/+0
* application: don't unref unconditionallyCosimo Cecchi2010-10-301-2/+5
* application: add the desktop windows to the application window listCosimo Cecchi2010-10-301-1/+3
* application: remove get_n_windows()Cosimo Cecchi2010-10-303-9/+1
* application: move other init/cleanup functions in the app classCosimo Cecchi2010-10-303-22/+20
* application: make sure to initialize GTK+ during _startup()Cosimo Cecchi2010-10-301-0/+5
* desktop-window: monitor the desktop dir key from NautilusDesktopWindowCosimo Cecchi2010-10-301-2/+10
* [src] use new GtkApplication API to handle windowsCosimo Cecchi2010-10-304-12/+22
* main: adapt to GtkApplication changesCosimo Cecchi2010-10-309-278/+21
* application: make NautilusApplication a GtkApplication subclassCosimo Cecchi2010-10-302-358/+295
* application: replace custom GIcon custom load/save code with GIO oneCosimo Cecchi2010-10-301-41/+2
* application: split SmClient code in its own module.Cosimo Cecchi2010-10-304-485/+559
* general: use new GtkScrollable interfaceCosimo Cecchi2010-10-301-2/+2
* application: go back to libunique for nowCosimo Cecchi2010-10-303-142/+143
* preferences: cleanup expand/fill flagsCosimo Cecchi2010-10-301-128/+63
* preferences: use GtkComboBoxText in the GtkBuilder fileCosimo Cecchi2010-10-301-50/+6
* [src] don't use GtkComboBox text APIs (#632651)Cosimo Cecchi2010-10-304-21/+22
* Use gnome global 'show-desktop-icons' settingsTomas Bzatek2010-10-191-3/+3
* image-properties-page: call gdk_pixbuf_loader_close() earlier (#558267)Marcus Carlson2010-10-141-1/+4
* icon-view: if possible, use the local path for the preview (#624841)Olivier Tilloy2010-10-131-1/+17
* horizontal-splitter: remove, and use a regular GtkPaned insteadCosimo Cecchi2010-10-123-6/+4
* background: assume the widget is an IconContainerCosimo Cecchi2010-10-101-1/+1
* background: refactor code into NautilusDesktopBackgroundCosimo Cecchi2010-10-094-5/+8
* views: don't use EelBackground to set sensitive/insensitive bgCosimo Cecchi2010-10-093-36/+18
* directory-view: call set_active() on subclasses to set insensitive bgCosimo Cecchi2010-10-092-34/+0
* window-toolbars: show/hide the spinner in the right orderCosimo Cecchi2010-10-051-2/+1
* build: fix distcheckCosimo Cecchi2010-10-041-0/+1
* properties-window: split some long linesCosimo Cecchi2010-10-041-8/+32
* properties-window: don't use expose-event to draw the pie chartCosimo Cecchi2010-10-041-21/+15
* window-toolbars: show/hide the spinner when changing its stateCosimo Cecchi2010-10-041-0/+2
* desktop-icon-view: don't use gdk_drawable_get_screenCosimo Cecchi2010-09-301-1/+1
* [src] use gtk_widget_get_preferred_size()Cosimo Cecchi2010-09-304-30/+30
* undo-transaction: remove obsolete commented codeCosimo Cecchi2010-09-301-2/+0
* [src] don't use GtkObjectCosimo Cecchi2010-09-3018-84/+52
* window-menus: fix a typo in the about dialog (#630624).Cosimo Cecchi2010-09-301-1/+1
* icon-view: move background setting code to FMDesktopIconViewCosimo Cecchi2010-09-292-54/+27
* connect-dialog: add a missing gtk_widget_show()Cosimo Cecchi2010-09-201-0/+1
* connect-dialog: make the code more readableCosimo Cecchi2010-09-201-69/+71
* connect-dialog: display a fatal error if GVfs doesn't have methodsCosimo Cecchi2010-09-201-1/+40
* connect-dialog: fixes for the handling of iconized entriesCosimo Cecchi2010-09-201-12/+14
* connect-dialog: integrate password handlingCosimo Cecchi2010-09-204-188/+718