summaryrefslogtreecommitdiff
path: root/tests/test_cairo.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-3/+0
* Add cairo_matrix_t converter to GValue.Renato Florentino Garcia2019-02-221-0/+2
* Add Cairo Pattern foreign struct.Renato Florentino Garcia2019-02-211-0/+21
* cairo: Fix GValue converters in case it contains NULLChristoph Reiter2018-11-241-0/+21
* tests: Make tests run with GTK4Christoph Reiter2018-11-041-2/+9
* tests: skip a cairo.Path check with older pycairo, it was added with 1.15.1Christoph Reiter2018-08-121-1/+2
* cairo: do proper type checking when converting from py to cairo. Fixes #197Christoph Reiter2018-04-131-0/+31
* cairo: support cairo.Matrix conversion. Fixes #16Christoph Reiter2018-03-201-0/+12
* cairo: improve test coverage and implement in+full where missingChristoph Reiter2018-03-201-0/+54
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-4/+2
* tests: Fix cairo test with pycairo >= 1.13Christoph Reiter2017-06-091-1/+1
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-2/+1
* Add a foreign type for cairo_region_t.Shyouzou Sugitani2017-03-201-2/+26
* Add cairo marshaling support for non-introspected signalsSimon Feltman2014-05-051-0/+65
* [New API] Add gi.require_foreignSimon Feltman2014-05-051-0/+9
* tests: Move cairo tests into test_cairo.pySimon Feltman2014-05-051-0/+67