]> Pileus Git - ~andy/gtk/history - gtk/gtkcontainer.c
Document expose event->region change and that gtk_widget_event doesn't
[~andy/gtk] / gtk / gtkcontainer.c
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-07 Tim Janikmarshaller fixes.
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
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-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-19 Owen TaylorDon't add the gthread libs to GLIB_LIBS either, or...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-12-03 Tim Janikmoved checks upon focus setting from gtk_window_real_se...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-29 Tim Janikremoved default initialization check, people must use...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-23 Tim Janikremoved assertements for constructed containers again...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-12 Tim Janiknew functions which wraps gtk_arg_get_info().
1998-07-10 Tim Janikstrictly check for the associated get/set arg functions...
1998-07-10 Tim Janikcollect the arguments with gtk_container_child_args_col...
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
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-24 Tim Janikadded a frame with radio buttons to select the resize_m...
1998-06-19 Tim Janikfail silently for toplevels. if resize_mode changes...
1998-06-19 Tim Janikreplaced some gtk_object_data_force_id with g_quark_fro...
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-02 Lars Hamannreversed test sequence for GTK_WIDGET_CAN_FOCUS and...
1998-05-18 Tim Janikchanged "proximity-in-event", "drop-data-available...
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-03 Tim Janiknew function to set the current focus_child of a contai...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-13 Owen TaylorSet a flag so instead of clearing the area in advance...
1998-04-06 Owen TaylorMake tab key move in reading order (left-to-right top...
1998-03-23 Tim Janikleave container_class->add and container_class->remove...
1998-03-18 Tim Janikuse the resize queue.
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-17 Tim Janikexported gtk_spin_button_spin since it is used in testg...
1998-03-11 Tim Janikapplied gtk-bolliet-980310-0.patch.gz which adds more...
1998-03-10 Tim Janikremoved a trailing GTK_TYPE_WIDGET for the need_resize...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-02-19 Tim Janikpresent the argument access masks on their announcement.
1998-02-13 Owen Taylorgtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer...
1998-02-02 Tim Janikdunno, what cvs wants right now. i just told me these
1998-02-02 Tim JanikGTK_RESIZE_NEEDED is a private flag now.
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-21 Tim Janiksome gtk_*_set_arg fixes
1998-01-16 Tim Janikimplementation of gtk_widget_get()
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-02 Shawn Amundsoncorrects a small resize bug in the viewport widget...
1997-11-24 Elliot LeeInitial revision