- Apr 06, 2018
-
-
Andre Miranda authored
Also remove the trailing slash
-
- Apr 05, 2018
-
-
Alexander Schwinn authored
-
- Feb 15, 2018
-
-
Alexander Schwinn authored
-
- Nov 25, 2017
-
-
Andre Miranda authored
-
- Jun 30, 2017
-
-
Simon Steinbeiss authored
-
- Feb 13, 2017
-
-
Simon Steinbeiss authored
-
- May 22, 2015
-
-
Harald Judt authored
-
Harald Judt authored
-
- May 17, 2015
-
-
Harald Judt authored
-
- May 05, 2015
-
-
Harald Judt authored
-
- Apr 20, 2015
-
-
Harald Judt authored
-
- Feb 28, 2015
-
-
Harald Judt authored
-
- Feb 19, 2015
-
-
Harald Judt authored
-
Harald Judt authored
-
- Jan 04, 2015
-
-
Andrzej authored
-
- May 05, 2013
-
-
Nick Schermer authored
-
- Dec 27, 2012
-
-
Nick Schermer authored
-
- Dec 09, 2012
-
-
Nick Schermer authored
-
- Dec 02, 2012
-
-
Nick Schermer authored
-
- Nov 24, 2012
-
-
Nick Schermer authored
-
- Nov 10, 2012
-
-
Nick Schermer authored
-
- Oct 31, 2012
-
-
Nick Schermer authored
-
- Oct 14, 2012
-
-
Nick Schermer authored
-
- Apr 28, 2012
-
-
Nick Schermer authored
-
- Apr 15, 2012
-
-
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
-
- Apr 13, 2012
-
-
Nick Schermer authored
-
- Mar 28, 2012
-
-
-
Nick Schermer authored
-
- Mar 26, 2012
-
-
Jannis Pohlmann authored
-
- Mar 13, 2012
-
-
Eric Koegel authored
-
- Feb 27, 2012
-
-
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.
-
- Feb 26, 2012
-
-
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).
-
- Dec 27, 2011
-
-
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.
-
- Nov 06, 2011
-
-
Jannis Pohlmann authored
-
- Sep 19, 2011
-
-
Jannis Pohlmann authored
Fix by Lionel Le Folgoc<lionel@lefolgoc.net>.
-
Jannis Pohlmann authored
Sigh... I forget this too often.
-
- Sep 16, 2011
-
-
Jannis Pohlmann authored
Patch by Alex Henrie<alexhenrie24@gmail.com>.
-
- Sep 14, 2011
-
-
Jannis Pohlmann authored
-