summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-194-3/+117
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-192-4/+9
* Set null-ok for all cancelable as well.Johan Dahlin2008-01-192-107/+109
* set gio.unix to None if it's not availableJohan Dahlin2008-01-192-1/+3
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-194-107/+200
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-1936-1/+13165
* Don't link against libffi if we cannot find libffi on the system.Johan Dahlin2008-01-112-4/+32
* Include -Wall and -Werror when checking for PySignal_SetWakeupFdJohan Dahlin2008-01-032-1/+4
* Reviewed by: GustavoJohan Dahlin2008-01-033-11/+89
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-022-0/+37
* Add props attributeRafael Villar Burke2007-11-302-0/+24
* check for NULL before dereferencing.Paolo Borelli2007-11-242-6/+13
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-242-2/+8
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-123-1/+10
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-063-35/+74
* remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-054-4/+17
* 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