- Jan 24, 2025
-
-
Gaël Bonithon authored
Based on what is done in gtk3: https://gitlab.gnome.org/GNOME/gtk/-/blob/8804279a1c86b7a9a2585eb489efbb3702e5cdef/gdk/x11/gdkscreen-x11.c#L648 Fixes: #36
-
- Jan 21, 2025
-
-
Brian Tarricone authored
The wnck_class_group_get_name() function uses a heuristic to attempt to generate a friendly/display name for the class group, which may not actually be the WM_CLASS resource name. Since we do actually always want the WM_CLASS resource name when trying to find the .desktop file for the application, we need to use _get_id() instead. Closes #33
-
- Jan 20, 2025
-
-
Gaël Bonithon authored
It completes what we put in 'requires' from the dependencies declared in library() anyway, by filling in the 'requires_private' field, whose use is recommended by default. So we probably don't need to fill this in in general: it's one less thing to maintain, and the dependencies we've declared public so far should probably have been declared private instead. See-also: https://mesonbuild.com/Pkgconfig-module.html https://people.freedesktop.org/~dbn/pkg-config-guide.html https://stackoverflow.com/a/61674208
-
Gaël Bonithon authored
It seems it isn't used for now but it was wrong.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
So meson searches for source files in the right place by itself (source directory or build directory). meson.project_source_root() prevents it from doing so, while meson.current_source_dir() is simply useless. Meson 0.56 is still required because meson.project_source_root() is also used elsewhere. Related: libxfce4util#30
-
- Jan 15, 2025
-
-
Gaël Bonithon authored
-
- Jan 09, 2025
-
-
Erkki Moorits authored
-
- Jan 07, 2025
-
-
Gaël Bonithon authored
-
- Jan 06, 2025
-
-
Anonymous authored
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Gaël Bonithon authored
It's too demanding, we don't usually respect this (*--undocumented.txt and *-undeclared.txt should be empty). Related: libxfce4util!54
-
- Dec 31, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Fixes a crash when removing a workspace.
-
- Dec 30, 2024
-
-
Johan Malm authored
...by adding missing commit to enable compositor workspaces to be switched using the xfce4-panel 'Workspace Switcher' plugin. Without this fix the plugin would correctly indicate the current workspace, but switching did not work by clicking on the plugin. Do the same to the remove and assign_to_workspace_group handlers. Helped-by: Consolatis Written-by: @Tamaranch
-
- Dec 29, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Completes: 2df513c4
-
Gaël Bonithon authored
Causes a segfault at startup in xfce4-session.
-
- Dec 26, 2024
-
-
This may require further corrections to take account of new properties. This fix just allows you to compile and not segfault at startup with xfce4-panel. Also, the conditional part for the meson build is missing, allowing you to use the installed version of ext-workspace-v1.xml if available.
-
It seems that the group can legitimately be NULL in some cases. If it shouldn't, the fix needs to be adapted.
-
-
-
- Dec 21, 2024
-
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 17, 2024
-
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
-
Anonymous authored
11 translated messages, 8 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 15, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Dec 02, 2024
-
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Dec 01, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Nov 12, 2024
-
-
Anonymous authored
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Nov 08, 2024
-
-
correctmost authored
-
- Nov 02, 2024
-
-
Anonymous authored
19 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Nov 01, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Oct 23, 2024
-
-
correctmost authored
-
- Oct 22, 2024
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-