summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [GtkStyle] Remove deprecated GdkFont usageJavier Jardón2010-06-281-21/+0
* Remove unused gtk_style_get_font_internal() functionJavier Jardón2010-06-201-54/+0
* drop the draw_string() function from GtkStyleSven Herzberg2010-06-071-43/+0
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-071-1/+0
* Move documentation to inline comments: GtkStyleJavier Jardón2010-05-161-0/+20
* Remove all gtk_draw_* deprecated functions completelyJavier Jardón2010-05-031-62/+0
* Include gtkspinner.h in GtkStyleChristian Dywan2010-05-031-0/+1
* Remove deprecated GtkStyle functionsChristian Dywan2010-05-031-736/+0
* Don't get settings unless we need themHiroyuki Ikezoe2010-03-161-21/+31
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-4/+4
* Don't use GTK_WIDGET_NO_WINDOW in internal code anymoreJavier Jardón2010-03-011-8/+8
* [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-2/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-82/+95
* Add a release note about statusbar internal hierarchy changesMatthias Clasen2009-11-301-0/+2
* Add customary args to gtk_style_paint_spinner()Matthias Clasen2009-11-271-22/+35
* Bug 319607 – Add a throbber (activity widget) to GTK+Bastien Nocera2009-10-141-1/+117
* Bug 574561 – gtk_style_get "shadows" g_object_getMatthias Clasen2009-03-101-5/+5
* Add a "Since: 2.16" tag to gtk_style_get.Torsten Schönfeld2009-01-201-0/+2
* Doc additionsMatthias Clasen2008-12-301-0/+11
* More additionsMatthias Clasen2008-12-291-2/+6
* Doc additionsMatthias Clasen2008-12-291-0/+28
* Doc fixesMatthias Clasen2008-12-291-1/+1
* Bug 412134 – Add API to query style properties from the styleMatthias Clasen2008-11-011-0/+142
* Add docsMatthias Clasen2008-07-061-0/+8
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Do not ignore the return value of g_slist_remove. gtkstyle.c changesJohan Dahlin2008-06-191-1/+1
* Add deprecated version and change the deprecation markup used by ref/unrefJohan Dahlin2008-06-181-22/+22
* gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() insteadMichael Natterer2008-06-161-3/+3
* Make gtk-doc happy:Johan Dahlin2008-03-061-1/+1
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-3/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-308/+346
* Add gtk_border_new to avoid memory allocator confusions when usingXan Lopez2007-12-271-7/+16
* cast pointers to fix warnings about signdness.Michael Natterer2007-11-141-5/+5
* gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() insteadManish Singh2007-09-211-1/+1
* Revert the clamping of cursor coordinates, since it causes really uglyMatthias Clasen2007-09-091-8/+0
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-271-2/+2
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+28
* use text colors from widget style to draw cursor instead of hardcodedYevgen Muntyan2007-06-011-6/+8
* clamp cursor coordinates to window bounds (fix from Maemo Gtk).Tim Janik2007-01-261-0/+8
* gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeingMichael Natterer2007-01-031-1/+1
* Clarify docs. (#353423, Christian Persch)Matthias Clasen2006-12-291-5/+6
* Use gslice for GtkBorder (#383557).Behdad Esfahbod2006-12-241-2/+10