summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-083-1/+360
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-074-32/+61
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-052-7/+75
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-053-45/+79
* Add GType to gobject namespace Wrap a number of GType utility functionsJohan Dahlin2005-07-042-3/+158
* fix docstring typoJohan Dahlin2005-07-041-1/+1
* Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unicharJohan Dahlin2005-07-041-1/+2
* unref the underlying GMainContext upon object destruction. Some minorPDT 2005 Manish Singh2005-07-021-33/+44
* Extend to add some new fields, add a getter for GType.type, which pointsJohan Dahlin2005-07-012-2/+31
* Try to register unknown enums and flags on the fly. Fixes #308536, patchJohan Dahlin2005-06-212-3/+6
* Bug 308097: Overriden realize gets called twiceGustavo J. A. M. Carneiro2005-06-201-8/+32
* Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and GianJohan Dahlin2005-06-201-1/+1
* gobject/pygobject.h Use G_STMT_START/END for init_ defines.Manish Singh2005-06-101-2/+2
* fix registration of already registered types through the gobject metaclassGustavo J. A. M. Carneiro2005-05-291-1/+8
* blahJohan Dahlin2005-05-281-1/+1
* Pass the GIOCondition to PyObject_CallFunction.Manish Singh2005-05-281-2/+3
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-283-15/+13
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-289-62/+41
* Pass gsize to GIOChannel functions that expect them.Manish Singh2005-05-251-4/+4
* Bug fixesJohn Finlay2005-05-221-2/+2
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-223-20/+113
* Bug 164665: g_markup_escape_text needs bindingGustavo J. A. M. Carneiro2005-05-221-0/+20
* Bug 139176: GIOChannel wrapperGustavo J. A. M. Carneiro2005-05-224-2/+828
* revert accidental commitGustavo J. A. M. Carneiro2005-05-221-39/+1
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-221-1/+39
* make it build again (missing })Manish Singh2005-05-171-0/+1
* Improve GParamSpec wrapping, fixes bug #170614Johan Dahlin2005-05-171-99/+251
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-171-5/+17
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-174-5/+45
* Complain if ret is NULL, Fixes #303524.Johan Dahlin2005-05-092-2/+6
* Fix for bug #303573 - "exceptions raised in a child watch handler areMark McLoughlin2005-05-091-2/+10
* In case the enum is not registered, set enum_class or flag_class to NoneJohan Dahlin2005-03-141-7/+18
* Use G_CONST_RETURN with a gchar* return value.Cedric Gustin2005-02-231-1/+1
* Move the install_template call for pygobject-2.0.pc.in to the right placeCedric 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 failureGustavo 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