summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-12nautilus: use the right shadow for icons on the desktopCosimo Cecchi1-1/+1
Make it (1, 1) px offset, as it was in 3.0.
2011-09-12Window decorations: fixed attached modals.Lapo Calamandrei1-13/+8
2011-09-09combobox-entry: switch radius/borders when in RTL modeCosimo Cecchi2-4/+60
Don't assume the entry is always the first child and the button is always the last. Instead, use nth-child(first) and nth-child(last) to decide where the junction should be drawn. https://bugzilla.gnome.org/show_bug.cgi?id=658507
2011-09-08Updated Gujarati TranslationsSweta Kothari1-6/+31
2011-09-07dnd: add a style selector for the dnd style classCosimo Cecchi1-0/+7
It's a stock GTK class and it's used by Nautilus, so it should be supported here.
2011-09-07nautilus: ensure the searchbar icon has the right colorCosimo Cecchi1-0/+4
See also http://git.gnome.org/browse/nautilus/commit/?id=0ae354ce50394d18be01ca670fdf190d63c1591e for more rationale.
2011-09-07all: move applications overrides into a separate stylesheetCosimo Cecchi5-15/+112
And import the Nautilus styles there as well.
2011-09-07rubberband: style rubberband class for viewsCosimo Cecchi1-0/+1
2011-09-07build: Make error on older GTK+ nicerBastien Nocera1-2/+4
"configure: error: GTK+-3.0 is required to compile gnome-themes-standard" But I have something even newer than that! And it's definitely installed, I hear you cry. Yeah, it wasn't you, it was us. No, really, it was us. "configure: error: GTK+ 3.1.18 is required to compile gnome-themes-standard"
2011-09-07image: always set a color for the image classCosimo Cecchi1-2/+5
Not only for images in an entry.
2011-09-07button: remove highlight from active button borderCosimo Cecchi1-12/+3
As suggested by Lapo Calamandrei.
2011-09-06release: prepare for 3.1.91Cosimo Cecchi2-1/+8
2011-09-06build: bump GTK+ required versionCosimo Cecchi1-1/+1
3.1.18 is now required for pathbar theming and GtkThemingEngine's gtk_render_line() implementation which we rely upon now.
2011-09-06pathbar: apply a linked style to the filechooser pathbar buttonsCosimo Cecchi1-0/+28
This requires GTK+ 3.1.18 to work properly, which added nth-child() support in GtkPathBar.
2011-09-02slider: ensure we don't render a line on the sliderCosimo Cecchi1-0/+1
2011-09-02separator: correctly set the color for tree view separatorsCosimo Cecchi1-0/+1
2011-09-02adwaita: remove our custom gtk_render_line() implementationCosimo Cecchi2-62/+14
Use the stock GtkThemingEngine one now that it's fixed.
2011-09-01menuitem: make the insensitive text color a bit darkerCosimo Cecchi1-3/+5
2011-08-29release: prepare for 3.1.90Cosimo Cecchi2-1/+11
2011-08-26toolbars: enable the raised and linked classes on non-primary toolbarsCosimo Cecchi3-92/+75
Such as the 'menu/toolbar' seen in Documents.
2011-08-26fail-whale: don't override color for the dialog internalsCosimo Cecchi1-2/+6
2011-08-26button: make sure to set a default colorCosimo Cecchi1-0/+2
2011-08-24menubutton: add support for the menubutton styleCosimo Cecchi1-1/+20
As seen in gnome-contacts.
2011-08-22sidebar: use a flat style for radiobuttons on sidebarsCosimo Cecchi10-0/+449
As seen in the Documents mockups.
2011-08-22toolbars: style toolbars with a menubar classCosimo Cecchi1-0/+14
Like the one in the Documents application.
2011-08-22tooltips: propagate the background color to child widgetsCosimo Cecchi1-0/+4
2011-08-16release: prepare for 3.1.5Cosimo Cecchi2-1/+13
2011-08-16combobox-entry: match new combobox-entry style on primary-toolbarsCosimo Cecchi3-1/+14
It needs an additional selector, as primary toolbar buttons already have a different style.
2011-08-12expander: only apply the padding hack for regular treeview expandersCosimo Cecchi2-11/+17
What we do here is really bad.
2011-08-12flat menus will work better for outset toolbars (Documents, Music..)Jakub Steiner1-5/+1
2011-08-12spinbutton padding.Jakub Steiner1-1/+1
2011-08-12pushed state for dakr buttons.Jakub Steiner1-2/+2
2011-08-12gtkscale+through shading.Jakub Steiner6-81/+272
2011-08-11settings: use gtk-visible-focus = automaticCosimo Cecchi2-1/+2
The new gtk-visible-focus GTK setting disables focus rings until keynav is used.
2011-08-11spinbutton: use the correct color for the arrow prelight stateCosimo Cecchi1-2/+9
2011-08-11entry: don't use a special border for primary toolbar entriesCosimo Cecchi3-118/+0
It's not needed anymore now that the entry has been restyled.
2011-08-10entry: theme symbolic icons inside text entriesCosimo Cecchi1-0/+8
2011-08-10combobox: fix the active state of the entry button in the dark themeCosimo Cecchi4-10/+18
2011-08-09combobox: fix combobox padding for goodCosimo Cecchi1-1/+2
2011-08-09expander: fix expander size to match the treeview sizing hackCosimo Cecchi1-2/+2
2011-08-09Use a new style for entries and theme comboboxes with entries correctlyCosimo Cecchi8-5/+169
2011-08-09combobox: actually set the padding on the right selectorCosimo Cecchi1-2/+1
Otherwise it breaks width consistency
2011-08-09combobox: re-add left-side padding in comboboxesCosimo Cecchi1-1/+1
2011-08-09prelight of wm icons on unfocused windows.Jakub Steiner1-1/+1
2011-08-09Dark theme buttons, combobox arrow fixes.Jakub Steiner5-18/+64
2011-08-09inline-toolbar: make the background transparent for raised buttonsCosimo Cecchi1-0/+3
2011-08-09expanders: tweak the border color and padding for treeview expandersCosimo Cecchi2-7/+14
2011-08-09focus: tweak the focus ring padding for treeview rowsCosimo Cecchi2-6/+20
2011-08-09expander: ensure both x and y are rounded to their integral partRui Matos1-0/+3
Otherwise we might end up drawing between pixels, which looks blurry. https://bugzilla.gnome.org/show_bug.cgi?id=656187
2011-08-08progressbar trough fill & stroke fixes.Jakub Steiner2-5/+3