summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: post release version bump to 3.12.3pygobject-3-12Simon Feltman2014-05-261-1/+1
* release 3.12.23.12.2Simon Feltman2014-05-261-0/+4
* PEP8 fixesSimon Feltman2014-05-2610-34/+28
* Python 3.4 make check fixesSimon Feltman2014-05-263-4/+6
* configure.ac: post release version bump to 3.12.2Simon Feltman2014-04-141-1/+1
* release 3.12.13.12.1Simon Feltman2014-04-141-0/+5
* Fix crash with type checking invalid GObject argumentsSimon Feltman2014-04-142-9/+45
* Do not leak info of destroy notifyPaolo Borelli2014-03-311-5/+6
* configure.ac: post release version bump to 3.12.1Simon Feltman2014-03-241-1/+1
* release 3.12.03.12.0Simon Feltman2014-03-241-0/+2
* pre-release version bump to 3.12.0Simon Feltman2014-03-241-2/+2
* configure.ac: post release version bump to 3.11.93Simon Feltman2014-03-171-1/+1
* release 3.11.923.11.92Simon Feltman2014-03-171-0/+6
* configure.ac: Remove option to build without libffiSimon Feltman2014-03-171-18/+3
* docs: Standardize Python doc stringsSimon Feltman2014-03-1510-203/+242
* Quote argument names in initializer deprecation warningSimon Feltman2014-03-152-4/+4
* docs: Ignore meta-class bases in dynamic docstring generationSimon Feltman2014-03-151-1/+6
* Update Free Software Foundation addressesSimon Feltman2014-03-1558-174/+58
* Handle GI_TRANSFER_EVERYTHING for returns of foreign structuresOwen W. Taylor2014-03-126-8/+31
* configure.ac: post release version bump to 3.11.92Simon Feltman2014-03-031-1/+1
* release 3.11.913.11.91Simon Feltman2014-03-031-0/+7
* build: Update release-news to use srcdirSimon Feltman2014-03-031-1/+1
* Use ffi_call directly instead of g_callable_info_invokeSimon Feltman2014-03-039-165/+230
* tests: Move class definition depending on GTK+ within function evaluationSimon Feltman2014-03-031-16/+16
* tests: Conditionalize usage of GTK+ in tests_generictreemodelSimon Feltman2014-03-031-3/+13
* tests: Conditionalize usage of regress typelib in test_propertiesSimon Feltman2014-03-031-10/+17
* configure.ac: Use -std=c90 and error on declaration-after-statementSimon Feltman2014-03-031-1/+2
* Use g_snprintf instead of snprintfSimon Feltman2014-03-031-1/+1
* Use C style commentsSimon Feltman2014-02-274-4/+5
* Fix Build on Visual StudioChun-wei Fan2014-02-243-17/+18
* Update release steps to be more explicit in regards to NEWSSimon Feltman2014-02-171-5/+6
* configure.ac: post release version bump to 3.11.91Simon Feltman2014-02-171-1/+1
* release 3.11.90Simon Feltman2014-02-171-0/+4
* Use GObject type checking for instance arguments3.11.90Simon Feltman2014-02-121-1/+5
* configure.ac: post release version bump to 3.11.90Simon Feltman2014-02-031-1/+1
* release 3.11.53.11.5Simon Feltman2014-02-031-0/+16
* Restore pygobject_version API needed for pygobject.hSimon Feltman2014-02-031-0/+1
* cache refactoring: Add comments to arg cache setup functionsSimon Feltman2014-02-031-0/+36
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-0314-96/+102
* marshal refactoring: Move GValue marshaling from pytype into pygi-valueSimon Feltman2014-02-028-741/+757
* marshal refactoring: Move GIArgument from GValue code to new fileSimon Feltman2014-02-026-128/+180
* cache refactoring: Move enum and flags arg setup and marshaling to new fileSimon Feltman2014-02-029-517/+464
* cache refactoring: Move various struct arg setup and marshaling to new fileSimon Feltman2014-02-0214-595/+607
* cache refactoring: Move GObject arg setup and marshaling into new fileSimon Feltman2014-02-0212-313/+416
* cache refactoring: Move closure setup and marshaling into pygi-closureSimon Feltman2014-02-0210-316/+333
* cache refactoring: Move GError arg setup and marshaling to new fileSimon Feltman2014-02-028-110/+174
* cache refactoring: Move GArray arg setup and marshaling into new fileSimon Feltman2014-02-0210-957/+963
* cache refactoring: Move GList/GSList arg setup and marshaling into new fileSimon Feltman2014-02-0210-424/+517
* cache refactoring: Break sequence cache up for array vs listSimon Feltman2014-02-026-91/+177
* cache refactoring: Move basic type arg setup and marshaling into new fileSimon Feltman2014-02-0212-770/+880