summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Persian translationHEADmasterDanial Behzadi2023-05-091-369/+368
|
* Update Catalan translationJordi Mas i Hernandez2023-05-081-279/+258
|
* DOAP: Fix 'bug-database' value to point to GNOME GitLab IssuesAndre Klapper2023-04-251-5/+3
|
* application: use res_class as app name when group is not setAlberts Muktupāvels2022-11-284-2/+22
|
* screen: fallback to WM_CLASS when window group is not providedAlberts Muktupāvels2022-11-283-6/+40
| | | | | | | If application/window does not provide window group use WM_CLASS to consider if window belongs to the same application. https://gitlab.gnome.org/GNOME/libwnck/-/issues/146
* tasklist: avoid useless tooltipsAlberts Muktupāvels2022-11-281-0/+20
| | | | | | | Do not show tooltip if text does not differ from button text and is already fully visible / not ellipsized. https://gitlab.gnome.org/GNOME/libwnck/-/issues/115
* tasklist: add option to disable tooltipsAlberts Muktupāvels2022-11-282-22/+114
|
* handle: avoid segfault in invalidate_iconsAlberts Muktupāvels2022-11-281-0/+3
| | | | | | | Screens variable won't be initialized if default icon sizes are set/changed before using wnck_screen_get_default. https://bugs.launchpad.net/ubuntu/+source/libwnck3/+bug/1990263
* selector: restore width limitAlberts Muktupāvels2022-11-283-0/+14
| | | | One more regression from c671d1e2f6d9.
* image-menu-item: do not use mnemonicAlberts Muktupāvels2022-11-281-2/+1
| | | | | | Fixes regression introduced in c671d1e2f6d9. https://gitlab.gnome.org/GNOME/libwnck/-/issues/142
* xutils: check if XRes is available before using XResQueryClientIdsAlberts Muktupāvels2022-09-301-0/+3
| | | | https://gitlab.gnome.org/GNOME/libwnck/-/issues/154
* xutils: use WnckScreen in _wnck_get_pidAlberts Muktupāvels2022-09-305-23/+27
|
* xutils: move XRes code to separate functionAlberts Muktupāvels2022-09-301-8/+20
|
* handle: init XRes extensionAlberts Muktupāvels2022-09-303-1/+51
| | | | XResQueryClientIds needs XRes 1.2 or newer.
* Update Turkish translationSabri Ünal2022-09-211-320/+248
|
* Release: 43.043.0Marco Trevisan (Treviño)2022-09-162-1/+22
|
* libwnck/test-icon-cache: Use WnckHandle to get the screenMarco Trevisan (Treviño)2022-09-161-1/+3
|
* tests: add test-icon-cache toolAlberts Muktupāvels2022-09-162-0/+555
| | | | | | | | | | | | - Set button always sets new icon. This should emit icon-changed signal unless there is higher priority icon already set. - Nochange button is used to cause PropertyNotify event that should not cause changes to icon and/or should not emit icon-changed signal. - Unset button is used to remove icon. This should emit icon-changed signal only if highest priority icon is unset.
* handle: remove unused functionAlberts Muktupāvels2022-09-162-21/+0
|
* screen: move SnDisplay to WnckTasklistAlberts Muktupāvels2022-09-165-90/+76
| | | | Startup notifications are used only in WnckTasklist.
* doc: remove unused filesAlberts Muktupāvels2022-09-1614-2232/+0
|
* util: move icon reloading to WnckHandleAlberts Muktupāvels2022-08-152-23/+47
| | | | Missing part from 8260794f4d73219d026c53b6d57244ddf52d34a6.
* handle: fix crashAlberts Muktupāvels2022-08-151-0/+2
| | | | | Commit ace10756cb42 lost `display = _wnck_get_default_display ();` causing crash when finalizing WnckHandle.
* deprecate functions that does not use WnckHandleAlberts Muktupāvels2022-08-158-0/+15
|
* port tests to WnckHandleAlberts Muktupāvels2022-08-155-21/+40
|
* urgency-monitor: port to WnckHandleAlberts Muktupāvels2022-08-151-2/+5
|
* wnckprop: port to WnckHandleAlberts Muktupāvels2022-08-151-25/+40
|
* handle: make it publicAlberts Muktupāvels2022-08-1520-114/+578
|
* Update Georgian translationZurab Kargareteli2022-07-271-493/+468
|
* icon-cache: remove support for KWM_WIN_ICONAlberts Muktupāvels2022-03-293-90/+3
| | | | | According to Debian Code Search only MPlayer sets this property (together with _NET_WM_ICON).
* xutils: Get the correct PID for clients inside PID namespacesRyan Gonzalez2022-03-281-3/+33
| | | | | | | | This tries to use XResQueryClientIds to fetch the client's PID, which will return the PID as seen by the host, rather than the PID as seen by the client. Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
* resource-usage: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-1/+2
|
* util: remove _wnck_get_default_mini_icon_sizeAlberts Muktupāvels2022-02-242-8/+0
|
* tasklist: use WnckHandle to get icon sizeAlberts Muktupāvels2022-02-241-17/+38
|
* tasklist: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-2/+12
|
* window: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-1/+8
|
* window: use WnckHandle to get applicationAlberts Muktupāvels2022-02-241-1/+3
|
* window: use WnckHandle to get windowAlberts Muktupāvels2022-02-241-3/+7
|
* screen: use WnckHandle to get applicationAlberts Muktupāvels2022-02-241-1/+1
|
* screen: use WnckHandle to get class groupAlberts Muktupāvels2022-02-241-1/+1
|
* screen: use WnckHandle to get windowAlberts Muktupāvels2022-02-241-3/+3
|
* selector: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-1/+7
|
* pager: use WnckHandle to get screenAlberts Muktupāvels2022-02-241-1/+10
|
* application: use WnckHandle to get applicationAlberts Muktupāvels2022-02-241-1/+1
|
* util: remove _wnck_get_default_icon_sizeAlberts Muktupāvels2022-02-232-7/+0
|
* window: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+5
|
* class-group: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+6
|
* application: use WnckHandle to get icon sizesAlberts Muktupāvels2022-02-231-2/+5
|
* util: remove _wnck_get_client_typeAlberts Muktupāvels2022-02-232-8/+0
|
* window: use WnckHandle to get client typeAlberts Muktupāvels2022-02-231-1/+4
|