Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make GType.pytype aware of the interface, enum, flags, pointer and boxed ↵ | Simon van der Linden | 2009-11-07 | 1 | -6/+33 |
| | | | | wrappers | ||||
* | pygmainloop: fix use of PySignal_WakeUpFD API for nested loops | Philippe Normad | 2009-10-21 | 1 | -45/+50 |
| | | | | Fixes bug #481569 | ||||
* | Post release version bump to 2.21.0 | Gian Mario Tagliaretti | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Update NEWS and release 2.20.0PYGOBJECT_2_20_0 | Gian Mario Tagliaretti | 2009-09-23 | 1 | -0/+6 |
| | |||||
* | Bump version to 2.20.0 | Gian Mario Tagliaretti | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Updated uninstalled.pc file so that it contains the right paths for | Brian Cameron | 2009-09-23 | 1 | -2/+2 |
| | | | | defsdir files and codegen files. See bug #596023. | ||||
* | Plug reference leak of GSource in pyg_main_loop_init() | Paul Pogonyshev | 2009-09-22 | 1 | -0/+1 |
| | | | | Bug #579406, second change. | ||||
* | Specify programming language in .devhelp file | Frédéric Péters | 2009-08-30 | 1 | -1/+1 |
| | | | | | This add a new language attribute (hardcoded to python) in the .devhelp file that is produced when using ref-html-style.xsl. | ||||
* | Allow to use automake 1.11 | Paolo Borelli | 2009-08-13 | 1 | -6/+7 |
| | |||||
* | Update READMEPYGOBJECT_2_19_0 | Gian Mario Tagliaretti | 2009-08-11 | 1 | -2/+8 |
| | |||||
* | Update AUTHORS | Gian Mario Tagliaretti | 2009-08-11 | 1 | -3/+5 |
| | |||||
* | Add myself and Paul as maintainers | Gian Mario Tagliaretti | 2009-08-11 | 2 | -0/+22 |
| | |||||
* | Update NEWS release 2.19.0 | Gian Mario Tagliaretti | 2009-08-11 | 1 | -0/+29 |
| | |||||
* | Add macros to help with Python list to/from GList/GSList conversions. | John Finlay | 2009-08-11 | 1 | -1/+241 |
| | |||||
* | Bug 590063 – GFileInfo.list_attributes should accept None/NULL | Gian Mario Tagliaretti | 2009-08-08 | 1 | -2/+2 |
| | |||||
* | Remove myself as a maintainer | Johan Dahlin | 2009-07-24 | 2 | -11/+0 |
| | |||||
* | * codegen/defsgen.py (clean_patterns): Strip out Windows DLL API macros. | John Finlay | 2009-07-08 | 1 | -3/+3 |
| | |||||
* | Fix the gio.unix namespace in docs | Gian Mario Tagliaretti | 2009-06-23 | 6 | -28/+42 |
| | |||||
* | Add docs for gio functions (mostly for content types) | Gian Mario Tagliaretti | 2009-06-22 | 3 | -0/+398 |
| | |||||
* | Add docs for gio.Unix[In|Out]putStream classes | Gian Mario Tagliaretti | 2009-06-21 | 4 | -0/+410 |
| | |||||
* | Document that many functions got moved gobject -> glib | Paul Pogonyshev | 2009-06-21 | 1 | -0/+7 |
| | |||||
* | Add docs for class gio.DataOutputStream | Gian Mario Tagliaretti | 2009-06-20 | 3 | -0/+507 |
| | |||||
* | Allow h2def.py to work when there are tabs or multiple spaces after the ↵ | Murray Cumming | 2009-06-18 | 1 | -4/+4 |
| | | | | struct keyword. | ||||
* | Add dpcs for class gio.DataInputStream | Gian Mario Tagliaretti | 2009-06-15 | 4 | -0/+868 |
| | |||||
* | Fix build when builddir is not the same as srcdir | Theppitak Karoonboonyanan | 2009-06-15 | 1 | -1/+1 |
| | | | | Bug #585817. | ||||
* | Make gio.Emblem constructor new-style | Paul Pogonyshev | 2009-06-15 | 2 | -4/+52 |
| | | | | | Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated. | ||||
* | Add docs for gio.BufferedOutputStream class | Gian Mario Tagliaretti | 2009-06-13 | 3 | -47/+325 |
| | |||||
* | Fix gio.BufferedInputStream docs | Gian Mario Tagliaretti | 2009-06-13 | 1 | -2/+32 |
| | | | | Added the constructor reference and fixed a typo in properties header | ||||
* | Add docs for gio.BufferedInputStream | Gian Mario Tagliaretti | 2009-06-13 | 3 | -0/+434 |
| | |||||
* | Cleanup GIO overrides to use Python function/method names | Paul Pogonyshev | 2009-06-12 | 5 | -218/+218 |
| | | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289. | ||||
* | Make codegen report errors using Python function/method names | Paul Pogonyshev | 2009-06-12 | 2 | -5/+14 |
| | | | | Part of bug #584289. | ||||
* | Fix object type in gio.BufferedInputStream_fill_async | Gian Mario Tagliaretti | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Wrap gio.BufferedInputStream.fill_async | Gian Mario Tagliaretti | 2009-06-09 | 4 | -0/+97 |
| | | | | Wrap the method gio.BufferedInputStream.fill_async and add a test | ||||
* | Add gio.BufferedOutputStream which was forgotten in the types definition | Gian Mario Tagliaretti | 2009-06-09 | 1 | -0/+7 |
| | |||||
* | Add docs for gio.MemoryOutputStream | Gian Mario Tagliaretti | 2009-06-09 | 3 | -0/+178 |
| | |||||
* | Split overrides for gio.MemoryOutputStream | Gian Mario Tagliaretti | 2009-06-09 | 4 | -24/+47 |
| | |||||
* | Wrap gio.memory_input_stream_new_from_data | Gian Mario Tagliaretti | 2009-06-09 | 8 | -35/+252 |
| | | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test. | ||||
* | Fixes whitespaces style issues with girepository. | Simon van der Linden | 2009-06-08 | 5 | -40/+39 |
| | |||||
* | Removes the header but the modeline in test_girepository.py. | Simon van der Linden | 2009-06-08 | 1 | -25/+1 |
| | |||||
* | Adds overrides modules from PyBank. | Simon van der Linden | 2009-06-08 | 5 | -2/+26 |
| | |||||
* | Disables the tests that fail in tests/test_girepository.py. | Simon van der Linden | 2009-06-08 | 1 | -60/+182 |
| | |||||
* | Imports test_girepository.py from former PyBank's everything_unittest.py. | Simon van der Linden | 2009-06-08 | 1 | -0/+288 |
| | |||||
* | Introduces the girepository module from the former PyBank. | Simon van der Linden | 2009-06-08 | 14 | -32/+2799 |
| | |||||
* | Fix the docs for gio.FilterOutputStream | Gian Mario Tagliaretti | 2009-06-02 | 1 | -3/+3 |
| | |||||
* | Add gio.FilterOutputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 3 | -0/+155 |
| | |||||
* | Add gio.FilterInputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 3 | -0/+155 |
| | |||||
* | Add API appeared in 2.20 but not marked as such in gio docs | Gian Mario Tagliaretti | 2009-06-02 | 1 | -0/+30 |
| | |||||
* | Wrap gio.FileOutputStream.query_info_async | Gian Mario Tagliaretti | 2009-06-02 | 7 | -1/+358 |
| | | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test. | ||||
* | Fix gio.FileInputStream docs | Gian Mario Tagliaretti | 2009-06-02 | 1 | -16/+9 |
| | | | | Add implemented interface section and remove a method description | ||||
* | Fix the method name | Gian Mario Tagliaretti | 2009-06-01 | 1 | -7/+7 |
| |