summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-2/+4
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-2/+2
* docs: use markdown instead of <filename> tagsWilliam Jon McCann2014-02-041-1/+1
* Docs: Don't use note elementsMatthias Clasen2014-02-021-6/+0
* docs: Convert to markdownMatthias Clasen2014-02-021-129/+108
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* docs: use () instead of <function> tagsWilliam Jon McCann2014-01-271-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-1/+1
* docs: fix links in builder docsWilliam Jon McCann2014-01-211-12/+2
* docs: fix GtkBuilder typenameWilliam Jon McCann2014-01-211-3/+3
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-3/+3
* GtkBuilder: Make IDs optionalMatthias Clasen2013-11-181-8/+3
* Use g_return_val_if_fail where return value needed.Daniel Svensson2013-10-291-1/+1
* GtkBuilder: Fall back to gtk_test_register_all_types if type lookup failsAlexander Larsson2013-10-151-1/+7
* GtkBuilder: add GtkApplicationRyan Lortie2013-10-151-0/+61
* Mention of -rdynamic in GtkBuilder lookup errorRyan Lortie2013-07-271-1/+1
* Trivial typo fixMatthias Clasen2013-07-261-1/+1
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-1/+1
* GtkBuilder: add new constructor APIsRyan Lortie2013-06-181-7/+115
* docs: GtkBuilder: warn about unusual GError useRyan Lortie2013-06-181-0/+15
* GtkBuilder: don't leak callbacksMatthias Clasen2013-06-151-0/+2
* Add Composite Child machinery and APIs to GtkWidgetTristan Van Berkom2013-04-081-0/+4
* GtkBuilder: Allow G_PARAM_CONSTRUCT properties to be set on internal children.Tristan Van Berkom2013-04-081-1/+19
* GtkBuilder: Add private _gtk_builder_extend_with_template()Tristan Van Berkom2013-04-081-6/+131
* GtkBuilder: Added api to allow private signal callbacksTristan Van Berkom2013-04-081-12/+135
* GtkBuilder: Fixed documentationTristan Van Berkom2013-03-231-6/+0
* Mention the de-facto standard filename extensionMatthias Clasen2013-02-111-1/+1
* Added new function gtk_builder_expose_object() based on the original work byJuan Pablo Ugarte2012-12-101-24/+64
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Document the gtkbuilder xml file betterMatthias Clasen2012-01-301-31/+8
* Add resource support for GtkBuilderAlexander Larsson2012-01-161-3/+190
* Fix doc buildMatthias Clasen2012-01-071-1/+3
* GtkBuilder: support parsing GVariant propertiesRyan Lortie2012-01-061-0/+36
* Some more menu-related docsMatthias Clasen2011-12-191-0/+8
* Quick-and-dirty GtkBuilder integrationMatthias Clasen2011-12-191-0/+7
* Don't use g_value_set_charMatthias Clasen2011-11-011-1/+1
* Clarify that gtk_builder_connect_signals can only be connected onceJohan Dahlin2011-07-071-2/+4
* Make GtkBuilder do not delay construct properties that can be resolvedJuan Pablo Ugarte2011-06-291-10/+10
* Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT properties"Juan Pablo Ugarte2011-06-031-2/+2
* gtkbuilder.c: gtk_builder_value_from_string() also support GdkRGBA valuesJavier Jardón2011-05-021-1/+1
* Added <mime-types> and <patterns> parsing support to GtkFileFilter.Tristan Van Berkom2011-01-271-0/+1
* Added links to the GtkTextTagTable and GtkMenuToolButton GtkBuildable documen...Tristan Van Berkom2011-01-271-3/+5
* Added links to the GtkComboBox/GtkRecentFilter GtkBuildable documentation fro...Tristan Van Berkom2011-01-261-0/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+2
* Fix gtk_builder_add_objects_from_file g-i annotationPaolo Borelli2010-12-081-1/+1
* rgba: Invert the arguments and improve bindabilityEmmanuele Bassi2010-11-281-1/+1
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-11/+15
* GtkBuilder: Prepare for parsing GdkRGBA types.Carlos Garnacho2010-10-221-0/+16