| Commit message (Expand) | Author | Age | Files | Lines |
* | move the static bits internal to gi and refactor build files | John (J5) Palmieri | 2011-08-11 | 1 | -1844/+0 |
* | [gtk-overrides] special case TreeModel columns of PYGOBJECT types | John (J5) Palmieri | 2011-06-28 | 1 | -3/+4 |
* | fix static ABI for setting string gvalues from python objects | John (J5) Palmieri | 2011-04-28 | 1 | -9/+19 |
* | handle uchar as bytes, not strings in python 3 | John (J5) Palmieri | 2011-03-07 | 1 | -1/+1 |
* | handle unicode objects in properties | John (J5) Palmieri | 2010-12-17 | 1 | -9/+26 |
* | [gi] make parameter check less strict when dealing with GValue params | John (J5) Palmieri | 2010-10-25 | 1 | -4/+33 |
* | add compat functions for the deprecated PyCObject api | John (J5) Palmieri | 2010-10-13 | 1 | -5/+5 |
* | Revert "add compat functions for the deprecated PyCObject api" | John (J5) Palmieri | 2010-10-04 | 1 | -5/+5 |
* | add compat functions for the deprecated PyCObject api | John (J5) Palmieri | 2010-09-28 | 1 | -5/+5 |
* | remove unused code | John (J5) Palmieri | 2010-09-17 | 1 | -9/+0 |
* | properly handle ulongs properties in py3k | John (J5) Palmieri | 2010-09-17 | 1 | -13/+16 |
* | prefix compat macros with PYGLIB | John (J5) Palmieri | 2010-08-16 | 1 | -85/+85 |
* | move to using richcompare slot instead of compare | John (J5) Palmieri | 2010-08-13 | 1 | -6/+20 |
* | Fix handling of uchar in pyg_value_from_pyobject | Bastian Winkler | 2009-12-25 | 1 | -4/+11 |
* | Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap... | Simon van der Linden | 2009-11-07 | 1 | -6/+33 |
* | 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net> | Paul Pogonyshev | 2009-04-17 | 1 | -0/+10 |
* | Bug 577999 – converting a negative long Python value to a GUINT64 GValue do... | Gustavo J. A. M. Carneiro | 2009-04-05 | 1 | -38/+16 |
* | Update the address of the FSF, by replacing old bits of the address with | Tobias Mueller | 2009-03-29 | 1 | -1/+1 |
* | Bug 559001 – Allow setting pytype wrapper class | marklee | 2009-03-22 | 1 | -1/+21 |
* | huge patch to fix memory leaks all over the place, fixes #568427 | Gian Mario Tagliaretti | 2009-02-08 | 1 | -1/+2 |
* | Bug 549191 – Constructor of gtk.TreeView raises TypeError when model is | Paul Pogonyshev | 2008-08-27 | 1 | -7/+11 |
* | Use the Py_TYPE macro everywhere. | Johan Dahlin | 2008-07-27 | 1 | -5/+5 |
* | Use _PyLong macros. | Johan Dahlin | 2008-07-27 | 1 | -20/+20 |
* | Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to the | Johan Dahlin | 2008-07-27 | 1 | -77/+17 |
* | Add _PyUnicode_Type macro | Johan Dahlin | 2008-07-27 | 1 | -23/+23 |
* | Move off a bit more to separate functions, cleaning up the init_glib a bit | Johan Dahlin | 2008-07-26 | 1 | -0/+47 |
* | Move paramspec registration to a separate file, add a header for the | Johan Dahlin | 2008-07-26 | 1 | -0/+5 |
* | Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matching | Paul Pogonyshev | 2008-07-26 | 1 | -0/+6 |
* | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 1 | -9/+11 |
* | Fix compilation warning. | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -1/+1 |
* | Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha... | Gustavo J. A. M. Carneiro | 2007-07-07 | 1 | -2/+19 |
* | reviewed by: Johan Dahlin <johan@gnome.org> | James Livingstone | 2007-04-30 | 1 | -1/+1 |
* | Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixes | Johan Dahlin | 2007-04-30 | 1 | -0/+2 |
* | Bug 320428 – Break PyGObject<->GObject reference cycle | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -8/+12 |
* | Use PyObject_Cmp instead of comparing function closure addresses, which | Johan Dahlin | 2006-11-18 | 1 | -2/+3 |
* | Python 2.5, int vs ssize_t | Gustavo J. A. M. Carneiro | 2006-10-03 | 1 | -1/+1 |
* | Add infrastructure for lazy type registration, fixes # | Johan Dahlin | 2006-07-13 | 1 | -5/+74 |
* | indentation | Johan Dahlin | 2006-07-07 | 1 | -1/+1 |
* | Bindings for g_filename_display_basename and g_filename_display_name; | Gustavo J. A. M. Carneiro | 2006-06-24 | 1 | -0/+15 |
* | Fix #154845, add tests and a private method. | Johan Dahlin | 2006-04-29 | 1 | -0/+15 |
* | reorder more nicely information presented in docstring about signals and prop... | Gustavo J. A. M. Carneiro | 2006-01-11 | 1 | -11/+15 |
* | guint64 property fix | Gustavo J. A. M. Carneiro | 2005-10-02 | 1 | -9/+9 |
* | pyg_flags_get_value () should accept longs as input | Christopher Aillon | 2005-08-12 | 1 | -1/+4 |
* | Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add note | Johan Dahlin | 2005-07-07 | 1 | -24/+48 |
* | Add GType.is_a and deprecate gobject.type_* Update tests and make | Johan Dahlin | 2005-07-05 | 1 | -1/+42 |
* | Add GType to gobject namespace Wrap a number of GType utility functions | Johan Dahlin | 2005-07-04 | 1 | -3/+157 |
* | Extend to add some new fields, add a getter for GType.type, which points | Johan Dahlin | 2005-07-01 | 1 | -2/+29 |
* | Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key. | Johan Dahlin | 2005-05-28 | 1 | -2/+2 |
* | gquark initialization cleanup | Gustavo J. A. M. Carneiro | 2005-05-28 | 1 | -4/+0 |
* | reviewed by: Johan Dahlin <jdahlin@async.com.br> | Benjamin Otte | 2005-05-17 | 1 | -4/+36 |