summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingengine.c
Commit message (Expand)AuthorAgeFilesLines
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-5/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Bug 670499-gtkthemingengine.c: Include fallback-c89.cChun-wei Fan2012-02-231-0/+2
* roundedbox: add _apply_border_radius() variations for engine/contextCosimo Cecchi2012-02-141-1/+1
* themingengine: add a private _gtk_theming_engine_get_context()Cosimo Cecchi2012-02-141-0/+8
* css: Convert border-radius to GtkCssNumberBenjamin Otte2012-02-021-8/+8
* themingengine: Add a private function to query lengthsBenjamin Otte2012-02-021-0/+11
* themingengine: Move border-image handling into render_frame_internal()Benjamin Otte2012-01-091-66/+58
* themingengine: Implement outline supportBenjamin Otte2012-01-091-0/+23
* themingengine: Split out the border drawing functionBenjamin Otte2012-01-091-98/+111
* themingengine: Implement 'dotted' and 'dashed'Benjamin Otte2012-01-091-0/+165
* css: Introduce GtkCssSideBenjamin Otte2012-01-091-25/+15
* themingengine: Implement ridge and grooveBenjamin Otte2012-01-091-15/+54
* themingengine: Redo color handlingBenjamin Otte2012-01-091-21/+28
* themingengine: Refactor drawing codeBenjamin Otte2012-01-091-60/+123
* Use the border-style subproperties for drawingPaolo Borelli2012-01-091-62/+47
* themingengine: Remove an optimizationBenjamin Otte2012-01-091-6/+1
* borderimage: Change memory managementBenjamin Otte2012-01-091-16/+8
* borderimage: Add _gtk_border_image_new_for_context()Benjamin Otte2012-01-091-2/+2
* themingengine: Add _gtk_theming_engine_peek_property()Benjamin Otte2012-01-091-0/+10
* style: Remove GtkStylePropertyContext againBenjamin Otte2012-01-091-38/+11
* themingengine: Don't use GtkBorderRadius structBenjamin Otte2012-01-091-24/+13
* css: Handle custom properties in a custom objectBenjamin Otte2012-01-091-59/+0
* themingengine: split a GtkThemingBackground objectCosimo Cecchi2011-12-121-403/+52
* themingengine: fix a typoCosimo Cecchi2011-11-291-1/+1
* themingengine: move code to make switch-case more clearCosimo Cecchi2011-11-291-6/+6
* Support border-image in theme_engine_render_frame_gapAlexander Larsson2011-11-281-11/+24
* css: Always draw the bg color under the bg imageAlexander Larsson2011-11-251-2/+4
* Implement background-clip and background-originAlexander Larsson2011-11-251-19/+69
* Render background image if set for checks and optionsAlexander Larsson2011-11-171-15/+63
* Actually pass in a StylePropertyContext when getting imagesAlexander Larsson2011-11-171-9/+17
* Add GtkStylePropertyContext and use it in when getting style propertiesAlexander Larsson2011-11-171-0/+19
* themingengine: set the cairo extend to PAD when we're stretching bgCosimo Cecchi2011-11-081-0/+1
* css: start background-repeatMarc-André Lureau2011-11-081-2/+29
* gtk: clean up the private horrorMichael Natterer2011-10-221-0/+1
* themingengine: remove unused variableCosimo Cecchi2011-09-061-1/+0
* themingengine: remove xthickness FIXME from gtk_render_line() codeCosimo Cecchi2011-09-021-51/+6
* themingengine: Return NULL for nonexistant theming enginesBenjamin Otte2011-07-211-2/+1
* themingengine: Use the default way of indicating privatesBenjamin Otte2011-07-211-2/+0
* theming-engine: Adjust register_property() to recent glib changeFlorian Müllner2011-07-151-2/+2
* themingengine: shrink the background size to the padding-boxCosimo Cecchi2011-06-151-5/+14
* themingengine: plug a couple of leaksXan Lopez2011-06-151-0/+2
* themingengine: Improve handling of different colorsBenjamin Otte2011-06-131-10/+27
* themingengine: Implement support for multiple border colorsBenjamin Otte2011-06-131-54/+72
* themingengine: Add magic to draw inset/outset properlyBenjamin Otte2011-06-121-18/+26
* themingengine: Reduce border to 0 on hidden sidesBenjamin Otte2011-06-121-0/+15
* themingengine: Fix inset/outset drawingBenjamin Otte2011-06-121-10/+10
* themingengine: set the right coordinates for the rounded box rectCosimo Cecchi2011-06-111-1/+1
* themingengine: Render inset box shadow on top of backgroundsBenjamin Otte2011-06-111-0/+13
* themingengine: Draw border with GtkRoundedBoxBenjamin Otte2011-06-111-309/+35