summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: Johan Dahlin <johan@gnome.org>PYGTK_2_5_1Johan Dahlin2004-12-231-5/+34
* Change PY_HEXVERSION to PY_VERSION_HEXJohn Ehresman2004-12-101-1/+1
* 2.5.0PYGTK_2_5_0Johan Dahlin2004-11-291-1/+1
* Unbreak buildJohan Dahlin2004-11-271-1/+3
* Make sure type is a type and sinkfunc isn't NULL.Johan Dahlin2004-11-231-1/+4
* Print long int value if enum string not found. Fixes #158417. (modifedJohn Finlay2004-11-161-2/+6
* Add signal introspection functionsJohn Finlay2004-11-121-3/+190
* gobject/gobjectmodule.c (_pyg_strv_from_gvalue) Avoid segfault when argvJohn Finlay2004-11-081-2/+5
* updated - pygtk is working fine with msvc (but requiresHans Breuer2004-11-061-7/+17
* Use PyTuple_GetSlice and PyArg_ParseTuple here, so we can get the samepygtk-2-4-anchorPYGTK_2_4_1Johan Dahlin2004-11-042-1/+17
* Add tests for dynamic/unknown objects and interfacesJohan Dahlin2004-11-048-115/+247
* Bug 155304: pygobject.h cannot be included in C++ programsGustavo J. A. M. Carneiro2004-10-131-2/+6
* Allow gtk_main to be invoked from a thread created by the threading modulePYGTK_2_4_0John Ehresman2004-09-291-1/+3
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-285-51/+43
* Forgot to commit this yesterdayJohan Dahlin2004-09-281-0/+24
* Add thread stuff, that emits stuff from another thread and does some enumJohan Dahlin2004-09-272-6/+135
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-273-5/+102
* catch ImportError if glade is not found and set glade to NoneJohn Ehresman2004-09-271-1/+4
* Small c module to help testingJohan Dahlin2004-09-274-8/+59
* Revert parts of Gustavos changes, so the size of interfaces are correct.Johan Dahlin2004-09-272-1/+15
* Make PyGClosure semi-publicGustavo J. A. M. Carneiro2004-09-262-8/+9
* Move some tests from gtype and rename from signal.pyJohan Dahlin2004-09-253-7/+30
* Bug 153718: exception in overriden gsignals causes ref count problemsGustavo J. A. M. Carneiro2004-09-252-5/+7
* 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