- 19 Jul, 2021 5 commits
-
-
Fixes GNOME/libadwaita#233
-
Alexander Mikhaylenko authored
This will allow to expose it in AdwPreferencesWindow.
-
Alexander Mikhaylenko authored
Having multiple pages with the null name isn't a problem to warn about.
-
-
We provide a setter for it, meaning it can be changed after construction. With that in mind, it cannot be construct-only. See GNOME/gtk#4109
-
- 15 Jul, 2021 1 commit
-
-
- 09 Jul, 2021 10 commits
-
-
It was 5px. Match header bar and action bar instead and use 6px.
-
Since message dialogs use flat buttons now, the original concern of linking suggested/destructive-action buttons isn't an issue anymore. So use 1px overlap to create visible borders instead of spacing. Remove the rounding as well, it was only there for the grow effect which we're not implementing. Fixes GNOME/libadwaita#201
-
Match the new designs.
-
Allow them to be placed into action bars and toolbars with no broken margins in future.
-
-
It went too far trying to be legible and is too similar to regular text now. Make it slightly brighter so it's clearly distinct, while still readable.
-
Adrien Plazas authored
-
Adrien Plazas authored
This more explicitely explains how to use the widget.
-
Adrien Plazas authored
It's used in a static way, there is no point in keeping it as a field.
-
Adrien Plazas authored
-
- 08 Jul, 2021 11 commits
-
-
-
-
This behavior makes no sense with badges, and apps can easily reimplement it if needed.
-
-
We don't use it anymore, and it was a hack anyway.
-
Allow to put a badge displaying text instead of just a dot indicator. It can stack with needs-attention, that changes the badge color.
-
-
We'll add a second type of indicator later, clarify the name.
-
-
-
-
- 07 Jul, 2021 1 commit
-
-
Sophie Herold authored
- gtk_label_set_label() does not (officially) accept NULL - there is no need to accept/return NULL - it was not consistent between types before
-
- 05 Jul, 2021 1 commit
-
-
Sophie Herold authored
-
- 04 Jul, 2021 1 commit
-
-
Alexander Mikhaylenko authored
See GNOME/gtk@47b5c68d
-
- 29 Jun, 2021 1 commit
-
-
- 24 Jun, 2021 7 commits
-
-
Sophie Herold authored
-
We use AdwFoldThresholdPolicy to determine the size at which the flap should fold.
-
A followup to the previous commit; We use AdwFoldThresholdPolicy to determine the size at which a leaflet should fold, which may help with case like Fractal where the leaflet folds too early.
-
Currently we have hardcoded behaviour for flap and leaflet, where leaflet uses the sum of natural widths and flap uses the sum of minimum widths to determine what size to fold at. Some applications, like Fractal, need to be able to adjust this behaviour. For that purpose, we need AdwFoldThresholdPolicy.
-
Alexander Mikhaylenko authored
Revert the the previous style for now, the new one clearly needs more thought.
-
Alexander Mikhaylenko authored
This reverts commit a7636b0c.
-
Alexander Mikhaylenko authored
This reverts commit 37fc4cb8.
-
- 23 Jun, 2021 2 commits
-
-
Christopher Davis authored
These directories, pulled in by the build system, should not be checked into our commit history. Adding them to the gitignore will prevent anyone from accidentally adding them.
-
Otherwise it defaults to the "master" branch which does not exist.
-