- 28 Feb, 2015 1 commit
-
-
Harald Judt authored
-
- 19 Feb, 2015 2 commits
-
-
Harald Judt authored
-
Harald Judt authored
-
- 04 Jan, 2015 1 commit
-
-
Andrzej authored
-
- 05 May, 2013 1 commit
-
-
Nick Schermer authored
-
- 27 Dec, 2012 1 commit
-
-
Nick Schermer authored
-
- 09 Dec, 2012 1 commit
-
-
Nick Schermer authored
-
- 02 Dec, 2012 1 commit
-
-
Nick Schermer authored
-
- 24 Nov, 2012 1 commit
-
-
Nick Schermer authored
-
- 10 Nov, 2012 1 commit
-
-
Nick Schermer authored
-
- 31 Oct, 2012 1 commit
-
-
Nick Schermer authored
-
- 14 Oct, 2012 1 commit
-
-
Nick Schermer authored
-
- 28 Apr, 2012 1 commit
-
-
Nick Schermer authored
-
- 15 Apr, 2012 2 commits
-
-
Jannis Pohlmann authored
The previous commit wasn't actually related to this bug. The problem here was that the xfwm4 tab window now allows themes to change the size of the displayed window icons but Thunar still hard-coded its own window icons to 48px. From this commit Thunar on uses thunar_file_get_icon_name(current_dir) to get an icon name for the current directory and and then calls gtk_window_set_icon_name() rather than asking ThunarIconFactory for a 48px GdkPixbuf that cannot be scaled up nicely. This is ok because we only ever set icons for directories and for those ThunarIconFactory never returns anything but a GdkPixbuf based on an icon name anyway. It never returns a GdkPixbuf loaded from an absolute path or anything.
-
Jannis Pohlmann authored
-
- 13 Apr, 2012 1 commit
-
-
Nick Schermer authored
-
- 28 Mar, 2012 2 commits
-
-
Andrzej authored
-
Nick Schermer authored
-
- 26 Mar, 2012 1 commit
-
-
Jannis Pohlmann authored
-
- 13 Mar, 2012 1 commit
-
-
Eric Koegel authored
-
- 27 Feb, 2012 1 commit
-
-
Peter de Ridder authored
This commit improves the handling of leading zeros of numbers in file names. Previously, the order was not always predictable and was also often incorrect.
-
- 26 Feb, 2012 2 commits
-
-
John Lindgren authored
GIO returns a newly allocated GAppInfo every time g_app_info_get_default_for_type() is called. This means that if we use a GHashTable and g_direct_hash() to associate GAppInfos with files to be launched with each of them, we will actually end up with multiple GAppInfos that are the same, and each of them will only have a single file associated. To fix this, we now use a fake hash function that causes GHashTable to always search the GAppInfo in the collision list.
-
Jannis Pohlmann authored
Whenever we release the GFileMonitor of a ThunarFolder, we also need to disconnect from its signals. Otherwise one of the signal handlers might still be called, potentially with corrupted user data (which was the case here).
-
- 27 Dec, 2011 1 commit
-
-
Jannis Pohlmann authored
Whenever show-thumbnails is toggled, we need to either show thumbnails again immediately or cancel any pending requests to put tumbler back into idle mode.
-
- 06 Nov, 2011 1 commit
-
-
Jannis Pohlmann authored
-
- 19 Sep, 2011 2 commits
-
-
Jannis Pohlmann authored
Fix by Lionel Le Folgoc<lionel@lefolgoc.net>.
-
Jannis Pohlmann authored
Sigh... I forget this too often.
-
- 16 Sep, 2011 1 commit
-
-
Jannis Pohlmann authored
Patch by Alex Henrie<alexhenrie24@gmail.com>.
-
- 14 Sep, 2011 2 commits
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
Patches provided by Ambroz Bizjak and Axel Sommerfeld.
-
- 15 Jul, 2011 1 commit
-
-
Jannis Pohlmann authored
This reverts commit 61c04e04. Apparently, the commit breaks SMB browsing (see bug #7774 for more information). We will have to find another solution for the crash with mountable drivers that have no media.
-
- 02 Jun, 2011 1 commit
-
-
Jannis Pohlmann authored
This reverts commit 5ce61f48.
-
- 25 May, 2011 2 commits
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
There are other ways to achieve the same effect: load the icon and the name of items in the side pane first and only resolve the real files when users click on them. But this was easier. Also, I expect the side pane to be redesigned soon and this fix makes it easier to apply the change to the 4.8 branch.
-
- 20 May, 2011 1 commit
-
-
Jannis Pohlmann authored
-
- 17 May, 2011 1 commit
-
-
Jannis Pohlmann authored
-
- 15 Apr, 2011 1 commit
-
-
Jannis Pohlmann authored
-
- 19 Feb, 2011 3 commits
-
-
Ambroz Bizjak authored
This fixes a crash when hovering CD drives with a special icon in computer://. Signed-off-by:
Jannis Pohlmann <jannis@xfce.org>
-
Jannis Pohlmann authored
Error spotted, reported and solved by Ambroz Bizjak.
-
Jannis Pohlmann authored
-