summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tests for GdkColor constructionJohn Ehresman2004-09-221-0/+16
* Filter out 0 valuesJohan Dahlin2004-09-171-1/+7
* allow override of some more slotsGustavo J. A. M. Carneiro2004-08-201-7/+0
* gobject/pygenum.c (pyg_enum_repr) Match enum values to avoid segfaultsJohn Finlay2004-08-151-1/+5
* gobject/pygflags.c (pyg_flags_add) Return NULL when no stub.John Finlay2004-08-081-0/+1
* Don't comment out the fallback, it break the test. (Wow, the testsuitePYGTK_2_3_96Johan Dahlin2004-08-063-15/+23
* Use methflags argument for defines instead of discarding itJohan Dahlin2004-08-061-1/+1
* New test.Johan Dahlin2004-08-043-2/+13
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-0411-70/+122
* GdkModifierType is flags not an enum.Johan Dahlin2004-08-042-2/+8
* Urgh. more threading 'fixes'Johan Dahlin2004-08-032-20/+17
* remove unused variableGustavo J. A. M. Carneiro2004-08-031-1/+0
* More minor threading fixesJohan Dahlin2004-08-033-16/+4
* Create a new GType on the fly if there isn't one for the GType.Johan Dahlin2004-08-031-18/+22
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-036-33/+9
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-037-57/+73
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-026-16/+51
* Added small PYTHONPATH noteJohan Dahlin2004-07-291-1/+2
* Use gobject.type_name,type_from_name for testing instead of GtkListStore.Johan Dahlin2004-07-292-11/+11
* s/e/enumJohan Dahlin2004-07-281-13/+13
* Reverse operatorJohan Dahlin2004-07-283-2/+32
* Test various other types aswellJohan Dahlin2004-07-281-7/+48
* If we're on python 2.3, also check for PyBool_Type.Johan Dahlin2004-07-283-0/+20
* Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94Johan Dahlin2004-07-212-16/+98
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-203-4/+7
* s/flag/flags in tp_reprPYGTK_2_3_93Johan Dahlin2004-07-191-1/+1
* Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED...Johan Dahlin2004-07-196-29/+42
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-1915-749/+808
* Remove, out of date since 0.6.x!Johan Dahlin2004-07-193-12/+10
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-194-4/+86
* New gettersJohan Dahlin2004-07-186-27/+128
* add, forgot it in last commitJohan Dahlin2004-07-174-2/+126
* gtk/*.overrideJohan Dahlin2004-07-1713-56/+815
* New script to run all tests in one takeJohan Dahlin2004-07-107-77/+125
* Back out changes that should not have been committed (oops)John Ehresman2004-07-061-2/+1
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-056-7/+65
* property based constructorsGustavo J. A. M. Carneiro2004-07-042-1/+61
* tests directory: unit testsJohn Ehresman2004-07-042-0/+77
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-044-1/+50
* fix bug #144135 (gtk.gdk.GC attributes not working)Gustavo J. A. M. Carneiro2004-06-201-0/+13
* Fixed UNICHAR support since we don't have G_TYPE_UNICHAR but G_TYPE_UINTLorenzo Gil Sanchez2004-06-041-1/+1
* Add support for paramspec.default_value for GParamSpec types that supportJohan Dahlin2004-06-041-0/+43
* added gobject.TYPE_UNICHARLorenzo Gil Sanchez2004-06-041-0/+1
* ImplJohan Dahlin2004-06-042-30/+92
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-2/+9
* Add gobject.pygtk_version (_wrap_g_main_context_iteration): block/unblockPYGTK_2_3_92Johan Dahlin2004-05-211-0/+11
* pygobject.c (pygobject_new_with_interfaces) Add new type to the moduleJohn Finlay2004-05-181-2/+36
* pygobject.c (pygobject_new) Bump refcount of types created byJohn Finlay2004-05-181-0/+5
* allow registering multiple GObject classes with same nameGustavo J. A. M. Carneiro2004-04-181-16/+28
* Prevent warnings in Python 2.3PYGTK_2_3_91Gustavo J. A. M. Carneiro2004-04-154-4/+8