summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Portuguese translationgnome-3-10Pedro Albuquerque2015-10-061-20/+19
|
* Added Occitan translationCédric Valmary2015-05-152-0/+55
|
* Fix unintended text-shadows caused by inheritance from header barsSebastian Keller2013-10-141-0/+2
| | | | | | This affects for example the location bar in epiphany or the context menu in the nautilus location bar https://bugzilla.gnome.org/show_bug.cgi?id=709959
* make CSD shadows more inline with mutterJakub Steiner2013-10-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707448
* prepare for 3.10.0 release3.10.0Jakub Steiner2013-09-242-1/+10
|
* Fix GeditStatusMenuButton style.Ignacio Casal Quinteiro2013-09-201-12/+21
|
* Fix notebook tab close buttons with new Gtk+Alexander Larsson2013-09-161-10/+6
| | | | | | | | | Gtk+ no longer propagates :hover state to child widgets, so we can't do something like ".button GtkImage:hover". Fortunately the stuff the code was using is all inherited properties that we may as well set on the button itself instead. https://bugzilla.gnome.org/show_bug.cgi?id=708144
* Rename abrt-gui icons to gnome-abrtMichael Catanzaro2013-09-107-6/+6
| | | | | | Fixes high contrast icons for ABRT 0.3 https://bugzilla.gnome.org/show_bug.cgi?id=707859
* contacts: Fix CSD window decorationsErick Pérez Castellanos2013-09-091-0/+10
|
* Fix levelbar low level colorMatthias Clasen2013-09-081-4/+4
| | | | | | | | The theming for levelbars was using @warning_bg_color for low levels, but that color is no longer defined since commit 6bfa3aa073c31f776db73ff44c6b65d90e1d5cd4. Change it to use @warning_color instead, which still exists, and looks roughly the same.
* gtk3: fix menu borders when not running under gnome-shellCosimo Cecchi2013-09-051-1/+1
| | | | | | We can just use a transparent background for the insensitive items. https://bugzilla.gnome.org/show_bug.cgi?id=707358
* release: prepare for 3.9.913.9.91Cosimo Cecchi2013-09-022-1/+20
|
* HighContrast: add missing selector for image-button classesCosimo Cecchi2013-09-021-0/+4
|
* HighContrast: don't set a frame on GtkStatusbarCosimo Cecchi2013-08-311-0/+2
|
* HighContrast: add a style for hovered listbox rowsCosimo Cecchi2013-08-311-1/+8
|
* HighContrast: fix insensitive menu itemsCosimo Cecchi2013-08-311-17/+13
| | | | These weren't rendered correctly.
* HighContrast: fix Nautilus stylingCosimo Cecchi2013-08-311-9/+14
| | | | It was broken after the recent changes in layout.
* HighContrast: add support for CSD and headerbarsCosimo Cecchi2013-08-311-0/+92
|
* Use currentColor to set the color property of dim-labelsThomas Wood2013-08-311-10/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706408
* build: Note we don't do srcdir != builddirColin Walters2013-08-311-0/+5
| | | | create-highcontrast.c code emits broken theme metadata in this case.
* Updated Irish translationSeán de Búrca2013-08-311-1/+1
|
* Added Irish translationSeán de Búrca2013-08-302-0/+40
|
* Set headerbar title stylesPaolo Borelli2013-08-291-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707051
* HeaderBars: specify paddingAllan Day2013-08-291-0/+2
| | | | | | | | It is better to use the theme for setting padding, rather than GTK+. This allows the padding to compensate for the 2px bottom border on buttons. https://bugzilla.gnome.org/show_bug.cgi?id=706929
* Fix intltool failure in configureSeán de Búrca2013-08-272-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706791
* Dark themed windows need shadows, tooMatthias Clasen2013-08-251-0/+2
| | | | | | | The definition for wm_shadow was missing in the dark theme, causing shadows to be transparent. https://bugzilla.gnome.org/show_bug.cgi?id=706646
* nautilus: simplify CSS a bitCosimo Cecchi2013-08-241-10/+2
|
* nautilus: Drop search bar overrides for tabsAntónio Fernandes2013-08-241-11/+0
| | | | | | The theming of the search bar for "no tabs" is identical now. https://bugzilla.gnome.org/show_bug.cgi?id=706673
* nautilus: Remove search bar top border, add bottom borderAntónio Fernandes2013-08-241-0/+7
| | | | | | | | The search bar theming was expecting a border below and no border above. Now that the toolbar is drawing the border, we need to draw a bottom border instead of a top border. https://bugzilla.gnome.org/show_bug.cgi?id=706673
* nautilus: Remove duplicate bordersAntónio Fernandes2013-08-241-3/+3
| | | | | | The toolbar has a bottom border now, which, added to the top borders on the places sidebar, the pane separator, and the notebook frame, results in a double border. Remove the later three to get a single border. https://bugzilla.gnome.org/show_bug.cgi?id=706673
* baobab: remove workaround for header borderStefano Facchini2013-08-231-5/+0
|
* csd: don't draw a border for automatic CSD titles added by GTKCosimo Cecchi2013-08-231-0/+9
| | | | | | | | For those we want to be consistent with the mutter theme we have nowadays, so use the extra style class to distinguish that case, and remove any border there. https://bugzilla.gnome.org/show_bug.cgi?id=706418
* csd: don't override border and box shadow for titlebarsCosimo Cecchi2013-08-231-3/+0
| | | | | | | | | | Since .titlebar is added by default to all the widgets used as titles for a toplevel, we can't override the border image or the box shadow as, for instance, headerbars want to render those. A following commit will remove the borders explicitly in case the client side decoration is the default one added automatically by GTK. https://bugzilla.gnome.org/show_bug.cgi?id=706418
* Add 1px height to HeaderBar image buttonsAllan Day2013-08-231-1/+1
| | | | | | | This makes them the same height as text buttons, and accomodates the double stroke on the bottom edge. https://bugzilla.gnome.org/show_bug.cgi?id=706644
* primary toolbars: less harsh contrast for bgJakub Steiner2013-08-234-11/+11
| | | | - flatter appearance.
* Be smarter about context menu fontsMatthias Clasen2013-08-221-1/+1
| | | | | Instead of hardcoding a font size, go back to the initial font.
* unintentional goofup of theme_fg_colorJakub Steiner2013-08-221-1/+1
|
* destructive,suggested: better backdrop colorJakub Steiner2013-08-222-6/+4
|
* destructive,suggested: fix unfocused windowsJakub Steiner2013-08-224-7/+10
| | | | - use border assets and set common color for unfocused windows
* csd: fix hover for dark themeJakub Steiner2013-08-223-3/+6
| | | | | | | - use the existing style separation too - borders are defined separately from fills. https://bugzilla.gnome.org/show_bug.cgi?id=706571
* Adjust HeaderBar paddingAllan Day2013-08-221-2/+0
| | | | | | | HeaderBars were getting too much padding. Remove the styling that adds it. https://bugzilla.gnome.org/show_bug.cgi?id=706500
* build: bump required GTK versionCosimo Cecchi2013-08-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704782
* csd: fix close button jumping around on hover and backdropCosimo Cecchi2013-08-221-18/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706321
* menuitem: fix insensitive stateCosimo Cecchi2013-08-211-1/+1
| | | | | | Another fallout of 30609ba766dd055f41002dcb813225d619b1d951. https://bugzilla.gnome.org/show_bug.cgi?id=706540
* headerbar: fix a rounded corner.Jakub Steiner2013-08-211-1/+1
|
* gtk3: add new border assets to the GResourceCosimo Cecchi2013-08-211-2/+10
|
* regular height for suggested and destructive buttonsAndreas Nilsson2013-08-2111-6/+40
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706416
* Increase legibility in the pushed button styleAllan Day2013-08-213-4/+3
| | | | | | | | Make pushed button labels easier to read by tweaking their color. This make the theme consistent with the mockups. Requires that an unnecessary override be removed from the dark theme. https://bugzilla.gnome.org/show_bug.cgi?id=706446
* <name> should match repository's name.Andrea Veri2013-08-211-1/+1
|
* prepare for 3.9.90 release3.9.90Jakub Steiner2013-08-202-1/+15
|