aboutsummaryrefslogtreecommitdiff
path: root/pugl_cairo_test.c
AgeCommit message (Collapse)Author
2019-02-16Clean up includesDavid Robillard
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard
The old cairo_gl.h header or something similar is easy enough to use in application code if someone wants to do this, and maintaining a separate context type for it is a hassle and arguably out of scope.
2018-09-15Fix minor clang-tidy warningsDavid Robillard
2016-09-20Add GL option to pugl_cairo_testDavid Robillard
2016-09-18Remove GLUT-like event callbacksDavid Robillard
2016-09-12Demonstrate enter and leave eventsDavid Robillard
2015-09-12Add puglWaitForEvent for blocking main loops.David Robillard
2014-08-27Event-based dispatch.David Robillard
2014-08-27Cairo support on X11.David Robillard