| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Send in a PyObject instead of a PyGOptionGroup object. | Johan Dahlin | 2008-07-26 | 1 | -0/+6 |
| * | Move option over from gobject to glib. | Johan Dahlin | 2008-07-26 | 1 | -0/+26 |
| * | Run pyflakes on the testsuite, remove unused imports and reorganize | Johan Dahlin | 2008-07-26 | 1 | -0/+15 |
| * | Move over glib constants to gobject | Johan Dahlin | 2008-07-26 | 1 | -0/+13 |
| * | Only bump to 2.14, not 2.16 | Johan Dahlin | 2008-07-26 | 1 | -1/+1 |
| * | Bump required glib version to 2.16 | Johan Dahlin | 2008-07-26 | 1 | -0/+6 |
| * | Use g_slice_new instead of g_new | Johan Dahlin | 2008-07-26 | 1 | -0/+10 |
| * | Make distcheck pass | Johan Dahlin | 2008-07-25 | 1 | -0/+6 |
| * | Remove private structures which moved to pyglib. | Johan Dahlin | 2008-07-25 | 1 | -0/+6 |
| * | Bug 544600 – pygobject building failed since 839 revision, error : | Johan Dahlin | 2008-07-24 | 1 | -0/+6 |
| * | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 1 | -0/+12 |
| * | Rename the function too, not just the prototype! | Johan Dahlin | 2008-07-23 | 1 | -0/+5 |
| * | Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few | Johan Dahlin | 2008-07-21 | 1 | -0/+11 |
| * | Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename | Johan Dahlin | 2008-07-21 | 1 | -0/+14 |
| * | Move over Source, IOChannel, Idle, Timeout and PollFD to glib from | Johan Dahlin | 2008-07-21 | 1 | -0/+38 |
| * | Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, | Johan Dahlin | 2008-07-21 | 1 | -0/+6 |
| * | Fix libffi check logic. | Paul Pogonyshev | 2008-07-20 | 1 | -0/+5 |
| * | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 1 | -0/+45 |
| * | Install the glib module, the helper library and the headers. Use it from | Johan Dahlin | 2008-07-20 | 1 | -0/+11 |
| * | Use pkg-config to check for libffi again. | Johan Dahlin | 2008-07-20 | 1 | -0/+6 |
| * | Rename helper library to libpyglib-2.0. Move over | Johan Dahlin | 2008-07-20 | 1 | -0/+9 |
| * | Add glib bindings, currently not installed or used. Add some internal API | Johan Dahlin | 2008-07-20 | 1 | -0/+31 |
| * | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 1 | -0/+5 |
| * | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 1 | -0/+10 |
| * | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 1 | -0/+3 |
| * | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 1 | -0/+5 |
| * | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 1 | -0/+10 |
| * | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 1 | -0/+7 |
| * | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 1 | -0/+11 |
| * | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 1 | -0/+5 |
| * | The module is called gio._gio, not just _gio. | Johan Dahlin | 2008-07-17 | 1 | -0/+1 |
| * | Add a pygio_version module attribute | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Rename gio.IOErrorEnum to gio.ErrorEnum | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Add gio.ERROR which maps to the G_IO_ERROR quark. | Johan Dahlin | 2008-07-17 | 1 | -0/+5 |
| * | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 1 | -0/+12 |
| * | Post release version bump | Johan Dahlin | 2008-07-16 | 1 | -0/+4 |
| * | 2.15.1PYGOBJECT_2_15_1 | Johan Dahlin | 2008-07-16 | 1 | -0/+5 |
| * | Rename from 'pygtk-codegen-2.0.in'. | Paul Pogonyshev | 2008-07-15 | 1 | -0/+8 |
| * | Post release version bump | Johan Dahlin | 2008-07-14 | 1 | -0/+4 |
| * | 2.15.0PYGOBJECT_2_15_0 | Johan Dahlin | 2008-07-14 | 1 | -0/+5 |
| * | Make sure we can distcheck the gio module properly | Johan Dahlin | 2008-07-14 | 1 | -0/+5 |
| * | Bug 450659 – h2def.py - export 'typedef struct' object definitions not | Johan Dahlin | 2008-07-14 | 1 | -0/+8 |
| * | Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 448173 – use python-config to get python includes | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 378704 – OptionParser.parse_args() returns unexpected results Patch | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | Bug 491773 – autoconf failure: .m4 files cannot be found | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |
| * | wrap File.load_contents_async and File.load_contents_finish with docsstrings ... | Gian Mario Tagliaretti | 2008-07-14 | 1 | -0/+9 |
| * | Bug 487523 – Add xslfiles variable to .pc.in files | Johan Dahlin | 2008-07-14 | 1 | -0/+7 |