summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use G_CONST_RETURN with a gchar* return value.PYGTK_2_6_0Cedric Gustin2005-02-231-1/+1
* Move the install_template call for pygobject-2.0.pc.in to the right placePYGTK_2_5_4Cedric Gustin2005-02-231-2/+7
* don't pass a NULL value to PyThread_set_key_value() - causes an assertionMark McLoughlin2005-02-101-1/+2
* Fix for bug #154779 - Python signal handlers don't get executed whileMark McLoughlin2005-02-093-2/+175
* [Bug 154372] New: - Calling an enumeration type causes an assertion failurePYGTK_2_5_3Gustavo J. A. M. Carneiro2005-01-222-12/+24
* Bug 164441: leak in gobject.type_register(); patch by Mark McLoughlinGustavo J. A. M. Carneiro2005-01-221-1/+4
* interface implementation fixesGustavo J. A. M. Carneiro2005-01-161-1/+1
* interface implementation fixesGustavo J. A. M. Carneiro2005-01-161-4/+8
* Bug 163612: segmentation fault on pygtk-demoGustavo J. A. M. Carneiro2005-01-102-20/+26
* 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
* Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray...Gustavo J. A. M. Carneiro2005-01-091-0/+70
* Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some...Gustavo J. A. M. Carneiro2005-01-091-2/+6
* gobject.child_add_watch and gobject.spawn_asyncGustavo J. A. M. Carneiro2005-01-093-1/+267
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-093-28/+22
* #154974: Interface implementation supportGustavo J. A. M. Carneiro2005-01-092-0/+43
* 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
* [Bug 145314] Overriding GTK+ virtual methodsGustavo J. A. M. Carneiro2005-01-082-1/+43
* Reviewed by: Johan Dahlin <johan@gnome.org>PYGTK_2_5_1Johan Dahlin2004-12-231-5/+34
* Change PY_HEXVERSION to PY_VERSION_HEXJohn Ehresman2004-12-101-1/+1
* 2.5.0PYGTK_2_5_0Johan Dahlin2004-11-291-1/+1
* Unbreak buildJohan Dahlin2004-11-271-1/+3
* Make sure type is a type and sinkfunc isn't NULL.Johan Dahlin2004-11-231-1/+4
* Print long int value if enum string not found. Fixes #158417. (modifedJohn Finlay2004-11-161-2/+6
* Add signal introspection functionsJohn Finlay2004-11-121-3/+190
* gobject/gobjectmodule.c (_pyg_strv_from_gvalue) Avoid segfault when argvJohn Finlay2004-11-081-2/+5
* updated - pygtk is working fine with msvc (but requiresHans Breuer2004-11-061-7/+17
* 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
* Bug 155304: pygobject.h cannot be included in C++ programsGustavo J. A. M. Carneiro2004-10-131-2/+6
* Allow gtk_main to be invoked from a thread created by the threading modulePYGTK_2_4_0John Ehresman2004-09-291-1/+3
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-285-51/+43
* 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
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-273-5/+102
* 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
* Make PyGClosure semi-publicGustavo J. A. M. Carneiro2004-09-262-8/+9
* 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-252-5/+7
* Tests for GdkColor constructionJohn Ehresman2004-09-221-0/+16
* Filter out 0 valuesJohan Dahlin2004-09-171-1/+7
* allow override of some more slotsGustavo J. A. M. Carneiro2004-08-201-7/+0
* gobject/pygenum.c (pyg_enum_repr) Match enum values to avoid segfaultsJohn Finlay2004-08-151-1/+5
* gobject/pygflags.c (pyg_flags_add) Return NULL when no stub.John Finlay2004-08-081-0/+1
* Don't comment out the fallback, it break the test. (Wow, the testsuitePYGTK_2_3_96Johan Dahlin2004-08-063-15/+23
* Use methflags argument for defines instead of discarding itJohan Dahlin2004-08-061-1/+1
* New test.Johan Dahlin2004-08-043-2/+13