summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
Commit message (Expand)AuthorAgeFilesLines
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* spinbutton: redesign to use an horizontal layoutCosimo Cecchi2011-11-281-7/+7
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-0/+6
* some minor doc fixesMatthias Clasen2011-07-221-5/+6
* Use boxes instead of vboxesMatthias Clasen2011-06-071-2/+2
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Include gtkx.h hereMatthias Clasen2011-01-301-1/+1
* Correct gtk-doc syntax and add missing (transfer)Johan Dahlin2011-01-201-17/+17
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+4
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-4/+4
* testutils: Update adjustment usage for sealingBenjamin Otte2011-01-051-3/+8
* Remove reference to GTK2_RC_FILES from the docsMatthias Clasen2010-12-201-1/+0
* Disable XI2 in gtk_test_init()Carlos Garnacho2010-12-201-0/+8
* Handle NULL intp in test_increment_intp()Martin Nordholts2010-11-021-1/+2
* testutils: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-3/+3
* gtk/gtktestutils.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-6/+17
* Add _gtk_spin_button_get_panel private functionJavier Jardón2010-07-131-4/+9
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [gdk] Remove GdkWindowObject public structureJavier Jardón2010-07-011-6/+2
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-071-1/+0
* Move documentation to inline comments: Testing utilitiesJavier Jardón2010-04-281-1/+6
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Deprecate GDK_WINDOW_OBJECT and GdkWindowObjectAlexander Larsson2009-09-041-0/+2
* 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