summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make default action ('accept') in both delete dialogs consistentBrian Tarricone2009-04-021-3/+3
* reload image and icon view when 'xfdesktop --reload' is run (bug 5156)Brian Tarricone2009-04-023-4/+55
* call gdk_flush() after removing X properties to ensure they make it toBrian Tarricone2009-04-021-0/+1
* Update default background color before final 4.6, to match gtk theme colors m...Olivier Fourdan2009-02-231-6/+6
* fix a load of warnings, and a few minor bugs as wellBrian Tarricone2008-12-2716-98/+85
* add missing translatable stringBrian Tarricone2008-11-211-1/+1
* don't show templates dir if it's set to $HOMEBrian Tarricone2008-10-291-3/+12
* Set default colorOlivier Fourdan2008-10-251-6/+6
* reset SM restart style hint to SmRestartIfRunning when quitting cleanlyBrian Tarricone2008-10-172-3/+10
* add style props for icon text label shadow (bug 4412).Brian Tarricone2008-10-121-11/+179
* fix g_warning when property chaing is actually a removeBrian Tarricone2008-10-091-1/+4
* add ellipsize-icon-labels to control whether or not icon labels getBrian Tarricone2008-10-091-11/+16
* add cell-padding, cell-spacing, and cell-text-width-proportion styleBrian Tarricone2008-10-091-4/+41
* make icons come up in a reasonable order for the first timeBrian Tarricone2008-10-082-6/+7
* amd64 warning fixesBrian Tarricone2008-10-081-2/+2
* fix typo in non-file-icons buildBrian Tarricone2008-10-071-1/+1
* set default backdrop to xfce-stripes.png and color to #030508 per OlivierBrian Tarricone2008-10-071-0/+8
* move SM init earlier, make prio same as the panel, use SmRestartImmediatelyBrian Tarricone2008-10-031-7/+7
* rename a couple functions to better reflect what they doBrian Tarricone2008-10-011-33/+33
* minor cleanups -- don't need a separate function thereBrian Tarricone2008-10-011-44/+33
* optimise adding/removing icons from the selected list while rubberbandingBrian Tarricone2008-10-011-15/+44
* make things a bit more readableBrian Tarricone2008-10-011-11/+11
* er, it's NotShowIn, not NeverShowInBrian Tarricone2008-09-271-2/+2
* add workaround for change in libwnck signal API forBrian Tarricone2008-09-251-3/+29
* show eject for removable volumes (not just discs) that support it (bug 3738)Brian Tarricone2008-09-251-24/+20
* fix window menu still popping up after window icon de-selectedBrian Tarricone2008-09-253-18/+23
* get the custom icon and use the mime type icon as a fallbackBrian Tarricone2008-09-251-7/+7
* only start rubber banding for button 1Brian Tarricone2008-09-251-1/+1
* obey Hidden=true, OnlyShowIn=, and NeverShowIn= for files on desktop (bug 4022)Brian Tarricone2008-09-251-0/+38
* implement rubber band selection for XfdesktopIconView (bug 3245)Brian Tarricone2008-09-252-15/+195
* remove redundant functionBrian Tarricone2008-09-251-13/+2
* remove unneeded glib 2.10 check since we depend on 2.12 nowBrian Tarricone2008-09-251-8/+0
* double-buffer the desktop window again.Brian Tarricone2008-09-251-2/+0
* remove custom desktop tooltip code. it was always slightly buggy, andBrian Tarricone2008-09-251-224/+9
* add XDG userdir support for desktop and templates foldersBrian Tarricone2008-09-162-6/+16
* hook up desktop menu show app icons prefBrian Tarricone2008-09-091-3/+8
* hook up 'show app icons in windowlist' prefBrian Tarricone2008-09-091-4/+10
* be a little bit quieter about things that don't work, because sometimesBrian Tarricone2008-09-082-5/+8
* fix g_critical when removable volume icons are disabledBrian Tarricone2008-09-071-2/+4
* 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
* fix dependencyBrian Tarricone2008-09-011-1/+1
* convert xfdesktop itself to use xfconf property bindingsBrian Tarricone2008-08-3110-681/+322
* add properties to Xfce{Backdrop,Desktop} for all setters/gettersBrian Tarricone2008-08-315-28/+397
* add a 'transparent' color type for the desktop, update-poBrian Tarricone2008-08-312-3/+6
* use a double to store font size; some fonts have half point sizes (bug 4295)Brian Tarricone2008-08-253-13/+13
* and hook up the special icons to xfconfBrian Tarricone2008-08-251-26/+75
* use new gtk tooltip framework for XfdesktopIconView if gtk 2.12 is availableBrian Tarricone2008-08-031-2/+53
* launch xfdesktop-settings from the desktop right-click menuBrian Tarricone2008-08-031-16/+11
* preliminary xfconf support -- some things still don't work!Brian Tarricone2008-06-273-17/+69