| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 store | 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. | 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. | 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. | 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 |
* | register a "PyObject" boxed type with glib.. (pyg_value_from_pyobject): if | James Henstridge | 2001-07-08 | 1 | -3/+35 |
* | fix argument type for return_type. | James Henstridge | 2001-07-08 | 1 | -1/+1 |
* | function to list the signals of an object type. From patch by Skip | James Henstridge | 2001-07-01 | 1 | -0/+89 |
* | remove g_type_init() argument. | James Henstridge | 2001-06-30 | 1 | -1/+1 |
* | remove dead code for GtkArg handling, etc. (also tidied up references to | James Henstridge | 2001-06-25 | 1 | -1/+2 |
* | more fixups to use pyg_type_from_object. | James Henstridge | 2001-06-23 | 1 | -4/+8 |
* | new arg type for GType and GtkType args that uses pyg_type_from_object. | James Henstridge | 2001-06-22 | 1 | -48/+79 |
* | comment out, as container args have been switched to properties now. | James Henstridge | 2001-06-21 | 1 | -5/+9 |
* | remove the constructor from interfaces. It is now provided by GInterface. | James Henstridge | 2001-06-09 | 1 | -1/+68 |
* | function to register a new boxed type ExtensionClass. (pyg_boxed_new): new | James Henstridge | 2001-06-08 | 1 | -0/+187 |
* | 2001-05-06 James Henstridge <james@daa.com.au> | James Henstridge | 2001-05-06 | 1 | -2/+104 |
* | moved rewritten testgtk demo here | James Henstridge | 2001-03-30 | 1 | -2/+2 |
* | simple example program that adds a signal to a class, connects a handler | James Henstridge | 2001-03-27 | 1 | -4/+19 |
* | (pyg_signal_new): new function to create new signals. Doesn't | James Henstridge | 2001-03-27 | 1 | -0/+80 |
* | new function to get the closure used as the `class closure' for signals. | James Henstridge | 2001-03-27 | 1 | -0/+93 |
* | add some comments about creating new GTypes here. | James Henstridge | 2001-03-26 | 1 | -4/+130 |