- 03 Dec, 2018 2 commits
-
-
-
Annotate the arguments of hdy_init() with (optional) to specify that NULL arguments are valid. This also replaces the deprecated (allow-none) by (nullable) to specify that the array pointed at by argv can be NULL.
-
- 28 Nov, 2018 5 commits
-
-
Guido Gunther authored
clang-3.9 does not contain scan-build anymore.
-
Guido Gunther authored
This gives us more confidence that we build succesfully and without warnings on an OS much used by GNOME developers. It also makes sure we validate the spec file.
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- 27 Nov, 2018 6 commits
-
-
Document common practice in the other files.
-
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.
-