summaryrefslogtreecommitdiff
path: root/gtk/theme
Commit message (Collapse)AuthorAgeFilesLines
* Adwaita: tooltip stylingwip/jimmac/tooltipsJakub Steiner2020-11-131-3/+2
| | | | | | | | - balance padding - increase border radius, yuck - get rid of text shadow Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3352
* Adwaita: rounded submenusJakub Steiner2020-11-131-3/+1
| | | | | | - all corners have rounded corners See https://gitlab.gnome.org/GNOME/gtk/-/issues/2745
* Adwaita: double declated $button_fillJakub Steiner2020-11-131-3/+0
| | | | - this was already in place in _common, no need to have it in _colors
* theme: Round all window cornerswip/exalm/windowAlexander Mikhaylenko2020-11-121-2/+1
|
* theme: Restructure window styleAlexander Mikhaylenko2020-11-121-20/+20
|
* Adwaita: avoid !globalJakub Steiner2020-11-122-18/+20
| | | | | - Work around having !global variables as sassc will no longer support it
* Adwaita: Don't do n-th child things for list rowsMatthias Clasen2020-11-111-5/+5
| | | | | | | | | | | | | Making the list row child css depend on the position is very expensive, and does not acutally work correctly (since we don't have widgets for all children, so the position of the child widget does not reflect the actual model item position). To make this more palatable, use the bottom border instead of the top border, since most lists have a natural border at the top (with headers), and may end up with empty space at the bottom.
* Adwaita: Set a background for magnifiersMatthias Clasen2020-11-031-0/+3
| | | | | | | | | The magnifier in entries is magnifying the GtkText widget, which does not draw any background itself. Therefore, we give the magnifier a background, to make things look as expected. Fixes: #3318
* Adwaita: dropdown search boxJakub Steiner2020-10-271-2/+3
| | | | | | - have some whitespace around entry Partial fix for https://gitlab.gnome.org/GNOME/gtk/-/issues/3291
* Adwaita: Set border-spacing for entriesMatthias Clasen2020-10-221-0/+1
| | | | | | When our entries contain icons, they should not run directly into the text, so put some spacing between the children of entries.
* Adwaita: Put column separators on the leftMatthias Clasen2020-10-191-4/+4
| | | | | | | When resizing columns, we clip a shrunk column on the right, so the separator disappears in that case unless we put it on the left side of the other column.
* Adwaita: selected:hover and focus:selected:hover stateswip/jimmac/sidebar-hover-selected-focusJakub Steiner2020-10-131-2/+3
| | | | | | | - getting pretty deep, but visually seems to make sense. Selected row hovers increase contrast. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3251
* Merge branch 'stackswitcher-button-styling' into 'master'Jakub Steiner2020-10-021-28/+4
|\ | | | | | | | | Adwaita: Simplify stackswitcher button styling See merge request GNOME/gtk!2498
| * Adwaita: Simplify stackswitcher button stylingnana-42020-08-281-28/+4
| | | | | | | | | | | | | | Simply use negative margins against the padding. Also remove the indicator only when the .needs-attention style class is removed.
* | Adwaita: close button for infobar, searchbarwip/jimmac/infosearch-closeJakub Steiner2020-10-011-27/+39
| | | | | | | | fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3215
* | Adwaita: Fix calendar header button backdrop bg colorTimm Bäder2020-09-241-0/+3
| |
* | Adwaita: osd spinbutton specificity bumpwip/jimmac/osd-spinbuttonJakub Steiner2020-09-231-1/+2
| | | | | | | | | | | | | | - mimic the peculiar selector from the normal style onto osd to override. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769
* | Adwaita: Don't restrict columnview editablelabel style to .data-tablenana-42020-09-221-10/+10
| | | | | | | | This should be available without .data-table.
* | Adwaita: Improve columnview stylingnana-42020-09-221-0/+27
| | | | | | | | | | | | | | - Move padding from parent row to child cell. - Align horizontal sizing of cell with header button. - Properly support GtkColumnView:show-column-separators. - Change cell height with and without .data-table.
* | Adwaita: Fix separator color for listsnana-42020-09-221-3/+3
| |
* | Adwaita: update tango color for DNDwip/jimmac/dnd-greenJakub Steiner2020-09-151-1/+1
| | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3158
* | Merge branch 'wip/jimmac/navlist-expander-whitespace' into 'master'Matthias Clasen2020-09-141-0/+7
|\ \ | | | | | | | | | | | | Adwaita: navigation list expander whitespace See merge request GNOME/gtk!2575
| * | Adwaita: navigation list expander whitespaceJakub Steiner2020-09-141-0/+7
| | | | | | | | | | | | - Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476
* | | Adwaita: whitespace for the gridJakub Steiner2020-09-141-10/+15
|/ / | | | | | | | | | | | | - separate labels - 12px margins around cells Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3164
* | Adwaita: navigation-sidebar spacingJakub Steiner2020-09-141-25/+28
| | | | | | | | | | | | - split from placessidebar as it's more generic Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3138
* | Revert "Adwaita: rich-list styling"nana-42020-09-051-9/+0
| | | | | | | | | | | | | | This reverts commit 2f0a4c7128ac31541c830b7ed223ce6417964bff. It seems the commit was accidentally added when 768e24afc1fc5ba1bdf63a3d438f66524b3b2e92 was manually merged and pushed.
* | Merge branch 'adwaita-more-border-spacing' into 'master'Matthias Clasen2020-08-311-21/+20
|\ \ | | | | | | | | | | | | Adwaita: Add border-spacing to some container widgets and style classes (properly) See merge request GNOME/gtk!2479
| * | Adwaita: Add border-spacing to some container widgets and style classesnana-42020-08-271-15/+13
| | | | | | | | | | | | | | | | | | This commit adds border-spacing to actionbar, searchbar, .toolbar and .app-notification, so their child widgets won't appear to be connected even without margin.
| * | Adwaita: Fix border-spacing for headerbarnana-42020-08-271-6/+7
| |/ | | | | | | | | GtkHeaderBar uses GtkCenterBox internally nowadays, so the theme needs to correspond to it.
* | Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-08-311-2/+1
|\ \ | | | | | | | | | | | | | | | | | | Wip/baedert/for master Closes #2777 See merge request GNOME/gtk!2503
| * | Change button hierarchyTimm Bäder2020-08-291-2/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | A radiobutton without indicator is really just a togglebutton with a group. A radiobutton with indicator is really just a checkbutton with a group. Make checkbutton its own widget not inheriting from GtkButton. GtkRadioButton could be removed but it stays for now. Radiobutton && !draw-indicator => Togglebutton Checkbutton && !draw-indicator => Togglebutton Radiobutton && draw-indicator => CheckButton + group
* | Adwaita: Ensure button.circular is a perfect circlenana-42020-08-311-6/+4
| | | | | | | | | | It seems the commit 9d60047616661dc073ca6310193c2e18a3aaa59c had no effect, even on image buttons.
* | Adwaita: rich-list stylingJakub Steiner2020-08-311-0/+9
| | | | | | | | FIXME: why is the second list in Demo>List Box>Controls taller?
* | Another attempt to make circular buttons squareMatthias Clasen2020-08-301-0/+1
|/ | | | circular button, square hole...
* Revert unintentional calendar changeMatthias Clasen2020-08-251-1/+0
| | | | This was unintentionally included in c0efadc0f399d.
* Adwaita: Make frames roundednana-42020-08-251-4/+9
| | | | | | | | | | As per GNOME mockups. Since GtkFrame now sets GTK_OVERFLOW_HIDDEN, we can round the frame without corner overlapping. This also adds some margin to the child label of GtkFrame to ensure it will not be clipped by the rounded corners of the frame.
* Adwaita: Remove a shadow-type leftovernana-42020-08-251-2/+0
| | | | | After commit edae2a8dc500b7af29928e5eb6dfc305726ce6e0, frames always draw frames. So, remove the unused frame.flat styling.
* Adwaita: error labels insensitive & backdrop statesJakub Steiner2020-08-221-1/+1
| | | | | | - address colored labels for the two states See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618
* viewport: Remove unused framenana-42020-08-221-4/+0
| | | | We've always removed this with Adwaita.
* placessidebar: Remove unused framenana-42020-08-221-2/+0
| | | | We've always removed this with Adwaita.
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-212-8/+8
|
* Merge branch 'wip/jimmac/rich-list-styling' into 'master'Jakub Steiner2020-08-201-2/+19
|\ | | | | | | | | Adwaita: rich-list styling See merge request GNOME/gtk!2456
| * Adwaita: rich-list stylingJakub Steiner2020-08-201-2/+19
| | | | | | | | | | | | FIXME: why is the second list in Demo>List Box>Controls taller? https://gitlab.gnome.org/GNOME/gtk/-/issues/3073
* | Merge branch 'replace-hardcoded-margins' into 'master'Matthias Clasen2020-08-201-1/+17
|\ \ | |/ |/| | | | | tooltip & placessidebar: Replace hard-coded margins with theme See merge request GNOME/gtk!2444
| * placessidebar: Replace hard-coded margins with themenana-42020-08-151-0/+12
| | | | | | | | So we can easily adjust the widget sizing in the theme.
| * tooltip: Replace hard-coded margins with themenana-42020-08-151-1/+5
| | | | | | | | So we can easily adjust the widget sizing in the theme.
* | Adwaita: error labels insensitive & backdrop statesJakub Steiner2020-08-171-1/+4
|/ | | | | | - address colored labels for the two states See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618
* Adwaita: error labels and entriesJakub Steiner2020-08-141-0/+3
| | | | See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063
* Adwaita: rich-list rowsJakub Steiner2020-08-131-1/+1
| | | | - add whitespace to match the existing look
* Adwaita: fix focus for .navigation-sidebarJakub Steiner2020-08-131-1/+1
|