summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap gio.Resolver.lookup_by_name_finish() and add a testGian Mario Tagliaretti2009-12-292-2/+96
* Wrap gio.Drive.eject_with_data()Gian Mario Tagliaretti2009-12-291-0/+54
* Deprecate old gio.Drive methodsGian Mario Tagliaretti2009-12-292-1/+7
* Small fix in the headerGian Mario Tagliaretti2009-12-291-1/+1
* Wrap gio.Resolver.lookup_by_name() and add a couple of testsGian Mario Tagliaretti2009-12-294-0/+80
* Make cancellable an optional parameter in gio.Resolver.lookup_by_address()Gian Mario Tagliaretti2009-12-291-1/+1
* Strip g_ prefix for many other functionsGian Mario Tagliaretti2009-12-291-47/+47
* Strip g_prefix from InetAddress functionsGian Mario Tagliaretti2009-12-291-4/+4
* Fix function name gio.resolver_get_default()Gian Mario Tagliaretti2009-12-291-1/+1
* Wrap gio.FileIOStream.query_info_async() and add a testGian Mario Tagliaretti2009-12-294-0/+88
* Register enums and flags in PyGI if neededTomeu Vizoso2009-12-292-12/+27
* Wrap GIOStream.close_async() and add a testGian Mario Tagliaretti2009-12-284-0/+91
* Make cancellable an optional parameter in GFile.create_readwrite()Gian Mario Tagliaretti2009-12-281-1/+1
* Remove a duplicate entry in gio.defsGian Mario Tagliaretti2009-12-281-9/+0
* Wrap gio.FileInfo.set_modification_time and add a testGian Mario Tagliaretti2009-12-282-2/+38
* Wrap gio.EmblemedIcon.get_emblems() and add a testGian Mario Tagliaretti2009-12-282-0/+21
* Update Enums and Flags with new APIGian Mario Tagliaretti2009-12-261-4/+149
* Post release version bump to 2.21.1Gian Mario Tagliaretti2009-12-251-1/+1
* Fix handling of uchar in pyg_value_from_pyobjectBastian Winkler2009-12-251-4/+11
* 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