summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: update travis-ci example to Ubuntu xenialChristoph Reiter2019-02-151-2/+2
* docs: document GObject.Object.weak_ref(). Fixes #245Christoph Reiter2019-02-143-1/+28
* tests: add tests for GObject.Object.weak_refChristoph Reiter2019-02-141-0/+49
* GTK+ -> GTKChristoph Reiter2019-02-1317-47/+47
* getting started: add a note for the tutorial and the API referenceChristoph Reiter2019-02-131-0/+5
* ci: enable pycairo for PyPyChristoph Reiter2019-02-131-7/+3
* ci: update to PyPy 7.0 and update CPython to the latest stable releasesChristoph Reiter2019-02-135-17/+17
* version bumpChristoph Reiter2019-02-022-2/+2
* release3.31.3Christoph Reiter2019-02-021-0/+13
* ci: add a timeout multiplier for meson testsChristoph Reiter2019-02-011-1/+1
* docs: getting_started: Include instructions for installing with pip. Fixes #297Christoph Reiter2019-01-291-42/+66
* docs: getting_started: remove all Python 2 related instructionsChristoph Reiter2019-01-291-7/+7
* gtk: raise in case Gtk.Window is instantiated after init failed. See #298Christoph Reiter2019-01-281-4/+12
* test_atoms: handle missing axes labels. Fixes #300Christoph Reiter2019-01-281-2/+2
* examples: fix new flake8 warningsChristoph Reiter2019-01-272-8/+8
* Merge branch 'egg-info' into 'master'Christoph Reiter2019-01-271-1/+1
|\
| * Install .egg-info directory to arch'd dir.Elliott Sales de Andrade2019-01-271-1/+1
|/
* tests: don't depend on the order of objects returned by Gtk.Builder.get_objec...Christoph Reiter2019-01-201-1/+2
* tests: add a test for stripping return values from event methods. Fixes #85Christoph Reiter2019-01-191-0/+10
* Merge branch 'warn-init-dbus-boxed-info-types' into 'master'Christoph Reiter2019-01-192-9/+83
|\
| * gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-182-9/+83
* | Value.get/set_value: use _gvalue_get/set in more casesChristoph Reiter2019-01-192-99/+184
* | Value.set_value: allow None for TYPE_STRINGChristoph Reiter2019-01-192-4/+4
* | basic: allow None for boolean parametersChristoph Reiter2019-01-193-2/+10
* | GObject.Value: add a static helper for fetching the GTypeChristoph Reiter2019-01-184-5/+30
* | GObject.Value: a bit more test coverageChristoph Reiter2019-01-181-0/+26
* | GObject.Value: deprecate calling get/set_boxed on a non-boxed valueChristoph Reiter2019-01-182-0/+14
|/
* Merge branch 'gi-boxed-remove-del' into 'master'Christoph Reiter2019-01-165-50/+32
|\
| * Remove GObject.Value.__del__Christoph Reiter2019-01-153-23/+4
| * boxed: remove __del__ implementation and free in tp_deallocChristoph Reiter2019-01-153-23/+24
| * boxed: don't look up the gtype in tp_dealloc, we already know itChristoph Reiter2019-01-151-3/+1
| * boxed: hide the PyGIBoxed structChristoph Reiter2019-01-152-5/+7
|/
* version bumpChristoph Reiter2018-12-152-2/+2
* release3.31.2Christoph Reiter2018-12-151-0/+12
* Merge branch 'wrap-struct-find' into 'master'Christoph Reiter2018-12-152-0/+21
|\
| * pygi-info: wrap g_struct_info_find_method() and g_struct_info_find_field()Christoph Reiter2018-12-122-0/+21
* | Merge branch 'use-struct-info-find-field' into 'master'Christoph Reiter2018-12-151-16/+6
|\ \
| * | Start using g_struct_info_find_field()Christoph Reiter2018-12-121-16/+6
| |/
* | Merge branch 'union-get-alignment' into 'master'Christoph Reiter2018-12-142-0/+8
|\ \
| * | pygi-info: wrap g_union_info_get_alignment()Tomasz Miąsko2018-12-142-0/+8
|/ /
* | Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-141-1/+1
|/
* setup.py: Print an install command hint when pkg-config is missingChristoph Reiter2018-12-081-3/+26
* NEWS: typoChristoph Reiter2018-11-301-1/+1
* Update NEWSChristoph Reiter2018-11-301-0/+9
* Merge branch 'fix-insert-before-after-parent' into 'master'Christoph Reiter2018-11-302-0/+44
|\
| * gtk: Fix rows getting inserted on the wrong level if parent=None. Fixes #281Christoph Reiter2018-11-302-0/+44
|/
* PKG-INFO: add an lgplv2+ license classifierChristoph Reiter2018-11-271-1/+1
* ci: update docker image to cosmic; update python versionsChristoph Reiter2018-11-275-21/+13
* tests: handle the cursor type changing to pixmap as happens on macOSChristoph Reiter2018-11-271-1/+3
* Update NEWS for 3.30.3Christoph Reiter2018-11-271-0/+11