summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cache refactoring: Move PyGIHashCache and related marshaling into new fileSimon Feltman2014-02-0211-398/+471
* cache refactoring: Separate ArgCache creation and setupSimon Feltman2014-02-022-111/+167
* tests: Add skip and expectedFailure to test_gi.test_callback_owned_boxSimon Feltman2014-02-021-0/+3
* tests: Add test for an owned boxed struct passed in a callbackMike Gorse2014-01-271-0/+11
* Rename gi.types.GIObjectMeta to gi.types.GObjectMetaSimon Feltman2014-01-232-9/+9
* build: Add --without-common configure option for package maintainersPatrick Welche2014-01-233-0/+11
* tests: Add skipped test for GLib.Source inheritance problemsSimon Feltman2014-01-161-0/+45
* Fix reference sharing of gi sub-modules in Python 2Simon Feltman2014-01-151-0/+11
* demo: Add TreeModel interface implementation demonstrationSimon Feltman2014-01-141-0/+143
* demo: Remove "Icon View" and "Tree View" directoriesSimon Feltman2014-01-147-1041/+0
* demo: Remove spaces from demo sub-directoriesSimon Feltman2014-01-147-0/+1041
* build: Remove _glib directory include from testhelper CFLAGSSimon Feltman2014-01-141-1/+1
* build: Set PLATFORM_VERSION again to 3.0Colin Walters2014-01-141-0/+2
* Fix Python 2 build warning for module definitionsSimon Feltman2014-01-141-3/+2
* tests: Run PyFlakes and PEP8 only on SUBDIRSSimon Feltman2014-01-142-7/+20
* Remove _glib include path from gi module targetSimon Feltman2014-01-141-5/+2
* Move Python glib options module into gi packageSimon Feltman2014-01-148-47/+5
* Merge static PyGLib module into PyGISimon Feltman2014-01-1418-212/+40
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-1416-87/+78
* Merge gobject static code into the gi moduleSimon Feltman2014-01-1439-148/+93
* tests: Fix test_torture_profile to return a number from its callbackSimon Feltman2014-01-141-1/+1
* Add test for callback user data arguments with following argumentsMartin Pitt2014-01-141-0/+48
* valgrind: Add suppression files for python3.3 and python3.3dmSimon Feltman2014-01-134-3/+945
* Makefile.am: Fix NEWS and ChangeLog generation under vpath buildsSimon Feltman2014-01-131-3/+3
* Update HACKING to include better release tagging instructionsSimon Feltman2014-01-131-7/+8
* configure.ac: post release version bump to 3.11.5Simon Feltman2014-01-132-1/+17
* Fix mid-argument list callback user data expecting a tuple3.11.4Simon Feltman2014-01-131-1/+15
* Remove special case GObject base class check when creating GI classesSimon Feltman2014-01-091-6/+11
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-073-7/+19
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-072-48/+27
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-062-5/+7
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-062-16/+11
* overrides: Remove Pango.Context.get_metricsSimon Feltman2014-01-062-9/+12