summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-303-3/+26
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-303-1/+27
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-304-1/+39
* reviewed by: Johan Dahlin <johan@gnome.org>Loïc Minier2007-04-302-1/+10
* reviewed by: Johan Dahlin <johan@gnome.org>Damien Carbery2007-04-302-1/+9
* Fix leak, patch by Daniel Berrange. Fixes #428726 (Phil Dumont)Johan Dahlin2007-04-302-3/+8
* reviewed by: Johan Dahlin <johan@gnome.org>Damien Carbery2007-04-293-1/+28
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-2910-14/+499
* release bumpGustavo J. A. M. Carneiro2007-04-232-1/+5
* 2.13.0PYGOBJECT_2_13_0Gustavo J. A. M. Carneiro2007-04-233-2/+16
* Unit test for get/set_properties.Gustavo J. A. M. Carneiro2007-04-232-0/+13
* new pygobject_set_properties and pygobject_get_properties methodsGian Mario Tagliaretti2007-04-233-0/+198
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-143-1/+80
* Bug 415853 – g_set_application_name() bindingGustavo J. A. M. Carneiro2007-04-142-1/+35
* Bug 419379 – Modernize init_pygobject: use static inline functions instead ...Gustavo J. A. M. Carneiro2007-04-142-43/+100
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-147-109/+631
* Fix a couple of compiler warnings.Gustavo J. A. M. Carneiro2007-03-172-2/+7
* Fix the docs option so that it's possible to disable building the docs.Richard Hult2007-03-062-1/+6
* Release the GIL when calling g_object_set_property, since setting aEdward Hervey2007-03-032-0/+10
* Remove .cvsignore archivesJohan Dahlin2007-01-167-46/+0
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-093-14/+37
* Make this work with automake 1.10 too.Kjartan Maraas2006-12-142-5/+10
* Post release version bumpJohan Dahlin2006-11-182-1/+5
* 2.12.3PYGOBJECT_2_12_3Johan Dahlin2006-11-182-0/+14
* Improve exceptionJohan Dahlin2006-11-181-1/+4
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-183-4/+12
* set __module__ on gobject derived types, fixes #376099Johan Dahlin2006-11-182-2/+17
* post release version bump ;)Johan Dahlin2006-11-181-1/+1
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-184-15/+98
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-183-12/+27
* Revert accidentally commited changesJohan Dahlin2006-11-182-2/+2
* Add a test for #375589Johan Dahlin2006-11-183-2/+12
* Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-AndreJohn Finlay2006-10-132-2/+7
* *** empty log message ***John Finlay2006-10-121-0/+7
* Remove Copyright and License section.John Finlay2006-10-122-27/+4
* Add py_ssize_t_clean flag to be passed to codegen.SourceWriter.Cedric Gustin2006-10-052-3/+11
* Add pygobject_postinstall.py to EXTRA_DIST.Cedric Gustin2006-10-042-0/+5
* Post release version bumpJohan Dahlin2006-10-031-0/+4
* 2.12.2PYGOBJECT_2_12_2Johan Dahlin2006-10-033-1/+16
* Py_ssize_t postfixGustavo J. A. M. Carneiro2006-10-031-0/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-039-50/+96
* LGPL, not GPL headerJohan Dahlin2006-09-292-7/+11
* (init_pygobject_check): Add parentheses "around && within ||" to please gcc.Gustavo J. A. M. Carneiro2006-09-242-1/+6
* Catch ImportError exception when codegen is not available: disableCedric Gustin2006-09-214-73/+177
* some more emission hook testsGustavo J. A. M. Carneiro2006-09-162-0/+50
* signal emission hook refcount fixGustavo J. A. M. Carneiro2006-09-162-1/+5
* Declare variables at start of code blockJohn Ehresman2006-09-122-4/+10
* Increase the timeout to 1000ms instead of 100.Johan Dahlin2006-09-062-1/+6
* Improve the version checkPYGOBJECT_2_12_1Johan Dahlin2006-09-043-24/+32
* Add a rule for building documentation tarball used on the websiteJohan Dahlin2006-09-041-0/+9