- 17 Jun, 2022 5 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
We don't have gi-docgen in Byzantium and the lowered versions are sufficient for what we want to do atm.
-
- 03 Jun, 2022 5 commits
-
-
Jeremy Bicha authored
-
Nathan Pratta Teodosio authored
-
Nathan Pratta Teodosio authored
Update to upstream version '1.1.2' with Debian dir 5421a29f29a6104591cf5f396660c03c4615bcf1
-
Nathan Pratta Teodosio authored
-
Nathan Pratta Teodosio authored
-
- 01 Jun, 2022 1 commit
-
-
Alexander Mikhaylenko authored
-
- 24 May, 2022 5 commits
-
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
The inline listview row was getting an active style as well and we were only removing it for hover.
-
Alexander Mikhaylenko authored
:hover never happens on touch, so we can't rely solely on it.
-
Alexander Mikhaylenko authored
This breaks on touch, use just :active instead.
-
Alexander Mikhaylenko authored
An unfortunate byproduct of sharing the .osd name with other .osd styles. See https://gitlab.gnome.org/World/amberol/-/merge_requests/63 (cherry picked from commit bab0f4d594dbfbe751dcb57af662779fc2e6ef8e)
-
- 13 May, 2022 2 commits
-
-
Per-display AdwStyleManager instances are stored in a hash table, indexed by their display. The display is monitored for a close event so the corresponding style manager can be removed from the table, however it is guarded by an assert that will always fail. This commit removes the negation from the assert condition. Fixes 8f99e622. (cherry picked from commit 93021770d055a7aebe98246f26ac9eb36b582f98)
-
AdwSwipeTracker allocates a GArray to hold event history but never frees it. This commit adds a finalize implementation that ensures the array gets freed. Fixes 689b8734. (cherry picked from commit 61a0488b10026af8067f970dcbfdf8bdeee71c56)
-
- 11 May, 2022 1 commit
-
-
Cheng-Chia Tseng authored
-
- 09 May, 2022 1 commit
-
-
Pawan Chitrakar authored
-
- 04 May, 2022 1 commit
-
-
Alexander Mikhaylenko authored
(cherry picked from commit 211deb84484b99f1c237431bddef3224a1610c79)
-
- 01 May, 2022 1 commit
-
-
Alexander Mikhaylenko authored
Make it work with window handles. Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/471 (cherry picked from commit 50db2aa22d3dfc1afc2b3f6e90758305865c8b20)
-
- 29 Apr, 2022 1 commit
-
-
Jeremy Bicha authored
-
- 28 Apr, 2022 7 commits
-
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
Jeremy Bicha authored
Update to upstream version '1.1.1' with Debian dir 59d738064a60a1601d495c007f78428e0cc51710
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
- 26 Apr, 2022 1 commit
-
-
Alexander Mikhaylenko authored
Properly rework it using gtk_distribute_natural_allocation(). Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/363 (cherry picked from commit b14744cc8290daac7e636fa976efae160bb280b9)
-
- 22 Apr, 2022 2 commits
-
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
Not sure why meson can't figure this out itself, but whatever. See https://gitlab.gnome.org/GNOME/libhandy/-/issues/463 (cherry picked from commit b680f8d9daea4f3f594365ee6a3af3db6884d59f)
-
- 20 Apr, 2022 1 commit
-
-
Bruce Cowan authored
-
- 17 Apr, 2022 1 commit
-
-
Fixes #458 (cherry picked from commit 99808c8c32b062a756e15ba76952b2bb124f2194)
-
- 11 Apr, 2022 4 commits
-
-
Alexander Mikhaylenko authored
We call adw_animation_pause() in that case and so that check was failing. Regressed in cefc3ec8cf327c6a9959f1c3ca0929559398e348 (cherry picked from commit fe1445c716cb7a29928144218a9b98fbe0169b62)
-
Alexander Mikhaylenko authored
Fix non-clickable indicators on inverted tabs with long labels. (cherry picked from commit 970450503309f8ca5e88413bc0f2bc1b681d2871)
-
Alexander Mikhaylenko authored
This bit was lost at some point. (cherry picked from commit 87590711353c3b01361998752aebb3427386e7ca)
-
Alexander Mikhaylenko authored
Prevent it from being stuck with 1px left. (cherry picked from commit cefc3ec8cf327c6a9959f1c3ca0929559398e348)
-
- 05 Apr, 2022 1 commit
-
-
Marco Trevisan (Treviño) authored
It's used to optimize GResource files
-