summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-0/+18
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-301-0/+12
* Clean up tests, we don't need a C binding to access tp_basicsize, clean upJohan Dahlin2005-07-252-115/+55
* Re-enablePYGTK_2_7_1Johan Dahlin2005-07-222-16/+24
* Allow enums to be specified in the constructor Return flags or enum objectJohan Dahlin2005-07-151-104/+145
* Impl. Patch by Gustavo, fixes #155679PYGTK_2_7_0Johan Dahlin2005-07-101-2/+36
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-29/+53
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-102-1/+68
* Remove gtk_ prefix on a couple of (unwrapped) functionsJohan Dahlin2005-07-091-15/+13
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-096-11/+145
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-083-2/+5
* And unittest..Johan Dahlin2005-07-081-0/+54
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-081-0/+1
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-053-25/+27
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-051-1/+8
* Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unicharJohan Dahlin2005-07-041-47/+61
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-14/+16
* Add some commentsJohan Dahlin2005-05-091-14/+20
* Allow None to be passed in to: set_group for RadioAction.set_group(),Johan Dahlin2005-05-091-15/+76
* And the testJohan Dahlin2005-05-091-0/+53
* Fix for bug #303573 - "exceptions raised in a child watch handler areMark McLoughlin2005-05-091-0/+1
* Clean up unused importsJohan Dahlin2005-05-091-3/+0
* Bug 302622: Assignment to gtk.gdk.Event.window is buggyGustavo J. A. M. Carneiro2005-05-022-0/+26
* fix make checkGustavo J. A. M. Carneiro2005-04-121-11/+10
* Regression, allow the second argument to be unspecified, fixes #171027Johan Dahlin2005-03-201-0/+24
* New test.Johan Dahlin2005-03-166-6/+51
* Make the build of atk, pango and gtk conditional. Fixes bug #74144.PYGTK_2_5_2Johan Dahlin2005-01-102-2/+7
* Make testsuite work and do things the way they were supposed to be doneJohan Dahlin2005-01-104-25/+75
* gobject.child_add_watch and gobject.spawn_asyncGustavo J. A. M. Carneiro2005-01-092-0/+27
* Add test script for bug #162874.Adam Hooper2005-01-091-0/+127
* Add pygtk_postinstall.py Updated Deprecate gtk.idle_add and friends. MergeJohan Dahlin2005-01-081-2/+2
* 2.5.0PYGTK_2_5_0Johan Dahlin2004-11-291-1/+1
* 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