summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport reference count and threadsafe fixes from the 2.8 branch.pygtk-2-6Johan Dahlin2005-10-281-2/+4
* reviewed by: Johan Dahlin <jdahlin@async.com.br>PYGTK_2_6_3Edward Hervey2005-07-071-19/+59
* revert accidental commit of g_object_traverse-based patchGustavo J. A. M. Carneiro2005-07-071-39/+1
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-221-1/+39
* Complain if ret is NULL, Fixes #303524.pygtk-2-6-anchorPYGTK_2_6_2Johan Dahlin2005-05-092-2/+6
* 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-092-2/+11
* 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
* In case the enum is not registered, set enum_class or flag_class to NonePYGTK_2_6_1Johan Dahlin2005-03-141-7/+18
* 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