| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matching | Paul Pogonyshev | 2008-07-26 | 1 | -0/+6 |
| * | reviewed by: <delete if not using a buddy> | Johan Dahlin | 2008-07-26 | 6 | -129/+177 |
| * | Build fix, remove extra \ | Johan Dahlin | 2008-07-26 | 1 | -1/+1 |
| * | Move option over from gobject to glib. | Johan Dahlin | 2008-07-26 | 7 | -1095/+12 |
| * | Move over glib constants to gobject | Johan Dahlin | 2008-07-26 | 2 | -61/+34 |
| * | Make distcheck pass | Johan Dahlin | 2008-07-25 | 1 | -1/+1 |
| * | Remove private structures which moved to pyglib. | Johan Dahlin | 2008-07-25 | 2 | -26/+0 |
| * | Move over Source, IOChannel, Idle, Timeout and PollFD to glib from | Johan Dahlin | 2008-07-21 | 6 | -1692/+12 |
| * | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 16 | -618/+101 |
| * | Install the glib module, the helper library and the headers. Use it from | Johan Dahlin | 2008-07-20 | 4 | -926/+41 |
| * | Use pkg-config to check for libffi again. | Johan Dahlin | 2008-07-20 | 1 | -1/+1 |
| * | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 1 | -5/+14 |
| * | Bug 378704 – OptionParser.parse_args() returns unexpected results Patch | Johan Dahlin | 2008-07-14 | 1 | -1/+5 |
| * | Bug 504337 - crash bug in gobject.Timeout and gobject.Idle | Johan Dahlin | 2008-07-14 | 1 | -4/+2 |
| * | Fix error message referencing wrong argument. | Juha Sahakangas | 2008-07-09 | 1 | -1/+1 |
| * | Bug 540696 – gobject.markup_escape_text() causes python to segfault | Gustavo J. A. M. Carneiro | 2008-06-29 | 1 | -1/+1 |
| * | New functions, unconditionally raise TypeError. (pygobject_methods): Hook | Paul Pogonyshev | 2008-06-09 | 1 | -0/+20 |
| * | Add the GParamSpec type wrapper to the module dictionary. | Gustavo J. A. M. Carneiro | 2008-05-30 | 1 | -0/+4 |
| * | Accept None for the child_setup parameter of gobject.spawn_async(). Also | Gustavo J. A. M. Carneiro | 2008-05-21 | 1 | -3/+12 |
| * | Fix: raise warning as exception if asked by PyErr_Warn(). | Paul Pogonyshev | 2008-04-27 | 2 | -3/+8 |
| * | Set gobject.GObject.__module__ to gobject._gobject, this helps pylint to | Johan Dahlin | 2008-04-15 | 1 | -1/+4 |
| * | Fix a typo Update the tests after the latest "refactoring". The testsuite | Johan Dahlin | 2008-04-08 | 1 | -2/+2 |
| * | Unbreak Source.prepare (#523075, Bryan Silverthorn) | Johan Dahlin | 2008-04-08 | 1 | -3/+1 |
| * | 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 |