| Commit message (Expand) | Author | Age | Files | Lines |
| * | bug #428732 (pyg_enum_new): Fix two wrong assertions about | Paul Pogonyshev | 2008-04-02 | 1 | -8/+29 |
| * | Don't return NULL after warning; more useful warning message (bug | Paul Pogonyshev | 2008-03-24 | 1 | -2/+5 |
| * | Allow gobject.property work with subclasses. Add tests. | Johan Dahlin | 2008-03-21 | 1 | -4/+4 |
| * | Never override customly set 'tp_new' and 'tp_alloc'. | Paul Pogonyshev | 2008-03-02 | 1 | -2/+4 |
| * | Reviewed by: Gustavo | Johan Dahlin | 2008-01-03 | 1 | -11/+63 |
| * | Bug 460606 – wrap g_get_application_name and g_get_prgname | Gustavo J. A. M. Carneiro | 2008-01-02 | 1 | -0/+30 |
| * | check for NULL before dereferencing. | Paolo Borelli | 2007-11-24 | 1 | -6/+8 |
| * | do not use a potentially uninitialized variable. Bug #499334. | Paolo Borelli | 2007-11-24 | 1 | -2/+3 |
| * | Set the default value of old_args to 0, so we don't end up slicing with | Johan Dahlin | 2007-11-12 | 1 | -1/+1 |
| * | Merge in values from all groups to the global option group. Slice up args | Johan Dahlin | 2007-11-06 | 1 | -1/+10 |
| * | Add pyg_option_group_new to the public API | Johan Dahlin | 2007-11-05 | 2 | -2/+7 |
| * | If there are no items, do not attempt to iterate | Johan Dahlin | 2007-11-02 | 1 | -2/+3 |
| * | Update documentation and filename | Johan Dahlin | 2007-08-28 | 1 | -3/+12 |
| * | Avoid exporting the metaclass, just define it where it will be used. | Johan Dahlin | 2007-08-27 | 1 | -6/+3 |
| * | Refactor a bit to make sure that it is possible to use in subclasses, | Johan Dahlin | 2007-08-27 | 1 | -8/+7 |
| * | Bug 470230 – check for default value in boolean type is wrong | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -3/+1 |
| * | removed unwanted defines | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -1/+1 |
| * | Fix compilation warning. | Gustavo J. A. M. Carneiro | 2007-08-27 | 1 | -1/+1 |
| * | Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res... | Gustavo J. A. M. Carneiro | 2007-08-14 | 1 | -2/+6 |
| * | Only compile g_timeout_add_seconds for glib >= 2.13.5 | Gustavo J. A. M. Carneiro | 2007-07-08 | 1 | -1/+5 |
| * | Wrap g_timeout_add_seconds | Gustavo J. A. M. Carneiro | 2007-07-08 | 1 | -0/+43 |
| * | Work around the deprecation warning of BaseException.message in Python 2.6+ a... | Gustavo J. A. M. Carneiro | 2007-07-08 | 1 | -1/+16 |
| * | revert last change (g_object_run_dispose) | Gustavo J. A. M. Carneiro | 2007-07-07 | 1 | -11/+0 |
| * | Bug 398696 – Wrap g_object_run_dispose | Gustavo J. A. M. Carneiro | 2007-07-07 | 1 | -0/+11 |
| * | Bug 342948 – Add exception handling to GOption | Gustavo J. A. M. Carneiro | 2007-07-07 | 4 | -17/+56 |
| * | Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha... | Gustavo J. A. M. Carneiro | 2007-07-07 | 1 | -2/+19 |
| * | Rename the private struct field to private_flags, because private is a C++ | Murray Cumming | 2007-07-04 | 2 | -3/+3 |
| * | reviewed by: Johan Dahlin | Sebastian Granjoux | 2007-07-02 | 1 | -1/+1 |
| * | Bug 447271 – gobject has a weird bug on mac. Involves python, property and ... | Gustavo J. A. M. Carneiro | 2007-06-17 | 2 | -1/+17 |
| * | Support type=GObject or type=TYPE_OBJECT in the new properties API. | Gustavo J. A. M. Carneiro | 2007-06-16 | 1 | -0/+4 |
| * | OK'd by Johan | Yevgen Muntyan | 2007-06-07 | 2 | -2/+3 |
| * | Bug 339924 – gnome-python doesn't compile on opensolaris | Gustavo J. A. M. Carneiro | 2007-05-09 | 1 | -1/+1 |
| * | Store property values in the descriptor per instance, add a test. | Johan Dahlin | 2007-05-02 | 1 | -3/+3 |
| * | Rewrap to fit in 79 characters | Johan Dahlin | 2007-05-01 | 1 | -5/+10 |
| * | delete trailing whitespace | Johan Dahlin | 2007-05-01 | 1 | -28/+28 |
| * | Add a property helper, fixes #338098 | Johan Dahlin | 2007-05-01 | 5 | -27/+417 |
| * | fix descriptor / toggle_ref interaction bug | Gustavo J. A. M. Carneiro | 2007-04-30 | 1 | -3/+4 |
| * | reviewed by: Johan Dahlin <johan@gnome.org> | James Livingstone | 2007-04-30 | 1 | -1/+1 |
| * | Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixes | Johan Dahlin | 2007-04-30 | 1 | -0/+2 |
| * | Fix leak, patch by Daniel Berrange. Fixes #428726 (Phil Dumont) | Johan Dahlin | 2007-04-30 | 1 | -3/+3 |
| * | Add a generic CClosure marshaller based on ffi. This makes it possible to | Johan Dahlin | 2007-04-29 | 4 | -4/+249 |
| * | new pygobject_set_properties and pygobject_get_properties methods | Gian Mario Tagliaretti | 2007-04-23 | 1 | -0/+107 |
| * | Bug 425242 – Add API to convert a gobject.GError exception being raised to ... | Gustavo J. A. M. Carneiro | 2007-04-14 | 2 | -1/+77 |
| * | Bug 415853 – g_set_application_name() binding | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -0/+30 |
| * | Bug 419379 – Modernize init_pygobject: use static inline functions instead ... | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -43/+97 |
| * | Bug 320428 – Break PyGObject<->GObject reference cycle | Gustavo J. A. M. Carneiro | 2007-04-14 | 5 | -108/+425 |
| * | Fix a couple of compiler warnings. | Gustavo J. A. M. Carneiro | 2007-03-17 | 1 | -2/+2 |
| * | Release the GIL when calling g_object_set_property, since setting a | Edward Hervey | 2007-03-03 | 1 | -0/+3 |
| * | Remove .cvsignore archives | Johan Dahlin | 2007-01-16 | 1 | -7/+0 |
| * | Improve exception | Johan Dahlin | 2006-11-18 | 1 | -1/+4 |