- Mar 17, 2020
-
-
Julian Sparber authored
-
Julian Sparber authored
-
Julian Sparber authored
-
Julian Sparber authored
-
Julian Sparber authored
This widget shows a `GdkPixbuf` or when none is given it generates a fallback.
-
- Mar 12, 2020
-
-
Adrien Plazas authored
This makes the code simpler and better document how to implement view switchers.
-
Adrien Plazas authored
This makes the code simpler.
-
Adrien Plazas authored
-
Adrien Plazas authored
Fixes Librem5/libhandy#160.
-
Adrien Plazas authored
This prevents the view switcher bar from being revealed when there is no stack set, or it has less than two pages, as there is no point having a switcher when there aren't pages to switch to.
-
Adrien Plazas authored
-
- Mar 11, 2020
-
-
-
-
Fixes Librem5/libhandy#127
-
- Mar 10, 2020
-
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
-
Alexander Mikhaylenko authored
Don't try to do it manually. Also remove redundant Esc key handling. Fixes Librem5/libhandy#225
-
Adrien Plazas authored
Let's use the power of SASS to simplify definitions. This also fixes an upward shadow definition error.
-
Adrien Plazas authored
This allows loading custom themes depending on the current theme and variant, and to handle theme and variant changes. Fixes Librem5/libhandy#212.
-
Adrien Plazas authored
Also ship Adwaita-dark as we compile it.
-
Adrien Plazas authored
This helps implementing various themes and their variants by limiting the number of sources.
-
Adrien Plazas authored
This will help migrating from priority-based CSS classes to per-theme and per-variant SASS overrides.
-
This allows disabling search. Fixes Librem5/libhandy#157.
-
- Mar 08, 2020
-
-
Alexander Mikhaylenko authored
Fix a syntax error. Fixes a part of Librem5/libhandy#228
-
- Mar 05, 2020
-
-
Ujjwal Kumar authored
Fixes: Librem5/libhandy#206
-
Adrien Plazas authored
-
Adrien Plazas authored
This makes buttons flat-yet-outlined, which is expected when putting them in listboxes.
-
Adrien Plazas authored
The replaces using the .frame style class and adding separators as row headers by using the .preferences style class on preference lists.
-
Adrien Plazas authored
This gives rounded corners, auto separators and a nice expansion animation to lists using it.
-
Adrien Plazas authored
-
Adrien Plazas authored
Make the widget descend from HdyPreferencesRow directly for more freedom on how to handle clicks and implement the nested rows, and instead embed a HdyActionRow to implement the expander row itself, and a GtkListBox to store the nested rows. Rows can be added directly to the expander and will be stored in the nested list. This drops the button in favor of clicking the expander row to hide the nested list, use the hdy-expander-arrow-symbolic (similar to the go-down-symbolic icon), and make the icon have a dim color when not expanded and the accent color when expanded. Fixes Librem5/libhandy#90
-
Adrien Plazas authored
This will be used in the next commit when refactoring HdyExpanderRow.
-
Adrien Plazas authored
This allows embedding icons as resources in libhandy.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
Make the popover's list take the whole space in the popover.
-
- Mar 03, 2020
-
-
Adrien Plazas authored
Warn about the box.row-header subnode of HdyActionRow being renamed as box.header.
-
Adrien Plazas authored
-
Adrien Plazas authored
-