summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed GtkCellLayout buildable implementation to set cell properties explicitl...Tristan Van Berkom2011-02-021-27/+25
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-0/+49
* Fixed GtkCellLayout to parse <cell-packing> property text accumulatively.Tristan Van Berkom2011-01-261-31/+48
* Making GtkCellLayout "no cell area yet" warning a g_critical instead.Tristan Van Berkom2011-01-131-1/+1
* Added warnings to GtkCellLayout when api is accessed and there is no GtkCellA...Tristan Van Berkom2011-01-131-11/+36
* Removed special casing code in GtkCellLayout in favor of default implementation.Tristan Van Berkom2011-01-071-145/+192
* Fix introspection annotation syntaxMatthias Clasen2011-01-061-1/+1
* Fix doc about gtk_cell_layout_get_area()Milan Bouchet-Valat2011-01-051-3/+1
* Small doc cleanups for GtkCellLayoutMatthias Clasen2011-01-041-64/+73
* Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout objectTristan Van Berkom2010-12-221-1/+10
* Fixed documentation of GtkCellLayout <cell-packing>Tristan Van Berkom2010-12-171-1/+1
* Added boolean return to GtkCellLayout buildable custom tag end shared private...Tristan Van Berkom2010-12-041-3/+4
* Migrated GtkCellLayout documentation into the source code.Tristan Van Berkom2010-12-041-0/+68
* Fixed GtkCellLayout to pack cells via the api when parsing builder input.Tristan Van Berkom2010-11-291-5/+1
* Allow minimal implementation of GtkCellLayoutTristan Van Berkom2010-11-291-23/+126
* Added "cell-packing" property GtkBuildable parsing to GtkCellLayoutTristan Van Berkom2010-11-161-10/+201
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-2/+2
* gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macroJavier Jardón2010-08-261-26/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Add some missing bracesMatthias Clasen2008-08-051-3/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-071-4/+8
* pack children from the start instead of the end, this should probably beJohan Dahlin2007-07-041-2/+2
* Report errors about integer parsing back up. (#452988)Matthias Clasen2007-07-031-2/+18
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-4/+4
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+112
* New function to get the cell renderers of a cell layout.Matthias Clasen2006-12-291-0/+26
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* 2.7.2GTK_2_7_2Matthias Clasen2005-07-081-0/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Improve docs. (#154504, Dave Cook)Matthias Clasen2004-10-051-1/+2
* 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
* Fixes #108458.Kristian Rietveld2003-12-191-0/+24
* Fix includes.Kristian Rietveld2003-10-231-1/+1
* Some API doc comment fixes.Kristian Rietveld2003-09-301-2/+86
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-0/+168