summaryrefslogtreecommitdiffstats
path: root/gobject/pygflags.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-151-22/+1
* Register enums and flags in PyGI if neededTomeu Vizoso2009-12-291-6/+13
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Remove unnecessary spacingJohan Dahlin2008-07-281-2/+2
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-271-11/+17
* Use _PyLong macros.Johan Dahlin2008-07-271-12/+12
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-42/+9
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-6/+6
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-271-0/+12
* 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-2/+6
* Fix leak, patch by Daniel Berrange. Fixes #428726 (Phil Dumont)Johan Dahlin2007-04-301-3/+3
* 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-5/+7
* Fix typo in Finlays commitJohan Dahlin2006-07-251-2/+2
* Avoid segfault when g_flags_get_first_value returns NULL.John Finlay2006-07-251-3/+12
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-091-6/+14
* 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