summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of class_hash, and store the pointer to the python class withJames Henstridge2001-11-301-13/+26
* added start of atk wrapperMatt Wilson2001-11-272-30/+63
* fixed think-o, don't store a pointer to the function pointer, just storePYGTK_1_99_5Matt Wilson2001-11-191-3/+3
* s/g_param_get_{name,nick,blurb}/g_param_spec_get_{name,nick,blurb}/gMatt Wilson2001-11-161-5/+5
* added PyGFatalExceptionFunc typedef, API wrapper forMatt Wilson2001-11-152-11/+50
* include the module name in the typename. (PyGInterface_Type): same here.PYGTK_1_99_4James Henstridge2001-10-251-13/+16
* also go set up the reflist if we're doing refcount debugging.Matt Wilson2001-10-111-0/+6
* if we are saving a reference to the wrapper during dealloc (which isJames Henstridge2001-10-111-0/+6
* too many tuples.PYGTK_1_99_3Matt Wilson2001-10-051-1/+1
* *** empty log message ***Johan Dahlin2001-10-051-1/+1
* mask out G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission.Matt Wilson2001-10-051-3/+4
* Handle non-Tuple parameters.Johan Dahlin2001-10-051-1/+7
* tweak the repr such that calling it on an uninitialized PyGObject won'tMatt Wilson2001-10-031-3/+6
* remove debugging message James checked in.Matt Wilson2001-10-021-1/+0
* (pyg_object_new): rewrote function to use g_object_newv and instantiateMatt Wilson2001-10-021-27/+36
* added a new gobject.new function to create an object of any registeredMatt Wilson2001-10-021-0/+63
* fix bug where we were INCREFing the saved widget even in the hasref caseJames Henstridge2001-10-021-2/+3
* (pygobject_new): GC track wrappers created through pygobject_new.James Henstridge2001-09-301-0/+2
* use plain old PyObject_GC_Del, as the overridden tp_free seems to ignoreJames Henstridge2001-09-301-1/+3
* increment version number, and require gtk 1.3.9 (we already required itJames Henstridge2001-09-301-2/+4
* small typoPYGTK_1_99_2James Henstridge2001-09-291-1/+1
* add a wrapper for a GParamSpec. Currently it only exposes the baseJames Henstridge2001-09-291-2/+127
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-282-304/+249
* uncomment this now it has a boxed type.python22-branch-anchorJames Henstridge2001-09-201-1/+1
* rename from new, so that the header is includable in C++ programs.PYGTK_1_99_1James Henstridge2001-09-201-2/+2
* rename to gobject.list_properties.James Henstridge2001-09-181-2/+2
* export this function.James Henstridge2001-09-182-185/+111
* check if the base class is an extensionclass before poking around inJames Henstridge2001-09-181-1/+1
* allow '_' as start of constant name. (pyg_flags_add_constants): same here.James Henstridge2001-09-151-2/+2
* don't import GTK.James Henstridge2001-09-151-2/+10
* add test use of add_constants.James Henstridge2001-09-142-0/+77
* same change.James Henstridge2001-09-142-6/+6
* merge from short-class-names-branchJames Henstridge2001-09-141-2/+4
* removed. (gtk_cell_renderer_text_pixbuf_get_type): removed.Johan Dahlin2001-09-131-3/+1
* fix up enums.sigc1_1_before_patchshort-class-names-branch-anchorPYGTK_1_99James Henstridge2001-09-061-2/+4
* various updates to make it compile.James Henstridge2001-09-061-69/+106
* update for autoconf 2.52James Henstridge2001-08-211-0/+1
* register a "PyObject" boxed type with glib.. (pyg_value_from_pyobject): ifJames Henstridge2001-07-081-3/+35
* fix argument type for return_type.James Henstridge2001-07-081-1/+1
* function to list the signals of an object type. From patch by SkipJames Henstridge2001-07-011-0/+89
* remove g_type_init() argument.James Henstridge2001-06-301-1/+1
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-252-1/+5
* more fixups to use pyg_type_from_object.James Henstridge2001-06-232-5/+12
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-222-48/+83
* comment out, as container args have been switched to properties now.James Henstridge2001-06-211-5/+9
* remove the constructor from interfaces. It is now provided by GInterface.James Henstridge2001-06-091-1/+68
* function to register a new boxed type ExtensionClass. (pyg_boxed_new): newJames Henstridge2001-06-082-1/+207
* 2001-05-06 James Henstridge <james@daa.com.au>James Henstridge2001-05-062-5/+109
* moved rewritten testgtk demo hereJames Henstridge2001-03-302-3/+10
* simple example program that adds a signal to a class, connects a handlerJames Henstridge2001-03-272-4/+39