summaryrefslogtreecommitdiff
path: root/gtk/gtkeventbox.c
Commit message (Expand)AuthorAgeFilesLines
* eventbox: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-3/+0
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-3/+3
* GtkEventBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* eventbox: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-4/+4
* Docs: Don't use note elementsMatthias Clasen2014-02-021-3/+1
* eventbox: also draw css borders if specifiedPaolo Borelli2013-11-031-0/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-11/+3
* GtkEventBox: Correctly handle height for widthAlexander Larsson2013-05-061-1/+1
* GtkEventBox: Support baseline alignmentAlexander Larsson2013-04-231-5/+38
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* eventbox: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* gtk: render GtkEventBox' background in the right stateMichael Natterer2011-01-141-0/+4
* Move GtkEventBox docs inlineMatthias Clasen2011-01-041-127/+139
* Make GtkEventBox use GtkStyleContext.Carlos Garnacho2010-12-281-11/+9
* Implement get_preferred_width/height in GtkEventBoxMatthias Clasen2010-10-141-16/+35
* Use gtk_container_handle_border_width() in GtkEventBoxMatthias Clasen2010-10-141-22/+17
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* eventbox: Port to draw vfuncBenjamin Otte2010-09-261-10/+12
* eventbox: Merge paint function into expose functionBenjamin Otte2010-09-261-20/+8
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+7
* gtk/gtkeventbox.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-19/+28
* Use GtkBin accessorsJavier Jardón2010-07-131-6/+10
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-9/+13
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-5/+5
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-1/+1
* Don't use GTK_WIDGET_NO_WINDOW in GtkEventBoxChristian Dywan2010-01-041-17/+11
* events return gboolean not gint, reindented static prototypes.Michael Natterer2008-09-241-23/+23
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-7/+7
* 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
* Fix the offsets of the input-only window if we also have a visible window.Matthias Clasen2007-04-281-2/+4
* Fix typosMatthias Clasen2006-09-251-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-37/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3