summaryrefslogtreecommitdiff
path: root/tests/buildertest.c
Commit message (Expand)AuthorAgeFilesLines
* tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.cMichael Natterer2008-06-181-2213/+0
* gtk/Makefile.am add a single-include header for the unix print stuff.Michael Natterer2008-05-291-1/+0
* Enhanced pango attribute tests, Added tests for requires tag handling.Tristan Van Berkom2008-05-251-0/+29
* Use type of the correct column (#529535). Add test.Jan Arne Petersen2008-05-241-0/+71
* Added <attributes> / <attribute> custom tags to parse pango attributesTristan Van Berkom2008-04-111-0/+113
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-1/+94
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-0/+30
* Restore accidentally broken test.Johan Dahlin2008-03-051-1/+1
* Add translatable/context and comment attributes on <col> tags under aJohan Dahlin2008-03-021-3/+3
* Do not use g_error for a few more errors, instead set the GError sent inJohan Dahlin2008-03-011-1/+21
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-251-19/+75
* Update, GtkBuilder::translation-domain is no longer setJohan Dahlin2008-01-061-2/+1
* Chain up. This makes it possible to have accelerators tags on GtkDialogJohan Dahlin2007-12-281-0/+1
* Add another call to gtk_builder_add_string after using delayed properties,Johan Dahlin2007-12-191-2/+11
* made unnecessarily exported symbols static. switched g_return_if_fail()15:44:01 Tim Janik2007-12-111-401/+303
* fix invalid freeRyan Lortie2007-11-271-3/+0
* Parse a file given on the cmdlineMatthias Clasen2007-11-101-0/+25
* Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)Johan Dahlin2007-10-241-0/+22
* Allow empty property nodes so we can set empty strings. (#486420, XavierJohan Dahlin2007-10-241-7/+40
* |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*Johan Dahlin2007-07-091-0/+1
* Parse <accessibility> but don't do anything yet. Do not stripJohan Dahlin2007-07-081-0/+15
* Fix confusing indentationJohan Dahlin2007-07-041-6/+6
* Report errors about integer parsing back up. (#452988)Matthias Clasen2007-07-031-0/+1
* Improve error handling for enum/flags, rename the converter functions toJohan Dahlin2007-06-301-0/+29
* Move type-func to <object> instead of <child>, add a test to make sureJohan Dahlin2007-06-301-0/+26
* Make boolean string parsing consistent, #452464Johan Dahlin2007-06-301-0/+26
* Improve reference counting, #447967Johan Dahlin2007-06-291-25/+132
* Check the code and domain of GErrors instead of the string valuesJohan Dahlin2007-06-271-6/+17
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-14/+27
* Add a test to check object propertiesJohan Dahlin2007-06-271-0/+39
* Set an error if we encounter properties without values set (#451303,Johan Dahlin2007-06-271-0/+7
* Fix a bunch of small bugs when parsing property valuesJohan Dahlin2007-06-261-1/+78
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+1462