aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard24-349/+58
2021-12-17Suppress new warnings in clang-tidy 13David Robillard1-1/+1
2021-12-17Remove unnecessary includeDavid Robillard1-1/+0
2021-12-16MacOS: Fix warnings in unified ObjC++ test buildDavid Robillard1-1/+12
2021-08-28Suppress new clang-tidy warningsDavid Robillard1-0/+3
2021-05-28Remove static downcasts in C++ bindingsDavid Robillard1-1/+0
2021-05-28Remove unnecessary "void" in C++David Robillard1-1/+1
2021-05-28Split up warning suppression flags more finelyDavid Robillard1-3/+62
2021-05-27Add test for building the implementation as included C++David Robillard3-0/+161
2021-05-25Rename event structs in a more readable styleDavid Robillard4-5/+5
2021-05-24Test invalid hint casesDavid Robillard2-0/+16
2021-05-08Send unmap/map events when the view is minimized/restoredDavid Robillard2-2/+2
2021-05-08Print create/destroy and map/unmap events in tests by defaultDavid Robillard1-8/+8
2021-05-06Add basic test for OpenGL supportDavid Robillard2-0/+121
2021-05-06Add basic test for stub backendDavid Robillard2-0/+80
2021-05-06Add basic test for Vulkan supportDavid Robillard2-2/+227
2021-05-06Add test for copy/pasteDavid Robillard3-0/+296
2021-05-06Make timer test less flakyDavid Robillard1-14/+29
2021-05-06Set distinct window titles for testsDavid Robillard10-1/+10
2021-05-06Use consistent name for test structureDavid Robillard3-68/+68
2021-05-03Improve test coverageDavid Robillard7-0/+460
2021-05-03Increase tolerance of timer testDavid Robillard1-4/+0
2021-04-18Fix unreachable codeDavid Robillard1-1/+1
2021-03-10Relax precision requirement of timer testDavid Robillard1-1/+1
2021-01-08Switch to MesonDavid Robillard1-0/+33
2021-01-02Fix clang-tidy warningsDavid Robillard1-0/+2
2021-01-02Clean up includesDavid Robillard1-0/+1
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard11-792/+790
2020-12-01Add clipboard testDavid Robillard1-0/+104
2020-11-25Rename puglShowWindow and puglHideWindow to puglShow an puglHideDavid Robillard4-5/+5
2020-11-22Suppress various clang-tidy warningsDavid Robillard1-0/+4
2020-10-31Use static polymorphism in C++ bindingsDavid Robillard1-1/+0
2020-10-30Simplify header namesDavid Robillard9-17/+17
2020-10-30Remove GL and GLU wrapper headersDavid Robillard2-4/+0
2020-10-24Replace live resize with loop eventsDavid Robillard1-2/+6
2020-10-21Fix clang-tidy issues in Windows codeDavid Robillard1-1/+1
2020-10-21Use separate clang-tidy configurations in different directoriesDavid Robillard1-0/+10
2020-10-21Add missing include guardsDavid Robillard1-0/+5
2020-10-19Gracefully handle puglRealize() being called twiceDavid Robillard1-0/+100
2020-10-14Suppress IWYU warnings in build testsDavid Robillard2-14/+14
2020-10-04Add refresh rate hintDavid Robillard3-0/+6
2020-10-04Print all view hints in shader demo and hint testsDavid Robillard3-0/+55
2020-10-04Add puglGetViewHint()David Robillard2-0/+163
2020-07-05Improve struct packingDavid Robillard4-12/+12
2020-07-05Ensure that all API headers are warning-freeDavid Robillard2-0/+70
2020-07-05Add scroll direction fieldDavid Robillard1-1/+21
2020-07-05Print crossing mode of enter and leave eventsDavid Robillard1-4/+6
2020-07-05Replace grab flag in PuglEventFocus with crossing modeDavid Robillard1-4/+19
2020-07-02Fix cast alignment warnings on 32-bit ARMDavid Robillard1-2/+4
2020-05-16Add default and maximum sizeDavid Robillard4-0/+4