| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | mask out G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission. | Matt Wilson | 2001-10-05 | 1 | -3/+4 |
| * | Handle non-Tuple parameters. | Johan Dahlin | 2001-10-05 | 1 | -1/+7 |
| * | tweak the repr such that calling it on an uninitialized PyGObject won't | Matt Wilson | 2001-10-03 | 1 | -3/+6 |
| * | remove debugging message James checked in. | Matt Wilson | 2001-10-02 | 1 | -1/+0 |
| * | (pyg_object_new): rewrote function to use g_object_newv and instantiate | Matt Wilson | 2001-10-02 | 1 | -27/+36 |
| * | added a new gobject.new function to create an object of any registered | Matt Wilson | 2001-10-02 | 1 | -0/+63 |
| * | fix bug where we were INCREFing the saved widget even in the hasref case | James Henstridge | 2001-10-02 | 1 | -2/+3 |
| * | (pygobject_new): GC track wrappers created through pygobject_new. | James Henstridge | 2001-09-30 | 1 | -0/+2 |
| * | use plain old PyObject_GC_Del, as the overridden tp_free seems to ignore | James Henstridge | 2001-09-30 | 1 | -1/+3 |
| * | increment version number, and require gtk 1.3.9 (we already required it | James Henstridge | 2001-09-30 | 1 | -2/+4 |
| * | small typoPYGTK_1_99_2 | James Henstridge | 2001-09-29 | 1 | -1/+1 |
| * | add a wrapper for a GParamSpec. Currently it only exposes the base | James Henstridge | 2001-09-29 | 1 | -2/+127 |
| * | use pyg_type_from_object instead. Based on patch from Elliot. | James Henstridge | 2001-09-28 | 1 | -295/+241 |
| * | rename to gobject.list_properties. | James Henstridge | 2001-09-18 | 1 | -2/+2 |
| * | export this function. | James Henstridge | 2001-09-18 | 1 | -181/+105 |
| * | check if the base class is an extensionclass before poking around in | James Henstridge | 2001-09-18 | 1 | -1/+1 |
| * | allow '_' as start of constant name. (pyg_flags_add_constants): same here. | James Henstridge | 2001-09-15 | 1 | -2/+2 |
| * | don't import GTK. | James Henstridge | 2001-09-15 | 1 | -2/+10 |
| * | add test use of add_constants. | James Henstridge | 2001-09-14 | 1 | -0/+70 |
| * | same change. | James Henstridge | 2001-09-14 | 1 | -4/+4 |
| * | merge from short-class-names-branch | James Henstridge | 2001-09-14 | 1 | -2/+4 |
| * | removed. (gtk_cell_renderer_text_pixbuf_get_type): removed. | Johan Dahlin | 2001-09-13 | 1 | -3/+1 |
| * | fix up enums.sigc1_1_before_patchshort-class-names-branch-anchorPYGTK_1_99 | James Henstridge | 2001-09-06 | 1 | -2/+4 |
| * | various updates to make it compile. | James Henstridge | 2001-09-06 | 1 | -69/+106 |
| * | update for autoconf 2.52 | James Henstridge | 2001-08-21 | 1 | -0/+1 |