summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-081-1/+12
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-071-2/+2
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-051-6/+33
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-051-37/+49
* Add GType to gobject namespace Wrap a number of GType utility functionsJohan Dahlin2005-07-041-0/+1
* Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unicharJohan Dahlin2005-07-041-1/+2
* Extend to add some new fields, add a getter for GType.type, which pointsJohan Dahlin2005-07-011-0/+2
* Bug 308097: Overriden realize gets called twiceGustavo J. A. M. Carneiro2005-06-201-8/+32
* blahJohan Dahlin2005-05-281-1/+1
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-281-8/+6
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-11/+24
* Bug fixesJohn Finlay2005-05-221-2/+2
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-19/+48
* 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-221-2/+21
* 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-171-1/+3
* Fix for bug #303573 - "exceptions raised in a child watch handler areMark McLoughlin2005-05-091-2/+10
* 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
* 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-091-2/+2
* #154974: Interface implementation supportGustavo J. A. M. Carneiro2005-01-091-0/+41
* [Bug 145314] Overriding GTK+ virtual methodsGustavo J. A. M. Carneiro2005-01-081-1/+38
* 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
* 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-281-31/+34
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-271-5/+73
* Bug 153718: exception in overriden gsignals causes ref count problemsGustavo J. A. M. Carneiro2004-09-251-4/+0
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-24/+46
* Urgh. more threading 'fixes'Johan Dahlin2004-08-031-20/+11
* More minor threading fixesJohan Dahlin2004-08-031-6/+1
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-4/+1
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-20/+27
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-0/+18
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-201-2/+2
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-431/+15
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-191-2/+2
* New gettersJohan Dahlin2004-07-181-0/+23
* gtk/*.overrideJohan Dahlin2004-07-171-45/+39
* Back out changes that should not have been committed (oops)John Ehresman2004-07-061-2/+1
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-3/+7
* property based constructorsGustavo J. A. M. Carneiro2004-07-041-1/+54
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-041-1/+2
* Fixed UNICHAR support since we don't have G_TYPE_UNICHAR but G_TYPE_UINTLorenzo Gil Sanchez2004-06-041-1/+1
* Add support for paramspec.default_value for GParamSpec types that supportJohan Dahlin2004-06-041-0/+43
* added gobject.TYPE_UNICHARLorenzo Gil Sanchez2004-06-041-0/+1
* ImplJohan Dahlin2004-06-041-29/+90