summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-25/+95
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-45/+229
* fail silently for toplevels. if resize_mode changes to GTK_RESIZE_PARENT,Tim Janik1998-06-191-16/+30
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-2/+2
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-98/+175
* boy! did i really modify that many files?Tim Janik1998-06-161-5/+429
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-12/+50
* reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINERLars Hamann1998-06-021-6/+6
* changed "proximity-in-event", "drop-data-available-event",Tim Janik1998-05-181-1/+1
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* new function to set the current focus_child of a container, does properTim Janik1998-05-031-24/+42
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-2/+66
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-131-1/+1
* Make tab key move in reading order (left-to-right top to bottom) - whichOwen Taylor1998-04-061-1/+1
* leave container_class->add and container_class->remove untouched if weTim Janik1998-03-231-5/+26
* use the resize queue.Tim Janik1998-03-181-2/+2
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-1/+1
* exported gtk_spin_button_spin since it is used in testgtk, and besidesTim Janik1998-03-171-0/+1
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-1/+9