summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Boilerplate reductionMatthias Clasen2006-05-021-33/+3
* Remove g_return_if_fail() checks from static functions.Matthias Clasen2006-03-101-52/+0
* Add some docs. (#330073, Mart Rautsepp)Matthias Clasen2006-02-101-1/+37
* Add support for row hinting for the selected state.Kristian Rietveld2006-01-311-4/+13
* Added symbolic themable colors. Patch is a merged version of proposalsMichael Natterer2005-11-231-38/+78
* Documentation improvements. (gtk_style_detach): Assert that theMatthias Clasen2005-10-051-0/+13
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-9/+0
* Intern some more strings.Matthias Clasen2005-09-011-6/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Make sure expanded expanders are not fuzzy. (#310172, reported byMatthias Clasen2005-07-201-4/+20
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-1/+1
* block the text_layout's "changed" handler when changing cursor visibilityMichael Natterer2005-05-251-1/+5
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-16/+10
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-22/+2
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-2/+2
* Covert expander drawing to Cairo. Also always draw the entire triangleOwen Taylor2005-04-041-112/+92