summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingengine.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* themingengine: Use GtkRoundedBox for drawing backgroundsBenjamin Otte2011-06-111-25/+6
* themingengine: Do pattern merging smarterBenjamin Otte2011-06-111-24/+14
* themingengine: Get rid of extra variablesBenjamin Otte2011-06-111-9/+4
* themingengine: remove unused variableBenjamin Otte2011-06-111-4/+1
* themingengine: background applies to full borderBenjamin Otte2011-06-111-47/+1
* themingengine: Remove unnecessary optimizationBenjamin Otte2011-06-111-31/+6
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* shadow: render icon-shadow for spinnersCosimo Cecchi2011-06-091-52/+99
* themingengine: use cairo image surfaces to render state effectsCosimo Cecchi2011-06-091-48/+41
* themingengine: add gtk_theming_engine_render_icon()Cosimo Cecchi2011-06-091-0/+38
* themingengine: Don't modify patternBenjamin Otte2011-06-091-37/+5
* border-image: change Gtk9Slice to GtkBorderImageCosimo Cecchi2011-06-091-6/+9
* themingengine: Improve junction handling codeBenjamin Otte2011-06-021-113/+82
* themingengine: Add support for the border-radiiBenjamin Otte2011-06-021-79/+194
* shadow: Redo shadow implementation for rotationsBenjamin Otte2011-05-221-2/+3
* themingeninge: Handle translations properlyBenjamin Otte2011-05-221-14/+3
* themingengine: use the text-shadow property to render text shadowCosimo Cecchi2011-05-201-37/+45
* themingengine: Set current point to 0,0 when rendering rotated layoutBenjamin Otte2011-05-121-0/+1
* themingengine: don't set a line width before saving the cairo contextCosimo Cecchi2011-04-081-2/+1
* theming: Implement non-uniform border-width in the theming engine.Carlos Garnacho2011-03-291-36/+119
* theming: Avoid boxed struct copies throughout the default engineCarlos Garnacho2011-03-291-177/+106
* themingengine: don't hardcode white to draw insensitive labels shadowCosimo Cecchi2011-03-211-1/+7
* themingengine: Use render_background_internal() to render handle backgroundCarlos Garcia Campos2011-03-121-13/+4
* theme: Fix spinner for inactive state.Benjamin Otte2011-03-051-2/+2
* theme: Make spinner animation turn clockwiseBenjamin Otte2011-03-051-1/+1
* theme: Make spinner steps count forward, not backwardBenjamin Otte2011-03-051-2/+1
* theme: Make spinner drawing start with the solid lineBenjamin Otte2011-03-051-2/+2
* theme: Compute scale values onceBenjamin Otte2011-03-051-4/+6
* theme: Do general cairo setup in one placeBenjamin Otte2011-03-051-4/+2
* theme: Remove unnecessary save/restore in spinner codeBenjamin Otte2011-03-051-4/+0
* theme: Simplify spinner drawing code a bit.Benjamin Otte2011-03-051-8/+5
* Avoid the need for cairo_push_group() in gtk_render_background()Carlos Garnacho2011-02-091-53/+94
* gtk: bail out in render_background_internal() if the extents are <= 0Michael Natterer2011-02-061-0/+3
* Ensure gtk_render_background()/frame() yield the same shapeCarlos Garnacho2011-02-051-16/+42
* Use cairo_push_group() to mix backgrounds during transitionsCarlos Garnacho2011-02-051-4/+10
* Silence new gcc warningsMatthias Clasen2011-01-231-37/+22
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* Don't displace background for spinbuttons in the theming engineCarlos Garnacho2011-01-191-9/+0