]> Pileus Git - ~andy/gtk/history - gtk/gtkeventbox.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkeventbox.c
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2012-02-27 Javier JardónChange FSF Address
2011-12-19 Rui Matoseventbox: Stop setting state flags on the style context...
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-14 Michael Natterergtk: render GtkEventBox' background in the right state
2011-01-04 Matthias ClasenMove GtkEventBox docs inline
2010-12-28 Carlos GarnachoMake GtkEventBox use GtkStyleContext.
2010-10-15 Matthias ClasenImplement get_preferred_width/height in GtkEventBox
2010-10-15 Matthias ClasenUse gtk_container_handle_border_width() in GtkEventBox
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Otteeventbox: Port to draw vfunc
2010-09-26 Benjamin Otteeventbox: Merge paint function into expose function
2010-09-26 Benjamin Ottegtk: Don't set colormap anymore when creating GDK windows
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-08-22 Javier Jardóngtk/gtkeventbox.c: use accessor functions to access...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Javier JardónDeprecate some widget flags
2010-04-04 Christian DywanDon't use GTK_WIDGET_NO_WINDOW in GtkEventBox
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-01-07 Javier JardónDeprecate some widget flags
2010-01-04 Christian DywanDon't use GTK_WIDGET_NO_WINDOW in GtkEventBox
2008-09-24 Michael Nattererevents return gboolean not gint, reindented static...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-04-28 Matthias ClasenFix the offsets of the input-only window if we also...
2006-09-25 Matthias ClasenFix typos
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-11-09 Matthias ClasenRemember the new value in all cases. (#126276, Damon...
2003-11-08 Matthias ClasenLet visible-window default to TRUE, as documented and...
2003-10-05 Matthias ClasenTrim whitespace in "visible-window" blurb. (#123910...
2003-09-08 Alexander LarssonImplement gtk_event_box_get/set_input_only()
2002-10-10 Manish SinghDeprecation cleanup
2002-09-24 Owen TaylorHonor GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-24 Tim Janiknew function gtk_container_child_arg_set, similar to
1998-06-14 Elliot LeeReformat two function prototypes for cosmetics
1998-05-23 Owen TaylorLocate child at (border_width,border_width), not
1998-05-22 Elliot LeeFix size_allocate to pass on to the child even if child...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-24 Owen Taylor/home/otaylor/commit
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-11-24 Elliot LeeInitial revision