summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OptionParser.parse_args: return leftover arguments. Fixes #200optionparser-remain-argsChristoph Reiter2018-04-212-17/+38
* Make Gtk.Widget.freeze_child_notify a context manager. Fixes #45widget-freeze-childChristoph Reiter2018-04-212-0/+41
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-214-2/+98
* meson.build: disable constness warningsMathieu Duponchelle2018-04-201-0/+8
* meson.build: align version requirements on setup.pyMathieu Duponchelle2018-04-201-7/+12
* meson.build: require python installationMathieu Duponchelle2018-04-201-1/+2
* tests/regressextra.h: export new cairo tests APIMathieu Duponchelle2018-04-201-0/+14
* setup.py: fix distcheckChristoph Reiter2018-04-202-5/+9
* docker script: make them work with active selinux (fedora)Christoph Reiter2018-04-202-2/+2
* Add meson build definitionsMathieu Duponchelle2018-04-2016-2/+350
* tests: support builddir != srcdirMathieu Duponchelle2018-04-207-6/+28
* Fix some leaksChristoph Reiter2018-04-192-4/+7
* valgrind: ignore some fontconfig leaksChristoph Reiter2018-04-191-0/+19
* Destroy custom GLib.Source instances when they get freed. See #193Christoph Reiter2018-04-192-16/+13
* source: don't leak the GLib.Source subclassesChristoph Reiter2018-04-192-5/+1
* Make pygi_source_new() a Python function and add error handlingChristoph Reiter2018-04-193-13/+19
* pygi-source: cleanup function namesChristoph Reiter2018-04-194-23/+23
* valgrind: make the suppression filter handle more casesChristoph Reiter2018-04-191-28/+0
* Added StackOverflow (with PyGObject tag) as an contact resourcebuhtz2018-04-181-0/+5
* Use Py_REFCNT() everywhereChristoph Reiter2018-04-183-3/+3
* Use Py_TYPE() everywhereChristoph Reiter2018-04-1810-22/+22
* Remove some more unused macrosChristoph Reiter2018-04-181-16/+0
* pygobject_init: fix a small leakChristoph Reiter2018-04-181-2/+4
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-186-19/+11
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-183-34/+9
* gitlab-ci: move docker images to gitlab.gnome.orgChristoph Reiter2018-04-174-7/+8
* tests: add our own valgrind suppression fileChristoph Reiter2018-04-173-1/+42
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-173-2/+36
* Gio.Settings: implement __iter__Christoph Reiter2018-04-172-0/+9
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-173-0/+368
* Gtk.Template: Allow marking children as "internal-child"gtk-template-child-internalChristoph Reiter2018-04-162-2/+78
* Revert "Add PEP518/pyproject.toml file"Christoph Reiter2018-04-152-3/+0
* version bumpChristoph Reiter2018-04-151-1/+1
* release3.29.1Christoph Reiter2018-04-152-2/+2
* docs: fix a warningChristoph Reiter2018-04-151-1/+1
* docs: use the same format for issue/mr links as gitlabChristoph Reiter2018-04-151-3/+3
* Update NEWSChristoph Reiter2018-04-152-0/+27
* docs: contacts: add a bit more description and highlight the issue tracker as...Christoph Reiter2018-04-151-5/+15
* docs: don't use the github logo for our git repo. Fixes #202Christoph Reiter2018-04-152-2/+6
* float converter: use the isfinite() macroChristoph Reiter2018-04-151-13/+12
* float converter: use Python API for formatting the error message; add testChristoph Reiter2018-04-142-14/+40
* int converters: unify overflow error handlingChristoph Reiter2018-04-146-91/+422
* Add Ubuntu dependencies for dev environmentDan Yeaw2018-04-131-2/+2
* tests: add a test for accessing the C API through ctypesChristoph Reiter2018-04-131-0/+54
* docs: update homebrew install instructionsChristoph Reiter2018-04-131-1/+1
* cairo: do proper type checking when converting from py to cairo. Fixes #197Christoph Reiter2018-04-132-5/+101
* pygi-array: fix a leakChristoph Reiter2018-04-131-1/+3
* Add a minimal implementation of Gtk.Template. See #52Christoph Reiter2018-04-124-3/+721
* ci: enable -WerrorChristoph Reiter2018-04-122-2/+3
* Enable -Wcast-align, -Wlogical-opChristoph Reiter2018-04-121-4/+2