summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.c
Commit message (Expand)AuthorAgeFilesLines
* xfdesktop-application code cleanuperic/Port-to-GApplicationEric Koegel2013-11-131-4/+6
* Fix FSF AddressEric Koegel2013-09-161-2/+2
* Fix compiling with --disable-desktop-iconsEric Koegel2013-09-011-8/+8
* Merge branch 'eric/icon-changes'Eric Koegel2013-09-011-41/+50
|\
| * Don't call wnck_screen_force_updateeric/icon-changesEric Koegel2013-09-011-41/+50
* | Hold the cursor grab when presenting the menu (Bug 9323)Eric Koegel2013-08-301-34/+106
|/
* Fix memory leaksEric Koegel2013-04-271-7/+9
* Correctly handle workspaces being removedEric Koegel2013-03-251-25/+42
* Clip overlapping backdrops (Bug #9052)Eric Koegel2013-03-171-20/+69
* Fix a warning messageEric Koegel2013-03-171-1/+3
* Apply wallpaper to all workspaces optionEric Koegel2013-03-101-10/+122
* Fixes for multi-monitor per-workspace wallpapersEric Koegel2013-03-031-70/+44
* xfdesktop supports per-workspace wallpapers (Bug #369)Eric Koegel2013-01-261-283/+210
* Made changes so that DISABLE_DEPRECATED and GSEAL flags can be enabled.Eric Koegel2013-01-251-30/+30
* Backdrop stops cycling (Bug #8962)Eric Koegel2012-12-221-0/+2
* Disable the resize grip from the root window. (Bug #8636)Eric Koegel2012-04-071-0/+1
* Enable pseudo-transparent backgrounds again.Nick Schermer2012-03-311-2/+5
* Fix menu without desktop icons.Nick Schermer2012-03-311-5/+5
* Prevent multiple instances of xfdesktop from running. (Bug 8488)Lionel Le Folgoc2012-03-291-0/+7
* Fix compilation.Nick Schermer2012-03-251-1/+4
* Fix xinerama_stretch not refreshing on all monitorsEric Koegel2012-03-031-2/+23
* Added the root menu popup when there are no icons shown on the desktop.Eric Koegel2012-03-031-3/+9
* Arrange icons on the desktopEric Koegel2012-02-191-0/+11
* Always use gdk_screen_get_monitor_geometryEric Koegel2012-02-191-7/+1
* Backdrop image cycling on a timerEric Koegel2012-02-131-2/+46
* Fix for shift + drag selectionsEric Koegel2012-02-121-4/+0
* Added a check for GDK_GRAB_INVALID_TIME in xfdesktop_popup_grab_available to ...Eric Koegel2012-02-121-20/+20
* Stop altering the root window pixmap to avoid X crash (bug #7442).Nick Schermer2011-04-221-4/+13
* Fix some compiler warnings.Nick Schermer2011-04-221-6/+1
* Make sure the background is reloaded on compositing changes.Nick Schermer2011-01-191-0/+12
* Do not call gtk_widget_show() on menus (bug #6198).Nick Schermer2010-11-271-1/+0
* Fix a warning when the background pixmap is not a GdkWindow.Jannis Pohlmann2010-11-021-1/+2
* Make XfdesktopFileIconManager use a GFile. Use CreateFiles from Thunar.Jannis Pohlmann2010-11-021-19/+6
* remove dependency on libxfcegui4 and use libxfce4ui insteadBrian J. Tarricone2009-10-181-1/+1
* set the style-set class closure rather than connecting to the signalBrian J. Tarricone2009-08-221-10/+5
* update system font size when style changesBrian J. Tarricone2009-08-221-0/+13
* reload image and icon view when 'xfdesktop --reload' is run (bug 5156)Brian Tarricone2009-04-021-0/+40
* call gdk_flush() after removing X properties to ensure they make it toBrian Tarricone2009-04-021-0/+1
* fix a load of warnings, and a few minor bugs as wellBrian Tarricone2008-12-271-8/+6
* fix g_warning when property chaing is actually a removeBrian Tarricone2008-10-091-1/+4
* fix typo in non-file-icons buildBrian Tarricone2008-10-071-1/+1
* implement rubber band selection for XfdesktopIconView (bug 3245)Brian Tarricone2008-09-251-1/+1
* double-buffer the desktop window again.Brian Tarricone2008-09-251-2/+0
* add XDG userdir support for desktop and templates foldersBrian Tarricone2008-09-161-2/+8
* be a little bit quieter about things that don't work, because sometimesBrian Tarricone2008-09-081-2/+3
* fix drag-motion events getting dropped after first realizeBrian Tarricone2008-09-071-4/+4
* guard new call to xfce_desktop_setup_icon_view() with ifdef ENABLE_DESKTOP_ICONSBrian Tarricone2008-09-011-0/+2
* convert xfdesktop itself to use xfconf property bindingsBrian Tarricone2008-08-311-94/+185
* add properties to Xfce{Backdrop,Desktop} for all setters/gettersBrian Tarricone2008-08-311-15/+162
* and hook up the special icons to xfconfBrian Tarricone2008-08-251-26/+75