summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Build defaultvaluetest only on Unix as it uses gtkprintunixdialog API.Tor Lillqvist2008-01-101-0/+2
* Update, GtkBuilder::translation-domain is no longer setJohan Dahlin2008-01-061-2/+1
* Fix mem leak, and don't pass GType as integer through gpointer. BugChristian Persch2008-01-051-4/+7
* Make it pass again.Johan Dahlin2008-01-031-11/+39
* Ignore a few more tests to make it pass on Ubuntu. (main): UseJohan Dahlin2008-01-021-355/+21
* Also reorder menu when reordering tabs by drag & drop (Bug #506474)Johannes Schmid2007-12-311-2/+3
* Add exlusionsMatthias Clasen2007-12-281-8/+138
* Chain up. This makes it possible to have accelerators tags on GtkDialogJohan Dahlin2007-12-281-0/+1
* Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show...Mathias Hasselmann2007-12-281-5/+6
* Apply trivial code-style changes from attachement 101101. (#339540)Mathias Hasselmann2007-12-281-14/+21
* Restructure testcalendar for testing calendar details. (#339540)Mathias Hasselmann2007-12-281-124/+398
* Add a test for default property values, based on program by Christan PerchJohan Dahlin2007-12-212-0/+514
* Add another call to gtk_builder_add_string after using delayed properties,Johan Dahlin2007-12-191-2/+11
* Remove all .cvsignore files.Michael Natterer2007-12-131-65/+0
* made unnecessarily exported symbols static. switched g_return_if_fail()15:44:01 Tim Janik2007-12-112-409/+308
* ported to new testing framework.13:38:36 Tim Janik2007-12-062-15/+21
* majorly speed up execution by reducing timeouts and converting main loop10:44:52 Tim Janik2007-12-062-106/+75
* use string comparisons for string property values and get rid of08:23:38 Tim Janik2007-12-061-8/+7
* run tests in current dir after setting up the logging directory, so their18:59:59 Tim Janik2007-12-052-1/+364
* fix invalid freeRyan Lortie2007-11-271-3/+0
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+2
* Fix C89 compilation issue. (#467711, The Written Word)Behdad Esfahbod2007-11-211-1/+5
* tests/testbbox.c use g_object_ref/unref instead of deprecated functions.Michael Natterer2007-11-142-4/+5
* 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
* Change testcase to not update screen information on configure-event, sinceMatthias Clasen2007-10-161-4/+5
* Add a second volume button.Matthias Clasen2007-10-041-1/+8
* svn path=/trunk/; revision=18842Hans Breuer2007-09-172-2/+10
* Add code to test gtk_tooltip_set_custom()Matthias Clasen2007-07-241-0/+32
* Remove obsolete code. Bug #459566.Christian Persch2007-07-231-21/+0
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-232-0/+3
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-4/+5
* add more convenience API.Kristian Rietveld2007-07-191-1/+5
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-131-0/+2
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-0/+1
* |___* 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
* 2.11.5GTK_2_11_5Matthias Clasen2007-07-021-6/+8
* 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
* Connect the "destroy" signal so that the 'window' pointer is set back toRyan Lortie2007-06-291-1/+5
* 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