- 03 Jan, 2023 2 commits
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- 02 Jan, 2023 1 commit
-
-
Brian Tarricone authored
-
- 31 Dec, 2022 1 commit
-
-
Brian Tarricone authored
-
- 21 Dec, 2022 2 commits
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- 18 Dec, 2022 5 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Brian Tarricone authored
-
Brian Tarricone authored
I forgot to multiply the requested size by the scale factor when checking to see if the icon needs to be scaled after getting it from libwnck.
-
- 17 Dec, 2022 4 commits
-
-
Brian Tarricone authored
-
Gaël Bonithon authored
Which automatically set GLIB_VERSION_MAX_ALLOWED.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 15 Dec, 2022 3 commits
-
-
Gaël Bonithon authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- 14 Dec, 2022 2 commits
-
-
Brian Tarricone authored
Disconnecting in finalize is too late; we can still get signals from the window after the menu item widgets are destroyed.
-
Brian Tarricone authored
-
- 10 Dec, 2022 1 commit
-
-
Johan Malm authored
...to fix intermittent failure to update title. Fixes: issue #3
-
- 05 Nov, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 29 Oct, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 28 Oct, 2022 1 commit
-
-
Brian Tarricone authored
We need to tell libwnck the default icon size we want, otherwise it'll give us icons of its default size, which are quite small. Since we don't want to keep invalidating the entirety of libwnck's icon cache any time an app wants an icon of a different size, we just track the largest icon size ever requested, and tell libwnck to generate icons of that size. If the caller requests something smaller, we downscale. This isn't perfect, but is probably the best we can do.
-
- 22 Oct, 2022 2 commits
-
-
Brian Tarricone authored
-
Brian Tarricone authored
-
- 19 Oct, 2022 1 commit
-
-
Gaël Bonithon authored
-
- 18 Oct, 2022 9 commits
-
-
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
Also add a couple missing symbols
-
- 17 Oct, 2022 4 commits
-
-
Brian Tarricone authored
Prior to this changed, the state-changed signal passed the old state to the signal handler. The other signals that handle bitfield changes instead pass a changed mask and the new state.
-
Brian Tarricone authored
-
Brian Tarricone authored
-
Brian Tarricone authored
-