]> Pileus Git - ~andy/gtk/history - gtk/gtktable.c
Patch from Matthias Clasen to remove remove all instances of
[~andy/gtk] / gtk / gtktable.c
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-19 Tim Janikfix PROP_EVENTS.
2001-06-08 Jonathan Blandfordwarn if row/cols are out of range. Fix bug #55921
2001-03-30 Alexander LarssonRemove leaks.
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-07-27 Tim Janikapplied patch from Phil Thompson <phil@river-bank.demon...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
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-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-10-10 Tim Janiktake the left, right, top and bottom attach arguments...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-04 Owen TaylorAdded missing else
1998-08-04 Owen TaylorEmpty rows/columns of the table should not have been...
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 Janikadded a frame with radio buttons to select the resize_m...
1998-06-23 Miguel de IcazaExport the gtk_entry_adjust_scroll. Required if you...
1998-06-17 Tim Janiknew function gdk_window_at_pointer() to retrive the...
1998-06-16 Manish Singhfix from TimJ for off-by-one error in table resizing
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
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-10 Owen TaylorPicky --enable-ansi cleanups.
1998-04-09 Elliot LeeCombobulator fixes..... ....
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-04-06 Federico Mena QuinteroAdded function to set the homogeneous flag of the table...
1998-04-03 Owen TaylorMore extensive debugging output
1998-02-03 Owen Taylorgtk/gtktable.c Fixed problem with division by zero...
1998-02-03 Owen TaylorFixed (?) problem with arithmentic exceptions in row...
1998-01-31 George Leblfixed round-off error in calculation of tables with...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-28 Arturo EspinosaSmall fix to my previous GtkTable commit -miguel
1998-01-27 Arturo EspinosaTables autoresize now -miguel
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-11-24 Elliot LeeInitial revision