aboutsummaryrefslogtreecommitdiff
path: root/test/test_utils.h
AgeCommit message (Expand)Author
2020-03-09Add create, destroy, map, and unmap eventsDavid Robillard
2020-03-08Enable double buffering by defaultDavid Robillard
2020-03-08Add vsync command line options to demosDavid Robillard
2020-03-08Split graphical utilities out from test_utils.hDavid Robillard
2020-03-08Print when unknown events are received in testsDavid Robillard
2020-03-01Cleanup: Adjust some code to be more clang-format friendlyDavid Robillard
2020-03-01Cleanup: Shorten event printing codeDavid Robillard
2019-12-09Fix use of incorrect union elementDavid Robillard
2019-11-18Add test utility function for logging errorsDavid Robillard
2019-11-18Add error checking option to test programsDavid Robillard
2019-11-03Add verbose option to test programs to print all eventsDavid Robillard
2019-09-07Add OpenGL 3 test programDavid Robillard
2019-09-03Factor out parsing test optionsDavid Robillard
2019-09-03Make pugl_test use a nested view and test focus and movementDavid Robillard
2019-09-03Move puglGetTime() to PuglWorldDavid Robillard
2019-08-02Test: Factor out FPS printerDavid Robillard
2019-07-24Unify key and character fields and separate text eventsDavid Robillard
2019-07-24Rename PuglEventKey::utf8 to "string" with char typeDavid Robillard
2019-07-23Test: Move some generic code to a separate headerDavid Robillard