summaryrefslogtreecommitdiff
path: root/gobject/pygtype.c
Commit message (Expand)AuthorAgeFilesLines
* move the static bits internal to gi and refactor build filesJohn (J5) Palmieri2011-08-111-1844/+0
* [gtk-overrides] special case TreeModel columns of PYGOBJECT typesJohn (J5) Palmieri2011-06-281-3/+4
* fix static ABI for setting string gvalues from python objectsJohn (J5) Palmieri2011-04-281-9/+19
* handle uchar as bytes, not strings in python 3John (J5) Palmieri2011-03-071-1/+1
* handle unicode objects in propertiesJohn (J5) Palmieri2010-12-171-9/+26
* [gi] make parameter check less strict when dealing with GValue paramsJohn (J5) Palmieri2010-10-251-4/+33
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-10-131-5/+5
* Revert "add compat functions for the deprecated PyCObject api"John (J5) Palmieri2010-10-041-5/+5
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-09-281-5/+5
* remove unused codeJohn (J5) Palmieri2010-09-171-9/+0
* properly handle ulongs properties in py3kJohn (J5) Palmieri2010-09-171-13/+16
* prefix compat macros with PYGLIBJohn (J5) Palmieri2010-08-161-85/+85
* move to using richcompare slot instead of compareJohn (J5) Palmieri2010-08-131-6/+20
* Fix handling of uchar in pyg_value_from_pyobjectBastian Winkler2009-12-251-4/+11
* Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap...Simon van der Linden2009-11-071-6/+33
* 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net>Paul Pogonyshev2009-04-171-0/+10
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue do...Gustavo J. A. M. Carneiro2009-04-051-38/+16
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Bug 559001 – Allow setting pytype wrapper classmarklee2009-03-221-1/+21
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-1/+2
* Bug 549191 – Constructor of gtk.TreeView raises TypeError when model isPaul Pogonyshev2008-08-271-7/+11
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-5/+5
* Use _PyLong macros.Johan Dahlin2008-07-271-20/+20
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-77/+17
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-23/+23
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-0/+47
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-0/+5
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-261-0/+6
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-9/+11
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-271-1/+1
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-071-2/+19
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-1/+1
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-301-0/+2
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-8/+12
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-2/+3
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-1/+1
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-5/+74
* indentationJohan Dahlin2006-07-071-1/+1
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+15
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+15
* reorder more nicely information presented in docstring about signals and prop...Gustavo J. A. M. Carneiro2006-01-111-11/+15
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-9/+9
* pyg_flags_get_value () should accept longs as inputChristopher Aillon2005-08-121-1/+4
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-071-24/+48
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-051-1/+42
* Add GType to gobject namespace Wrap a number of GType utility functionsJohan Dahlin2005-07-041-3/+157
* Extend to add some new fields, add a getter for GType.type, which pointsJohan Dahlin2005-07-011-2/+29
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-281-2/+2
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-4/+0
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-171-4/+36