summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.c
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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
* Deprecation cleanupManish Singh2002-10-041-26/+22
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-12/+3
* Use GtkType/GType instead of uint.Alex Larsson2001-09-061-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-52/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-7/+0
* New functionHavoc Pennington2001-05-251-0/+18
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-29/+0
* marshaller fixes.Tim Janik2001-03-071-4/+4
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-1/+12
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-23/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-3/+1
* Adapt cast macros to standard.Raja R Harinath1999-11-221-15/+15
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-5/+3
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-11/+6
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-5/+1
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-5/+7
* totaly binary incomnpatible change:Tim Janik1998-07-071-30/+30
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* GtkType and macro fixups.Tim Janik1998-06-281-3/+3
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-241-1/+4
* boy! did i really modify that many files?Tim Janik1998-06-161-0/+11
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-18/+16
* Remember whether the widget was visible before we unparent it.Federico Mena Quintero1998-04-231-1/+3
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-25/+0
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+286