summaryrefslogtreecommitdiff
path: root/src/xfdesktop-file-icon-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call wnck_screen_force_updateeric/icon-changesEric Koegel2013-09-011-9/+10
* Custom folder icons (Bug 8326)Eric Koegel2013-08-301-13/+100
* Monitor the gvfs directoryEric Koegel2013-08-301-1/+84
* Icon stays in place when renamed (Bug 1678)Eric Koegel2013-08-251-6/+61
* Better icon pixbuf cachingEric Koegel2013-08-251-0/+1
* Use GIcons and add support for emblems on iconsEric Koegel2013-08-121-2/+6
* Fix a crash when changing icon typesEric Koegel2013-08-111-0/+3
* More consistent icon placement (Bug #8814)Eric Koegel2013-08-041-6/+12
* Merge branch 'eric/wallpaper-and-settings-improvements'Eric Koegel2013-08-041-116/+0
|\
| * Remove unused codeEric Koegel2013-03-251-116/+0
* | Fix HTTP URL performance issue / wrong action proposedDennis Tomas2013-04-201-9/+23
* | Remove unneeded warning messagesEric Koegel2013-04-141-1/+0
* | Decide on move/copy action before items have been droppedDennis Tomas2013-04-141-44/+98
|/
* Made changes so that DISABLE_DEPRECATED and GSEAL flags can be enabled.Eric Koegel2013-01-251-20/+22
* Fix a mnemonic conflict (bug #8654).Nick Schermer2012-04-131-2/+2
* Get correct workspace size with multimon displayEric Koegel2012-03-031-5/+23
* Arrange icons on the desktopEric Koegel2012-02-191-0/+18
* Fix for moving files instead of copy when src isn't writableEric Koegel2012-02-191-4/+9
* Icon positions are saved/restored per resolutionEric Koegel2012-02-121-10/+28
* Adds the code required to perform a paste on the on the desktop. Fixes bug 3804.Eric Koegel2012-02-121-1/+26
* Thumbnail desktop icon previews using tumblerdEric Koegel2012-02-121-1/+129
* Right-click Drag and DropEric Koegel2012-02-121-3/+143
* Fix moving files to the desktop with shift & drag (bug #7629).Jannis Pohlmann2011-05-201-8/+15
* Fix some compiler warnings.Nick Schermer2011-04-221-4/+4
* Fix creation of empty file from template menu (bug #7230).Jérôme Guelfucci2011-04-171-0/+4
* Fix crash when cancelling a file download (bug #6876).Jannis Pohlmann2011-01-301-7/+12
* Implement monitoring for special file icons like the trash (bug #6986).Jannis Pohlmann2011-01-291-5/+3
* Guard GIO 2.20 function calls, provide alternatives to GTK+ 2.18 calls.Jannis Pohlmann2010-12-041-2/+6
* Do not call gtk_widget_show() on menus (bug #6198).Nick Schermer2010-11-271-2/+0
* Fix mistakes I made in the last commit.Jannis Pohlmann2010-11-141-13/+0
* Remove checks for older GLib/GTK+ versions that are no longer needed.Jannis Pohlmann2010-11-141-2/+1
* Fix conditional statement depending on an uninitialized value.Jannis Pohlmann2010-11-021-1/+1
* Implement a few TODOs, rework launch and file transfer code a bit.Jannis Pohlmann2010-11-021-16/+10
* Implement the rest of the DND code without ThunarVFS.Jannis Pohlmann2010-11-021-135/+58
* Port XfdesktopVolumeIcon to GIO. A few other refactorings included.Jannis Pohlmann2010-11-021-73/+59
* Load special icons with GIO, update drag and drop code to use D-Bus.Jannis Pohlmann2010-11-021-0/+2
* Drop internal file properties dialog. Use the D-Bus API everywhere.Jannis Pohlmann2010-11-021-1/+0
* Rework all peek_pixbuf() methods to work like in Thunar, using GIO.Jannis Pohlmann2010-11-021-1/+0
* Load templates with GIO, create files from templates via D-Bus.Jannis Pohlmann2010-11-021-231/+130
* Create regular file icons based on a GFile and GFileInfo.Jannis Pohlmann2010-11-021-61/+47
* Let Thunar handle unlinking files.Jannis Pohlmann2010-11-021-99/+9
* Use xfdesktop_file_icon_update_file_info() when a file icon has changed.Jannis Pohlmann2010-11-021-11/+6
* Drop a few code bits related to the menu item icon size.Jannis Pohlmann2010-11-021-6/+2
* Port application chooser code to GIO and refactor it a bit.Jannis Pohlmann2010-11-021-54/+8
* Use GIO/GAppInfo for applications and a few actions in the context menu.Jannis Pohlmann2010-11-021-188/+124
* Load files in the desktop folder asynchronously with GIO.Jannis Pohlmann2010-11-021-118/+101
* Use GIO file monitoring for desktop items instead of ThunarVfsMonitor.Jannis Pohlmann2010-11-021-72/+79
* Use a GFileInfo in xfdesktop_file_icon_manager_drag_drop().Jannis Pohlmann2010-11-021-2/+2
* Make XfdesktopFileIconManager use a GFile. Use CreateFiles from Thunar.Jannis Pohlmann2010-11-021-132/+124
* Use the new properties dialog method for the desktop properties dialog.Jannis Pohlmann2010-11-021-8/+3