summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-5/+0
* Add missing case.Owen Taylor2001-07-121-1/+1
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-2/+2
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-5/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-10/+117
* added gtk_container_child_set_property() andTim Janik2001-06-211-0/+107
* fix PROP_EVENTS.Tim Janik2001-06-191-320/+291
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-49/+10
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-28/+6
* Remove leaks.Alexander Larsson2001-03-301-44/+86
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-221-29/+177
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-0/+95
* marshaller fixes.Tim Janik2001-03-071-6/+6
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-1/+74
* doh, this was broken beyond believe.Tim Janik2000-12-131-26/+20
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-211/+273
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-4/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-3/+0
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-47/+11
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+3
* Adapt cast macros to standard.Raja R Harinath1999-11-221-39/+56
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-0/+6
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-3/+4
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-27/+0
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-11/+6
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-2/+2
* export the priority at which events are processed.Tim Janik1998-12-201-11/+0
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-2/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+5
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-0/+1
* moved checks upon focus setting from gtk_window_real_set_focus toTim Janik1998-12-031-3/+3
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-291-1/+82
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-3/+3
* removed assertements for constructed containers again, since thisTim Janik1998-11-231-3/+0
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-12/+7
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-0/+26
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-66/+70
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-6/+12
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-79/+6
* new functions which wraps gtk_arg_get_info().Tim Janik1998-07-121-0/+11
* strictly check for the associated get/set arg functions. if an arg isTim Janik1998-07-101-9/+5
* collect the arguments with gtk_container_child_args_collect, not throughTim Janik1998-07-101-8/+10
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-385/+251
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-18/+36