summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-12Added Lithuanian translationAurimas Černius2-0/+55
2011-07-11Use light menus after working around border issue with mutter shadow.Jakub Steiner1-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=649374
2011-07-08icon-view: use a border-only selection for the dark themeCosimo Cecchi3-0/+11
2011-07-08dim-label: make the label dim if it's in a selected/focused itemCosimo Cecchi1-0/+6
Such as an icon view cell.
2011-07-08raised-buttons: support raised hints on the button itselfCosimo Cecchi3-9/+31
These two configurations for raised buttons should 'just work' with the theme: - a raised hint is set on the GtkToolItem, matched by '.raised .button' - a raised hint is set on a GtkButton, which is packed (possibly together with other buttons) in a GtkToolItem, needed for nth-child support in complex toolbar layouts. This is matched by '.raised.button'.
2011-07-08linked-buttons: first implementation of linked+raised button areasCosimo Cecchi5-0/+86
2011-07-08raised-buttons: tweak the border image for raised dark buttonsCosimo Cecchi1-15/+28
2011-07-08entry: remove an useless fill in the entry borderCosimo Cecchi1-1/+1
2011-07-08entry: tweak border for entries on primary toolbars in the dark themeCosimo Cecchi3-0/+118
2011-07-08entry: split colors for entries on primary toolbarsCosimo Cecchi3-4/+15
And add a first dark theme version
2011-07-08raised-buttons: split raised button colors into their own definitionCosimo Cecchi3-6/+18
And add one for the dark theme
2011-07-08primary-toolbar: use a normal border for the primary toolbarsCosimo Cecchi3-5/+8
Also, tweak the border for the dark theme
2011-07-08build: explicitly require librsvgCosimo Cecchi1-1/+1
This is now required, as we use many SVG assets. https://bugzilla.gnome.org/show_bug.cgi?id=653040
2011-07-08inline-toolbars: implement button relief style for inline toolbarsCosimo Cecchi1-0/+26
https://bugzilla.gnome.org/show_bug.cgi?id=643702
2011-07-01release: prepare for 3.1.3Cosimo Cecchi2-1/+10
2011-06-20build: require GTK+ >= 3.1.6Cosimo Cecchi1-2/+1
We use features from GTK+ master, so we should require it.
2011-06-17dark: use a consistent insensitive style for the dark themeCosimo Cecchi7-39/+49
Based on the original Jakub's insensitive dark assets palette.
2011-06-17dark: misc fixes for the dark themeCosimo Cecchi4-1/+7
2011-06-17toolbars: make padding distribution more uniform for toolbarsCosimo Cecchi1-4/+4
2011-06-17combobox: improve GtkComboBox with entries styling a bitCosimo Cecchi1-0/+6
2011-06-17notebook: tweak background gradient for active notebook tabCosimo Cecchi1-2/+4
2011-06-17combobox: fix padding for GtkComboBox with entriesCosimo Cecchi1-2/+2
2011-06-17spinbutton: tweak paddingCosimo Cecchi1-0/+4
2011-06-17all: fix some border radiiCosimo Cecchi1-2/+2
2011-06-17all: add some missing assets for vertical progressbarsCosimo Cecchi6-0/+227
And fix trough/sliders for GtkScales with no orientation.
2011-06-15entry: fix horizontal whitespace around progressbars in GtkEntryCosimo Cecchi1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=652599
2011-06-13release: prepare for 3.1.2.1Cosimo Cecchi2-1/+6
2011-06-13entry: fix padding for GtkEntry and spinbuttonsCosimo Cecchi1-5/+1
2011-06-13release: update for 3.1.2Cosimo Cecchi2-1/+14
2011-06-13button: use a lighter inset for the default button borderCosimo Cecchi1-4/+4
2011-06-13menuitem: use the insensitive color for menu separatorsCosimo Cecchi1-1/+1
2011-06-13scrollbars: don't change border color for insensitive scrollbar buttonsCosimo Cecchi1-0/+1
2011-06-13Revert "Revert "entry: fix progressbars on entries""Cosimo Cecchi1-7/+11
This reverts commit 24443f26438bee9b442cd31c6f06c69536ddf3fd.
2011-06-11menuitem: set the right border width for menuitem separatorsCosimo Cecchi1-0/+2
2011-06-11menuitem: clear background for insensitive check/radio menuitemsCosimo Cecchi1-1/+4
2011-06-11Revert "entry: fix progressbars on entries"Cosimo Cecchi1-11/+7
This reverts commit 7f069f38b2fab1ed5f0dcdc0b8e9cf1382db7856. Needs fixes in GtkEntry to work properly.
2011-06-11notebook: remove border-image for buttons on notebook tabsCosimo Cecchi1-0/+1
2011-06-11focus: set a default transparent focus fillCosimo Cecchi1-2/+2
GTK+ master resolves unknown colors to pink, so we need to define this color always.
2011-06-11entry: fix progressbars on entriesCosimo Cecchi1-7/+11
We have to use GtkEntry-internal-border and GtkEntry-progress-border for now, as using padding doesn't allow the progressbar to extend inside all the entry.
2011-06-10scrollbars: don't set border-image on scrollbar buttonsCosimo Cecchi1-0/+2
2011-06-10progressbar: fix progressbars for dark themeCosimo Cecchi4-11/+109
2011-06-10entry: fix the dark entry border colorCosimo Cecchi1-3/+3
2011-06-10buttons: add a primary-toolbar raised variant of the button borderCosimo Cecchi6-31/+276
2011-06-10buttons: use SVG assets to render button bordersCosimo Cecchi10-6/+847
2011-06-10adwaita: remove unused code to draw scale slidersCosimo Cecchi1-96/+0
2011-06-10menuitem: use SVG assets to draw menuitem radio/checkCosimo Cecchi7-98/+276
2011-06-10menuitem: use non-uniform rounded corners for menubar active itemsCosimo Cecchi2-125/+1
Instead of hardcoding our custom code for it.
2011-06-10adwaita: add dark variants of slider/toolbar button assetsCosimo Cecchi15-35/+2542
Based on the current iteration of the dark theme.
2011-06-10sliders: use SVG assets instead of doing our own renderingCosimo Cecchi17-122/+2522
2011-06-10adwaita: remove unused adwaita_render_from_assets_common()Cosimo Cecchi2-49/+0