summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk:Johan Dahlin2008-05-234-11/+14
* Backport from trunk:Johan Dahlin2008-01-031-11/+63
* If there are no items, do not attempt to iterateJohan Dahlin2007-11-021-2/+3
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-271-6/+3
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-8/+7
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-3/+1
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-271-1/+1
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-271-1/+1
* Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res...Gustavo J. A. M. Carneiro2007-08-141-2/+6
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-081-1/+5
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-081-0/+43
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-081-1/+16
* revert last change (g_object_run_dispose)Gustavo J. A. M. Carneiro2007-07-071-11/+0
* Bug 398696 – Wrap g_object_run_disposeGustavo J. A. M. Carneiro2007-07-071-0/+11
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-074-17/+56
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-071-2/+19
* Rename the private struct field to private_flags, because private is a C++Murray Cumming2007-07-042-3/+3
* reviewed by: Johan DahlinSebastian Granjoux2007-07-021-1/+1
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-172-1/+17
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+4
* OK'd by JohanYevgen Muntyan2007-06-072-2/+3
* Bug 339924 – gnome-python doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-05-091-1/+1
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-021-3/+3
* 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-015-27/+417
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-301-3/+4
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-1/+1
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-301-0/+2
* Fix leak, patch by Daniel Berrange. Fixes #428726 (Phil Dumont)Johan Dahlin2007-04-301-3/+3
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-294-4/+249
* new pygobject_set_properties and pygobject_get_properties methodsGian Mario Tagliaretti2007-04-231-0/+107
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-142-1/+77
* Bug 415853 – g_set_application_name() bindingGustavo J. A. M. Carneiro2007-04-141-0/+30
* Bug 419379 – Modernize init_pygobject: use static inline functions instead ...Gustavo J. A. M. Carneiro2007-04-141-43/+97
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-145-108/+425
* Fix a couple of compiler warnings.Gustavo J. A. M. Carneiro2007-03-171-2/+2
* Release the GIL when calling g_object_set_property, since setting aEdward Hervey2007-03-031-0/+3
* Remove .cvsignore archivesJohan Dahlin2007-01-161-7/+0
* Improve exceptionJohan Dahlin2006-11-181-1/+4
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-181-2/+2
* set __module__ on gobject derived types, fixes #376099Johan Dahlin2006-11-181-2/+12
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-182-14/+14
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-2/+3
* Revert accidentally commited changesJohan Dahlin2006-11-181-1/+1
* Add a test for #375589Johan Dahlin2006-11-181-1/+1
* Py_ssize_t postfixGustavo J. A. M. Carneiro2006-10-031-0/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-038-50/+72
* (init_pygobject_check): Add parentheses "around && within ||" to please gcc.Gustavo J. A. M. Carneiro2006-09-241-1/+1