- 21 May, 2020 1 commit
-
-
Alexander Mikhaylenko authored
HdyPreferencesGroup has a label with h4 style class, which is supposed to be bold. However, it's only bold when the group is also inside a HdyPreferencesWindow, which doesn't make much sense. So instead style h4 labels instead of preferences groups instead of windows.
-
- 20 May, 2020 5 commits
-
-
Alexander Mikhaylenko authored
It's almost invisible in dark variant, so make it more opaque. Use $border_color for border for HighContrast, as it doesn't have to look pretty there and the regular one isn't visible enough. Fix formatting in the background-shadow mixin and use rgba(0, 0, 0, x) instead of hdyalpha(#000, x) for consistency.
-
Alexander Mikhaylenko authored
Since HighContrast is now a variant of Adwaita, we can get HC and HCI support for free by just importing the SCSS files with its color overrides. However, it must be imported after `colors`, but before `drawing`, and it's not possible to do conditional imports, so move the `colors` import to the individual theme styles from `definitions`. Introduce $high_contrast variable, it will be used to add some HC-specific overrides later. Fixes #221
-
Alexander Mikhaylenko authored
The fact the shared style is loaded at override priority is causing problems for elementary: #273 While window corners are fixed by the previous commit, they aren't the only area that they may want to style. Split the part that's just visuals into a separate stylesheet named fallback.css, and load it at a fallback priority for all stylesheets, leave shared for critical styles, such as layout.
-
Alexander Mikhaylenko authored
The fact window corners are applied everywhere causes problems for elementary. At the same time we can't lower priority because it's needed to override the corners in Adwaita. Hence move the corners to Adwaita and accept glitchy bottom corners in random themes. They can override them if needed, not like they don't have other glitches. Fixes #273
-
Adrien Plazas authored
Fixes #271.
-
- 19 May, 2020 4 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
They will actually be introduced in the 0.80.0 tag.
-
Adrien Plazas authored
This should help making it clear it is the first libhandy 1 alpha.
-
Adrien Plazas authored
This slso suggests to see the docs for HdyDeck and HdyLeaflet.
-
- 15 May, 2020 3 commits
-
-
-
Fixes #267.
-
This is the latest stable and we need to adapt to libgladeui API changes.
-
- 14 May, 2020 3 commits
-
-
Stelios Milidonis authored
-
Stelios Milidonis authored
-
Stelios Milidonis authored
-
- 13 May, 2020 1 commit
-
-
louib authored
-
- 11 May, 2020 4 commits
-
-
This avoids leaking private enums in the public API, e.g. StackableBoxTransitionType here.
-
-
Fixes: Librem5/libhandy#201
-
It of course needs libhandy-1-0, which is automatically added. Fixes Librem5/libhandy#261
-
- 07 May, 2020 19 commits
-
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
This is mostly same as for HdyPrefrencesWindow. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Since HdyPreferencesWindow can only add pages, use an action to add a page and expose the position child property to reorder them. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
The two widgets are so similar they share the same adaptor code. Fixes Librem5/libhandy#59 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Use 650px maximum width, 400px linear growth width. Fixes half of Librem5/libhandy#98 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Adapt the adaptor code from GtkSearchBar. Fixes Librem5/libhandy#98 Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Copy the adaptor code from GtkHeaderBar. Don't port over the editor, as it's not very important, but now we can at least add children. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Make it easier to reorder children. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
This will help to slightly reduce code duplication in glade adaptors. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Add a bunch of attributes needed for HdyHeaderBar. Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-
Signed-off-by:
Alexander Mikhaylenko <alexm@gnome.org>
-