summaryrefslogtreecommitdiffstats
path: root/gobject/pygenum.c
Commit message (Expand)AuthorAgeFilesLines
* Register enums and flags in PyGI if neededTomeu Vizoso2009-12-291-6/+14
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-1/+1
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-271-4/+12
* Use _PyLong macros.Johan Dahlin2008-07-271-10/+10
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-42/+9
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-4/+4
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-271-0/+11
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-3/+4
* Fix: raise warning as exception if asked by PyErr_Warn().Paul Pogonyshev2008-04-271-1/+2
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-8/+29
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-241-2/+5
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-1/+1
* better debug warningsGustavo J. A. M. Carneiro2006-07-291-1/+5
* gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending itJohan Dahlin2006-07-251-4/+6
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-091-6/+12
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-031-17/+14
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-5/+0
* Complain if ret is NULL, Fixes #303524.pygtk-2-6-anchorPYGTK_2_6_2Johan Dahlin2005-05-091-1/+5
* [Bug 154372] New: - Calling an enumeration type causes an assertion failurePYGTK_2_5_3Gustavo J. A. M. Carneiro2005-01-221-3/+11
* gobject/pygenum.c (pyg_enum_repr) Match enum values to avoid segfaultsJohn Finlay2004-08-151-1/+5
* Don't comment out the fallback, it break the test. (Wow, the testsuitePYGTK_2_3_96Johan Dahlin2004-08-061-7/+13
* 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-0/+2
* Create a new GType on the fly if there isn't one for the GType.Johan Dahlin2004-08-031-18/+22
* 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
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-201-1/+3
* Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED...Johan Dahlin2004-07-191-20/+20
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-2/+1
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-191-1/+1
* New gettersJohan Dahlin2004-07-181-1/+43
* gtk/*.overrideJohan Dahlin2004-07-171-0/+252