| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unit test for get/set_properties. | Gustavo J. A. M. Carneiro | 2007-04-23 | 1 | -0/+5 |
| * | new pygobject_set_properties and pygobject_get_properties methods | Gian Mario Tagliaretti | 2007-04-23 | 1 | -0/+8 |
| * | Bug 425242 – Add API to convert a gobject.GError exception being raised to ... | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -0/+3 |
| * | Bug 415853 – g_set_application_name() binding | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -1/+5 |
| * | Bug 419379 – Modernize init_pygobject: use static inline functions instead ... | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -0/+3 |
| * | Bug 320428 – Break PyGObject<->GObject reference cycle | Gustavo J. A. M. Carneiro | 2007-04-14 | 1 | -0/+21 |
| * | Fix a couple of compiler warnings. | Gustavo J. A. M. Carneiro | 2007-03-17 | 1 | -0/+5 |
| * | Fix the docs option so that it's possible to disable building the docs. | Richard Hult | 2007-03-06 | 1 | -0/+5 |
| * | Release the GIL when calling g_object_set_property, since setting a | Edward Hervey | 2007-03-03 | 1 | -0/+7 |
| * | treat --enable-docs like in gtk+, closes #361722 | Gustavo J. A. M. Carneiro | 2007-01-09 | 1 | -0/+7 |
| * | Make this work with automake 1.10 too. | Kjartan Maraas | 2006-12-14 | 1 | -0/+4 |
| * | Post release version bump | Johan Dahlin | 2006-11-18 | 1 | -0/+4 |
| * | 2.12.3PYGOBJECT_2_12_3 | Johan Dahlin | 2006-11-18 | 1 | -0/+3 |
| * | Make sure an exception is raised when we pass in invalid arguments to the | Johan Dahlin | 2006-11-18 | 1 | -1/+6 |
| * | set __module__ on gobject derived types, fixes #376099 | Johan Dahlin | 2006-11-18 | 1 | -0/+5 |
| * | reviewed by: Johan Dahlin <johan@gnome.org> | Yevgen Muntyan | 2006-11-18 | 1 | -0/+11 |
| * | Use PyObject_Cmp instead of comparing function closure addresses, which | Johan Dahlin | 2006-11-18 | 1 | -0/+7 |
| * | Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre | John Finlay | 2006-10-13 | 1 | -0/+6 |
| * | *** empty log message *** | John Finlay | 2006-10-12 | 1 | -0/+7 |
| * | Add py_ssize_t_clean flag to be passed to codegen.SourceWriter. | Cedric Gustin | 2006-10-05 | 1 | -0/+5 |
| * | Add pygobject_postinstall.py to EXTRA_DIST. | Cedric Gustin | 2006-10-04 | 1 | -0/+4 |
| * | Post release version bump | Johan Dahlin | 2006-10-03 | 1 | -0/+4 |
| * | 2.12.2PYGOBJECT_2_12_2 | Johan Dahlin | 2006-10-03 | 1 | -0/+6 |
| * | Python 2.5, int vs ssize_t | Gustavo J. A. M. Carneiro | 2006-10-03 | 1 | -0/+24 |
| * | LGPL, not GPL header | Johan Dahlin | 2006-09-29 | 1 | -0/+4 |
| * | (init_pygobject_check): Add parentheses "around && within ||" to please gcc. | Gustavo J. A. M. Carneiro | 2006-09-24 | 1 | -0/+5 |
| * | Catch ImportError exception when codegen is not available: disable | Cedric Gustin | 2006-09-21 | 1 | -0/+16 |
| * | some more emission hook tests | Gustavo J. A. M. Carneiro | 2006-09-16 | 1 | -0/+5 |
| * | signal emission hook refcount fix | Gustavo J. A. M. Carneiro | 2006-09-16 | 1 | -0/+5 |
| * | Declare variables at start of code block | John Ehresman | 2006-09-12 | 1 | -0/+5 |
| * | Increase the timeout to 1000ms instead of 100. | Johan Dahlin | 2006-09-06 | 1 | -0/+5 |
| * | Improve the version checkPYGOBJECT_2_12_1 | Johan Dahlin | 2006-09-04 | 1 | -0/+4 |
| * | Post release version bump | Johan Dahlin | 2006-09-04 | 1 | -0/+4 |
| * | 2.12PYGOBJECT_2_12_0 | Johan Dahlin | 2006-09-04 | 1 | -0/+6 |
| * | Install html files regardless even when passing in --disable-docs, fixes | Johan Dahlin | 2006-08-28 | 1 | -0/+5 |
| * | version bump | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -0/+4 |
| * | 2.11.4PYGOBJECT_2_11_4 | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -0/+3 |
| * | interface fixes and tests | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -0/+17 |
| * | Bug 353039 – Failure in signal emission during do_set_property invoked from... | Gustavo J. A. M. Carneiro | 2006-08-27 | 1 | -0/+14 |
| * | type registration fix | Gustavo J. A. M. Carneiro | 2006-08-26 | 1 | -0/+10 |
| * | Remove builddate.xml, reference directory and fixxref.py | Johan Dahlin | 2006-08-21 | 1 | -2/+3 |
| * | Remove build_stamp, include generated .html in the distributed tarball | Johan Dahlin | 2006-08-21 | 1 | -0/+3 |
| * | Post release version bump | Johan Dahlin | 2006-08-21 | 1 | -0/+4 |
| * | 2.11.3PYGOBJECT_2_11_3 | Johan Dahlin | 2006-08-21 | 1 | -0/+3 |
| * | Always install the xsl files & css files, regardless if the documentation | Johan Dahlin | 2006-08-21 | 1 | -0/+7 |
| * | fix interface registration | Gustavo J. A. M. Carneiro | 2006-08-17 | 1 | -0/+7 |
| * | Update docs for gobject functions. | John Finlay | 2006-08-17 | 1 | -0/+5 |
| * | Replace uses of typename with type_name, because that is a reserved C++ | Murray Cumming | 2006-08-15 | 1 | -0/+9 |
| * | Add reference to installed pygobject docs Add install of style.css Define | John Finlay | 2006-08-13 | 1 | -0/+7 |
| * | Use builddate.xml for the builddate entity and have builddate.xml be | John Finlay | 2006-08-10 | 1 | -0/+9 |