- 26 Nov, 2020 2 commits
-
-
Alexander Mikhaylenko authored
16px is way too small. Use 32px instead.
-
Drop the hdy_demo_window_ prefix from template callbacks and replace gtk_widget_class_bind_template_callback_full() by gtk_widget_class_bind_template_callback().
-
- 21 Nov, 2020 1 commit
-
-
- 20 Nov, 2020 1 commit
-
-
- 17 Nov, 2020 1 commit
-
-
Adrien Plazas authored
Let's ensure we use the latest and greatest stable. This didn't change the themes we ship.
-
- 16 Nov, 2020 3 commits
-
-
Guido Günther authored
Not when they are hidden
-
-
Adrien Plazas authored
The pages will be built by a dedicated branch instead.
-
- 13 Nov, 2020 2 commits
-
-
Jordi Mas authored
-
-
- 12 Nov, 2020 6 commits
-
-
Adrien Plazas authored
This allows to set the line number at th end of which the title and subtitle labels should ellipsized. Fixes GNOME/libhandy#116
-
-
Adrien Plazas authored
The next commits introduce new API, so we need to bump the minor version.
-
Alexander Mikhaylenko authored
-
Jordi Mas authored
-
Use libhandy-1 instead of libhandy. Fixes GNOME/libhandy#365
-
- 11 Nov, 2020 4 commits
-
-
-
Only switch to the capture phase when the sequence is going to be actually handled. Fixes GNOME/libhandy#359
-
-
Adrien Plazas authored
-
- 10 Nov, 2020 1 commit
-
-
- 09 Nov, 2020 1 commit
-
-
Alexander Mikhaylenko authored
Fixes GNOME/libhandy#363
-
- 06 Nov, 2020 1 commit
-
-
Alexander Mikhaylenko authored
Allow nested swipeable widgets if their orientation differs. This should help with https://source.puri.sm/Librem5/phosh/-/issues/205
-
- 01 Nov, 2020 1 commit
-
-
Xi Ruoyao authored
Fixes a test failure on x86.
-
- 30 Oct, 2020 1 commit
-
-
- 29 Oct, 2020 15 commits
-
-
Andrei Lișiță authored
-
Fixes GNOME/libhandy#350
-
This will help with reproducing a bug with search.
-
In particular, this prevents it from being stuck in the capture phase after pressing a button without triggering a swipe.
-
When interpolate-size is true, we interpolate between the sizes of the current visible child and last visible child. This works assuming that the last visible child exists. However, before we switch visible child the first time, it doesn't, so we get 0 size and interpolate between that and the actual size. Instead, use regular visible child size if last visible child is null. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Ensure the popover doesn't change size depending on selected row. Fixes GNOME/libhandy#347
-
-
Avoid a jump on thr first frame. While this is inconsistent with GtkScrolledWindow, this is what gnome-shell does, what Android does and in general the expected behavior.
-
5 was too low, it was easy to accidentally drag while trying to press a button. See https://source.puri.sm/Librem5/phosh/-/issues/236
-
-
We already do it in measure(), but not here. Fixes GNOME/libhandy#337
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
Right now it picks top left corner, which isn't really expected for avatars.
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
Instead, add a style class and remove it manually in the stylesheet. This will also help in GTK4 where we cannot disable the background. See https://twitter.com/DanielFore/status/1312142389033664512 Fixes GNOME/libhandy#352
-