- 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 Librem5/libhandy#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.
-
- 27 May, 2019 6 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
This allows to easily create searchable preferences windows. Fixes Librem5/libhandy#101
-
Adrien Plazas authored
This will be used to group preferences as pages in a preferences window.
-
This will be used to group preferences rows as a coherent group in a preferences page.
-
This allows to use HdyActionRow and its derivatives as preferences rows.
-
This will be used as the base row for the preferences window, offering data needed to search a preference entry.
-
- 26 May, 2019 3 commits
-
-
Guido Gunther authored
This makes grabbing them simpler.
-
Guido Gunther authored
Otherwise test failure there will stop the build stage but we want to detect test failures in the test stage.
-
Guido Gunther authored
Otherwise we fail there on test failures instead of the test stage.
-
- 25 May, 2019 3 commits
-
-
-
We don't evaluate it.
-
These are to be used like meson -Db_sanitize=address _build ASAN_OPTIONS=fast_unwind_on_malloc=0 LSAN_OPTIONS=suppressions=${PWD}/data/leak-suppress.txt ninja -C _build/ test We need the ASAN_OPTIONS=fast_unwind_on_malloc=0 so we get a stack trace to filter out gtk_header_bar_set_decoration_layout. See https://mesonbuild.com/howtox.html#use-address-sanitizer
-
- 22 May, 2019 3 commits
-
-
This prevents the buttons from looking terribly narrow in a wide bar by making them request a minimum good looking natural size.
-
Add margings around the view switcher to better match the mockups.
-
This fixes a code style error and will avoid to propagate it as the file gets edited.
-
- 17 May, 2019 2 commits
-
-
Adrien Plazas authored
When computing the size of the button, take the button's border into account. Fixes Librem5/libhandy#108
-
This lets HdyViewSwitcherBar reach even narrower widths.
-