summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-47/+6
* General property notification cleanup.Matthias Clasen2002-01-281-1/+0
* don't ignore realized but visible && !mapped resize containers (which isTim Janik2002-01-021-2/+2
* Close comment.Matthias Clasen2001-12-101-0/+1
* Add docs.Matthias Clasen2001-12-091-6/+68
* Fix docs. (#66383)Matthias Clasen2001-12-061-4/+4
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Typo fix.Matthias Clasen2001-11-201-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-4/+5
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-3/+3
* Back out accidental commit of debugging timing codeOwen Taylor2001-11-141-41/+21
* Fix docs for gtk_tree_view_column_set_sort_order. (#62647)Matthias Clasen2001-11-101-2/+2
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-190/+60
* Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754.Anders Carlsson2001-10-271-2/+2
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-230/+227
* s/retrive/retrieve/jacob berkman2001-10-031-1/+1
* Add a compat macro that got lost.Owen Taylor2001-09-241-7/+7
* add default iconHavoc Pennington2001-08-291-1/+2
* Rename gtk_container_children() to gtk_container_get_children. AddedOwen Taylor2001-08-231-1/+1
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-201-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-0/+40
* 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