summaryrefslogtreecommitdiff
path: root/gtk/tests/builder.c
Commit message (Expand)AuthorAgeFilesLines
* build: Move gtk/tests to testsuite/gtkBenjamin Otte2013-05-151-2776/+0
* Remove some non-warranted checks from builder testsMatthias Clasen2013-01-141-47/+3
* Added new function gtk_builder_expose_object() based on the original work byJuan Pablo Ugarte2012-12-101-0/+51
* gtk/tests: Fix for -Wmissing-declarationsBenjamin Otte2012-10-021-0/+10
* tests: add a test for GtkLevelBar GtkBuildable implementationCosimo Cecchi2012-07-161-0/+72
* Fix the infobar builder testMatthias Clasen2012-06-031-6/+3
* Chain up custom_tag_start() propertly.Juan Pablo Ugarte2012-05-181-0/+4
* tests: Remove unused variablesBenjamin Otte2012-03-201-2/+1
* builder: Remove a questionable testMatthias Clasen2012-03-181-8/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix menu xml syntax in testsMatthias Clasen2012-01-301-11/+43
* GtkBuilder: pick up named submenusMatthias Clasen2011-12-191-2/+4
* Drop an unused variableMatthias Clasen2011-12-191-3/+0
* Quick-and-dirty GtkBuilder integrationMatthias Clasen2011-12-191-0/+43
* Use G_VALUE_INITJavier Jardón2011-10-151-1/+1
* Use boxes instead of vboxesMatthias Clasen2011-06-071-2/+2
* Fix another compiler warning about unused variablesMatthias Clasen2011-01-301-3/+1
* Temporarily disable combo box entry testMatthias Clasen2010-12-211-0/+4
* gtk: Remove GtkRulerBenjamin Otte2010-11-241-2/+0
* Fix make checkMatthias Clasen2010-11-011-2/+4
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-1/+2
* Remove GtkWidgetFlagsMatthias Clasen2010-09-261-10/+0
* gtk/tests/builder.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-10/+12
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-4/+7
* Use GtkBin accessorsJavier Jardón2010-07-131-9/+12
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-2/+2
* Make the message area available in gtkbuilder as wellMatthias Clasen2010-06-241-0/+31
* Use gtk_label_get_text() instead direct accessJavier Jardón2010-05-031-4/+4
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-1/+1
* Fix the builder testsJohan Dahlin2009-12-101-6/+6
* Fix memory leaks in unit testsPaolo Borelli2009-08-141-0/+3
* Fix duplicated id detection in gtkbuilderPaolo Borelli2009-08-141-1/+8
* fix compile warningsBenjamin Otte2009-06-171-3/+3
* More uses of the get_cell_renderers functionsMatthias Clasen2009-06-161-2/+2
* Add a message area widgetMatthias Clasen2009-06-051-0/+51
* GTK+ 2.17.02.17.0Matthias Clasen2009-05-041-2/+2
* Better i18n support in GtkBuilderMatthias Clasen2009-04-061-1/+10
* Fix make checkMatthias Clasen2009-01-011-95/+91
* Fix a typoMatthias Clasen2008-12-131-1/+1
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-061-0/+153
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-1/+1
* ops, forgot a test in the last commitPaolo Borelli2008-07-161-2/+30
* Bug 447998 - GtkBuilder does not support building parts of the xml treePaolo Borelli2008-07-161-1/+128
* fix up broken test (cellview has no "clicked" signal) case and plug aPaolo Borelli2008-07-161-4/+7
* Add a test case for 528845.Johan Dahlin2008-07-071-0/+1
* tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.cMichael Natterer2008-06-181-0/+2213