- Jan 12, 2023
-
-
Alexander Schwinn authored
This fixes a regression which was introduced by f54798c9. Resident plug-ins were unloaded and loaded multiple times, where they only should be loaded once, at startup, leading to a segfault for the thunarx-python plugin. (cherry picked from commit 34e8390f)
-
- Aug 03, 2022
-
-
- Can be enabled/disabled in the 'view' menu - Custom colors can be set in the files 'properties' dialog - It is possible to pick a custom background color and a custom text color per file - Usage of gvfs metadata to store the file specific color information - Introduces a custom text renderer to get the job done MR: !226
-
- May 12, 2022
-
-
Alexander Schwinn authored
Related: #771
-
Alexander Schwinn authored
-
- Apr 18, 2022
-
-
Alexander Schwinn authored
- Clear separation between permanent and volatile modules - Clear separation between creation and loading of of modules Fixes #755
-
- Apr 06, 2022
-
-
And simplify error output
-
- Mar 22, 2022
-
-
THUNARX_DIRS is a list of directories where thunar plugins are looked for. It is needed for distributions like NixOS/GuixOS that do not install all plugins in the same directory. In NixOS/GuixOS each package is installed in a self contained directory. MR !197
-
- Feb 23, 2022
-
-
Related: exo#82, libxfce4util!24
-
- Jan 07, 2022
-
-
Alexander Schwinn authored
Only like that 'gtk_accel_groups_activate' will correctly return TRUE if the related accelerator was activated. Most likely this patch only is required because of a glib bug: https://gitlab.gnome.org/GNOME/glib/-/issues/753 See as well: apps/xfce4-terminal!33 MR: !179
-
- Aug 15, 2021
-
-
Triggers `-Wincompatible-pointer-types`, see documentation of `g_once_init_leave()`.
-
- Jun 30, 2021
-
-
recent:///`
Fixes duplicated files in `recent:///` Support sorting by `Recency` Add the recent location to the sidepane and go menu Automatically add opened files to `recent:///` Add a `Remove from recent` option for files in `recent:///` Issue #257 MR !115
-
- Jun 17, 2021
- Jan 23, 2021
-
-
Gaël Bonithon authored
-
- Dec 24, 2020
-
-
Alexander Schwinn authored
-
- Jul 17, 2020
-
-
Reuben Green authored
Implements the saving of sort-column and sort-order for each directory.
-
Reuben Green authored
Allows the view type (details, icon, compact) to be saved individually for each directory. This requires some significant changes to the way thunar-window handles changing directories and creating new views.
-
- Apr 19, 2020
-
-
Romain Bouvier authored
- exo-csource is deprecated and moved to xdt-csource - Bump minimal xdt version
-
- Jan 01, 2020
-
-
Andre Miranda authored
-
- Jul 30, 2019
-
-
Andre Miranda authored
-
- Apr 14, 2019
-
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
- Sep 18, 2018
-
-
(Bug #14685) g_icon_to_string() is not meant to return an icon name, it returns a "textual representation of the icon", which is mostly "proprietary to GIcon" (in GIO documentation's own words). In particular the reverse function to get a GIcon back from this representation is g_icon_new_for_string(). The reason why it used to work was because of a special casing (which happens to be the most common case: when you create an icon with a single name); yet even if the most common, relying on special cases is a bad idea. The special case is about to be reinstated in GLib so it will work again as expected, yet only until the next time a widget uses a not special-cased GIcon, for instance if using fallback icons. It is better to really fix the code. Now the menu properly recreates the icon using g_icon_new_for_string(), not assuming what type of icons it was (it could be an icon name, a path, a list of icon names, or whatever else proprietary representation any type of icon may use now or in the future). Also update the doc of thunarx_menu_item_new() to explicitly states that the icon parameter is a textual representation as returned by g_icon_to_string(). In particular this won't break any plug-ins as single icon names and icon paths are proper representations for icons too.
-
- Jun 02, 2018
-
-
Andre Miranda authored
-
- Dec 14, 2017
-
-
Andre Miranda authored
-
- Dec 11, 2017
-
-
Alexander Schwinn authored
-
- Dec 10, 2017
-
-
Patronos authored
"make dist" (Bug #14070)
-
- Dec 06, 2017
-
-
Andre Miranda authored
-
- Nov 25, 2017
-
-
Andre Miranda authored
-
- Nov 22, 2017
-
-
Andre Miranda authored
-
- Nov 19, 2017
-
-
Andre Miranda authored
Also refactoring some menu related code into thunar-menu-util.c
-
- Nov 05, 2017
-
-
Andre Miranda authored
-
- Nov 04, 2017
-
-
Andre Miranda authored
-
- Nov 02, 2017
-
-
Andre Miranda authored
-
Andre Miranda authored
Instead use the new ThunarxMenuItem class and keep all the deprecated stuff internally, away from the extensions API.
-
- Sep 18, 2017
-
-
- Taken from old sgml template - Less compilation warnings now
-
- Aug 26, 2017
-
-
Andre Miranda authored
-
- Aug 15, 2017
-
-
-
Optional plugins are not ported yet. We use a shitload of deprecated Gtk APIs now. Not all features work. It doesn't look great yet. There are bugs. But, well, it's a first step.
-
This is a prerequisite for Gtk3 which removes all the fields.
-