summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Occitan translationgnome-3-2Cédric Valmary2015-05-152-0/+55
|
* fallback: fix menu applets theming on gnome-panelGyörgy Balló2011-10-241-3/+7
| | | | | | | Some menu applets (e.g. Window Selector) are not themed properly. Now we add an additional selector to theming them. https://bugzilla.gnome.org/show_bug.cgi?id=662492
* release: prepare 3.2.13.2.1Cosimo Cecchi2011-10-172-1/+6
|
* fallback: tweak padding for the panel buttonCosimo Cecchi2011-10-171-1/+1
|
* fallback: add a missing selectorCosimo Cecchi2011-10-171-0/+1
|
* fallback: fixup gnome-panel theming for fallback modeCosimo Cecchi2011-10-171-23/+30
| | | | | | The panel in fallback mode looks really bad with the current theme. Fixup a number of issues with the background colors and borders for the taskbar, menu and clock items.
* Initial Finnish translationTommi Vainikainen2011-10-052-0/+45
|
* Revert to the previous wallpaper3.2.0.2Matthias Clasen2011-09-272-1/+6
|
* Revert "Update the default wallpaper."Matthias Clasen2011-09-271-0/+0
| | | | This reverts commit fdf43a62d27624486e4b3065bb8314c4fc41f91b.
* release: prepare for 3.2.0.13.2.0.1Cosimo Cecchi2011-09-272-1/+6
|
* Update the default wallpaper.Jakub Steiner2011-09-271-0/+0
|
* release: prepare for 3.2.03.2.0Cosimo Cecchi2011-09-262-1/+6
|
* build: switch to dist-xzCosimo Cecchi2011-09-261-1/+1
|
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-241-4/+3
|
* Updated Telugu Translationipraveen2011-09-231-2/+2
|
* Added Telugu Translationipraveen2011-09-231-0/+1
|
* Updated Telugu Translationipraveen2011-09-231-0/+54
|
* Added sk to languagesPavol Šimo2011-09-211-0/+1
|
* Initial Slovak translationStanislav Petrek2011-09-211-0/+55
|
* toolbar: fix border for pressed state of inline-toolbar buttonsCosimo Cecchi2011-09-201-1/+11
|
* release: prepare for 3.1.923.1.92Cosimo Cecchi2011-09-192-1/+12
|
* Theme mixed checkbox and radio menuitemsCosimo Cecchi2011-09-196-0/+284
|
* Theme insensitive+active state for radio and check menuitemsCosimo Cecchi2011-09-194-0/+140
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659263
* Theme inconsistent+insensitive radio and check for the dark themeCosimo Cecchi2011-09-194-2/+496
|
* Theme inconsistent+insensitive radio and check for the light themeCosimo Cecchi2011-09-194-0/+517
|
* Window decorations: remove a leftover line from utility and dialog unfocused ↵Lapo Calamandrei2011-09-171-8/+3
| | | | titlebar.
* Added en_CA.poTiffany Antopolski2011-09-162-0/+56
|
* Fix GtkPathBar active buttons styling.Lapo Calamandrei2011-09-161-11/+17
|
* Avoid inner gap for :active default buttonsJakub Steiner2011-09-161-1/+1
| | | | The pushed state of default buttons would have a light inner border.
* menu: fix appearance of scroll buttons in menusCosimo Cecchi2011-09-131-17/+29
| | | | | Don't give them the regular button background/border, but fade them in the menu background.
* updated Tamil translationDr.T.Vasudevan2011-09-131-4/+3
|
* Added ta translationDr.T.Vasudevan2011-09-131-0/+1
|
* Updated Tamil translationDr.T.Vasudevan2011-09-131-0/+56
|
* nautilus: use the right shadow for icons on the desktopCosimo Cecchi2011-09-121-1/+1
| | | | Make it (1, 1) px offset, as it was in 3.0.
* Window decorations: fixed attached modals.Lapo Calamandrei2011-09-121-13/+8
|
* combobox-entry: switch radius/borders when in RTL modeCosimo Cecchi2011-09-092-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
* Updated Gujarati TranslationsSweta Kothari2011-09-081-6/+31
|
* dnd: add a style selector for the dnd style classCosimo Cecchi2011-09-071-0/+7
| | | | | It's a stock GTK class and it's used by Nautilus, so it should be supported here.
* nautilus: ensure the searchbar icon has the right colorCosimo Cecchi2011-09-071-0/+4
| | | | | | See also http://git.gnome.org/browse/nautilus/commit/?id=0ae354ce50394d18be01ca670fdf190d63c1591e for more rationale.
* all: move applications overrides into a separate stylesheetCosimo Cecchi2011-09-075-15/+112
| | | | And import the Nautilus styles there as well.
* rubberband: style rubberband class for viewsCosimo Cecchi2011-09-071-0/+1
|
* build: Make error on older GTK+ nicerBastien Nocera2011-09-071-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"
* image: always set a color for the image classCosimo Cecchi2011-09-071-2/+5
| | | | Not only for images in an entry.
* button: remove highlight from active button borderCosimo Cecchi2011-09-071-12/+3
| | | | As suggested by Lapo Calamandrei.
* release: prepare for 3.1.913.1.91Cosimo Cecchi2011-09-062-1/+8
|
* build: bump GTK+ required versionCosimo Cecchi2011-09-061-1/+1
| | | | | 3.1.18 is now required for pathbar theming and GtkThemingEngine's gtk_render_line() implementation which we rely upon now.
* pathbar: apply a linked style to the filechooser pathbar buttonsCosimo Cecchi2011-09-061-0/+28
| | | | | This requires GTK+ 3.1.18 to work properly, which added nth-child() support in GtkPathBar.
* slider: ensure we don't render a line on the sliderCosimo Cecchi2011-09-021-0/+1
|
* separator: correctly set the color for tree view separatorsCosimo Cecchi2011-09-021-0/+1
|
* adwaita: remove our custom gtk_render_line() implementationCosimo Cecchi2011-09-022-62/+14
| | | | Use the stock GtkThemingEngine one now that it's fixed.