| Commit message (Expand) | Author | Age | Files | Lines |
* | allow registering multiple GObject classes with same name | Gustavo J. A. M. Carneiro | 2004-04-18 | 1 | -16/+28 |
* | Prevent warnings in Python 2.3 | Gustavo J. A. M. Carneiro | 2004-04-15 | 1 | -1/+1 |
* | Move quark_to_string to initgobject | Johan Dahlin | 2004-04-13 | 1 | -3/+1 |
* | New function. (pygobject_lookup_class): Modify so we're not traversing | Johan Dahlin | 2004-04-10 | 1 | -1/+9 |
* | G_TYPE_STRV handling; GValueArray conversion fix | Gustavo J. A. M. Carneiro | 2004-04-09 | 1 | -0/+40 |
* | This is a function, not a method. | Johan Dahlin | 2004-03-27 | 1 | -0/+3 |
* | Fix again #136204 (GtkTextSearchFlags warning) | Gustavo J. A. M. Carneiro | 2004-03-08 | 1 | -4/+11 |
* | block/unblock threads around Py_DECREF in pyobject_free | Gustavo J. A. M. Carneiro | 2004-03-03 | 1 | -0/+2 |
* | same here. | James Henstridge | 2003-07-24 | 1 | -5/+0 |
* | change first block threads instead of unblocking them here. (Looks like | James Henstridge | 2003-07-03 | 1 | -1/+1 |
* | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 1 | -1/+21 |
* | Fix bogus strcmp. Thanks to John Ehresman for spotting this. Fixes #110489 | Johan Dahlin | 2003-06-06 | 1 | -1/+2 |
* | Make the third argument optional. This broke distutils. | Johan Dahlin | 2003-05-28 | 1 | -2/+0 |
* | add doc comments. | James Henstridge | 2003-03-13 | 1 | -0/+76 |
* | Unblock threads before invalidating our closures, since this might trigger | Jon Trowbridge | 2003-03-04 | 1 | -4/+12 |
* | Fix function name in exception. | Johan Dahlin | 2003-03-02 | 1 | -1/+1 |
* | Add GMainContext bindings and complete the GMainLoop bindings. Fixes | Johan Dahlin | 2003-01-21 | 1 | -12/+167 |
* | use os.path.join in a few more places | Johan Dahlin | 2003-01-18 | 1 | -6/+107 |
* | Improve threading support by adding pyg_thread_block/unblock around all | Johan Dahlin | 2002-12-28 | 1 | -1/+17 |
* | add abstract type check here too. (pygobject_init): make this code more | James Henstridge | 2002-12-24 | 1 | -33/+38 |
* | get rid of pyg_handler_marshal and pyg_input_marshal, which were the last | James Henstridge | 2002-11-19 | 1 | -24/+85 |
* | add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper for | James Henstridge | 2002-11-18 | 1 | -0/+189 |
* | han Dahlin <jdahlin@telia.com> | Johan Dahlin | 2002-08-20 | 1 | -2/+2 |
* | unref object_wrapper. (pyg_object_get_property): unref object_wrapper. | James Henstridge | 2002-08-18 | 1 | -1/+3 |
* | don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here. | James Henstridge | 2002-08-18 | 1 | -0/+1 |
* | These changes help with win32 compat. | James Henstridge | 2002-07-12 | 1 | -2/+10 |
* | Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bug | James Henstridge | 2002-07-09 | 1 | -0/+1 |
* | copy boxed arguments. | James Henstridge | 2002-06-23 | 1 | -1/+1 |
* | decref the exception instance after raising the error. | James Henstridge | 2002-06-16 | 1 | -0/+1 |
* | add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject): | James Henstridge | 2002-05-14 | 1 | -6/+1 |
* | allow override of autoconf and autoheader | Matt Wilson | 2002-03-19 | 1 | -5/+0 |
* | Fix a leak | Johan Dahlin | 2002-02-12 | 1 | -2/+3 |
* | register pointer types as well. | James Henstridge | 2002-02-05 | 1 | -0/+12 |
* | same code here, if __doc__ hasn't already been set. (initgobject): don't | James Henstridge | 2002-01-28 | 1 | -2/+6 |
* | fill in __doc__ descriptor | James Henstridge | 2002-01-23 | 1 | -0/+8 |
* | move GObject wrapper stuff here. | James Henstridge | 2002-01-22 | 1 | -807/+9 |
* | and again :( | James Henstridge | 2002-01-22 | 1 | -1/+1 |
* | small patch to get things working again after last commit. | James Henstridge | 2002-01-22 | 1 | -220/+5 |
* | don't create boxed_marshal hash table, and remove the type functions moved | James Henstridge | 2002-01-22 | 1 | -557/+3 |
* | list extra source files. | James Henstridge | 2002-01-21 | 1 | -165/+3 |
* | convert None, int, long, float, str and object to GTypes. | James Henstridge | 2002-01-12 | 1 | -0/+18 |
* | removed debugging code I didn't mean to check in. | Matt Wilson | 2002-01-11 | 1 | -3/+2 |
* | the F10 key is used to start navigating the menu -- not alt. | James Henstridge | 2002-01-07 | 1 | -2/+2 |
* | initialise GThread if threading is enabled at compile time (this doesn't | James Henstridge | 2002-01-07 | 1 | -0/+5 |
* | add overriden implementation that allows threads while waiting, so some | James Henstridge | 2002-01-07 | 1 | -3/+6 |
* | handler for registering thread block/unblock funcs. | James Henstridge | 2002-01-07 | 1 | -10/+48 |
* | fix for updated API. (pygobject_methods): just call the method "chain". | James Henstridge | 2001-12-20 | 1 | -16/+10 |
* | forgot to add these types here :( | James Henstridge | 2001-12-18 | 1 | -0/+2 |
* | add support for int64/uint64. Fix up code for unsigned int/long to parse | James Henstridge | 2001-12-18 | 1 | -28/+94 |
* | add new example to dist. | James Henstridge | 2001-12-18 | 1 | -11/+354 |