summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use PyTuple_GetSlice and PyArg_ParseTuple here, so we can get the samepygtk-2-4-anchorPYGTK_2_4_1Johan Dahlin2004-11-042-1/+17
* Add tests for dynamic/unknown objects and interfacesJohan Dahlin2004-11-048-115/+247
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-282-1/+5
* Forgot to commit this yesterdayJohan Dahlin2004-09-281-0/+24
* Add thread stuff, that emits stuff from another thread and does some enumJohan Dahlin2004-09-272-6/+135
* catch ImportError if glade is not found and set glade to NoneJohn Ehresman2004-09-271-1/+4
* Small c module to help testingJohan Dahlin2004-09-274-8/+59
* Revert parts of Gustavos changes, so the size of interfaces are correct.Johan Dahlin2004-09-272-1/+15
* Move some tests from gtype and rename from signal.pyJohan Dahlin2004-09-253-7/+30
* Bug 153718: exception in overriden gsignals causes ref count problemsGustavo J. A. M. Carneiro2004-09-251-1/+7
* Tests for GdkColor constructionJohn Ehresman2004-09-221-0/+16
* Don't comment out the fallback, it break the test. (Wow, the testsuitePYGTK_2_3_96Johan Dahlin2004-08-061-2/+9
* Use methflags argument for defines instead of discarding itJohan Dahlin2004-08-061-1/+1
* New test.Johan Dahlin2004-08-041-0/+3
* Use gobject.type_name,type_from_name for testing instead of GtkListStore.Johan Dahlin2004-07-292-11/+11
* s/e/enumJohan Dahlin2004-07-281-13/+13
* Reverse operatorJohan Dahlin2004-07-281-0/+30
* Test various other types aswellJohan Dahlin2004-07-281-7/+48
* If we're on python 2.3, also check for PyBool_Type.Johan Dahlin2004-07-282-0/+16
* Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94Johan Dahlin2004-07-211-12/+56
* Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED...Johan Dahlin2004-07-193-4/+15
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-192-0/+10
* Remove, out of date since 0.6.x!Johan Dahlin2004-07-193-12/+10
* add, forgot it in last commitJohan Dahlin2004-07-172-2/+93
* gtk/*.overrideJohan Dahlin2004-07-175-3/+20
* New script to run all tests in one takeJohan Dahlin2004-07-107-77/+125
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-2/+2
* tests directory: unit testsJohn Ehresman2004-07-042-0/+77