summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Remove old .msc files, which are outdated and unused.Johan Dahlin2005-09-021-92/+0
* Remove unneeded g_strdup.John Ehresman2005-08-291-3/+2
* Refactor to allow us to list signals on interfaces.Johan Dahlin2005-08-261-18/+18
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-253-11/+19
* In the meta-class __init__ method, register a class as a gtype iffJohn Ehresman2005-08-241-15/+11
* Added sources so gobject module will compile, fixed enable/disable threadJohn Ehresman2005-08-242-1/+2
* Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu...Johan Dahlin2005-08-241-1/+1
* pyg_flags_get_value () should accept longs as inputChristopher Aillon2005-08-121-1/+4
* Use the generic setattr protocol instead of getting the module'sAndy Wingo2005-08-091-3/+2
* Fixes bug #312337Mark 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