aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_cairo_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Make event handler return a statusDavid Robillard1-1/+3
2019-09-03Factor out parsing test optionsDavid Robillard1-25/+10
2019-09-03Rename remaining init functionsDavid Robillard1-3/+3
2019-09-03Add puglSetClassName()David Robillard1-1/+1
2019-09-03Replace size and aspect ratio init functions with dynamic onesDavid Robillard1-1/+1
2019-09-03Make pugl_test use a nested view and test focus and movementDavid Robillard1-3/+2
2019-09-03Add functions to get and set view size and positionDavid Robillard1-5/+8
2019-09-03Add puglDispatchEvents()David Robillard1-1/+1
2019-09-03Add puglPollEvents()David Robillard1-1/+1
2019-09-03Move puglGetTime() to PuglWorldDavid Robillard1-5/+8
2019-09-03Add PuglWorldDavid Robillard1-2/+4
2019-08-02Replace puglIgnoreKeyRepeat() with a hintDavid Robillard1-1/+1
2019-08-02Test: Factor out FPS printerDavid Robillard1-11/+5
2019-07-29Add animation to Cairo test programDavid Robillard1-23/+60
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-1/+1
2019-07-29Completely separate backends from platform implementationDavid Robillard1-1/+2
2019-07-29Add deprecation macro and deprecate puglInitResizable()David Robillard1-1/+1
2019-07-28Fix unused parameter warnings and prevent rotDavid Robillard1-0/+2
2019-07-28Fix building pugl_cairo_test as C++David Robillard1-1/+1
2019-07-25Use standard Cairo include paths everywhereDavid Robillard1-1/+1
2019-07-24Unify key and character fields and separate text eventsDavid Robillard1-3/+1
2019-07-23Test: Move test programs to a subdirectoryDavid Robillard1-0/+206