Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add two missing castsHEADmasterTomeu Vizoso2009-05-272-2/+2
* Remove superfluous arg in GIInterFaceInfo.register()Tomeu Vizoso2009-05-272-8/+4
* Pass the right pointer to pyg_argument_to_pyobjectTomeu Vizoso2009-05-271-1/+3
* Cast the right type_info as GIStructInfo*Tomeu Vizoso2009-05-271-1/+1
* Remove printf that slipped inTomeu Vizoso2009-05-271-2/+0
* Blacklist the cairo typelib so it doesn't conflict with the cairo python moduleTomeu Vizoso2009-05-271-0/+2
* Add initial support for arrays as out argumentsTomeu Vizoso2009-05-274-4/+88
* Pass the correct pointer to pyg_argument_to_pyobjectTomeu Vizoso2009-05-271-1/+1
* Implement unwrapping of enumsTomeu Vizoso2009-05-261-5/+11
* Only set up the wrapper methods and fields in their base classesTomeu Vizoso2009-05-262-8/+10
* Couple of memory fixesTomeu Vizoso2009-05-261-12/+8
* Add to each class the methods from the implemented interfacesTomeu Vizoso2009-05-232-0/+32
* Not all wrapped types have a gtypeTomeu Vizoso2009-05-221-1/+2
* Flag all new gtypes as using the new constructor APITomeu Vizoso2009-05-222-1/+17
* Fix typo in the check for number of argsTomeu Vizoso2009-05-211-1/+1
* Make sure the wrapper class has been registeredTomeu Vizoso2009-05-211-0/+19
* Add kwargs to the invocationTomeu Vizoso2009-05-211-4/+5
* Add a warning for void argsTomeu Vizoso2009-05-141-0/+2
* Propagate errorTomeu Vizoso2009-05-141-0/+3
* Restore lost conversion codeTomeu Vizoso2009-05-141-0/+11
* Implement incoming lists handlingTomeu Vizoso2009-05-142-63/+109
* Add preliminar support for registering interfacesTomeu Vizoso2009-05-142-0/+62
* Don't check for the exact type when checking arg typesTomeu Vizoso2009-05-131-4/+12
* Set __gtype__ in wrapper classesTomeu Vizoso2009-05-131-0/+2
* Add an override for Gdk and move the overrides package inside bankTomeu Vizoso2009-05-124-1/+15
* Add field support to objectsTomeu Vizoso2009-05-122-95/+128
* Remove lots of useless printsTomeu Vizoso2009-05-121-8/+1
* Refactor type creation, use a metaclass derived from GObjectMetaTomeu Vizoso2009-05-122-121/+63
* Improve handling of structs as return valuesTomeu Vizoso2009-05-122-10/+36
* Really fix subclass constructorsTomeu Vizoso2009-05-111-9/+6
* add uint checkTomeu Vizoso2009-05-111-1/+2
* implement ulong checks and conversionsTomeu Vizoso2009-05-112-3/+28
* Fix constructorsTomeu Vizoso2009-05-114-45/+73
* Synthesize constructor as __init__ instead of __new__Tomeu Vizoso2009-05-081-2/+2
* Add test for subclassesTomeu Vizoso2009-05-081-0/+6
* Implement structs in return valuesTomeu Vizoso2009-05-082-7/+8
* Handle errors in the invoked functionTomeu Vizoso2009-05-081-24/+21
* Handle returned NULL stringsTomeu Vizoso2009-05-081-2/+4
* Fix passing args when the func is a methodTomeu Vizoso2009-05-081-1/+4
* Fix arg count checkTomeu Vizoso2009-05-081-6/+4
* Improve error reporting in invoke() and return None when function has no retu...Tomeu Vizoso2009-05-081-15/+17
* Implement support for struct fieldsTomeu Vizoso2009-05-085-21/+170
* Add support for structsTomeu Vizoso2009-05-076-116/+353
* Add support for interfacesTomeu Vizoso2009-05-064-2/+86
* Add support for functions returning NULLTomeu Vizoso2009-05-051-6/+12
* Make the uint16, uint32, and uint64 unit tests pass.marklee2009-04-033-3/+40
* Make the int16, int32, and int64 unit tests pass.marklee2009-04-013-1/+35
* Add limit tests to the integer-related unit tests.marklee2009-03-312-1/+32
* Make the uint8 unit test pass.marklee2009-03-313-0/+13
* Make the int8 unit test pass.marklee2009-03-312-0/+8