- 28 Nov, 2022 1 commit
-
-
- 30 Sep, 2022 1 commit
-
-
Alberts Muktupāvels authored
-
- 15 Aug, 2022 1 commit
-
-
Alberts Muktupāvels authored
-
- 29 Mar, 2022 1 commit
-
-
Alberts Muktupāvels authored
According to Debian Code Search only MPlayer sets this property (together with _NET_WM_ICON).
-
- 24 Feb, 2022 3 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 23 Feb, 2022 2 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 17 Feb, 2022 1 commit
-
-
- 11 May, 2021 1 commit
-
-
Alberts Muktupāvels authored
-
- 07 May, 2021 1 commit
-
-
Alberts Muktupāvels authored
_wnck_read_icons is used in WnckApplication and WnckWindow. In both cases ideal_width and ideal_height have same value - default icon size. Same with ideal_mini_width and ideal_mini_height. Simplify function by replacing width and height parameters with size parameter.
-
- 10 Sep, 2019 1 commit
-
-
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
-
- 27 Jun, 2018 1 commit
-
-
Alberts Muktupāvels authored
-
- 27 Jul, 2017 1 commit
-
-
Marco Trevisan authored
And cast it explicitly so that we mute warnings https://bugzilla.gnome.org/show_bug.cgi?id=785451
-
- 05 May, 2017 1 commit
-
-
Alberts Muktupāvels authored
-
- 27 Apr, 2017 1 commit
-
-
Alberts Muktupāvels authored
-
- 26 Apr, 2017 1 commit
-
-
Alberts Muktupāvels authored
-
- 25 Apr, 2016 1 commit
-
-
- 02 Dec, 2015 1 commit
-
-
Sebastian Geiger authored
This signal is emitted when the EWMH type hint of a WnckWindow has changed
-
- 24 Jul, 2014 1 commit
-
-
Rico Tzschichholz authored
This adds an additional check if _NET_FRAME_EXTENTS is not set and therefore uses the existing *_frame variables accordingly.
-
- 23 Jan, 2014 1 commit
-
-
Daniel Mustieles García authored
-
- 20 Aug, 2013 3 commits
-
-
Marco Trevisan authored
-
Marco Trevisan authored
-
Marco Trevisan authored
-
- 20 Jul, 2013 2 commits
-
-
Marco Trevisan authored
-
Marco Trevisan authored
-
- 05 Feb, 2013 2 commits
-
-
Marco Trevisan authored
Added both a getter and a signal to be notified of its changes https://bugzilla.gnome.org/show_bug.cgi?id=691429
-
-
- 30 Jan, 2012 5 commits
-
-
Vincent Untz authored
We don't want to break apps that have set some specific mask with XSelectInput.
-
Vincent Untz authored
We also need to destroy the hashtable of WnckWindow on shutdown.
-
Vincent Untz authored
For WnckScreen and WnckWindow, there was a manual shutdown function called for each object. However, when we shut down, we know that the object will have no reference left and will get finalized. So we can simply rely on the finalize() functions.
-
Vincent Untz authored
We were manually unreferencing objects from hash tables when remove them, instead of using an automatic, and therefore safer, mechanism.
-
Add wnck_shutdown() method that stops listening to events and tear down all resources from libwnck. This should be done if you are not going to need the state change notifications for an extended period of time, to avoid wakeups with every key and focus event. After this all Wnck object references you might still hold are invalid. https://bugzilla.gnome.org/show_bug.cgi?id=642692
-
- 16 Aug, 2011 1 commit
-
-
Priit Laes authored
-
- 12 Aug, 2011 3 commits
-
-
Vincent Untz authored
To avoid any confusion for people not knowing what the WM_CLASS is, we talk about "identifier" instead of "resource class". This means we deprecate wnck_class_group_get_res_class(); wnck_class_group_get_id() should be used instead.
-
Vincent Untz authored
-
The old private getters for getting a window WM_CLASS name or WM_CLASS are now public as wnck_window_get_class_group_name() and wnck_window_get_class_instance_name(). It's important to be able to get the instance name as they could differ for special windows or for sub-applications (i.e. chromium web-apps). Also make wnckprop print out the window class instance. https://bugzilla.gnome.org/show_bug.cgi?id=168718
-
- 18 Feb, 2011 1 commit
-
-
Vincent Untz authored
-
- 20 Jan, 2011 1 commit
-
-
Vincent Untz authored
-