summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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