summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Use the generic setattr protocol instead of getting the module'sPYGTK_2_7_3Andy Wingo2005-08-091-3/+2
* Fixes bug #312337PYGTK_2_7_2Mark McLoughlin2005-08-021-2/+6
* gobject/pygobject-private.h Add a convenience functionManish Singh2005-08-015-32/+29
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-313-5/+16
* don't deprecate gobject.type_register, just give a warning if trying to regis...Gustavo J. A. M. Carneiro2005-07-301-12/+12
* Don't register PyObject unconditionally, fixes #303797 (Yevgen Muntyan)Johan Dahlin2005-07-301-3/+4
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-301-4/+1
* Bug 311226: Metaclass registration causes breakage with old constructorsGustavo J. A. M. Carneiro2005-07-221-0/+6
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-6/+0
* Remove pre python 2.3.5 compatibility. Simplifies thread handling.Johan Dahlin2005-07-172-53/+10
* Allow enums to be specified in the constructor Return flags or enum objectJohan Dahlin2005-07-152-15/+39
* make iochannel api use new PyGPollFD type instead of tuplesGustavo J. A. M. Carneiro2005-07-103-17/+20
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-102-30/+43
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-105-15/+913
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-094-14/+202
* correct PyGProps[Iter] sizesGustavo J. A. M. Carneiro2005-07-091-3/+3
* 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.pygtk-2-6-anchorPYGTK_2_6_2Johan 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 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