| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | added start of atk wrapper | Matt Wilson | 2001-11-27 | 1 | -30/+59 |
| * | fixed think-o, don't store a pointer to the function pointer, just storePYGTK_1_99_5 | Matt Wilson | 2001-11-19 | 1 | -3/+3 |
| * | s/g_param_get_{name,nick,blurb}/g_param_spec_get_{name,nick,blurb}/g | Matt Wilson | 2001-11-16 | 1 | -5/+5 |
| * | added PyGFatalExceptionFunc typedef, API wrapper for | Matt Wilson | 2001-11-15 | 1 | -11/+43 |
| * | include the module name in the typename. (PyGInterface_Type): same here.PYGTK_1_99_4 | James Henstridge | 2001-10-25 | 1 | -13/+16 |
| * | also go set up the reflist if we're doing refcount debugging. | Matt Wilson | 2001-10-11 | 1 | -0/+6 |
| * | if we are saving a reference to the wrapper during dealloc (which is | James Henstridge | 2001-10-11 | 1 | -0/+6 |
| * | too many tuples.PYGTK_1_99_3 | Matt Wilson | 2001-10-05 | 1 | -1/+1 |
| * | *** empty log message *** | Johan Dahlin | 2001-10-05 | 1 | -1/+1 |