summaryrefslogtreecommitdiff
path: root/examples/demo/demos
Commit message (Collapse)AuthorAgeFilesLines
* general: Add Flatpak demogtk4Carlos Soriano2018-08-253-711/+718
| | | | | Similar to what gtk does, provide a gtk manifest to build a demo so one can hack on pygobject from GNOME Builder in a easy way.
* appwindow: Port to gtk4Carlos Soriano2018-08-051-129/+15
| | | | Reworking the demo to something more modern.
* appwindow: Require python3Carlos Soriano2018-08-051-1/+1
| | | | Since python2 is phased out already.
* Always use utf-8 and not the default encodingChristoph Reiter2018-04-081-2/+2
| | | | | In the recent cleanup I missed that Python 2 doesn't default to utf-8 there.
* flake8: remove python2 builtin listChristoph Reiter2018-04-071-12/+5
| | | | | Only use the _compat aliases and hide them in _compat through eval(). This will make flake8 complain in case any py2 only builtins are used.
* demo: pep8 fixesChristoph Reiter2017-12-0828-670/+700
| | | | The demo app now gets analyzed by pep8 since it was moved to the examples.
* demo: Move demo into examples and dist itChristoph Reiter2017-12-0661-0/+6423
We might want to install it in the future, but until then at least put it into the tarball. https://bugzilla.gnome.org/show_bug.cgi?id=735918