summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 447998 - GtkBuilder does not support building parts of the xml treePaolo Borelli2008-07-161-3/+123
* 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
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Chain up in buildable_finish()Tristan Van Berkom2008-04-161-2/+10
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-6/+1
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-12/+21
* Add missing g_return_val_if_fail checks for public API.Johan Dahlin2008-03-011-0/+9
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-9/+36
* fix missing call to g_type_class_unref in case of error. (#517563)Marc-Andre Lureau2008-02-201-8/+11
* Improve the documentation for gtk_builder_connect_signals. (#514471)Philip Withnall2008-02-101-0/+6
* Avoid adding unnecessary trailing newlines to g_warning calls.Johan Dahlin2008-01-061-4/+4
* Avoid some compiler warnings (#507000).Mathias Hasselmann2008-01-051-2/+3
* add clarification stating that the construct_child function is responsibleRyan Lortie2007-11-271-1/+0
* remove concept of root objects and just refcount all objects in theRyan Lortie2007-11-271-15/+16
* Convert delayed_properties hashtable to linked list. Fixes #495769.Ryan Lortie2007-11-111-31/+16
* Don't leak buffer if an error occurs.Matthias Clasen2007-11-101-2/+2
* don't leak 'filename' field memory when loading more than one file intoMatthias Clasen2007-11-091-0/+2
* Chain up to the parent's finalize virtual function.Emmanuele Bassi2007-10-301-11/+14
* Improve gtk_builder_get_type_from_name() documentation. (#461222, MurrayJohan Dahlin2007-10-241-1/+2
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-2/+8
* Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918,Johan Dahlin2007-10-221-7/+6
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-141-1/+1
* copy filename to builder->priv instead of holding a reference to it. BugFernando Herrera2007-09-041-2/+3
* Add a missing semi-colon in the doc string, spotted by Johannes SasonkoJohan Dahlin2007-07-061-1/+1
* Pixbuf propertiesMatthias Clasen2007-07-051-28/+67
* Fix some doc typosMatthias Clasen2007-07-031-1/+1
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-88/+136
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-301-27/+4
* documentation updatesMatthias Clasen2007-06-301-82/+93
* Improve reference counting, #447967Johan Dahlin2007-06-291-8/+22
* Print out the name of the right object in the warning (#451314, PhilipJohan Dahlin2007-06-271-1/+1
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-21/+64
* Fix a bunch of small bugs when parsing property valuesJohan Dahlin2007-06-261-21/+40
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-4/+4
* Don't use "typename" C++ keyword as parameter name. Bug #448193.Christian Persch2007-06-161-9/+9
* Documentation fixesMatthias Clasen2007-06-151-6/+16
* Use gsize instead of unsigned and gulong instead of long, fixes complationJohan Dahlin2007-06-151-2/+2
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+1267