summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 567761 – Spellfixes in GTK+ documentationMatthias Clasen2009-01-231-3/+3
* Fix a typo in the docsMatthias Clasen2008-09-041-1/+1
* Add missing Since tagsChristian Dywan2008-08-151-0/+32
* Doc fixesMatthias Clasen2008-07-211-5/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* #undef GTK_DISABLE_DEPRECATED, clean up includes a bit.Michael Natterer2008-06-171-1/+3
* don't include <gdk/gdktestutils.h>.Michael Natterer2008-05-281-1/+0
* Make gtk-doc happy:Johan Dahlin2008-03-061-2/+2
* Add gtk_tool_shell_get_typeMatthias Clasen2008-02-151-0/+4
* Restore accidentally removed unsetting of GTK_MODULES.Johan Dahlin2008-01-251-0/+1
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-251-1/+0
* removed old testutils special casing so test widgets are always queues for13:28:02 Tim Janik2008-01-111-3/+1
* add a call to g_test_bug_base().Kristian Rietveld2007-12-131-0/+1
* run tests in current dir after setting up the logging directory, so their18:59:59 Tim Janik2007-12-051-2/+29
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-0/+1
* Fixed copyright for newly submitted files.Tim Janik2007-11-201-1/+2
* Moved Gdk test functions from Gtk+ to Gdk test utils.Tim Janik2007-11-201-192/+9
* Added Gtk+ testing utilities.Tim Janik2007-11-201-0/+769