summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ContentView: fix checkbox in backdropPaolo Borelli2013-02-201-1/+2
|
* release: prepare for 3.7.903.7.90Cosimo Cecchi2013-02-192-1/+15
|
* Improve styling support for header barsCosimo Cecchi2013-02-191-8/+52
| | | | | Support setting selection-mode on a GdHeaderBar, and using GdHeaderButtons inside it.
* Update gedit search slider cssPaolo Borelli2013-02-191-6/+15
| | | | The implementation changed, update the css to obtain the same result
* gtk2: fix regression in drawing LibreOffice/OOo GtkEntry backgroundsCosimo Cecchi2013-02-194-15/+56
| | | | | | | | The way GTK theming is done in LibreOffice/OOo doesn't work with composed transparent images on top of another. Add a workaround and draw a solid background for the entry in this case. https://bugzilla.gnome.org/show_bug.cgi?id=694191
* gtk2: make sure not to render shadows for GTK_SHADOW_NONE framesCosimo Cecchi2013-02-181-3/+65
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=863396
* header-bar: add a first basic theming for header bar widgetsCosimo Cecchi2013-02-181-0/+19
| | | | | As used by the control center. For now, just render a stroke at the bottom.
* Adwaita: fix the toolbar buttons in epiphany when using the dark themeClaudio Saavedra2013-02-183-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693661
* osd: add style for OSD buttons in a GtkOverlayCosimo Cecchi2013-02-171-2/+45
| | | | Like Documents has.
* Added style for selection-toolbar in Contacts.Erick Pérez Castellanos2013-02-161-0/+7
|
* gtk3: active state for osd buttonsJakub Steiner2013-02-142-5/+8
| | | | - much clearer it is a depressed state now.
* release: prepare for 3.7.63.7.6Cosimo Cecchi2013-02-132-1/+7
|
* build: don't install translationsCosimo Cecchi2013-02-132-3/+5
| | | | | | Autotool snippet taken from gnome-icon-theme https://bugzilla.gnome.org/show_bug.cgi?id=637320
* Update git.mkCosimo Cecchi2013-02-134-23/+69
|
* Add forgotten fileCosimo Cecchi2013-02-131-0/+0
|
* build: add some missing assets to EXTRA_DISTCosimo Cecchi2013-02-131-0/+2
|
* Remove some unused assets from revision controlCosimo Cecchi2013-02-136-0/+0
|
* Revert "build: don't install translations"Cosimo Cecchi2013-02-111-0/+5
| | | | This reverts commit 1e7803c07edeaf2797ebc8b89ebd57f2b16c253c.
* view: fix check assets for GdMainIconViewCosimo Cecchi2013-02-081-2/+2
|
* documents: update for latest gnome-documents masterCosimo Cecchi2013-02-081-1/+2
| | | | documents-dropdown is now a GtkFrame itself.
* button: support image-button style class outside of toolbarsCosimo Cecchi2013-02-071-2/+3
|
* release: prepare for 3.7.53.7.5Cosimo Cecchi2013-02-062-1/+15
|
* new icons: Forgot the icon makefileJakub Steiner2013-02-011-0/+30
|
* system settings' new panelsJakub Steiner2013-02-0129-0/+0
| | | | - plus generic VM box
* radiobuttons: make sure radiobuttons in the dropdown/sidebar work tooCosimo Cecchi2013-01-262-19/+19
|
* checkbuttons: fix check and radio renderers in content-viewsCosimo Cecchi2013-01-261-5/+12
|
* build: minor cleanupsCosimo Cecchi2013-01-251-11/+3
|
* build: don't install translationsCosimo Cecchi2013-01-251-5/+0
| | | | | | They're not used anywhere. https://bugzilla.gnome.org/show_bug.cgi?id=637320
* gtk2: fix a typo in the previous commitCosimo Cecchi2013-01-251-1/+1
|
* gtk2: make it possible to override GtkEntry's backgroundsCosimo Cecchi2013-01-2527-60/+155
| | | | | | | | | | | | | | | | | | Some GTK2 applications like to override GtkEntry's background with their own color for e.g. showing an error state. Since we currently draw an asset for the entry's background, this doesn't work. To support this use case, always use the background color from the style with no overrides, and put an overlay on top of it to get the same gradient we used to get. In addition, entry borders cannot be transparent anymore now, so we have to provide two versions - a normal one and one that works on notebooks, to avoid the base shining through the corners. This also bumps the GTK2 required version to 2.24.15, which has a fix that makes this possible. https://bugzilla.gnome.org/show_bug.cgi?id=685712
* Add a selector for SushiFontWidget paddingCosimo Cecchi2013-01-221-0/+5
| | | | | | Used both in sushi and gnome-font-viewer. https://bugzilla.gnome.org/show_bug.cgi?id=692247
* buttons: fix shadow for suggested-action buttonsCosimo Cecchi2013-01-221-3/+9
|
* toolbars: tweak padding values for main toolbarsCosimo Cecchi2013-01-221-3/+10
| | | | | | GdMainToolbar will now set text-button/image-button style classes when adding a button to it. Use those classes to specify different paddings for those buttons, as in latest mockups.
* terminal: remove unused selectorCosimo Cecchi2013-01-221-4/+0
| | | | gnome-terminal master removed this widget name.
* gtk2: add missing SELECTED states for check/radio assetsCosimo Cecchi2013-01-211-0/+34
| | | | | This caused the default rendering to be used when the SELECTED state was used, as seen e.g. in GtkParasite.
* gtk2: remove two unused assetsCosimo Cecchi2013-01-213-2/+0
|
* gtk2: ensure all frames get a shadow around themCosimo Cecchi2013-01-213-0/+11
| | | | | | We were failing to add a shadow for frames that had a "gap" in them. https://bugzilla.gnome.org/show_bug.cgi?id=692225
* scale: set a styling on the highlight part of a scale troughCosimo Cecchi2013-01-173-6/+43
| | | | | | As in the latest theming mockups. Since the has_origin property defaults to TRUE for GtkScale, some code will need to be patched where the highlight effect wasn't desirable.
* gtk2: add an ugly wokaround to an OpenOffice.org scrollbar rendering bugCosimo Cecchi2013-01-152-0/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691434
* gtk2: use uniform look for all arrow assetsCosimo Cecchi2013-01-152-0/+0
| | | | The left and right assets were different.
* gtk2: add assets and style arrows for all four directionsCosimo Cecchi2013-01-156-1/+89
| | | | Instead of only styling arrows pointing down.
* dark: make sure to override menubutton shadows to noneCosimo Cecchi2013-01-151-0/+5
| | | | | We need to add an override for text-shadow to none for the dark theme, like we do for other similar shadows.
* release: prepare for 3.7.43.7.4Cosimo Cecchi2013-01-142-1/+12
|
* build: cleanup GResource dependency generationCosimo Cecchi2013-01-145-225/+7
| | | | | | - make sure to use --sourcedir=$(srcdir) - use the generated dependency list to add files to EXTRA_DIST instead of doing it manually
* Add highcontrast renderings of accessories-dictionaryMatthias Clasen2013-01-127-0/+6
|
* Added style for Contacts toolbars.Erick Pérez Castellanos2013-01-091-0/+14
| | | | Padding and borders for edit-toolbar.
* epiphany: update borders hack for git masterCosimo Cecchi2013-01-091-8/+10
|
* selection-toolbar: set the right color for secondary selection labelsCosimo Cecchi2013-01-081-1/+6
|
* Use a blue selection barWilliam Jon McCann2013-01-086-85/+195
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690627
* HighContrast: improve styling for floating-bar widgetsCosimo Cecchi2013-01-041-0/+32
| | | | | Add a border and round it according to its position, like we do in Adwaita.