| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Make sure an exception is raised when we pass in invalid arguments to the | Johan Dahlin | 2006-11-18 | 1 | -2/+2 |
| * | set __module__ on gobject derived types, fixes #376099 | Johan Dahlin | 2006-11-18 | 1 | -2/+12 |
| * | reviewed by: Johan Dahlin <johan@gnome.org> | Yevgen Muntyan | 2006-11-18 | 2 | -14/+14 |
| * | Use PyObject_Cmp instead of comparing function closure addresses, which | Johan Dahlin | 2006-11-18 | 1 | -2/+3 |
| * | Revert accidentally commited changes | Johan Dahlin | 2006-11-18 | 1 | -1/+1 |
| * | Add a test for #375589 | Johan Dahlin | 2006-11-18 | 1 | -1/+1 |
| * | Py_ssize_t postfix | Gustavo J. A. M. Carneiro | 2006-10-03 | 1 | -0/+1 |
| * | Python 2.5, int vs ssize_t | Gustavo J. A. M. Carneiro | 2006-10-03 | 8 | -50/+72 |
| * | (init_pygobject_check): Add parentheses "around && within ||" to please gcc. | Gustavo J. A. M. Carneiro | 2006-09-24 | 1 | -1/+1 |
| * | signal emission hook refcount fix | Gustavo J. A. M. Carneiro | 2006-09-16 | 1 | -1/+0 |
| * | Declare variables at start of code block | John Ehresman | 2006-09-12 | 1 | -4/+5 |
| * | Increase the timeout to 1000ms instead of 100. | Johan Dahlin | 2006-09-06 | 1 | -1/+1 |
| * | Improve the version checkPYGOBJECT_2_12_1 | Johan Dahlin | 2006-09-04 | 1 | -24/+25 |
| * | interface fixes and tests | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -2/+5 |