summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless vars.Ignacio Casal Quinteiro2010-10-301-2/+2
* Remove size_request from GtkTableMatthias Clasen2010-10-301-12/+38
* Fix up docsMatthias Clasen2010-10-231-1/+1
* Support GtkWidget expand properties in GtkTableMatthias Clasen2010-10-131-11/+76
* Removed needless initial size request of childrenTristan Van Berkom2010-10-081-3/+0
* Make GtkTable use gtk_container_handle_border_widthMatthias Clasen2010-10-081-14/+5
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-11/+8
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-5/+13
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-30/+30
* gtk/gtktable.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-10/+15
* GtkTable: move public members to private structureJavier Jardón2010-07-131-289/+367
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-9/+15
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"Javier Jardón2010-06-241-2/+2
* [GtkTable] Add gtk_table_get_size()Javier Jardón2010-06-241-0/+26
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-15/+17
* Bug 555578 – GtkTable propertiy maxima are wrongChristian Dywan2008-10-091-6/+6
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-35/+11
* More default property value fixesMatthias Clasen2007-12-281-4/+4
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-261-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* 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