summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultpygobject-2-14Gustavo J. A. M. Carneiro2008-06-292-1/+7
* 2.14.2PYGOBJECT_2_14_2Johan Dahlin2008-05-233-1/+22
* Merge from trunk:Johan Dahlin2008-05-239-17/+136
* Post release version bumpJohan Dahlin2008-01-032-1/+5
* 2.14.1PYGOBJECT_2_14_1Johan Dahlin2008-01-033-1/+9
* Backport from trunk:Johan Dahlin2008-01-033-11/+89
* If there are no items, do not attempt to iterateJohan Dahlin2007-11-021-2/+3
* fix indent on ChangelogGian Mario Tagliaretti2007-10-161-1/+1
* uninstalled.pc file missing 'datadir' value. Fixes #486876Gian Mario Tagliaretti2007-10-162-0/+8
* post-relase bumpGustavo J. A. M. Carneiro2007-09-162-1/+5
* 2.14.0PYGOBJECT_2_14_0Gustavo J. A. M. Carneiro2007-09-162-2/+5
* Update NEWSGustavo J. A. M. Carneiro2007-09-162-0/+13
* Remove DATADIR substitution since it now gets substituted asJohn Finlay2007-09-062-4/+6
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-272-6/+6
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-273-8/+27
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-273-4/+22
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-273-3/+6
* Bug 339924 – pygobject doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-08-272-1/+12
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-272-1/+6
* Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res...Gustavo J. A. M. Carneiro2007-08-142-2/+14
* Add test case for one the problems reported in bug #466082Gustavo J. A. M. Carneiro2007-08-132-0/+13
* Add a MAINTAINERS fileJohan Dahlin2007-08-081-0/+7
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-082-2/+7
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-082-0/+48
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-082-1/+24
* bump versionGustavo J. A. M. Carneiro2007-07-072-1/+5
* Update NEWS; 2.13.2 releasePYGOBJECT_2_13_2Gustavo J. A. M. Carneiro2007-07-072-0/+17
* Bug 339924 – pygobject doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-07-072-3/+11
* revert last change (g_object_run_dispose)Gustavo J. A. M. Carneiro2007-07-072-16/+0
* Bug 398696 – Wrap g_object_run_disposeGustavo J. A. M. Carneiro2007-07-072-0/+16
* Add pointer from changelog entry to bug numberGustavo J. A. M. Carneiro2007-07-071-0/+1
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-076-18/+107
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-074-2/+55
* Rename the private struct field to private_flags, because private is a C++Murray Cumming2007-07-043-3/+10
* reviewed by: Johan DahlinSebastian Granjoux2007-07-024-1/+51
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-174-1/+40
* use python-config to get python includes (Closes #448173)Sebastien Bacher2007-06-172-0/+9
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-163-0/+24
* OK'd by JohanYevgen Muntyan2007-06-073-2/+12
* Allow running autogen.sh from outside (from Muntyan)Gustavo J. A. M. Carneiro2007-05-302-1/+8
* Bug 339924 – gnome-python doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-05-093-2/+12
* Post-release version bump.Johan Dahlin2007-05-022-1/+5
* 2.13.1PYGOBJECT_2_13_1Johan Dahlin2007-05-022-0/+14
* Use CLEANFILES and not DISTCLEANFILESJohan Dahlin2007-05-021-1/+1
* Add libdir. Fixes #435132 (Luca Ferretti)Johan Dahlin2007-05-022-0/+6
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-023-3/+20
* Rewrap to fit in 79 charactersJohan Dahlin2007-05-011-5/+10
* delete trailing whitespaceJohan Dahlin2007-05-011-28/+28
* Add a property helper, fixes #338098Johan Dahlin2007-05-0111-125/+586