summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make distcheck passJohan Dahlin2008-07-253-2/+11
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-253-26/+6
* remove unused structureJohan Dahlin2008-07-251-5/+0
* Bug 544600 – pygobject building failed since 839 revision, error :Johan Dahlin2008-07-242-0/+11
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-248-55/+246
* Rename the function too, not just the prototype!Johan Dahlin2008-07-232-3/+8
* Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a fewJohan Dahlin2008-07-216-32/+49
* Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, renameJohan Dahlin2008-07-212-49/+61
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-2116-130/+301
* Use yes/no instead of true/false. Avoid bashism. Fix another logic bug,Johan Dahlin2008-07-212-4/+10
* Fix libffi check logic.Paul Pogonyshev2008-07-202-1/+7
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-2024-159/+333
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-206-931/+63
* Use pkg-config to check for libffi again.Johan Dahlin2008-07-203-29/+22
* Rename helper library to libpyglib-2.0. Move overJohan Dahlin2008-07-205-10/+97
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-2011-1/+1375
* Ignore a bunch of functions which are not relevant.Johan Dahlin2008-07-192-2/+19
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-195-5/+318
* Set module name back to gio, as setting it to gio._gio breaks pydoc.Johan Dahlin2008-07-192-1/+4
* Use property based constructors when possible.Johan Dahlin2008-07-192-10/+15
* Increase to 100 per goJohan Dahlin2008-07-181-1/+2
* improve example: show error message and allow sys.argv[1] to be specifiedJohan Dahlin2008-07-181-3/+13
* Wrap gio.FileEnumerator.next_files_async/next_files_done. Update theJohan Dahlin2008-07-185-3/+143
* Only fetch name, saves a couple of syscalls. Set name to gio._gio soJohan Dahlin2008-07-183-2/+9
* Fix header filenameJohan Dahlin2008-07-181-1/+1
* Remove unused importJohan Dahlin2008-07-181-1/+0
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-186-11/+150
* Use %zd instead of %d since it's a Py_ssize_t and not an int.Johan Dahlin2008-07-182-1/+6
* define NO_IMPORT_PYGOBJECT before including pygobject.hJohan Dahlin2008-07-182-1/+7
* Require pygobject 2.15.2Johan Dahlin2008-07-182-1/+6
* Put gio.override before all the othersJohan Dahlin2008-07-181-1/+1
* Use #include <pygobject.h> instead of include "pygobject.h"Johan Dahlin2008-07-183-3/+3
* The module is called gio._gio, not just _gio.Johan Dahlin2008-07-172-1/+2
* s/pygobject/gio/Johan Dahlin2008-07-171-1/+1
* Add a pygio_version module attributeJohan Dahlin2008-07-172-2/+19
* Rename gio.IOErrorEnum to gio.ErrorEnumJohan Dahlin2008-07-172-1/+6
* Add gio.ERROR which maps to the G_IO_ERROR quark.Johan Dahlin2008-07-172-0/+7
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-173-6/+27
* Post release version bumpJohan Dahlin2008-07-162-1/+5
* 2.15.1PYGOBJECT_2_15_1Johan Dahlin2008-07-162-0/+9
* Rename from 'pygtk-codegen-2.0.in'.Paul Pogonyshev2008-07-154-3/+11
* Post release version bumpJohan Dahlin2008-07-143-1/+6
* Add a release-tag targetJohan Dahlin2008-07-141-0/+9
* 2.15.0PYGOBJECT_2_15_0Johan Dahlin2008-07-142-0/+22
* Make sure we can distcheck the gio module properlyJohan Dahlin2008-07-142-1/+9
* Bug 450659 – h2def.py - export 'typedef struct' object definitions notJohan Dahlin2008-07-142-1/+9
* Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automakeJohan Dahlin2008-07-142-0/+8
* Bug 448173 – use python-config to get python includesJohan Dahlin2008-07-142-2/+13
* Bug 378704 – OptionParser.parse_args() returns unexpected results PatchJohan Dahlin2008-07-142-1/+12
* Bug 491773 – autoconf failure: .m4 files cannot be foundJohan Dahlin2008-07-142-0/+8