- May 20, 2020
-
-
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.
-
- May 19, 2020
-
-
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.
-
- May 15, 2020
-
-
-
Fixes #267.
-
This is the latest stable and we need to adapt to libgladeui API changes.
-
- May 14, 2020
-
-
Stelios Milidonis authored
-
Stelios Milidonis authored
-
Stelios Milidonis authored
-
- May 13, 2020
-
-
louib authored
-
- May 11, 2020
- May 07, 2020
-
-
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 #59 Signed-off-by: Alexander Mikhaylenko <alexm@gnome.org>
-
Use 650px maximum width, 400px linear growth width. Fixes half of #98 Signed-off-by: Alexander Mikhaylenko <alexm@gnome.org>
-
Adapt the adaptor code from GtkSearchBar. Fixes #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>
-
Signed-off-by: Alexander Mikhaylenko <alexm@gnome.org>
-