summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Phil Thompson <phil@river-bank.demon.co.uk> thatTim Janik2000-07-271-4/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-10/+7
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+5
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-19/+20
* Merges from gtk-1-2Owen Taylor2000-03-141-24/+46
* 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-9/+23
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-4/+4
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-1/+1
* take the left, right, top and bottom attach arguments as mandatory andTim Janik1998-10-101-12/+26
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-5/+7
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-1/+1
* Added missing elsemerge-to-themes-2-1Owen Taylor1998-08-041-6/+7
* Empty rows/columns of the table should not have been marked as being ableOwen Taylor1998-08-041-8/+35
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+5
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-3/+3
* Export the gtk_entry_adjust_scroll. Required if you change the cursorMiguel de Icaza1998-06-231-2/+4
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-171-12/+12
* fix from TimJ for off-by-one error in table resizingManish Singh1998-06-161-6/+6
* boy! did i really modify that many files?Tim Janik1998-06-161-554/+823
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-1/+3
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-4/+4
* Combobulator fixes..... ....Elliot Lee1998-04-091-0/+1
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-6/+6
* Added function to set the homogeneous flag of the table (needed by derivedFederico Mena Quintero1998-04-061-0/+13
* More extensive debugging outputOwen Taylor1998-04-031-6/+6
* gtk/gtktable.c Fixed problem with division by zero in row/column-spannedOwen Taylor1998-02-031-27/+6
* Fixed (?) problem with arithmentic exceptions in row/columnOwen Taylor1998-02-031-10/+4
* fixed round-off error in calculation of tables with a lot of cellsGeorge Lebl1998-01-311-9/+9
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-25/+4
* Small fix to my previous GtkTable commit -miguelArturo Espinosa1998-01-281-0/+2
* Tables autoresize now -miguelArturo Espinosa1998-01-271-24/+69
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+1178