summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: #include <math.h> when using math functionsBenjamin Otte2011-07-051-0/+1
* GtkStyleContext: add some aux. a11y apiMatthias Clasen2011-07-051-0/+55
* Fix up docs for predefined style classes.Matthias Clasen2011-06-301-158/+44
* Fix css syntax in exampleMatthias Clasen2011-06-181-2/+2
* css: Make font property a shorthandBenjamin Otte2011-06-151-5/+25
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* stylecontext: add gtk_render_icon()Cosimo Cecchi2011-06-091-0/+41
* Revert "css: Make font property a shorthand"Benjamin Otte2011-06-021-10/+7
* stylecontext: Implement the color getters using the regular APIBenjamin Otte2011-06-021-64/+18
* css: Make font property a shorthandBenjamin Otte2011-06-021-7/+10
* stylecontext: Don't crash when colors are "none"Benjamin Otte2011-06-021-3/+12
* style: Make margin a shorthandBenjamin Otte2011-05-221-14/+12
* style: Make padding a shorthandBenjamin Otte2011-05-221-13/+12
* style: Convert border-width to a shorthandBenjamin Otte2011-05-221-13/+12
* styleproperties: Adapt _gtk_style_properties_peek_property()Benjamin Otte2011-05-211-7/+19
* GtkStyleContextPrivate: Improve struct packingMatthias Clasen2011-04-121-3/+3
* style: Move private function into private headerBenjamin Otte2011-03-171-0/+1
* Fix conversion from GdkColor to GdkRGBAIgnacio Casal Quinteiro2011-03-061-3/+3
* Don't assert on zero width/height in render functionsMatthias Clasen2011-02-281-24/+37
* More tiny documentation typo fixes.Murray Cumming2011-02-231-3/+3
* Allow custom icon size in gtk_render_icon_pixbuf()Matthias Clasen2011-02-141-1/+1
* stylecontext: Use the common approach for priate pointersBenjamin Otte2011-02-111-2/+1
* doc: Add a note about prioritization of GtkStyleProvidersCarlos Garnacho2011-02-081-0/+8
* Set the correct initial value for the direction propertyMatthias Clasen2011-02-071-1/+1
* Fix color style properties lookup when the color resolution failsCarlos Garnacho2011-02-071-8/+11
* GtkStyleContext is meant to have a GdkScreenCarlos Garnacho2011-02-061-1/+1
* Don't assume a screen exists before realize()Matthias Clasen2011-02-041-1/+1
* Move the get_cursor_color in GtkStyleContextPaolo Borelli2011-01-291-0/+50
* Silence new gcc warningsMatthias Clasen2011-01-231-5/+2
* Split out private style context api into a private headerMatthias Clasen2011-01-231-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* Make GtkCssProvider deal with widget types not being in plain CamelCaseCarlos Garnacho2011-01-191-0/+24
* Ensure harder a GtkStyleContext has a theming engine anytimeCarlos Garnacho2011-01-171-0/+4
* Avoid a critical warning during tab DNDMatthias Clasen2011-01-141-1/+1
* stylecontext: Protect the cairo contexts with cairo_save/cairo_restore()Benjamin Otte2011-01-121-0/+56
* Improve docs about GtkStyleContext padding/border/marginMilan Bouchet-Valat2011-01-111-0/+3
* GtkStyleContext: Do not cancel possibly unstarted transitionsCarlos Garnacho2011-01-101-6/+1
* Add gtk_style_context_scroll_animations()Carlos Garnacho2011-01-101-0/+70
* Add gtk_style_context_cancel_animations()Carlos Garnacho2011-01-101-9/+63
* Bug 637910 - GtkSpinner - does not animateCarlos Garnacho2010-12-241-2/+6
* Make gtk_style_context_get_* functions more robustCarlos Garnacho2010-12-211-13/+61
* widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGETCosimo Cecchi2010-12-171-4/+20
* gtkstylecontext: fix typos in annotationsDiego Escalante Urrelo2010-12-151-3/+3
* Fix coalescing of state animation areas for multiple window widgets.Carlos Garnacho2010-12-131-2/+4
* Add convenience function for the font description.Paolo Borelli2010-12-131-0/+32
* Revert "docs: Reinstate pixbufs section in GDK docs"Benjamin Otte2010-12-091-63/+29
* docs: Reinstate pixbufs section in GDK docsBenjamin Otte2010-12-091-29/+63
* GtkStyleContext: warn on meaningless coords in gtk_render_* callsCarlos Garnacho2010-12-051-0/+32
* Fix abi check after recent mergesMatthias Clasen2010-12-051-21/+21