summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS and README, release pygobject 2.21.0PYGOBJECT_2_21_0Gian Mario Tagliaretti2009-12-182-3/+21
* Add pygi-external.h into Makefile SOURCESGian Mario Tagliaretti2009-12-181-1/+2
* Bug 598435 - No wrapping for g_find_program_in_path ()Gian Mario Tagliaretti2009-12-181-0/+20
* Wrap new API added in GIO-UNIX 2.22Gian Mario Tagliaretti2009-12-173-1/+144
* Bump required glib version to 2.22.4Gian Mario Tagliaretti2009-12-171-3/+3
* Properly define Connectable as interface type and not object typeGian Mario Tagliaretti2009-12-171-6/+6
* Suppress warnings about format conversionSimon van der Linden2009-11-301-16/+16
* Add the missing limit constants from glibconfig.hTomeu Vizoso2009-11-281-1/+16
* Fix bad name when rebuilding the unix source moduleGian Mario Tagliaretti2009-11-281-1/+1
* Wrap new API added in GIO 2.22Gian Mario Tagliaretti2009-11-282-6/+2144
* Remove the girepository moduleSimon van der Linden2009-11-2317-3174/+1
* Ignore one more file.Paul Pogonyshev2009-11-221-0/+1
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-222-2/+9
* Move threads_init() function from 'gobject' to 'glib'Paul Pogonyshev2009-11-102-29/+23
* Create instances by calling tp_alloc rather than PyObject_NEWSimon van der Linden2009-11-091-1/+2
* Add capabilities to import wrappers from pygiSimon van der Linden2009-11-095-0/+105
* Fix girpository build setupSimon van der Linden2009-11-073-15/+111
* Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap...Simon van der Linden2009-11-071-6/+33
* pygmainloop: fix use of PySignal_WakeUpFD API for nested loopsPhilippe Normad2009-10-211-45/+50
* Post release version bump to 2.21.0Gian Mario Tagliaretti2009-09-251-1/+1
* Update NEWS and release 2.20.0PYGOBJECT_2_20_0Gian Mario Tagliaretti2009-09-231-0/+6
* Bump version to 2.20.0Gian Mario Tagliaretti2009-09-231-1/+1
* Updated uninstalled.pc file so that it contains the right paths forBrian Cameron2009-09-231-2/+2
* Plug reference leak of GSource in pyg_main_loop_init()Paul Pogonyshev2009-09-221-0/+1
* Specify programming language in .devhelp fileFrédéric Péters2009-08-301-1/+1
* Allow to use automake 1.11Paolo Borelli2009-08-131-6/+7
* Update READMEPYGOBJECT_2_19_0Gian Mario Tagliaretti2009-08-111-2/+8
* Update AUTHORSGian Mario Tagliaretti2009-08-111-3/+5
* Add myself and Paul as maintainersGian Mario Tagliaretti2009-08-112-0/+22
* Update NEWS release 2.19.0Gian Mario Tagliaretti2009-08-111-0/+29
* Add macros to help with Python list to/from GList/GSList conversions.John Finlay2009-08-111-1/+241
* Bug 590063 – GFileInfo.list_attributes should accept None/NULLGian Mario Tagliaretti2009-08-081-2/+2
* Remove myself as a maintainerJohan Dahlin2009-07-242-11/+0
* * codegen/defsgen.py (clean_patterns): Strip out Windows DLL API macros.John Finlay2009-07-081-3/+3
* Fix the gio.unix namespace in docsGian Mario Tagliaretti2009-06-236-28/+42
* Add docs for gio functions (mostly for content types)Gian Mario Tagliaretti2009-06-223-0/+398
* Add docs for gio.Unix[In|Out]putStream classesGian Mario Tagliaretti2009-06-214-0/+410
* Document that many functions got moved gobject -> glibPaul Pogonyshev2009-06-211-0/+7
* Add docs for class gio.DataOutputStreamGian Mario Tagliaretti2009-06-203-0/+507
* Allow h2def.py to work when there are tabs or multiple spaces after the struc...Murray Cumming2009-06-181-4/+4
* Add dpcs for class gio.DataInputStreamGian Mario Tagliaretti2009-06-154-0/+868
* Fix build when builddir is not the same as srcdirTheppitak Karoonboonyanan2009-06-151-1/+1
* Make gio.Emblem constructor new-stylePaul Pogonyshev2009-06-152-4/+52
* Add docs for gio.BufferedOutputStream classGian Mario Tagliaretti2009-06-133-47/+325
* Fix gio.BufferedInputStream docsGian Mario Tagliaretti2009-06-131-2/+32
* Add docs for gio.BufferedInputStreamGian Mario Tagliaretti2009-06-133-0/+434
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-125-218/+218
* Make codegen report errors using Python function/method namesPaul Pogonyshev2009-06-122-5/+14
* Fix object type in gio.BufferedInputStream_fill_asyncGian Mario Tagliaretti2009-06-121-1/+1
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-094-0/+97