summaryrefslogtreecommitdiff
path: root/gtk/gtkeventbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Remember the new value in all cases. (#126276, Damon Chaplin)Matthias Clasen2003-11-091-3/+2
* Let visible-window default to TRUE, as documented and implemented.Matthias Clasen2003-11-081-1/+1
* Trim whitespace in "visible-window" blurb. (#123910, Christian Rose)Matthias Clasen2003-10-051-4/+4
* Implement gtk_event_box_get/set_input_only()Alexander Larsson2003-09-081-37/+439
* Deprecation cleanupManish Singh2002-10-101-13/+14
* Honor GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.)Owen Taylor2002-09-241-4/+5
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-15/+2
* General property notification cleanup.Matthias Clasen2002-01-281-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-10/+5
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-31/+0