]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.h
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>
[~andy/gtk] / gtk / gtkwidget.h
1999-02-25 CST 1999 Shawn T... Incremented version to 1.2.0. -Shawn <amundson@gtk...
1999-02-25 Owen TaylorMake prototypes for drag_data_get and drag_data_receive...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-15 Owen TaylorWhen we find a match, stop searching. (Because we assum...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-26 Owen TaylorNew functions to set the colormap or visual of an exist...
1999-01-25 George Leblset RECEIVES_DEFAULT on init, and a button press on...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Federico Mena QuinteroAdded a "grab_focus" signal for widgets. When the signa...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-29 Tim Janikremoved default initialization check, people must use...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
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-10-20 Owen TaylorAlways send "drag_leave" to dests without GTK_DEST_DEFA...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
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-16 Tim Janikhandle negative values similar to gtk_widget_set_uposit...
1998-07-01 Tim Janiktemporary implementation of action signal "debug_msg"
1998-06-18 Tim Janikyeppers, accelerator changes to fix the gimp. commit...
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-08 Tim Janikwrapped enum definitions with glib macros.
1998-06-07 Tim Janikfixed an assertment.
1998-05-15 Tim Janik[binray incompatibility]
1998-05-14 4gtk/gtkwidget.[ch] Added visibility_notify_event to...
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