summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita
Commit message (Collapse)AuthorAgeFilesLines
* Adwaita: tone down infobarsJakub Steiner2019-06-183-40/+48
| | | | Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1957
* Adwaita: update treeview progressbarsJakub Steiner2019-06-073-34/+15
| | | | | | - The style resembles Clearlooks and is way outdated. https://gitlab.gnome.org/GNOME/gtk/issues/1938
* Adwaita: Don't round the non-csd menu cornersnana-42019-05-123-6/+8
| | | | | | Otherwise, the menu will have ugly black corners. Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1661
* Adwaita: tone down lowres icon aidJakub Steiner2019-04-293-6/+6
| | | | Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1818
* meson: Sync build files with master and update to 3.24Nirbheek Chauhan2019-04-111-0/+30
|
* Adwaita: less purple OSD styleJakub Steiner2019-04-113-65/+65
| | | | - one of the bits that escaped the purple cast is the osd background color
* Adwaita: Fix switch slider border on selected rowAlex Monday2019-04-022-7/+0
| | | | Closes https://gitlab.gnome.org/GNOME/gtk/issues/1802
* Merge branch 'separate-marks-margins-on-scales' into 'gtk-3-24'Matthias Clasen2019-03-293-35/+26
|\ | | | | | | | | themes: Optimize code for marks margins on scales See merge request GNOME/gtk!612
| * themes: Optimize code for marks margins on scalesAlex Monday2019-03-023-35/+26
| | | | | | | | | | | | | | Separate marks margins for horizontal/vertical scales. Prevents generation of unused margins. Closes https://gitlab.gnome.org/GNOME/gtk/issues/1703
* | Merge branch 'wip/jimmac/list-image-buttons' into 'gtk-3-24'Matthias Clasen2019-03-293-8/+19
|\ \ | | | | | | | | | | | | list image buttons See merge request GNOME/gtk!656
| * | Adwaita: only tone down image buttonsJakub Steiner2019-03-203-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Adwaita: tone down app icon shadowsJakub Steiner2019-03-253-4/+4
| | | | | | | | | | | | | | | - based on Tobias' and Allan's feedback, the app icon dropshadow were too prominent.
* | | Merge branch 'wip/jimmac/adwaita-selection-checked-buttons' into 'gtk-3-24'Matthias Clasen2019-03-203-3/+5
|\ \ \ | |/ / | | | | | | | | | Adwaita: checked buttons workaround See merge request GNOME/gtk!657
| * | Adwaita: checked buttons workaroundJakub Steiner2019-03-193-3/+5
| | | | | | | | | | | | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/issues/1642 once and for all (until it resurfaces)
* | | Merge branch 'adwaita-headerbar-switch-margins' into 'gtk-3-24'Matthias Clasen2019-03-203-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Adwaita: Adjust switch margins on headerbars See merge request GNOME/gtk!650
| * | | Adwaita: Adjust switch margins on headerbarsAlex Monday2019-03-193-4/+4
| |/ / | | | | | | | | | Closes https://gitlab.gnome.org/GNOME/gtk/issues/1759
* | | Adwaita: focus ring radiusJakub Steiner2019-03-203-3/+3
|/ / | | | | | | | | | | - backport from master fixes https://gitlab.gnome.org/GNOME/gtk/issues/1756
* | Adwaita: Drop checkbox-selectionmode assetsAlex Monday2019-03-1318-328/+1
| |
* | Merge branch 'monday15/gtk-adwaita-selectionmode-checkboxes2' into gtk-3-24Jakub Steiner2019-03-123-32/+37
|\ \
| * | Adwaita: Fix selection-mode checkboxesAlex Monday2019-03-123-32/+37
| |/ | | | | | | | | | | Use object-select-symbolic as a check icon, adjust styles. Closes https://gitlab.gnome.org/GNOME/gtk/issues/28
* | Merge branch 'adwaita-radii-fixes' into 'gtk-3-24'Jakub Steiner2019-03-113-35/+35
|\ \ | | | | | | | | | | | | Adwaita radii fixes See merge request GNOME/gtk!619
| * | Adwaita: Adjust entry border-radiusAlex Monday2019-03-043-3/+3
| | | | | | | | | | | | Replace entry border-radius value with $button_radius variable.
| * | Adwaita: Replace spinbutton border-radii with variablesAlex Monday2019-03-043-18/+18
| | | | | | | | | | | | | | | Replace hardcoded border-radius values with $button_radius variable on spinbuttons.
| * | Adwaita: Replace all %linked radii with variablesAlex Monday2019-03-043-14/+14
| |/ | | | | | | | | Some of hardcoded border-radius values on linked elements were left unchanged during Adwaita refresh.
* | Merge branch 'adwaita-fix-backdrop-label' into 'gtk-3-24'Matthias Clasen2019-03-103-0/+6
|\ \ | | | | | | | | | | | | Adwaita: Fix label color on backdrop devel window See merge request GNOME/gtk!623
| * | Adwaita: Fix label color on backdrop devel windowAlex Monday2019-03-103-0/+6
| |/ | | | | | | Closes https://gitlab.gnome.org/GNOME/gtk/issues/1734
* | Adwaita: Fix typo (missing comma)Alex Monday2019-03-043-3/+3
|/ | | | Closes https://gitlab.gnome.org/GNOME/gtk/issues/1713
* Adwaita: define insensitive linksJakub Steiner2019-02-273-0/+7
| | | | | | - tone down the disabled/insensitive links. Fixes issue #1645
* Adwaita: scrolled context menusJakub Steiner2019-02-273-7/+7
| | | | - fix margins as per merg request #547
* Adwaita: circles for .circular buttonsJakub Steiner2019-02-223-2/+3
| | | | | | | - doesn't catch all cases, but most buttons need uniform paddings to remain circular, not elliptical. fixes issue #1695
* Adwaita: lost selectionmode resourcesJakub Steiner2019-02-0817-0/+8
| | | | | - somehow we lost the selection mode image resources - FIXME: checkbox-active-selectionmode is not being used.
* Adwaita: selection mode buttons fixJakub Steiner2019-02-043-24/+27
| | | | | | | - don't allow the headerbar :active darkening (bug #1588) to override selection-mode blue buttons. Fixes issue #1642
* Adwaita: Horizontal OSD spinbutton entry fixAlex Monday2019-02-043-3/+11
| | | | | | Add placeholder to hande horizontal spinbutton entries, add instructions for horizontal OSD spinbutton entry to use this placeholder.
* Adwaita: Improve dropdown menu buttonsAlex Monday2019-01-313-5/+6
| | | | | | | | | 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
* Adwaita: switches with no labelsJakub Steiner2019-01-283-4/+8
| | | | | | - 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.
* Merge branch 'fix-button-icon-position' into 'wip/jimmac/adwaita-3-32'Jakub Steiner2019-01-283-9/+9
|\ | | | | | | | | | | Adwaita: Fix wrong icon position in some buttons See merge request GNOME/gtk!533
| * Merge branch 'wip/jimmac/adwaita-3-32' into 'fix-button-icon-position'Jakub Steiner2019-01-283-4/+4
| |\ | |/ |/| | | | | | | # Conflicts: # gtk/theme/Adwaita/_common.scss # gtk/theme/Adwaita/gtk-contained-dark.css # gtk/theme/Adwaita/gtk-contained.css
* | Adwaita: fix padding and rounding on menubar submenusSam Hewitt2019-01-283-6/+19
| |
* | Adwaita: selection mode labelsJakub Steiner2019-01-283-0/+9
| | | | | | | | | | | | | | - when not in focus, make sure labels are legible but flat. Fixes issue #1562
* | Adwaita: use neutral greys for darkJakub Steiner2019-01-282-286/+286
| | | | | | | | | | | | - the hint of warm color is too subtle to even notice for most people Fixes issue #1589
* | Adwaita: darken dark modeJakub Steiner2019-01-283-274/+274
| | | | | | | | | | | | - match lightness of the old theme. Fixes issue #1605
* | Reduce vertical menu padding from 8px to 4pxfeichtmeier2019-01-281-1/+1
| |
* | Adwaita: do show labels on switchesJakub Steiner2019-01-283-6/+5
| | | | | | | | - now that we have I/O and not ON/OFF
* | Adwaita: headerbar buttons separatorsJakub Steiner2019-01-283-3/+4
| | | | | | | | | | - make the border more aparent for when two :active buttons are neighboring (Builder panel toggles).
* | Adwaita: headerbar togglebuttons backdropJakub Steiner2019-01-283-0/+11
| | | | | | | | - redefine overriden backdrop state
* | Adwaita: expand the headerbar button stylingJakub Steiner2019-01-283-3/+4
| | | | | | | | | | - it's not just stackswitcher buttons, apparently. Builder uses togglebuttons.
* | Adwaita: don't do undershootJakub Steiner2019-01-284-94/+0
| | | | | | | | | | | | - No need to indicate overflown content. No other OS does this. fixes #1591
* | Adwaita: update image assetsJakub Steiner2019-01-28138-330/+227
| | | | | | | | | | | | - mainly sliders fixes #1590
* | Adwaita: make switcher buttons' active darkerJakub Steiner2019-01-283-1/+11
| | | | | | | | | | | | | | | | - 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
* | Adwaita: tone down the window roundoundingJakub Steiner2019-01-283-9/+9
| |