| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | More minor threading fixes | Johan Dahlin | 2004-08-03 | 3 | -16/+4 |
| * | Create a new GType on the fly if there isn't one for the GType. | Johan Dahlin | 2004-08-03 | 1 | -18/+22 |
| * | Add better support for boolean type now when we can require 2.3. Fixes bug | Johan Dahlin | 2004-08-03 | 6 | -33/+9 |
| * | Clean up most functions here to have only one return path. | Johan Dahlin | 2004-08-03 | 7 | -57/+73 |
| * | Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95 | Johan Dahlin | 2004-08-02 | 6 | -16/+51 |
| * | Added small PYTHONPATH note | Johan Dahlin | 2004-07-29 | 1 | -1/+2 |
| * | Reverse operator | Johan Dahlin | 2004-07-28 | 2 | -2/+2 |
| * | If we're on python 2.3, also check for PyBool_Type. | Johan Dahlin | 2004-07-28 | 1 | -0/+4 |
| * | Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94 | Johan Dahlin | 2004-07-21 | 1 | -4/+42 |
| * | Simplify, fix name in exceptions and remove warning. | Johan Dahlin | 2004-07-20 | 3 | -4/+7 |
| * | s/flag/flags in tp_reprPYGTK_2_3_93 | Johan Dahlin | 2004-07-19 | 1 | -1/+1 |
| * | Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED... | Johan Dahlin | 2004-07-19 | 3 | -25/+27 |
| * | Update, why do I even bother to update 3 different build systems? | Johan Dahlin | 2004-07-19 | 13 | -749/+798 |
| * | Remove references to &PyInt_Type from static type struct initialization | John Ehresman | 2004-07-19 | 4 | -4/+86 |
| * | New getters | Johan Dahlin | 2004-07-18 | 6 | -27/+128 |
| * | add, forgot it in last commit | Johan Dahlin | 2004-07-17 | 2 | -0/+33 |
| * | gtk/*.override | Johan Dahlin | 2004-07-17 | 8 | -53/+795 |
| * | Back out changes that should not have been committed (oops) | John Ehresman | 2004-07-06 | 1 | -2/+1 |
| * | New conversion functions that use GParamSpec's declarations of new param | John Ehresman | 2004-07-05 | 5 | -5/+63 |
| * | property based constructors | Gustavo J. A. M. Carneiro | 2004-07-04 | 2 | -1/+61 |
| * | John Ehresman's patch to improve gunichar parameter handling | Gustavo J. A. M. Carneiro | 2004-07-04 | 4 | -1/+50 |
| * | fix bug #144135 (gtk.gdk.GC attributes not working) | Gustavo J. A. M. Carneiro | 2004-06-20 | 1 | -0/+13 |
| * | Fixed UNICHAR support since we don't have G_TYPE_UNICHAR but G_TYPE_UINT | Lorenzo Gil Sanchez | 2004-06-04 | 1 | -1/+1 |
| * | Add support for paramspec.default_value for GParamSpec types that support | Johan Dahlin | 2004-06-04 | 1 | -0/+43 |
| * | added gobject.TYPE_UNICHAR | Lorenzo Gil Sanchez | 2004-06-04 | 1 | -0/+1 |
| * | Impl | Johan Dahlin | 2004-06-04 | 2 | -30/+92 |
| * | Add a new example of subclassing a GtkWidget. | Johan Dahlin | 2004-06-04 | 1 | -2/+9 |
| * | Add gobject.pygtk_version (_wrap_g_main_context_iteration): block/unblockPYGTK_2_3_92 | Johan Dahlin | 2004-05-21 | 1 | -0/+11 |
| * | pygobject.c (pygobject_new_with_interfaces) Add new type to the module | John Finlay | 2004-05-18 | 1 | -2/+36 |
| * | pygobject.c (pygobject_new) Bump refcount of types created by | John Finlay | 2004-05-18 | 1 | -0/+5 |
| * | allow registering multiple GObject classes with same name | Gustavo J. A. M. Carneiro | 2004-04-18 | 1 | -16/+28 |
| * | Prevent warnings in Python 2.3PYGTK_2_3_91 | Gustavo J. A. M. Carneiro | 2004-04-15 | 4 | -4/+8 |
| * | Move quark_to_string to initgobject | Johan Dahlin | 2004-04-13 | 1 | -3/+1 |
| * | New function. (pygobject_lookup_class): Modify so we're not traversing | Johan Dahlin | 2004-04-10 | 3 | -15/+107 |
| * | G_TYPE_STRV handling; GValueArray conversion fix | Gustavo J. A. M. Carneiro | 2004-04-09 | 2 | -2/+43 |
| * | This is a function, not a method.PYGTK_2_3_90 | Johan Dahlin | 2004-03-27 | 3 | -10/+18 |
| * | Fix again #136204 (GtkTextSearchFlags warning)PYGTK_2_2_0 | Gustavo J. A. M. Carneiro | 2004-03-08 | 1 | -4/+11 |
| * | Fixes for bug 132704, Patch by John Ehresman. | Johan Dahlin | 2004-03-04 | 2 | -5/+25 |
| * | block/unblock threads around Py_DECREF in pyobject_free | Gustavo J. A. M. Carneiro | 2004-03-03 | 1 | -0/+2 |
| * | signa->signal | Johan Dahlin | 2004-02-24 | 1 | -1/+1 |
| * | Handle conversion of GValueArray to PyObject | Gustavo J. A. M. Carneiro | 2003-12-26 | 1 | -2/+8 |
| * | explicitly check if the property is readable first, and raise an exception | James Henstridge | 2003-12-23 | 1 | -0/+10 |
| * | add wrapper (from bug #118676).pygtk-2-0-anchorPYGTK_2_0_0PYGTK_1_99_18PYGTK_1_99_17 | James Henstridge | 2003-07-31 | 1 | -0/+16 |
| * | add a call to PyType_Ready() to make sure the type is initialised (bug | James Henstridge | 2003-07-31 | 1 | -0/+4 |
| * | same here. | James Henstridge | 2003-07-24 | 2 | -7/+4 |
| * | change first block threads instead of unblocking them here. (Looks like | James Henstridge | 2003-07-03 | 1 | -1/+1 |
| * | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 4 | -4/+85 |
| * | Fix bogus strcmp. Thanks to John Ehresman for spotting this. Fixes #110489 | Johan Dahlin | 2003-06-06 | 1 | -1/+2 |
| * | Make the third argument optional. This broke distutils. | Johan Dahlin | 2003-05-28 | 2 | -4/+0 |
| * | add missing "extern" keyword (from Glyph's patch). | James Henstridge | 2003-03-24 | 1 | -1/+1 |