| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 1 | -0/+6 |
| * | Bug 504337 - crash bug in gobject.Timeout and gobject.Idle | Johan Dahlin | 2008-07-14 | 1 | -0/+8 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 1 | -0/+10 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 1 | -0/+12 |
| * | New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType' | Paul Pogonyshev | 2008-07-14 | 1 | -0/+12 |
| * | Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen, | Paul Pogonyshev | 2008-07-13 | 1 | -0/+7 |
| * | clean_func(): Strip GSEAL out, to avoid us thinking that there are many | Murray Cumming | 2008-07-13 | 1 | -0/+11 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 1 | -0/+8 |
| * | Fix error message referencing wrong argument. | Juha Sahakangas | 2008-07-09 | 1 | -0/+5 |
| * | Bug 540696 – gobject.markup_escape_text() causes python to segfault | Gustavo J. A. M. Carneiro | 2008-06-29 | 1 | -0/+6 |
| * | Document GObject.handler_block_by_func/handler_unblock_by_func | Johan Dahlin | 2008-06-28 | 1 | -0/+5 |
| * | Sort out confusion between interfaces and objects, add test. Fixes #538601 | Johan Dahlin | 2008-06-17 | 1 | -0/+7 |
| * | New functions, unconditionally raise TypeError. (pygobject_methods): Hook | Paul Pogonyshev | 2008-06-09 | 1 | -0/+6 |
| * | set FFI_LIBS to '', since this is mostly used on win32. | Johan Dahlin | 2008-05-31 | 1 | -0/+4 |
| * | Add the GParamSpec type wrapper to the module dictionary. | Gustavo J. A. M. Carneiro | 2008-05-30 | 1 | -0/+5 |
| * | Add default values for all GSeekType variables. | Johan Dahlin | 2008-05-23 | 1 | -0/+5 |
| * | Accept None for the child_setup parameter of gobject.spawn_async(). Also | Gustavo J. A. M. Carneiro | 2008-05-21 | 1 | -0/+6 |
| * | Fix: raise warning as exception if asked by PyErr_Warn(). | Paul Pogonyshev | 2008-04-27 | 1 | -0/+10 |
| * | Update link to defs format discussion | Johan Dahlin | 2008-04-21 | 1 | -0/+4 |
| * | Set gobject.GObject.__module__ to gobject._gobject, this helps pylint to | Johan Dahlin | 2008-04-15 | 1 | -0/+12 |
| * | document. Add default values to all flags parameters. | Johan Dahlin | 2008-04-11 | 1 | -0/+5 |
| * | document. Set io_priority default to G_PRIORITY_DEFAULT. | Johan Dahlin | 2008-04-11 | 1 | -0/+5 |
| * | Move around the order of the callback argument to async methods, so it | Johan Dahlin | 2008-04-11 | 1 | -0/+10 |
| * | Implement GAppInfo constructor, add tests. | Johan Dahlin | 2008-04-08 | 1 | -0/+10 |
| * | Wrap GFileInfo.list_attributes(), add tests and set the default of | Johan Dahlin | 2008-04-08 | 1 | -0/+10 |
| * | Fix a typo Update the tests after the latest "refactoring". The testsuite | Johan Dahlin | 2008-04-08 | 1 | -0/+7 |
| * | Disable these tests until we can figure why they freeze during make check. | Johan Dahlin | 2008-04-08 | 1 | -0/+7 |
| * | Add bindings for content_type_guess. Based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+8 |
| * | Add basic support for GThemedIcon, based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+9 |
| * | Unbreak Source.prepare (#523075, Bryan Silverthorn) | Johan Dahlin | 2008-04-08 | 1 | -0/+6 |
| * | Fix a couple of silly typos and use gio.File instead of GFile in | Johan Dahlin | 2008-04-08 | 1 | -0/+5 |
| * | Make gio.File() (calling on an interface) a factory for creating files. | Johan Dahlin | 2008-04-07 | 1 | -0/+10 |
| * | Install gio in the right location | Johan Dahlin | 2008-04-07 | 1 | -0/+4 |
| * | Add tests for recently added features. | Johan Dahlin | 2008-04-06 | 1 | -0/+2 |
| * | Add wrappers. | Johan Dahlin | 2008-04-06 | 1 | -0/+5 |
| * | Ignore vararg functions and remove a couple of left overs in the generic | Johan Dahlin | 2008-04-06 | 1 | -0/+3 |
| * | Remove g_file_output_stream_truncate, g_file_output_stream_tell and | Johan Dahlin | 2008-04-06 | 1 | -0/+3 |
| * | Implement the python iteration protocol on GFileEnumerator | Johan Dahlin | 2008-04-06 | 1 | -0/+4 |
| * | Add goffset to the int64 arg type | Johan Dahlin | 2008-04-06 | 1 | -0/+4 |