| Commit message (Expand) | Author | Age | Files | Lines |
* | Move over glib constants to gobject | Johan Dahlin | 2008-07-26 | 9 | -100/+151 |
* | Only bump to 2.14, not 2.16 | Johan Dahlin | 2008-07-26 | 3 | -3/+3 |
* | Bump required glib version to 2.16 | Johan Dahlin | 2008-07-26 | 3 | -8/+14 |
* | Use g_slice_new instead of g_new | Johan Dahlin | 2008-07-26 | 4 | -7/+17 |
* | Make distcheck pass | Johan Dahlin | 2008-07-25 | 3 | -2/+11 |
* | Remove private structures which moved to pyglib. | Johan Dahlin | 2008-07-25 | 3 | -26/+6 |
* | remove unused structure | Johan Dahlin | 2008-07-25 | 1 | -5/+0 |
* | Bug 544600 – pygobject building failed since 839 revision, error : | Johan Dahlin | 2008-07-24 | 2 | -0/+11 |
* | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 8 | -55/+246 |
* | Rename the function too, not just the prototype! | Johan Dahlin | 2008-07-23 | 2 | -3/+8 |
* | Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few | Johan Dahlin | 2008-07-21 | 6 | -32/+49 |
* | Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename | Johan Dahlin | 2008-07-21 | 2 | -49/+61 |
* | Move over Source, IOChannel, Idle, Timeout and PollFD to glib from | Johan Dahlin | 2008-07-21 | 16 | -130/+301 |
* | Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, | Johan Dahlin | 2008-07-21 | 2 | -4/+10 |
* | Fix libffi check logic. | Paul Pogonyshev | 2008-07-20 | 2 | -1/+7 |
* | Move maincontext and mainloop over to glib. Update the threadstate api to | Johan Dahlin | 2008-07-20 | 24 | -159/+333 |
* | Install the glib module, the helper library and the headers. Use it from | Johan Dahlin | 2008-07-20 | 6 | -931/+63 |
* | Use pkg-config to check for libffi again. | Johan Dahlin | 2008-07-20 | 3 | -29/+22 |
* | Rename helper library to libpyglib-2.0. Move over | Johan Dahlin | 2008-07-20 | 5 | -10/+97 |
* | Add glib bindings, currently not installed or used. Add some internal API | Johan Dahlin | 2008-07-20 | 11 | -1/+1375 |
* | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 2 | -2/+19 |
* | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 5 | -5/+318 |
* | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 2 | -1/+4 |
* | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 2 | -10/+15 |
* | Increase to 100 per go | Johan Dahlin | 2008-07-18 | 1 | -1/+2 |
* | improve example: show error message and allow sys.argv[1] to be specified | Johan Dahlin | 2008-07-18 | 1 | -3/+13 |
* | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 5 | -3/+143 |
* | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 3 | -2/+9 |
* | Fix header filename | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
* | Remove unused import | Johan Dahlin | 2008-07-18 | 1 | -1/+0 |
* | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 6 | -11/+150 |
* | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 2 | -1/+6 |
* | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 2 | -1/+7 |
* | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 2 | -1/+6 |
* | Put gio.override before all the others | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
* | Use #include <pygobject.h> instead of include "pygobject.h" | Johan Dahlin | 2008-07-18 | 3 | -3/+3 |
* | The module is called gio._gio, not just _gio. | Johan Dahlin | 2008-07-17 | 2 | -1/+2 |
* | s/pygobject/gio/ | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
* | Add a pygio_version module attribute | Johan Dahlin | 2008-07-17 | 2 | -2/+19 |
* | Rename gio.IOErrorEnum to gio.ErrorEnum | Johan Dahlin | 2008-07-17 | 2 | -1/+6 |
* | Add gio.ERROR which maps to the G_IO_ERROR quark. | Johan Dahlin | 2008-07-17 | 2 | -0/+7 |
* | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 3 | -6/+27 |
* | Post release version bump | Johan Dahlin | 2008-07-16 | 2 | -1/+5 |
* | 2.15.1PYGOBJECT_2_15_1 | Johan Dahlin | 2008-07-16 | 2 | -0/+9 |
* | Rename from 'pygtk-codegen-2.0.in'. | Paul Pogonyshev | 2008-07-15 | 4 | -3/+11 |
* | Post release version bump | Johan Dahlin | 2008-07-14 | 3 | -1/+6 |
* | Add a release-tag target | Johan Dahlin | 2008-07-14 | 1 | -0/+9 |
* | 2.15.0PYGOBJECT_2_15_0 | Johan Dahlin | 2008-07-14 | 2 | -0/+22 |
* | Make sure we can distcheck the gio module properly | Johan Dahlin | 2008-07-14 | 2 | -1/+9 |
* | Bug 450659 – h2def.py - export 'typedef struct' object definitions not | Johan Dahlin | 2008-07-14 | 2 | -1/+9 |