Alex Monday
d3cf55a26d
Adwaita: Apply border-radius to .csd popovers
...
Fix popover_radius variable doesn't apply to .csd popover.
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1984
2019-06-27 11:07:51 +05:00
Jakub Steiner
df6e0da623
Adwaita: infobar borders
...
- defined a bottom border for infobars, move styling into descendant box
to hide border when unrevealed
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1165
2019-06-25 15:17:39 +02:00
Frederik Feichtmeier
a83e1bcc03
Adwaita: few vars to adjust color & metrics
2019-06-18 15:05:52 +02:00
Jakub Steiner
fa3d410848
Adwaita: tone down infobars
...
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1957
2019-06-18 10:19:11 +02:00
Jakub Steiner
2959b2075b
Adwaita: update treeview progressbars
...
- The style resembles Clearlooks and is way outdated.
https://gitlab.gnome.org/GNOME/gtk/issues/1938
2019-06-07 13:43:29 +02:00
nana-4
d942a31750
Adwaita: Don't round the non-csd menu corners
...
Otherwise, the menu will have ugly black corners.
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1661
2019-05-12 17:41:41 +09:00
Jakub Steiner
c734c7e918
Adwaita: tone down lowres icon aid
...
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1818
2019-04-29 15:07:10 +02:00
Jakub Steiner
152e65f07a
Adwaita: less purple OSD style
...
- one of the bits that escaped the purple cast is the osd background color
2019-04-11 15:31:31 +02:00
Alex Monday
3770defce7
Adwaita: Fix switch slider border on selected row
...
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1802
2019-04-02 20:12:56 +05:00
Matthias Clasen
a6f35772e7
Merge branch 'separate-marks-margins-on-scales' into 'gtk-3-24'
...
themes: Optimize code for marks margins on scales
See merge request GNOME/gtk!612
2019-03-29 22:58:49 +00:00
Matthias Clasen
1e2bd15b22
Merge branch 'wip/jimmac/list-image-buttons' into 'gtk-3-24'
...
list image buttons
See merge request GNOME/gtk!656
2019-03-29 14:26:13 +00:00
Jakub Steiner
fc3317138e
Adwaita: tone down app icon shadows
...
- based on Tobias' and Allan's feedback, the app icon dropshadow
were too prominent.
2019-03-25 17:59:24 +01:00
Matthias Clasen
17665f06e3
Merge branch 'wip/jimmac/adwaita-selection-checked-buttons' into 'gtk-3-24'
...
Adwaita: checked buttons workaround
See merge request GNOME/gtk!657
2019-03-20 14:05:23 +00:00
Matthias Clasen
17dc55474b
Merge branch 'adwaita-headerbar-switch-margins' into 'gtk-3-24'
...
Adwaita: Adjust switch margins on headerbars
See merge request GNOME/gtk!650
2019-03-20 14:04:32 +00:00
Jakub Steiner
e60b55626e
Adwaita: focus ring radius
...
- backport from master
fixes https://gitlab.gnome.org/GNOME/gtk/issues/1756
2019-03-20 13:40:21 +01:00
Jakub Steiner
e7e31a4835
Adwaita: only tone down image buttons
...
- Rather than making labeled buttons inside lists toned down,
only tone down image buttons, so that we don't have to include
icon-only actions. Places like Software can continue using label
buttons with no change without having those less visible.
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1748
2019-03-20 11:31:50 +01:00
Jakub Steiner
c9cfdf7a91
Adwaita: checked buttons workaround
...
Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1642 once and for all
(until it resurfaces)
2019-03-19 17:22:42 +01:00
Alex Monday
430caaa167
Adwaita: Adjust switch margins on headerbars
...
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1759
2019-03-19 19:46:00 +05:00
Jakub Steiner
ff6b519286
Merge branch 'monday15/gtk-adwaita-selectionmode-checkboxes2' into gtk-3-24
2019-03-12 17:24:41 +01:00
Alex Monday
a58d7573f6
Adwaita: Fix selection-mode checkboxes
...
Use object-select-symbolic as a check icon, adjust styles.
Closes https://gitlab.gnome.org/GNOME/gtk/issues/28
2019-03-12 17:24:19 +01:00
Jakub Steiner
e8e2f5163c
Merge branch 'adwaita-radii-fixes' into 'gtk-3-24'
...
Adwaita radii fixes
See merge request GNOME/gtk!619
2019-03-11 10:59:55 +00:00
Matthias Clasen
31a33593cd
Merge branch 'adwaita-fix-backdrop-label' into 'gtk-3-24'
...
Adwaita: Fix label color on backdrop devel window
See merge request GNOME/gtk!623
2019-03-10 01:04:44 +00:00
Alex Monday
22d9241ab4
Adwaita: Fix label color on backdrop devel window
...
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1734
2019-03-10 00:52:48 +05:00
Alex Monday
1d960d7028
Adwaita: Adjust entry border-radius
...
Replace entry border-radius value with $button_radius variable.
2019-03-04 22:25:37 +05:00
Alex Monday
44fcc0435c
Adwaita: Replace spinbutton border-radii with variables
...
Replace hardcoded border-radius values with $button_radius
variable on spinbuttons.
2019-03-04 22:25:11 +05:00
Alex Monday
625a0e3d6c
Adwaita: Replace all %linked radii with variables
...
Some of hardcoded border-radius values on linked elements were left
unchanged during Adwaita refresh.
2019-03-04 22:24:20 +05:00
Alex Monday
0b61d6f6ae
Adwaita: Fix typo (missing comma)
...
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1713
2019-03-04 20:30:43 +05:00
Alex Monday
deba92f729
themes: Optimize code for marks margins on scales
...
Separate marks margins for horizontal/vertical scales. Prevents
generation of unused margins.
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1703
2019-03-02 14:20:02 +05:00
Jakub Steiner
2cd62574ac
Adwaita: define insensitive links
...
- tone down the disabled/insensitive links.
Fixes issue #1645
2019-02-27 12:10:56 +01:00
Jakub Steiner
1a91c953eb
Adwaita: scrolled context menus
...
- fix margins as per merg request #547
2019-02-27 11:45:27 +01:00
Jakub Steiner
864e1ca526
Adwaita: circles for .circular buttons
...
- doesn't catch all cases, but most buttons need uniform paddings
to remain circular, not elliptical.
fixes issue #1695
2019-02-22 12:35:32 +01:00
Jakub Steiner
224213dad6
Adwaita: selection mode buttons fix
...
- don't allow the headerbar :active darkening (bug #1588 ) to override
selection-mode blue buttons.
Fixes issue #1642
2019-02-04 17:24:55 +01:00
Alex Monday
933765204f
Adwaita: Horizontal OSD spinbutton entry fix
...
Add placeholder to hande horizontal spinbutton entries,
add instructions for horizontal OSD spinbutton entry to use this
placeholder.
2019-02-04 15:05:43 +01:00
Alex Monday
7395160e5b
Adwaita: Improve dropdown menu buttons
...
Improve overflow arrow buttons drawing on a scrollable dropdown menu:
reduce top button's margin-top to match size of a bottom button, add
margin-top for bottom button to compensate bottom margin (otherwise
button overlaps with menu content).
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1539
2019-01-31 16:42:32 +01:00
Jakub Steiner
b522c59880
Adwaita: switches with no labels
...
- it's less busy and still clearer without the label
- It may be right that color alone is a poor differentiator,
but labels do still exist for the accessible theme.
2019-01-28 12:34:48 +01:00
Jakub Steiner
519ff2ac6a
Merge branch 'fix-button-icon-position' into 'wip/jimmac/adwaita-3-32'
...
Adwaita: Fix wrong icon position in some buttons
See merge request GNOME/gtk!533
2019-01-28 11:57:42 +01:00
Jakub Steiner
6f1e611c3b
Merge branch 'wip/jimmac/adwaita-3-32' into 'fix-button-icon-position'
...
# Conflicts:
# gtk/theme/Adwaita/_common.scss
# gtk/theme/Adwaita/gtk-contained-dark.css
# gtk/theme/Adwaita/gtk-contained.css
2019-01-28 10:46:48 +00:00
Sam Hewitt
17ab084f28
Adwaita: fix padding and rounding on menubar submenus
2019-01-28 11:43:54 +01:00
Jakub Steiner
4d08be5d03
Adwaita: selection mode labels
...
- when not in focus, make sure labels are legible
but flat.
Fixes issue #1562
2019-01-28 11:43:54 +01:00
Jakub Steiner
aa1e565fb5
Adwaita: darken dark mode
...
- match lightness of the old theme.
Fixes issue #1605
2019-01-28 11:43:54 +01:00
Jakub Steiner
72010d7894
Adwaita: do show labels on switches
...
- now that we have I/O and not ON/OFF
2019-01-28 11:43:54 +01:00
Jakub Steiner
25bf546eee
Adwaita: headerbar buttons separators
...
- make the border more aparent for when two :active buttons
are neighboring (Builder panel toggles).
2019-01-28 11:43:54 +01:00
Jakub Steiner
24e6995d92
Adwaita: headerbar togglebuttons backdrop
...
- redefine overriden backdrop state
2019-01-28 11:43:54 +01:00
Jakub Steiner
079aef0b8d
Adwaita: expand the headerbar button styling
...
- it's not just stackswitcher buttons, apparently. Builder uses
togglebuttons.
2019-01-28 11:43:54 +01:00
Jakub Steiner
7da52e5255
Adwaita: don't do undershoot
...
- No need to indicate overflown content. No other OS does this.
fixes #1591
2019-01-28 11:43:54 +01:00
Jakub Steiner
0f764eb16e
Adwaita: make switcher buttons' active darker
...
- create more contrast against the headerbar background without lowering
contrast with the label and border.
- top border shaded for extra aid of the state being pressed (in the two button scenatio)
Addesses issue #1588
2019-01-28 11:43:54 +01:00
Jakub Steiner
de1f87b1f4
Adwaita: tone down the window roundounding
2019-01-28 11:43:54 +01:00
Jakub Steiner
86acf52032
Adwaita: button-alt toning down
...
- checkboxes and radios were too 3d
2019-01-28 11:43:54 +01:00
Jakub Steiner
c514cf75e4
Adwaita: darker active state for buttons
2019-01-28 11:43:54 +01:00
Jakub Steiner
5c67d7d7b1
Adwaita: selection dropdown vcentering
...
- somewhat odd off-center vertical centering on the selection
filter popover
2019-01-28 11:43:54 +01:00