summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Protect against NULL widget. (#379503)Benjamin Berg2006-11-261-2/+2
* also copy icon factories and color hashes. Fixes bug #357132.Michael Natterer2006-09-221-0/+12
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* Only get the indicator-size and indicator-spacing style properties forMatthias Clasen2006-08-061-1/+4
* Add a missing initialization. (#349863, Benjamin Berg)Matthias Clasen2006-08-061-1/+1
* removed the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks.Michael Natterer2006-08-031-4/+4
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-2/+2
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-211-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* handle cell_even_ruled_sorted and cell_odd_ruled_sorted for the selectedKristian Rietveld2006-05-281-2/+4
* More of the sameMatthias Clasen2006-05-141-1/+1