| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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.PYGTK_1_99_16 | 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>PYGTK_1_99_13 | 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.PYGTK_1_99_12 | James Henstridge | 2002-07-12 | 1 | -2/+10 |
* | Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11 | 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 autoheaderPYGTK_1_99_9PYGTK_1_99_10 | 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'tPYGTK_1_99_7 | 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".PYGTK_1_99_6 | 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 |
* | add chaining function. This will need to change when Tim makes the changes | James Henstridge | 2001-12-17 | 1 | -7/+88 |
* | (override_signal): add g_type_class_ref() calls so that parent signals are | James Henstridge | 2001-12-14 | 1 | -0/+3 |
* | Add gobject.glib_version. | Johan Dahlin | 2001-12-14 | 1 | -1/+6 |
* | another helper function for overriding existing signals. Haven't done | James Henstridge | 2001-12-14 | 1 | -4/+29 |
* | use __gsignals__ notation here. | James Henstridge | 2001-12-14 | 1 | -1/+105 |
* | always print and clear the exceptions in callback marshalers. People who | Matt Wilson | 2001-12-13 | 1 | -38/+4 |
* | fix up format string, from bug #65636 (Skip again). | James Henstridge | 2001-12-02 | 1 | -1/+1 |
* | use pyg_error_check to raise the exception. Now the domain and code | James Henstridge | 2001-12-02 | 1 | -0/+39 |
* | get rid of class_hash, and store the pointer to the python class with | James Henstridge | 2001-11-30 | 1 | -13/+26 |