Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-12 | nautilus: use the right shadow for icons on the desktop | Cosimo Cecchi | 1 | -1/+1 | |
Make it (1, 1) px offset, as it was in 3.0. | |||||
2011-09-12 | Window decorations: fixed attached modals. | Lapo Calamandrei | 1 | -13/+8 | |
2011-09-09 | combobox-entry: switch radius/borders when in RTL mode | Cosimo Cecchi | 2 | -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-08 | Updated Gujarati Translations | Sweta Kothari | 1 | -6/+31 | |
2011-09-07 | dnd: add a style selector for the dnd style class | Cosimo Cecchi | 1 | -0/+7 | |
It's a stock GTK class and it's used by Nautilus, so it should be supported here. | |||||
2011-09-07 | nautilus: ensure the searchbar icon has the right color | Cosimo Cecchi | 1 | -0/+4 | |
See also http://git.gnome.org/browse/nautilus/commit/?id=0ae354ce50394d18be01ca670fdf190d63c1591e for more rationale. | |||||
2011-09-07 | all: move applications overrides into a separate stylesheet | Cosimo Cecchi | 5 | -15/+112 | |
And import the Nautilus styles there as well. | |||||
2011-09-07 | rubberband: style rubberband class for views | Cosimo Cecchi | 1 | -0/+1 | |
2011-09-07 | build: Make error on older GTK+ nicer | Bastien Nocera | 1 | -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-07 | image: always set a color for the image class | Cosimo Cecchi | 1 | -2/+5 | |
Not only for images in an entry. | |||||
2011-09-07 | button: remove highlight from active button border | Cosimo Cecchi | 1 | -12/+3 | |
As suggested by Lapo Calamandrei. | |||||
2011-09-06 | release: prepare for 3.1.91 | Cosimo Cecchi | 2 | -1/+8 | |
2011-09-06 | build: bump GTK+ required version | Cosimo Cecchi | 1 | -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-06 | pathbar: apply a linked style to the filechooser pathbar buttons | Cosimo Cecchi | 1 | -0/+28 | |
This requires GTK+ 3.1.18 to work properly, which added nth-child() support in GtkPathBar. | |||||
2011-09-02 | slider: ensure we don't render a line on the slider | Cosimo Cecchi | 1 | -0/+1 | |
2011-09-02 | separator: correctly set the color for tree view separators | Cosimo Cecchi | 1 | -0/+1 | |
2011-09-02 | adwaita: remove our custom gtk_render_line() implementation | Cosimo Cecchi | 2 | -62/+14 | |
Use the stock GtkThemingEngine one now that it's fixed. | |||||
2011-09-01 | menuitem: make the insensitive text color a bit darker | Cosimo Cecchi | 1 | -3/+5 | |
2011-08-29 | release: prepare for 3.1.90 | Cosimo Cecchi | 2 | -1/+11 | |
2011-08-26 | toolbars: enable the raised and linked classes on non-primary toolbars | Cosimo Cecchi | 3 | -92/+75 | |
Such as the 'menu/toolbar' seen in Documents. | |||||
2011-08-26 | fail-whale: don't override color for the dialog internals | Cosimo Cecchi | 1 | -2/+6 | |
2011-08-26 | button: make sure to set a default color | Cosimo Cecchi | 1 | -0/+2 | |
2011-08-24 | menubutton: add support for the menubutton style | Cosimo Cecchi | 1 | -1/+20 | |
As seen in gnome-contacts. | |||||
2011-08-22 | sidebar: use a flat style for radiobuttons on sidebars | Cosimo Cecchi | 10 | -0/+449 | |
As seen in the Documents mockups. | |||||
2011-08-22 | toolbars: style toolbars with a menubar class | Cosimo Cecchi | 1 | -0/+14 | |
Like the one in the Documents application. | |||||
2011-08-22 | tooltips: propagate the background color to child widgets | Cosimo Cecchi | 1 | -0/+4 | |
2011-08-16 | release: prepare for 3.1.5 | Cosimo Cecchi | 2 | -1/+13 | |
2011-08-16 | combobox-entry: match new combobox-entry style on primary-toolbars | Cosimo Cecchi | 3 | -1/+14 | |
It needs an additional selector, as primary toolbar buttons already have a different style. | |||||
2011-08-12 | expander: only apply the padding hack for regular treeview expanders | Cosimo Cecchi | 2 | -11/+17 | |
What we do here is really bad. | |||||
2011-08-12 | flat menus will work better for outset toolbars (Documents, Music..) | Jakub Steiner | 1 | -5/+1 | |
2011-08-12 | spinbutton padding. | Jakub Steiner | 1 | -1/+1 | |
2011-08-12 | pushed state for dakr buttons. | Jakub Steiner | 1 | -2/+2 | |
2011-08-12 | gtkscale+through shading. | Jakub Steiner | 6 | -81/+272 | |
2011-08-11 | settings: use gtk-visible-focus = automatic | Cosimo Cecchi | 2 | -1/+2 | |
The new gtk-visible-focus GTK setting disables focus rings until keynav is used. | |||||
2011-08-11 | spinbutton: use the correct color for the arrow prelight state | Cosimo Cecchi | 1 | -2/+9 | |
2011-08-11 | entry: don't use a special border for primary toolbar entries | Cosimo Cecchi | 3 | -118/+0 | |
It's not needed anymore now that the entry has been restyled. | |||||
2011-08-10 | entry: theme symbolic icons inside text entries | Cosimo Cecchi | 1 | -0/+8 | |
2011-08-10 | combobox: fix the active state of the entry button in the dark theme | Cosimo Cecchi | 4 | -10/+18 | |
2011-08-09 | combobox: fix combobox padding for good | Cosimo Cecchi | 1 | -1/+2 | |
2011-08-09 | expander: fix expander size to match the treeview sizing hack | Cosimo Cecchi | 1 | -2/+2 | |
2011-08-09 | Use a new style for entries and theme comboboxes with entries correctly | Cosimo Cecchi | 8 | -5/+169 | |
2011-08-09 | combobox: actually set the padding on the right selector | Cosimo Cecchi | 1 | -2/+1 | |
Otherwise it breaks width consistency | |||||
2011-08-09 | combobox: re-add left-side padding in comboboxes | Cosimo Cecchi | 1 | -1/+1 | |
2011-08-09 | prelight of wm icons on unfocused windows. | Jakub Steiner | 1 | -1/+1 | |
2011-08-09 | Dark theme buttons, combobox arrow fixes. | Jakub Steiner | 5 | -18/+64 | |
2011-08-09 | inline-toolbar: make the background transparent for raised buttons | Cosimo Cecchi | 1 | -0/+3 | |
2011-08-09 | expanders: tweak the border color and padding for treeview expanders | Cosimo Cecchi | 2 | -7/+14 | |
2011-08-09 | focus: tweak the focus ring padding for treeview rows | Cosimo Cecchi | 2 | -6/+20 | |
2011-08-09 | expander: ensure both x and y are rounded to their integral part | Rui Matos | 1 | -0/+3 | |
Otherwise we might end up drawing between pixels, which looks blurry. https://bugzilla.gnome.org/show_bug.cgi?id=656187 | |||||
2011-08-08 | progressbar trough fill & stroke fixes. | Jakub Steiner | 2 | -5/+3 | |