summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+2
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-13/+14
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-12/+12
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-26/+26
* Start the blurb for "right_attach" with a capital. (#123945, ChristianMatthias Clasen2003-10-061-1/+1
* Fix assertion.Soeren Sandmann2003-01-201-1/+1
* Documentation fixes.Soeren Sandmann2002-10-131-4/+4
* Deprecation cleanupManish Singh2002-10-101-16/+18
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Add nicks and blurbs for child properties. (#57143)Matthias Clasen2002-05-021-8/+24
* Don't use this same functions as idle callbacks and directly, to avoidOwen Taylor2002-03-051-1/+1
* When increasing the row or column requisitions to make them sufficient forOwen Taylor2002-03-031-13/+57
* partly revert my recent expanding change to not expand the table if allTim Janik2002-02-131-19/+48
* always spread out the extra space allocated for the homogeneous case, asTim Janik2002-02-121-39/+17
* General property notification cleanup.Matthias Clasen2002-01-281-4/+6
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-0/+1
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+1
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-1/+1
* pass ->nrows to gtk_table_resize as the first argument forChema Celorio2001-08-261-2/+2
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-63/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-14/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+93
* fix PROP_EVENTS.Tim Janik2001-06-191-110/+136
* warn if row/cols are out of range. Fix bug #55921Jonathan Blandford2001-06-081-2/+3
* Remove leaks.Alexander Larsson2001-03-301-48/+106
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-36/+0
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-31/+0
* 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