summaryrefslogtreecommitdiff
path: root/gtk/gtkbuildable.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* docs: Fix various broken linksBilal Elmoussaoui2023-03-271-1/+1
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-3/+3
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-14/+14
* builder: Tweak docsMatthias Clasen2021-03-111-0/+6
* buildable: Convert docsMatthias Clasen2021-03-111-17/+17
* buildable: Remove "class" macroEmmanuele Bassi2021-03-071-1/+0
* docs: Remove mentions of <accelerator>Matthias Clasen2020-12-021-2/+2
* docs: Annotate GtkBuildableParserEmmanuele Bassi2020-12-011-1/+11
* Add annotations for GtkBuildable virtual functionsEmmanuele Bassi2020-09-291-2/+61
* buildable: Make vfunc accessor functions privateFlorian Müllner2020-09-261-43/+0
* buildable: Rename set_name() to set_buildable_id()Florian Müllner2020-09-261-10/+10
* Replace "gchar" with "char"Benjamin Otte2020-07-251-23/+23
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* buildable: CosmeticsMatthias Clasen2020-05-111-2/+2
* GtkBuildable: Fix indentationAlexander Larsson2019-09-101-2/+2
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-37/+37
* GtkBuildableParser: Add a wrapper for GMarkupParserAlexander Larsson2019-09-101-1/+52
* buildable: Remove a mention of <packing>Matthias Clasen2019-04-051-2/+1
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* Remove GtkUIManagerTimm Bäder2016-10-181-2/+2
* docs: Another round of markup removalMatthias Clasen2014-03-291-4/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-3/+3
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+11
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+0
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* [docs] Move documentation to inline comments: GtkBuildableTadej Borovšak2010-04-181-0/+49
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-1/+0
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Added <attributes> / <attribute> custom tags to parse pango attributesTristan Van Berkom2008-04-111-0/+1
* include <glib.h> instead of <glib/gmarkup.h>Michael Natterer2007-11-081-1/+1
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-71/+71
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+123