summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
Commit message (Expand)AuthorAgeFilesLines
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-281-19/+0
* Use _PyLong macros.Johan Dahlin2008-07-271-2/+2
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-271-0/+2
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-1/+1
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-5/+0
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-261-1/+8
* Move option over from gobject to glib.Johan Dahlin2008-07-261-23/+1
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-251-21/+0
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-211-22/+7
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-3/+4
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-0/+2
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-1/+29
* Py_ssize_t postfixGustavo J. A. M. Carneiro2006-10-031-0/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-0/+7
* Replace uses of typename with type_name, because that is a reserved C++Murray Cumming2006-08-151-4/+4
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-0/+7
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-1/+1
* Add Py_CLEAR macro for 2.3 compatibilityJohan Dahlin2006-06-051-0/+12
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-1/+1
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+23
* Forgot thisJohan Dahlin2006-04-291-0/+1
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-1/+1
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-091-3/+3
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-031-0/+4
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-251-1/+1
* gobject/pygobject-private.h Add a convenience functionManish Singh2005-08-011-0/+1
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-0/+1
* make iochannel api use new PyGPollFD type instead of tuplesGustavo J. A. M. Carneiro2005-07-101-0/+7
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-101-0/+7
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-3/+12
* Add GObject support, patch mostly based on Iñaki and Gustavos work.Johan Dahlin2005-07-081-0/+3
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-071-3/+3
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-051-1/+2
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-281-5/+5
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-1/+11
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-0/+3
* Bug 139176: GIOChannel wrapperGustavo J. A. M. Carneiro2005-05-221-0/+3
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-171-0/+2
* Fix for bug #154779 - Python signal handlers don't get executed whileMark McLoughlin2005-02-091-0/+1
* Bug 163612: segmentation fault on pygtk-demoGustavo J. A. M. Carneiro2005-01-101-10/+14
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-091-14/+10
* Apply slighly modified fix from bug 149845PYGTK_2_3_97Johan Dahlin2004-09-281-9/+1
* New functions exposed through _PyGObject_Functions to work around bugs inJohn Ehresman2004-09-271-0/+11
* Make PyGClosure semi-publicGustavo J. A. M. Carneiro2004-09-261-8/+0
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-0/+17
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-14/+58
* gtk/*.overrideJohan Dahlin2004-07-171-1/+2
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-0/+6
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-041-0/+1
* New function. (pygobject_lookup_class): Modify so we're not traversingJohan Dahlin2004-04-101-0/+2