summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allow override of autoconf and autoheaderPYGTK_1_99_9PYGTK_1_99_10Matt Wilson2002-03-191-5/+0
* fix up property listing.PYGTK_1_99_8James Henstridge2002-03-161-14/+20
* Fix a leakJohan Dahlin2002-02-121-2/+3
* register pointer types as well.James Henstridge2002-02-054-6/+201
* same code here, if __doc__ hasn't already been set. (initgobject): don'tPYGTK_1_99_7James Henstridge2002-01-282-2/+10
* use g_string_append_printf(). (add_property_docs): same here.James Henstridge2002-01-241-19/+14
* (add_signal_docs): only get the class for a type if it is aJames Henstridge2002-01-231-3/+5
* (add_property_docs): fix small bug.James Henstridge2002-01-232-1/+818
* fill in __doc__ descriptorJames Henstridge2002-01-233-1/+200
* move GObject wrapper stuff here.James Henstridge2002-01-222-810/+22
* and again :(James Henstridge2002-01-222-2/+2
* small patch to get things working again after last commit.James Henstridge2002-01-222-220/+15
* move closure stuff here.James Henstridge2002-01-222-0/+209
* don't create boxed_marshal hash table, and remove the type functions movedJames Henstridge2002-01-223-557/+581
* list extra source files.James Henstridge2002-01-213-165/+203
* convert None, int, long, float, str and object to GTypes.James Henstridge2002-01-121-0/+18
* removed debugging code I didn't mean to check in.Matt Wilson2002-01-111-3/+2
* the F10 key is used to start navigating the menu -- not alt.James Henstridge2002-01-071-2/+2
* initialise GThread if threading is enabled at compile time (this doesn'tJames Henstridge2002-01-071-0/+5
* add overriden implementation that allows threads while waiting, so someJames Henstridge2002-01-072-3/+9
* handler for registering thread block/unblock funcs.James Henstridge2002-01-072-10/+67
* fix for updated API. (pygobject_methods): just call the method "chain".PYGTK_1_99_6James Henstridge2001-12-201-16/+10
* forgot to add these types here :(James Henstridge2001-12-181-0/+2
* add support for int64/uint64. Fix up code for unsigned int/long to parseJames Henstridge2001-12-181-28/+94
* add new example to dist.James Henstridge2001-12-182-11/+397
* add chaining function. This will need to change when Tim makes the changesJames Henstridge2001-12-171-7/+88
* (override_signal): add g_type_class_ref() calls so that parent signals areJames Henstridge2001-12-141-0/+3
* Add gobject.glib_version.Johan Dahlin2001-12-141-1/+6
* another helper function for overriding existing signals. Haven't doneJames Henstridge2001-12-141-4/+29
* use __gsignals__ notation here.James Henstridge2001-12-142-4/+109
* always print and clear the exceptions in callback marshalers. People whoMatt Wilson2001-12-132-43/+4
* fix up format string, from bug #65636 (Skip again).James Henstridge2001-12-021-1/+1
* use pyg_error_check to raise the exception. Now the domain and codeJames Henstridge2001-12-022-0/+42
* 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