| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Bug 353039 – Failure in signal emission during do_set_property invoked from... | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -5/+11 |
* | type registration fix | Gustavo J. A. M. Carneiro | 2006-08-26 | 1 | -2/+74 |
* | fix interface registration | Gustavo J. A. M. Carneiro | 2006-08-17 | 1 | -31/+31 |
* | Replace uses of typename with type_name, because that is a reserved C++ | Murray Cumming | 2006-08-15 | 2 | -7/+7 |
* | Fix define to point to the correct function pointer field. | John Finlay | 2006-07-30 | 1 | -1/+1 |
* | better debug warnings | Gustavo J. A. M. Carneiro | 2006-07-29 | 2 | -2/+10 |
* | Fix 3 ! problems caused by refactoring | Johan Dahlin | 2006-07-25 | 1 | -22/+24 |
* | Add a macro to easily check the installed pygobject version. | Johan Dahlin | 2006-07-25 | 1 | -0/+24 |
* | gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending it | Johan Dahlin | 2006-07-25 | 2 | -9/+13 |
* | Fix typo in Finlays commit | Johan Dahlin | 2006-07-25 | 1 | -2/+2 |
* | Avoid segfault when g_flags_get_first_value returns NULL. | John Finlay | 2006-07-25 | 1 | -3/+12 |
* | Add infrastructure for lazy type registration, fixes # | Johan Dahlin | 2006-07-13 | 5 | -11/+102 |
* | goption leak fixed | Gustavo J. A. M. Carneiro | 2006-07-13 | 1 | -2/+2 |
* | interface implementation fix | Gustavo J. A. M. Carneiro | 2006-07-09 | 1 | -10/+10 |
* | missing iinfo.interface_data, needed for interface implementation | Gustavo J. A. M. Carneiro | 2006-07-09 | 1 | -1/+4 |
* | indentation | Johan Dahlin | 2006-07-07 | 1 | -1/+1 |
* | Fix message typo. | John Finlay | 2006-07-05 | 1 | -2/+2 |
* | gobject.filename_from_utf8 | Gustavo J. A. M. Carneiro | 2006-06-24 | 1 | -2/+27 |
* | Bindings for g_filename_display_basename and g_filename_display_name; | Gustavo J. A. M. Carneiro | 2006-06-24 | 4 | -6/+59 |
* | Add support for retrieving signal and propertie info from interface types. | John Finlay | 2006-06-23 | 1 | -42/+75 |
* | Add Py_CLEAR macro for 2.3 compatibility | Johan Dahlin | 2006-06-05 | 1 | -0/+12 |
* | Fix two leaks in error cases, found by Coverity. | Johan Dahlin | 2006-06-04 | 1 | -0/+2 |