summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-091-1/+240
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-093-28/+22
* #154974: Interface implementation supportGustavo J. A. M. Carneiro2005-01-092-0/+43
* [Bug 145314] Overriding GTK+ virtual methodsGustavo J. A. M. Carneiro2005-01-082-1/+43
* Change PY_HEXVERSION to PY_VERSION_HEXJohn Ehresman2004-12-101-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
* 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-283-50/+38
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-273-5/+102
* Make PyGClosure semi-publicGustavo J. A. M. Carneiro2004-09-262-8/+9
* Bug 153718: exception in overriden gsignals causes ref count problemsGustavo J. A. M. Carneiro2004-09-251-4/+0
* 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-062-13/+14
* New test.Johan Dahlin2004-08-042-2/+10
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-0411-70/+122
* GdkModifierType is flags not an enum.Johan Dahlin2004-08-042-2/+8
* Urgh. more threading 'fixes'Johan Dahlin2004-08-032-20/+17
* remove unused variableGustavo J. A. M. Carneiro2004-08-031-1/+0
* More minor threading fixesJohan Dahlin2004-08-033-16/+4
* Create a new GType on the fly if there isn't one for the GType.Johan Dahlin2004-08-031-18/+22
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-036-33/+9
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-037-57/+73
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-026-16/+51
* Added small PYTHONPATH noteJohan Dahlin2004-07-291-1/+2
* Reverse operatorJohan Dahlin2004-07-282-2/+2
* If we're on python 2.3, also check for PyBool_Type.Johan Dahlin2004-07-281-0/+4
* Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94Johan Dahlin2004-07-211-4/+42
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-203-4/+7
* s/flag/flags in tp_reprPYGTK_2_3_93Johan Dahlin2004-07-191-1/+1
* Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED...Johan Dahlin2004-07-193-25/+27
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-1913-749/+798
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-194-4/+86
* New gettersJohan Dahlin2004-07-186-27/+128
* add, forgot it in last commitJohan Dahlin2004-07-172-0/+33