- 27 Nov, 2018 5 commits
-
-
Guido Gunther authored
Use @basename@ instead of @filename@ since the later uses the full path which varies across builds.
-
This will simplify porting to GTK+ 4.
-
This will simplify porting to GTK+ 4.
-
This will simplify porting to GTK+ 4.
-
This will simplify porting to GTK+ 4.
-
- 26 Nov, 2018 1 commit
-
-
Adrien Plazas authored
Disable generation of the GObject Introspection files, the VAPI and the tests in the example Flatpak as they are not used by it.
-
- 14 Nov, 2018 5 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
This standardizes the header inclusion guards to #pragma once, which shouldn't be a problem as we already were using it in some files.
-
-
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 2 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
-