summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* API: Get rid of gtk_draw_insertion_cursor()Benjamin Otte2010-09-261-53/+7
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-229/+229
* API: style: Remove old drawing functionsBenjamin Otte2010-09-261-966/+0
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* style: Move from colormaps to visualsBenjamin Otte2010-09-261-22/+21
* style: Remove depth member from GtkStyleBenjamin Otte2010-09-261-4/+2
* style: Remove depth checks in render functionsBenjamin Otte2010-09-261-20/+0
* API: Add gtk_cairo_draw_insertion_cursor()Benjamin Otte2010-09-261-8/+31
* style: Rewrite background handling to use cairo_pattern_tBenjamin Otte2010-09-261-57/+56
* style: Convert draw_spinner vfunc to Cairo versionBenjamin Otte2010-09-261-13/+50
* style: Convert draw_resize_grip vfunc to Cairo versionBenjamin Otte2010-09-261-15/+49
* style: Convert draw_layout vfunc to Cairo versionBenjamin Otte2010-09-261-17/+49
* style: Convert draw_expander vfunc to Cairo versionBenjamin Otte2010-09-261-16/+56
* style: Convert draw_handle vfunc to Cairo versionBenjamin Otte2010-09-261-20/+58
* style: Convert draw_slider vfunc to Cairo versionBenjamin Otte2010-09-261-16/+65
* style: Convert draw_focus vfunc to Cairo versionBenjamin Otte2010-09-261-18/+53
* style: Convert draw_extension vfunc to Cairo versionBenjamin Otte2010-09-261-19/+57
* style: Convert draw_box_gap vfunc to Cairo versionBenjamin Otte2010-09-261-21/+62
* style: Convert draw_shadow_gap vfunc to a Cairo versionBenjamin Otte2010-09-261-18/+63
* style: Convert draw_tab vfunc to Cairo versionBenjamin Otte2010-09-261-17/+51
* style: Convert draw_option vfunc to Cairo versionBenjamin Otte2010-09-261-15/+51
* style: Convert draw_check vfunc to Cairo versionBenjamin Otte2010-09-261-15/+51
* style: Convert draw_flat_box vfunc to Cairo versionBenjamin Otte2010-09-261-23/+58
* style: Convert draw_shadow vfunc to Cairo versionBenjamin Otte2010-09-261-106/+233
* style: Convert draw_vline vfunc to a Cairo versionBenjamin Otte2010-09-261-17/+48
* style: Convert draw_hline vfunc to Cairo versionBenjamin Otte2010-09-261-17/+64
* API: change gtk_style_apply_default_background()Benjamin Otte2010-09-261-107/+78
* Fix a couple of broken annotationsJohan Dahlin2010-09-231-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-6/+8
* Update gtkstyle.c to account for removal of row-ending-detailsKristian Rietveld2010-09-131-15/+27
* style: Fix drawing of insensitive textBenjamin Otte2010-09-121-2/+3
* style: Use gtk_widget_get_state() for the entry backgroundBenjamin Otte2010-09-031-1/+1
* gtk/gtkstyle.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-5/+8
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+3
* style: Use _gtk_pango_fill_layout()Benjamin Otte2010-08-101-2/+1
* style: Apply same matrix conversion as gdk_draw_layout() didBenjamin Otte2010-08-101-2/+30
* style: Don't use gdk_pixmap_create_from_xpmBenjamin Otte2010-08-101-3/+27
* style: Do not allocate colors anymoreBenjamin Otte2010-08-101-36/+0
* Add missing calls to cairo_destroy()Kristian Rietveld2010-08-101-0/+3
* API: Remove GC members from GtkStyleBenjamin Otte2010-08-101-78/+11
* style: Replace last gdk_draw_rectangle() with CairoBenjamin Otte2010-08-101-9/+11
* style: replace draw_frame_gap with Cairo callsBenjamin Otte2010-08-101-127/+123
* style: Replace draw_diamond vfunc with Cairo callsBenjamin Otte2010-08-101-87/+81
* API: remove gtk_paint_polygon()Benjamin Otte2010-08-101-178/+0
* style: apply cleanup patch from bug 576988Benjamin Otte2010-08-101-923/+785
* Remove some unused variablesJavier Jardón2010-08-031-1/+0
* style: Draw insertion cursor with CairoBenjamin Otte2010-07-261-95/+57
* Remove _gtk_widget_get_cursor_gc() functionBenjamin Otte2010-07-261-8/+0
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0