- 29 Jul, 2019 7 commits
-
-
-
This makes the log messages from libhandy look like `Handy-Debug: …` rather than `** Debug: …`, making them easier to distinguish.
-
-
-
dh-sequence-gir is a virtual package provided by gobject-introspection. debhelper 12 automatically enables the gir helper when this is part of Build-Depends. https://manpages.debian.org/unstable/dh#OPTIONS
-
debhelper compat 12 uses dh_makeshlibs -VUpstream-Version by default
-
-
- 12 Jul, 2019 1 commit
-
-
Adrien Plazas authored
This will show the back button not only in small HdyDialog but in all small windows that are not sovereign.
-
- 10 Jul, 2019 1 commit
-
-
Ting-Wei Lan authored
\+ is a non-standard GNU extension recognized by GNU sed. However, it doesn't work on FreeBSD, causing the generated hdy_init_public_types function to be empty. Fixes Librem5/libhandy#135
-
- 09 Jul, 2019 2 commits
-
-
Adrien Plazas authored
This shows how to use HdyHeaderBar and HdyDialog to create a more complex adaptive dialog.
-
Adrien Plazas authored
If a header bar is in a narrow HdyDialog, it will display a back button at its start in place of its usual window decorations. Fixes Librem5/libhandy#73
-
- 05 Jul, 2019 3 commits
-
-
Adrien Plazas authored
This will be used in the next commit by HdyHeaderBar to know if it's toplevel HdyDialog is in narrow mode.
-
Adrien Plazas authored
-
Adrien Plazas authored
This will make introducing new properties simpler.
-
- 02 Jul, 2019 1 commit
-
-
Adrien Plazas authored
Using another widget is perfectly valid, so we should just return instead.
-
- 20 Jun, 2019 1 commit
-
-
Gabriele Musco authored
-
- 19 Jun, 2019 1 commit
-
-
Adrien Plazas authored
Puts the buttons into a vertical size group rather than making the rows homogeneous. This prevents a bug from GtkGrid to make the buttons too tall when the action buttons are hidden. Fixes Librem5/libhandy#130
-
- 12 Jun, 2019 1 commit
-
-
Guido Gunther authored
-
- 10 Jun, 2019 1 commit
-
-
Fixes Librem5/libhandy#121
-
- 09 Jun, 2019 1 commit
-
-
- 08 Jun, 2019 1 commit
-
-
Guido Gunther authored
The variable needs to be in sync with the initial value of the show-action-buttons property otherwise a call to hdy_dialer_show_action_buttons (dialer, FALSE) will do nothing. See Librem5/phosh#69 (comment 38293) Broken-By: 63b0a0e2
-
- 06 Jun, 2019 9 commits
-
-
-
-
This avoids emitting the notify signal when the value doesn't change.
-
Put checked variable first like in other tests.
-
-
Add more widgets and a comparison of HdyDialog
-
-
-
Mohammed Sadiq authored
-
- 03 Jun, 2019 5 commits
-
-
Allow to display the current value as the subtitle rather than at the end of the row. Fixes Librem5/libhandy#95
-
Replace HdyComboRowCreateLabelData by HdyComboRowGetName and keep a reference to in the combo row to allow accessing it externally. It will be needed to automatically handle converting the value into a name to display as the subtitle of the row.
-
Consistently point to the arrow rather than sometimes to the arrow and sometimes to the invisible box containing the current value.
-
This makes the header bar's widgets look better by ensuring they are always centered, even if it means they will be narrower.
-
-
- 29 May, 2019 1 commit
-
-
Adrien Plazas authored
This avoids a run time warning.
-
- 28 May, 2019 4 commits
-
-
Adrien Plazas authored
This will help users of HdyViewSwitcher to know how to make it look good in a header bar.
-
Adrien Plazas authored
This correctly centers the view switcher and demoes HdyHeaderBar.
-
Adrien Plazas authored
Fork GtkHeaderBar to help fixing shortcomings caused by adaptive designs or coming from GtkHeaderBar itself as features are not accepted into GTK 3 anymore. Fixes #102
-
Adrien Plazas authored
Add the private GtkWindow functions _gtk_window_toggle_maximized() and gtk_window_get_icon_for_size() which will be used in the next commit by HdyHeaderBar.
-