summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-314-5/+34
* 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-302-4/+13
* Clean up tests, we don't need a C binding to access tp_basicsize, clean upJohan Dahlin2005-07-252-115/+55
* Re-enablePYGTK_2_7_1Johan Dahlin2005-07-222-16/+24
* 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-153-119/+184
* Impl. Patch by Gustavo, fixes #155679PYGTK_2_7_0Johan Dahlin2005-07-101-2/+36
* 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-103-59/+96
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-107-16/+981
* Remove gtk_ prefix on a couple of (unwrapped) functionsJohan Dahlin2005-07-091-15/+13
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-0910-25/+347
* correct PyGProps[Iter] sizesGustavo J. A. M. Carneiro2005-07-091-3/+3
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-083-2/+5
* And unittest..Johan Dahlin2005-07-081-0/+54
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-084-1/+361
* 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-055-32/+102
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-054-46/+87
* 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-042-48/+63
* 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
* file pygiargument.c was initially added on branch pygtk-introspection.Gustavo J. A. M. Carneiro2005-06-190-0/+0
* file pygifunction.c was initially added on branch pygtk-introspection.Gustavo J. A. M. Carneiro2005-06-190-0/+0
* 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-225-37/+130
* 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