| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+1 |
* | introspection: Fix typo in annotation | Florian Müllner | 2010-09-24 | 1 | -1/+1 |
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -1/+1 |
* | add annotations for tranfer and scope so that methods are exported by GI | John (J5) Palmieri | 2010-09-07 | 1 | -1/+1 |
* | add array annotation to gtk_builder_add_objects_from_string | John (J5) Palmieri | 2010-09-07 | 1 | -1/+1 |
* | gtkbuilder: Do not allocate colors when parsing GtkBuilder files | Benjamin Otte | 2010-08-10 | 1 | -5/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Move documentation to inline comments: GtkBuilder | Tadej Borovšak | 2010-04-28 | 1 | -0/+218 |
* | Add notes to GtkBuilder docs about the possible error domains, closed bgo #56... | Tristan Van Berkom | 2010-04-06 | 1 | -0/+20 |
* | Fixed gtk_builder_value_from_string_type() to always assign the GError | Tristan Van Berkom | 2010-04-06 | 1 | -5/+10 |
* | Add introspection annotation for gtk_builder_get_object | Florian Müllner | 2010-02-25 | 1 | -2/+2 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -7/+7 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -1/+1 |
* | Fix a GtkBuilder crash | Matthias Clasen | 2009-04-06 | 1 | -1/+8 |
* | Bug 447998 - GtkBuilder does not support building parts of the xml tree | Paolo Borelli | 2008-07-16 | 1 | -3/+123 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 1 | -1/+1 |
* | Chain up in buildable_finish() | Tristan Van Berkom | 2008-04-16 | 1 | -2/+10 |
* | - Treat enums like enums and not values - Avoid invalid free, in case of | Johan Dahlin | 2008-03-07 | 1 | -6/+1 |
* | Implement GtkBuildable on GtkIconFactory, to make it possible to register | Johan Dahlin | 2008-03-07 | 1 | -12/+21 |
* | Add missing g_return_val_if_fail checks for public API. | Johan Dahlin | 2008-03-01 | 1 | -0/+9 |
* | Do not use g_error for a few more errors, instead set the GError sent in | Johan Dahlin | 2008-03-01 | 1 | -9/+36 |
* | fix missing call to g_type_class_unref in case of error. (#517563) | Marc-Andre Lureau | 2008-02-20 | 1 | -8/+11 |
* | Improve the documentation for gtk_builder_connect_signals. (#514471) | Philip Withnall | 2008-02-10 | 1 | -0/+6 |
* | Avoid adding unnecessary trailing newlines to g_warning calls. | Johan Dahlin | 2008-01-06 | 1 | -4/+4 |
* | Avoid some compiler warnings (#507000). | Mathias Hasselmann | 2008-01-05 | 1 | -2/+3 |
* | add clarification stating that the construct_child function is responsible | Ryan Lortie | 2007-11-27 | 1 | -1/+0 |
* | remove concept of root objects and just refcount all objects in the | Ryan Lortie | 2007-11-27 | 1 | -15/+16 |
* | Convert delayed_properties hashtable to linked list. Fixes #495769. | Ryan Lortie | 2007-11-11 | 1 | -31/+16 |
* | Don't leak buffer if an error occurs. | Matthias Clasen | 2007-11-10 | 1 | -2/+2 |
* | don't leak 'filename' field memory when loading more than one file into | Matthias Clasen | 2007-11-09 | 1 | -0/+2 |
* | Chain up to the parent's finalize virtual function. | Emmanuele Bassi | 2007-10-30 | 1 | -11/+14 |
* | Improve gtk_builder_get_type_from_name() documentation. (#461222, Murray | Johan Dahlin | 2007-10-24 | 1 | -1/+2 |
* | Parse signals after <child> tags and add tests. (#468793, Benjamin Otte) | Johan Dahlin | 2007-10-24 | 1 | -2/+8 |
* | Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918, | Johan Dahlin | 2007-10-22 | 1 | -7/+6 |
* | 2.12.0GTK_2_12_0 | Matthias Clasen | 2007-09-14 | 1 | -1/+1 |
* | copy filename to builder->priv instead of holding a reference to it. Bug | Fernando Herrera | 2007-09-04 | 1 | -2/+3 |
* | Add a missing semi-colon in the doc string, spotted by Johannes Sasonko | Johan Dahlin | 2007-07-06 | 1 | -1/+1 |
* | Pixbuf properties | Matthias Clasen | 2007-07-05 | 1 | -28/+67 |
* | Fix some doc typos | Matthias Clasen | 2007-07-03 | 1 | -1/+1 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -88/+136 |
* | Make boolean string parsing consistent, #452464 | Johan Dahlin | 2007-06-30 | 1 | -27/+4 |
* | documentation updates | Matthias Clasen | 2007-06-30 | 1 | -82/+93 |
* | Improve reference counting, #447967 | Johan Dahlin | 2007-06-29 | 1 | -8/+22 |
* | Print out the name of the right object in the warning (#451314, Philip | Johan Dahlin | 2007-06-27 | 1 | -1/+1 |
* | Add GtkBuilder and GError arguments to gtk_builder_value_from_string and | Johan Dahlin | 2007-06-27 | 1 | -21/+64 |
* | Fix a bunch of small bugs when parsing property values | Johan Dahlin | 2007-06-26 | 1 | -21/+40 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -4/+4 |