summaryrefslogtreecommitdiff
path: root/gobject/pygflags.c
Commit message (Expand)AuthorAgeFilesLines
* fix pygflags registration with module == NULLGustavo J. A. M. Carneiro2005-12-241-12/+15
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-031-12/+13
* Try to register unknown enums and flags on the fly. Fixes #308536, patchJohan Dahlin2005-06-211-1/+0
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-6/+0
* Complain if ret is NULL, Fixes #303524.pygtk-2-6-anchorPYGTK_2_6_2Johan Dahlin2005-05-091-1/+1
* [Bug 154372] New: - Calling an enumeration type causes an assertion failurePYGTK_2_5_3Gustavo J. A. M. Carneiro2005-01-221-9/+13
* Print long int value if enum string not found. Fixes #158417. (modifedJohn Finlay2004-11-161-2/+6
* Filter out 0 valuesJohan Dahlin2004-09-171-1/+7
* 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-061-6/+1
* New test.Johan Dahlin2004-08-041-1/+5
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-3/+3
* GdkModifierType is flags not an enum.Johan Dahlin2004-08-041-2/+6
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-2/+7
* Reverse operatorJohan Dahlin2004-07-281-1/+1
* Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94Johan Dahlin2004-07-211-4/+42
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-201-1/+2
* 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-191-5/+5
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-1/+2
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-191-1/+1
* New gettersJohan Dahlin2004-07-181-1/+45
* gtk/*.overrideJohan Dahlin2004-07-171-0/+367