summaryrefslogtreecommitdiff
path: root/src/xfdesktop-file-icon.c
Commit message (Expand)AuthorAgeFilesLines
* fix possible NULL pointer derefs (klocwork id 630)Brian Tarricone2006-12-081-6/+18
* fix normal file icons not activating on double click or open (bug 2452)Brian Tarricone2006-10-201-0/+74
* * XfdesktopIcon is no longer a GTypeInterface; it's now just a normal GTypeBrian Tarricone2006-10-191-105/+2
* * split out XfdesktopFileIcon into XfdesktopRegularFileIcon,Brian Tarricone2006-08-151-760/+78
* * use g_markup_printf_escaped() when dealing with filenames passed toBrian Tarricone2006-07-291-28/+67
* fix pixbuf not being updated if the file's icon is changed, and simplifyBrian Tarricone2006-07-141-2/+15
* check for icon using binary name of the app (bug 1956)Brian Tarricone2006-07-121-0/+11
* finish implementing an icon-hover tooltip for the file icons (bug 1526)Brian Tarricone2006-07-121-0/+3
* implement the backend portion to be able to show icon tooltips. haven't doneBrian Tarricone2006-07-111-1/+35
* * fix thunar-vfs finalize warning when the user manually refreshes the desktopBrian Tarricone2006-05-251-2/+3
* handle interactive job signals, handle a coupler more errors gracefully.Brian Tarricone2006-05-211-22/+23
* reorg how removable volumes are handled to fix crash bug if the volumeBrian Tarricone2006-05-041-2/+9
* gcc 2.95 patch from Oliver LehmannBrian Tarricone2006-05-031-7/+14
* split string out into three separate strings to ease translationsBrian Tarricone2006-04-301-6/+10
* * fix non-ejectable media showing as ejectable (patch from jani monoses)Brian Tarricone2006-04-271-30/+43
* * add support for showing removable media icons on the desktop (need to makeBrian Tarricone2006-03-121-15/+63
* make sure icons aren't destroyed (due to deletion, whatever) while dialogBrian Tarricone2006-03-061-0/+10
* paint symlink emblem on symlinks Brian Tarricone2006-03-061-11/+25
* implement optional thunar extensions: property pages and menu items.Brian Tarricone2006-03-031-6/+153
* * use fallback file manager from configure (thunar is default)Brian Tarricone2006-03-031-4/+4
* pixbuf effects are now in libexo, so use those. add soft dependency on libexo,Brian Tarricone2006-03-021-5/+13
* * add gdk-pixbuf extensions copied from thunarBrian Tarricone2006-03-021-2/+35
* move menu and activation handling for file icons into XfdesktopFileIconManagerBrian Tarricone2006-03-021-879/+19
* grr, bit field, not enum.Brian Tarricone2006-02-271-1/+1
* * properties dialog:Brian Tarricone2006-02-271-17/+53
* implement drag-exec, drag-move, drag-copy, and drag-link. only works forBrian Tarricone2006-02-261-5/+188
* fix icons disappearing while dragging stuff around on file icon view, prepBrian Tarricone2006-02-261-0/+10
* Launch applications with $HOME as working directory as requested on theBenedikt Meurer2006-02-251-0/+1
* watch icon theme for changes and redraw desktop (bug 1486)Brian Tarricone2006-02-241-0/+20
* quote app titles, make the i18n on the string a little bit easier (thoughBrian Tarricone2006-02-201-3/+7
* * make folder "Open" context menu item actually do somethingBrian Tarricone2006-02-201-4/+29
* add "open with" label to properties dlgBrian Tarricone2006-02-201-1/+45
* finish properties dialog, handle thunar-vfs monitor 'changed' event (mostly)Brian Tarricone2006-02-151-10/+248
* * add some keyboard shortcuts: ctrl+r/f5, ctrl+c, ctrl+x, deleteBrian Tarricone2006-02-151-11/+120
* whoever said bumming around in airports and on planes was useless? i justBrian Tarricone2006-02-141-53/+176
* patch from benny:Brian Tarricone2006-02-131-158/+109
* file right-click menu: execute via all mime applications, rename, and delete.Brian Tarricone2006-02-101-39/+362
* * add fallback iconBrian Tarricone2006-02-101-28/+84
* double-click should execute stuff, more or lessBrian Tarricone2006-02-101-14/+55
* start implementing XfdesktopFileIconBrian Tarricone2006-02-101-0/+254
* new framework for the desktop icon support. everything still works usingBrian Tarricone2006-02-031-0/+27