- 19 Feb, 2021 2 commits
-
-
Andre Miranda authored
This allows disabling scrolling altogether.
-
Andre Miranda authored
-
- 08 Jan, 2021 1 commit
-
-
Jordi Mas authored
-
- 04 Oct, 2020 1 commit
-
-
Stephan Woidowski authored
-
- 29 Jul, 2020 1 commit
-
-
Tomáš Bžatek authored
-
- 30 May, 2020 1 commit
-
-
Yuri Chornoivan authored
(cherry picked from commit ad52947a)
-
- 11 Apr, 2020 1 commit
-
-
Goran Vidović authored
-
- 29 Mar, 2020 1 commit
-
-
Jwtiyar Neriman authored
-
- 25 Mar, 2020 3 commits
-
-
Marco Trevisan authored
-
Marco Trevisan authored
-
Marco Trevisan authored
-
- 09 Jan, 2020 1 commit
-
-
Victor Kareh authored
The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version. fix copied from: libgsf@91027d34
-
- 10 Sep, 2019 6 commits
-
-
Alberts Muktupāvels authored
Commit 7ea3203f uses g_clear_pointer that was added in glib 2.34: glib@00285b75 !10 (comment 600118)
-
Simon Steinbeiß authored
There are two scroll modes: the default 2d scroll mode is essentially only useful for touchpads, because mice cannot scroll horizontally, so scrolling up/down to get to the next workspace will get users confused. By setting the scroll_mode to 1 users get a simple way of scrolling through workspaces, irrespective of the number of rows the pager sets. #134 Fixes: #134
-
Alberts Muktupāvels authored
Change X11 Screen parameter to WnckScreen for _wnck_read_icons, _wnck_keyboard_size, _wnck_keyboard_move, _wnck_activate, _wnck_change_workspace, _wnck_change_state and _wnck_close. !16
-
Alberts Muktupāvels authored
-
Jan Tojnar authored
When xres or libstartup-notification are not available, they were still being listed in Requires.private field of the pkg-config file. This is a regression in Meson build files compared to Autotools.
-
Jan Tojnar authored
With absolute includedir (for example on NixOS), the pkg-config file will contain an incorrect includedir. This patch fixes that without affecting more standard environments.
-
- 19 Aug, 2019 2 commits
-
-
Alberts Muktupāvels authored
-
Florentina Mușat authored
(cherry picked from commit 95bd235c)
-
- 12 Aug, 2019 2 commits
-
-
Jan Alexander Steffens authored
'enabled' made the dependency required but did not set HAVE_STARTUP_NOTIFICATION. 'disabled' behaved the same as 'auto'. We are not allowed to compare booleans and feature option values, so just add everything to the configuration. Fixes #139
-
Alberts Muktupāvels authored
When wnck_shutdown is called all windows are destroyed, but nothing removes signal handlers from hash tables. When class group is destroyed it will try to remove signal handlers from already destroyed windows. Use weak reference callback to remove obsolete signal handlers from hash tables. #141
-
- 01 May, 2019 1 commit
-
-
Marco Trevisan authored
-
- 30 Apr, 2019 4 commits
-
-
Victor Kareh authored
Panels implementing applets with tasklists may need access to enter-notify-event and leave-notify-event on the individual task widgets, so that actions like displaying thumbnails of windows can be implemented. On event firing, the tasklist will emit a new signal and send a GList of all WnckWindows that belong to the task.
-
Marco Trevisan authored
-
Marco Trevisan authored
Also bump meson dependency as this needs 0.50.0
-
Marco Trevisan authored
-
- 26 Feb, 2019 1 commit
-
-
Nathan Follens authored
-
- 08 Jan, 2019 2 commits
-
-
Marco Trevisan authored
-
Xu Zhen authored
-
- 23 Nov, 2018 1 commit
-
-
Marco Trevisan authored
wnckprop can be used also in Wayland environments to manage XWayland windows, but in order to do this, we need to force the x11 backend to be used.
-
- 08 Nov, 2018 1 commit
-
-
Marco Trevisan authored
-
- 07 Nov, 2018 8 commits
-
-
Marco Trevisan authored
As per recent meson changes, this would not work properly
-
Marco Trevisan authored
-
Marco Trevisan authored
No need to redefine same includes or args since we've a dep. And make it only dependent on header sources (so that we can generate them)
-
Marco Trevisan authored
-
Marco Trevisan authored
It's way easier to read and manage, and since we already depend on newer meson we can safely go with it.
-
Marco Trevisan authored
-
Marco Trevisan authored
Plus refactor jobs so that we don't have to repeat common commands in both build parts. Get meson from pip as we depend on 0.48.1 which is still not available in latest ubuntu-devel. This can be changed in future.
-
Marco Trevisan authored
-