]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.h
Try to figure out if this is Digital Unix and we need -std1 to get the
[~andy/gtk] / gtk / gtkwidget.h
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-01 Owen TaylorNew function to reset the RC styles for a heirarchy
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-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-03-28 Owen TaylorDon't clear the window on an expose event. On draws...
1998-03-15 Tim Janikremoved GRAB_EXCLUSIVE again, just disable modal event...
1998-03-15 Tim Janikadded new flag GTK_EXCLUSIVE_GRAB. allow exclusive...
1998-03-13 Tim Janikfix popup calculations (removal of FIXMEs), changes...
1998-03-12 Tim Janikreturn TRUE for GtkWidget::delete_event to avoid destru...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-01 Tim Janikremoved duplicate stuff out of gtkwidget.[ch].
1998-03-01 Elliot LeeAdd drag_end_event for future expansion, plus allow...
1998-03-01 Tim Janikhm, cvs is just too unsensible ;)
1998-02-27 Tim Janikwe make an active server grab now, this way we can...
1998-02-26 Tim Janikreserv a signal slot for GtkWidget::style_set.
1998-02-22 Tim Janikrenamed signal GtkWidget::set_parent to GtkWidget:...
1998-02-18 Tim Janiknew signal GtkWidget::set_parent. this signal will...
1998-02-05 Tim Janiknew function to perform the same actions as gtk_list_re...
1998-02-02 Tim Janikfixed a bad, bad referencing bug that could caused...
1998-02-02 Tim JanikGTK_RESIZE_NEEDED is a private flag now.
1998-02-01 Owen TaylorAdded a new GTK_IN_REPARENT flag and revised gtk_widget...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-25 Tim Janikadded new widget flag GTK_LEAVE_PENDING. if a widget...
1998-01-20 Tim Janiksensitivity and state setting combination.
1998-01-19 Tim Janikthis is a stack of grabbing widgets now, having unique...
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Tim Janikimplementation of gtk_widget_get()
1998-01-06 Arturo EspinosaGDK_VISIBILITY_NOTIFY events were not working at all...
1998-01-02 Shawn Amundsoncorrects a small resize bug in the viewport widget...
1997-11-24 Elliot LeeInitial revision