- 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.
-
- 14 Nov, 2018 2 commits
-
-
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.
-
This will help the widgets to be more accessible.
-
- 06 Nov, 2018 2 commits
-
-
This is needed to port to GTK+ 4 as these fields will be private.
-
Adrien Plazas authored
-
- 05 Nov, 2018 1 commit
-
-
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 2 commits
-
-
-
This is e.g. not the case for Clang on OSX. Closes: #58
-
- 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 2 commits
-
-
Related to #33
-
Guido Gunther authored
This initializes i18n. Closes: #36
-
- 12 Oct, 2018 1 commit
-
-
spotted by clang
-
- 05 Oct, 2018 2 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
-
-
- 04 Oct, 2018 1 commit
-
-
Guido Gunther authored
This applies the 'keypad' style class to both the keypad itself and its buttons. This allows to style the buttons and the keypad in the application.
-
- 03 Oct, 2018 1 commit
-
-
GTK+ 3.24.1 received style fixes required for HdyTitleBar to work as expected.
-
- 26 Sep, 2018 6 commits
-
-
Adrien Plazas authored
Better guard the focused header bar setter by checking that the set header bar actually is one and is part of the group.
-
Adrien Plazas authored
This also improves the documentation of its accessor functions.
-
Adrien Plazas authored
This also fixes the types of the accessor functions. Fixes Librem5/libhandy#46
-
Adrien Plazas authored
Take a reference when adding a header bar, release them on destruction and don't take extra references on the focused child. This avoids using pointers to dead header bars or to leak them.
-
Checks whether the decoration layout is NULL, empty or has at least one colon. Fixes Librem5/libhandy#44
-
Adrien Plazas authored
This was accidentally left in. Fixes Librem5/libhandy#47
-
- 25 Sep, 2018 1 commit
-
-
This allows to set the relief of the dialer buttons.
-
- 24 Sep, 2018 5 commits
-
-
When digit keys are pressed, check the buttons state to checked rather than changing the relief.
-
This makes newer newer Gir scanner happy (and is a good thing anyway).
-
This makes the enums clickable in the HdyLeaflet documentation, HdyFold usable in GtkBuild and makes the code smaller.
-
This makes the enums clickable in the HdyLeaflet documentation and makes the code smaller.
-
This makes sure it can be linked to by HdyLeaflet.
-
- 22 Sep, 2018 1 commit
-
-
- 21 Sep, 2018 7 commits
-
-
Adrien Plazas authored
-
Makes the secondary text smaller to better match the mockups for Calls.
-
This helps making it clear that these symbols are available, contrary to the dim ones from a regular dialer button.
-
Unify the digit and the letters of a dialer button as its symbols. This allows to make the code simpler by limiting the number of special cases. digit. This also handles Unicode characters.
-
Make the delete button clear the whole user input on long press
-
Adrien Plazas authored
-
Adrien Plazas authored
This is a boolean equivalent of the fold property, it is a needed convenience as is can be used in GtkBuilder declarations while the fold property is more convenient to use from C as it enables stronger typing.
-