summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-8/+29
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-241-2/+5
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-4/+4
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-2/+4
* Reviewed by: GustavoJohan Dahlin2008-01-031-11/+63
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+30
* check for NULL before dereferencing.Paolo Borelli2007-11-241-6/+8
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-2/+3
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-1/+1
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-1/+10
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-052-2/+7
* 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