Tags give the ability to mark specific points in history as being important
- 
xfdesktop-4.9.39febecb7 · ·4.9.3 ===== - Fix dependency versions. - Hide unneeded message on startup. - Apply single click option on startup (bug #8615). - Disable the resize grip from the root window (bug #8636). - Add new background and remove old ones. - Check for sed with a macro (bug #8687). - Make string translatable (bug #8655). - Fix a mnemonic conflict (bug #8654). - Simplefy the menu reloading. - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (United Kingdom), Esperanto, Spanish (Castilian), Estonian, Basque, Persian, Finnish, French, Galician, Gujarati, Hebrew, Hindi, Croatian, Hungarian, Armenian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Sinhala, Slovak, Albanian, Swedish, Tamil, Telugu, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese, Chinese (China), Chinese (Taiwan). 
- 
xfdesktop-4.9.2fd773497 · ·4.9.2 ===== - Fix menu without desktop icons. - Enable pseudo-transparent backgrounds again. - Translation updates: Catalan (Valencian), Danish. 
- 
xfdesktop-4.9.110e86448 · ·4.9.1 ===== - Prevent multiple instances of xfdesktop from running (bug #8488). - Change xfdesktop's menu icon to "applications-other" (bug #8500). - Keep the image width to something sensible for xfdesktop-settings (bug #7086). - Use the preferred file manager when opening folders (bug #6537). - Translation updates: Czech, German, Spanish (Castilian), Basque, Indonesian, Italian, Kazakh, Korean, Portuguese, Russian, Slovak, Turkish, Ukrainian, Chinese (Taiwan). 
- 
xfdesktop-4.9.0d9723af0 · ·Xfdesktop 4.9.0 --------------- * Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT. * Remove docs and link to wiki. * Thumbnail desktop icon previews using tumblerd. * Added a check for GDK_GRAB_INVALID_TIME in xfdesktop_popup_grab_available to mitigate slow menu popups on a right mouse click (bug #7172). * Add the code required to perform a paste on the on the desktop (bug #3804). * Display correct trash icon on menu & desktop. * Fix for shift + drag selections/ * Icon positions are saved/restored per resolution. * Backdrop image cycling on a timer. * Modified xfdesktop_icon_view_drag_drop to allow all selected files to drag and drop (bug #5025). * Fix for moving files instead of copy when src isn't writable. * Fix typos in the README file. * Unmounted volumes are semi-transparent. * Stretch background across all monitors setting (bug #5690). * Arrange icons on the desktop menu item (bug #2833). * Single click option to open items on desktop (bug #1797). * Require libexo & update min requirements in readme. * Comments in .desktop files are displayed in the tooltip (bug #8509).
- 
xfdesktop-4.8.35d30f8b0 · ·Xfdesktop 4.8.3 --------------- * Fix moving files to the desktop via shift & drag (bug #7629). Reported and fixed by Patrick Melo. * Translation updates: Korean, Malay, Russian, Spanish (Castilian), Slovak, Telugu, German, Dutch (Flemish), Basque, Portuguese (Brazilian).
- 
xfdesktop-4.8.25f94e7c6 · ·Xfdesktop 4.8.2 --------------- * Fix a crash on focus in when items are selected (bug #7313). Reported and fixed by Ambroz Bizjak. * Retrieve the translated desktop file name. * Fix potential crash in xfdesktop-settings (bug #7301). * Fix creation of empty file from template menu (bug #7230). * Stop altering the root window pixmap to avoid X crash (bug #7442). * Translation updates: Ukrainian, Turkish, Lithuanian, Swedish, Danish, Chinese, Romanian, Kazakh.
- 
- 
- 
xfdesktop-4.7.5dffbf87e · ·Xfdesktop 4.7.5 --------------- * Work around Gtk 2.16 function (bug #6883). * Translation updates: sk, ru, cs, en_GB, lt, sv, nb, ar, pt). 
- 
- 
xfdesktop-4.7.38578b2df · ·Xfdesktop 4.7.3 --------------- * Fix a crash caused by accessing the wrong variable when adding items to the right-click menu. * Select the correct icon style in the desktop settings on first start (bug #6798). * Depend on libwnck >= 2.22 so we no longer have to implement hacks for the two different "active-workspace-changed" signal variants in libwnck (bug #6638). * Add menu item monitoring. * Fix critical when session manager is not running (bug #6822). * Remove checks for older GLib/GTK+ versions that are no longer needed. * Allow workspace names that start with a number (bug #6318). * Delay notification initialization until we show one. * Set the correct session priority. * Do not call gtk_widget_show() on menus (bug #6198). * Translation updates: gl, ca, de, it, kk, fi, sk, pt, uk, el, zh_TW, da, id, eu, hu, lt.
- 
- 
- 
xfdesktop-4.7.00c39e62b · ·Xfdesktop 4.7.0 --------------- * Depend on exo-1 (0.5). * Drop dependency on libxfcegui4 and use libxfce4ui. * Remove the menu panel plugin, this is now included in the panel. * Remove various .desktop files for the menu, those are now included in the packages they belong to (exo, utils and session). * Remove the .directory files, those are now shipped with Garcon. * Drop the libxfce4menu dependency and use Garcon. * Build documentation during make dist. * Allow DnD to image list in settings dialog (bug 4337). * Refactor drawing routines in XfdesktopIconView to remove most flicker and most if not all repaint glitches. * Use cairo to draw the rounded text label background instead of the hacky PNG composition method. * Make the text label corner roundness configurable via a gtkrc style property. * Call to org.xfce.FileManager.DisplayFileProperties() for the full-featured file properties dialog before falling back to our own (bug 5622). * Translation updates: ca, kk, pt, it, da, zh_TW, de, he, id, hr, fr, ru, si.
- 
xfce-4.6.248febe5e · ·4.6.2 ===== - Build fixes for GIT. - Rebuild doc directory. - Add libexo to CFLAGS and LIBS for panel plugin. - Fix detection of rename/delete ability. - Fix compilation when libexo isn't present. - Update icon text labels when system font size changes (bug #2862). - Set mnemonic widget properly for icon type/size labels (bug #5555). - Always show 'Eject' in volume context menus, regardless of whether or not it's mounted (bug #5343). - Never show 'Unmount' in volume context menus. - Use GtkBindingSet for keyboard handling on desktop. - Only register menu with panel if popup succeeded (bug #5792). - Fix inability to delete broken symlinks on the desktop (bug 5387). - Don't misuse the g_return_(val_)?if_fail() macros as much (bug #5791). - Translation updates (el, es, gl, it, pl, pt, ru, tr, ro, lv, ca, ur, ur_PK, hu, ast, da, sk, nn, nl, si, am, kk, ja, ug, fr). 
- 
- 
- 
- 
-