- 14 Nov, 2018 3 commits
-
-
-
Rephrase the documentation explaining how to include libhandy in a way that could include other languages such as Vala.
-
This will help the widgets to be more accessible.
-
- 07 Nov, 2018 1 commit
-
-
Guido Gunther authored
-
- 06 Nov, 2018 3 commits
-
-
This is needed to port to GTK+ 4 as these fields will be private.
-
This is needed to port to GTK+ 4 as these fields will be private.
-
Adrien Plazas authored
-
- 05 Nov, 2018 3 commits
-
-
Left and right margin names are not RTL friendly and will be dropped in GTK+ 4.
-
Left and right margin names are not RTL friendly and will be dropped in GTK+ 4.
-
Makes HdyDialer descend from GtkBin directly rather than from GtkEventBox. GtkEventBox will be dropped in GTK+ 4 and brings no functionality to HdyDialer.
-
- 01 Nov, 2018 3 commits
-
-
-
This is e.g. not the case for Clang on OSX. Closes: #58
-
Jan Tojnar authored
-
- 26 Oct, 2018 1 commit
-
-
Adrien Plazas authored
This will avoid our users to manually ensure libhandy widget types are loaded before using them in GtkBuilder templates. Fixes Librem5/libhandy#20
-
- 22 Oct, 2018 8 commits
-
-
We run in gitlab-ci now
-
Guido Gunther authored
This makes it a bit nicer to read in gitlab while still looking o.k. in an editor.
-
Closes: #33
-
Related to #33
-
Libhandy requires `gtk+-3.0 >= 3.24.1` anyway, so these styles aren't necessary, and also break upstream `.devel` style.
-
Guido Gunther authored
-
Guido Gunther authored
This initializes i18n. Closes: #36
-
Guido Gunther authored
-
- 15 Oct, 2018 2 commits
-
-
Guido Gunther authored
We add this in the pkg-config file so no need to specify it again.
-
Guido Gunther authored
Fewer and fewer GNOME projects use autotools.
-
- 12 Oct, 2018 5 commits
-
-
This allows to find in uses examples easily.
-
Closes: #53
-
spotted by clang
-
We currently don't fail on warnings: https://github.com/mesonbuild/meson/issues/4334
-
-
- 08 Oct, 2018 1 commit
-
-
This is useless to the test application Flatpak and this will avoid having to package gladeui when Glade support will be made more complex.
-
- 07 Oct, 2018 5 commits
-
-
Guido Gunther authored
-
debhelper has native meson support LC_ALL=C.UTF-8 is used for meson builds since debhelper 11.1.3 It looks like xvfb-run isn't needed yet, but when it is, you can use: override_dh_auto_test: xvfb-run -a dh_auto_test "xvfb-run -a" seems to succeed for me in a few cases where xvfb-run doesn't, particularly on less popular architectures
-
so that gir1.2-handy gets its dependencies set correctly
-
Closes: #910384
-
Guido Gunther authored
libhandy's ABI changes a lot so make sure we generate dependencies that always require the upstream version built against.
-
- 05 Oct, 2018 5 commits
-
-
Guido Gunther authored
This fixes dependency problems with the generated headers such as https://arm01.puri.sm/job/debs/job/deb-libhandy-buster-armhf/263/console See http://mesonbuild.com/Wrap-best-practices-and-tips.html#eclare-generated-headers-explicitly
-
Guido Gunther authored
Closes: #40
-
-
Closes: #38
-
Glades DTD is not up to date. Use a custom copy until this is fixed upstream: https://gitlab.gnome.org/GNOME/glade/merge_requests/11 We do this as a separate commit so we can revert it once upstream glade is fixed.
-