aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Make event handler return a statusDavid Robillard2-3/+9
2019-09-03Factor out parsing test optionsDavid Robillard3-60/+82
2019-09-03Rename remaining init functionsDavid Robillard2-15/+15
2019-09-03Add puglSetClassName()David Robillard2-3/+3
2019-09-03Replace size and aspect ratio init functions with dynamic onesDavid Robillard2-3/+3
2019-09-03Add swap interval hintDavid Robillard1-0/+2
2019-09-03Make pugl_test use a nested view and test focus and movementDavid Robillard3-83/+228
2019-09-03Add functions to get and set view size and positionDavid Robillard2-6/+11
2019-09-03Add puglDispatchEvents()David Robillard2-2/+2
2019-09-03Add puglPollEvents()David Robillard2-2/+2
2019-09-03Move puglGetTime() to PuglWorldDavid Robillard3-13/+16
2019-09-03Add PuglWorldDavid Robillard2-14/+21
2019-08-02Clean up includesDavid Robillard1-0/+1
2019-08-02Test: Remove use of static dataDavid Robillard1-39/+48
2019-08-02Replace puglIgnoreKeyRepeat() with a hintDavid Robillard2-2/+2
2019-08-02Test: Remove locale hacksDavid Robillard1-3/+0
2019-08-02Test: Configure GL in configure handler instead of mainDavid Robillard1-6/+4
2019-08-02Test: Factor out FPS printerDavid Robillard3-24/+35
2019-08-01Add missing string terminationDavid Robillard1-1/+1
2019-07-31X11: Support UTF8 in window titlesJP Cimalando1-1/+3
2019-07-29Add animation to Cairo test programDavid Robillard1-23/+60
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard2-1/+2
2019-07-29Completely separate backends from platform implementationDavid Robillard2-1/+4
2019-07-29Add deprecation macro and deprecate puglInitResizable()David Robillard2-2/+2
2019-07-28Make enterContext take a drawing parameter like leaveContextDavid 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-26Windows: Implement size constraintsDavid 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 Robillard3-15/+10
2019-07-24Rename PuglEventKey::utf8 to "string" with char typeDavid Robillard1-2/+2
2019-07-23Test: Move some generic code to a separate headerDavid Robillard2-124/+147
2019-07-23Test: Move test programs to a subdirectoryDavid Robillard2-0/+555