summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
Commit message (Expand)AuthorAgeFilesLines
* Correct annotations for gtk_cell_layout_get_areaErika2015-12-071-1/+2
* GtkCellLayout: Use the new helpersMatthias Clasen2015-04-271-83/+134
* gtk: fix many callback annotations to include closure informationEvan Nemerson2014-05-271-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-6/+3
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-11/+10
* docs: use more apostrophesWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-2/+7
* docs: Convert to markdownMatthias Clasen2014-02-021-31/+23
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-8/+8
* docs: don't use <emphasis>William Jon McCann2014-01-281-2/+2
* Fix string allocation handling with GtkBuilder translationsKalev Lember2013-06-081-2/+1
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-1/+1
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* Documentation fixesMatthias Clasen2011-09-251-1/+1
* 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