summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct version here toogtk-gnome-1-2Johan Dahlin2003-01-141-10/+28
* s/exists/isdir/Johan Dahlin2002-12-051-1/+1
* If the directory doesn't exist skip it. If not, it breaks when doingJohan Dahlin2002-11-281-0/+1
* fix up spec file to reflect new locations of files.PYGTK_0_6_11PYGTK_0_6_10GNOME_PYTHON_1_4_4GNOME_PYTHON_1_4_3James Henstridge2002-08-189-4227/+0
* same here.James Henstridge2002-08-181-0/+57
* unref object_wrapper. (pyg_object_get_property): unref object_wrapper.James Henstridge2002-08-181-1/+3
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-184-29/+71
* allow None when converting to string GValue (bug picked up by ThomasJames Henstridge2002-08-171-1/+3
* These changes help with win32 compat.PYGTK_1_99_12James Henstridge2002-07-123-8/+16
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11James Henstridge2002-07-095-19/+111
* apply another memory leak fix from Arjan (from bug #87413).James Henstridge2002-07-081-0/+4
* add __grefcount__ property.James Henstridge2002-07-071-1/+8
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-0/+4
* Add GBoxed::copyJonathan Blandford2002-06-242-2/+83
* copy boxed arguments.James Henstridge2002-06-235-13/+28
* if a value holds a PyObject*, the code that is getting the value isMatt Wilson2002-06-171-3/+9
* decref the exception instance after raising the error.James Henstridge2002-06-161-0/+1
* the path argument must be a tuple. Ints are not automatically converted toMatt Wilson2002-05-311-6/+9
* add support for G_TYPE_INTERFACE, provided the interface has a prereq onJames Henstridge2002-05-151-6/+27
* add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject):James Henstridge2002-05-143-41/+54
* 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