Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-12 | Added Lithuanian translation | Aurimas Černius | 2 | -0/+55 | |
2011-07-11 | Use light menus after working around border issue with mutter shadow. | Jakub Steiner | 1 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=649374 | |||||
2011-07-08 | icon-view: use a border-only selection for the dark theme | Cosimo Cecchi | 3 | -0/+11 | |
2011-07-08 | dim-label: make the label dim if it's in a selected/focused item | Cosimo Cecchi | 1 | -0/+6 | |
Such as an icon view cell. | |||||
2011-07-08 | raised-buttons: support raised hints on the button itself | Cosimo Cecchi | 3 | -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-08 | linked-buttons: first implementation of linked+raised button areas | Cosimo Cecchi | 5 | -0/+86 | |
2011-07-08 | raised-buttons: tweak the border image for raised dark buttons | Cosimo Cecchi | 1 | -15/+28 | |
2011-07-08 | entry: remove an useless fill in the entry border | Cosimo Cecchi | 1 | -1/+1 | |
2011-07-08 | entry: tweak border for entries on primary toolbars in the dark theme | Cosimo Cecchi | 3 | -0/+118 | |
2011-07-08 | entry: split colors for entries on primary toolbars | Cosimo Cecchi | 3 | -4/+15 | |
And add a first dark theme version | |||||
2011-07-08 | raised-buttons: split raised button colors into their own definition | Cosimo Cecchi | 3 | -6/+18 | |
And add one for the dark theme | |||||
2011-07-08 | primary-toolbar: use a normal border for the primary toolbars | Cosimo Cecchi | 3 | -5/+8 | |
Also, tweak the border for the dark theme | |||||
2011-07-08 | build: explicitly require librsvg | Cosimo Cecchi | 1 | -1/+1 | |
This is now required, as we use many SVG assets. https://bugzilla.gnome.org/show_bug.cgi?id=653040 | |||||
2011-07-08 | inline-toolbars: implement button relief style for inline toolbars | Cosimo Cecchi | 1 | -0/+26 | |
https://bugzilla.gnome.org/show_bug.cgi?id=643702 | |||||
2011-07-01 | release: prepare for 3.1.3 | Cosimo Cecchi | 2 | -1/+10 | |
2011-06-20 | build: require GTK+ >= 3.1.6 | Cosimo Cecchi | 1 | -2/+1 | |
We use features from GTK+ master, so we should require it. | |||||
2011-06-17 | dark: use a consistent insensitive style for the dark theme | Cosimo Cecchi | 7 | -39/+49 | |
Based on the original Jakub's insensitive dark assets palette. | |||||
2011-06-17 | dark: misc fixes for the dark theme | Cosimo Cecchi | 4 | -1/+7 | |
2011-06-17 | toolbars: make padding distribution more uniform for toolbars | Cosimo Cecchi | 1 | -4/+4 | |
2011-06-17 | combobox: improve GtkComboBox with entries styling a bit | Cosimo Cecchi | 1 | -0/+6 | |
2011-06-17 | notebook: tweak background gradient for active notebook tab | Cosimo Cecchi | 1 | -2/+4 | |
2011-06-17 | combobox: fix padding for GtkComboBox with entries | Cosimo Cecchi | 1 | -2/+2 | |
2011-06-17 | spinbutton: tweak padding | Cosimo Cecchi | 1 | -0/+4 | |
2011-06-17 | all: fix some border radii | Cosimo Cecchi | 1 | -2/+2 | |
2011-06-17 | all: add some missing assets for vertical progressbars | Cosimo Cecchi | 6 | -0/+227 | |
And fix trough/sliders for GtkScales with no orientation. | |||||
2011-06-15 | entry: fix horizontal whitespace around progressbars in GtkEntry | Cosimo Cecchi | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=652599 | |||||
2011-06-13 | release: prepare for 3.1.2.1 | Cosimo Cecchi | 2 | -1/+6 | |
2011-06-13 | entry: fix padding for GtkEntry and spinbuttons | Cosimo Cecchi | 1 | -5/+1 | |
2011-06-13 | release: update for 3.1.2 | Cosimo Cecchi | 2 | -1/+14 | |
2011-06-13 | button: use a lighter inset for the default button border | Cosimo Cecchi | 1 | -4/+4 | |
2011-06-13 | menuitem: use the insensitive color for menu separators | Cosimo Cecchi | 1 | -1/+1 | |
2011-06-13 | scrollbars: don't change border color for insensitive scrollbar buttons | Cosimo Cecchi | 1 | -0/+1 | |
2011-06-13 | Revert "Revert "entry: fix progressbars on entries"" | Cosimo Cecchi | 1 | -7/+11 | |
This reverts commit 24443f26438bee9b442cd31c6f06c69536ddf3fd. | |||||
2011-06-11 | menuitem: set the right border width for menuitem separators | Cosimo Cecchi | 1 | -0/+2 | |
2011-06-11 | menuitem: clear background for insensitive check/radio menuitems | Cosimo Cecchi | 1 | -1/+4 | |
2011-06-11 | Revert "entry: fix progressbars on entries" | Cosimo Cecchi | 1 | -11/+7 | |
This reverts commit 7f069f38b2fab1ed5f0dcdc0b8e9cf1382db7856. Needs fixes in GtkEntry to work properly. | |||||
2011-06-11 | notebook: remove border-image for buttons on notebook tabs | Cosimo Cecchi | 1 | -0/+1 | |
2011-06-11 | focus: set a default transparent focus fill | Cosimo Cecchi | 1 | -2/+2 | |
GTK+ master resolves unknown colors to pink, so we need to define this color always. | |||||
2011-06-11 | entry: fix progressbars on entries | Cosimo Cecchi | 1 | -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-10 | scrollbars: don't set border-image on scrollbar buttons | Cosimo Cecchi | 1 | -0/+2 | |
2011-06-10 | progressbar: fix progressbars for dark theme | Cosimo Cecchi | 4 | -11/+109 | |
2011-06-10 | entry: fix the dark entry border color | Cosimo Cecchi | 1 | -3/+3 | |
2011-06-10 | buttons: add a primary-toolbar raised variant of the button border | Cosimo Cecchi | 6 | -31/+276 | |
2011-06-10 | buttons: use SVG assets to render button borders | Cosimo Cecchi | 10 | -6/+847 | |
2011-06-10 | adwaita: remove unused code to draw scale sliders | Cosimo Cecchi | 1 | -96/+0 | |
2011-06-10 | menuitem: use SVG assets to draw menuitem radio/check | Cosimo Cecchi | 7 | -98/+276 | |
2011-06-10 | menuitem: use non-uniform rounded corners for menubar active items | Cosimo Cecchi | 2 | -125/+1 | |
Instead of hardcoding our custom code for it. | |||||
2011-06-10 | adwaita: add dark variants of slider/toolbar button assets | Cosimo Cecchi | 15 | -35/+2542 | |
Based on the current iteration of the dark theme. | |||||
2011-06-10 | sliders: use SVG assets instead of doing our own rendering | Cosimo Cecchi | 17 | -122/+2522 | |
2011-06-10 | adwaita: remove unused adwaita_render_from_assets_common() | Cosimo Cecchi | 2 | -49/+0 | |