aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-02Test: Remove use of static dataDavid Robillard1-39/+48
2019-08-02Replace puglIgnoreKeyRepeat() with a hintDavid Robillard1-1/+1
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 Robillard1-10/+4
2019-08-01Add missing string terminationDavid Robillard1-1/+1
2019-07-31X11: Support UTF8 in window titlesJP Cimalando1-1/+3
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-0/+1
2019-07-29Completely separate backends from platform implementationDavid Robillard1-0/+2
2019-07-29Add deprecation macro and deprecate puglInitResizable()David Robillard1-1/+1
2019-07-28Make enterContext take a drawing parameter like leaveContextDavid Robillard1-1/+1
2019-07-26Windows: Implement size constraintsDavid Robillard1-1/+1
2019-07-24Unify key and character fields and separate text eventsDavid Robillard1-3/+1
2019-07-23Test: Move some generic code to a separate headerDavid Robillard1-124/+2
2019-07-23Test: Move test programs to a subdirectoryDavid Robillard1-0/+349