summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingengine.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-2/+2
* themingengine: don't use gtk_theming_engine_get()Cosimo Cecchi2012-05-161-26/+13
* themingengine: don't use gtk_theming_engine_state_is_running()Cosimo Cecchi2012-05-161-87/+9
* themingengine: render pane-separator grip only if we have no bg-imageCosimo Cecchi2012-05-151-6/+11
* themingengine: don't hardcode the slider lines in the theming engineCosimo Cecchi2012-05-041-24/+0
* themingengine: simplify render_extension() default implementationCosimo Cecchi2012-04-261-31/+4
* themingengine: render a frame in gtk_render_handle()Cosimo Cecchi2012-04-261-0/+2
* themingengine: Fix outline-widthBenjamin Otte2012-04-171-1/+1
* css: Remove old animation codeBenjamin Otte2012-04-171-4/+3
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-22/+15
* css: Make outline-offset a number propertyBenjamin Otte2012-04-171-1/+2
* cssvalue: Add GtkCssShadowsValueBenjamin Otte2012-04-171-27/+8
* cssvalue: Make GtkCssShadowValue only hold one shadowBenjamin Otte2012-04-171-9/+26
* themingengine: Make _gtk_theming_engine_paint_spinner() args constBenjamin Otte2012-04-171-4/+4
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-13/+11
* cssvalue: Make border styles be their own valueBenjamin Otte2012-04-171-1/+2
* cssvalue: Add a custom RGBA valueBenjamin Otte2012-04-171-1/+2
* shadow: Also rename filesBenjamin Otte2012-04-171-1/+1
* shadow: Rename to GtkCssShadowValueBenjamin Otte2012-04-171-7/+7
* shadow: Make this a GtkCssValueBenjamin Otte2012-04-171-20/+7
* theming: Use peek_property() calls to query shadowsBenjamin Otte2012-04-171-15/+3
* 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