aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-30Clean up redundant wrappers around SetWindowLongPtrDavid Robillard1-16/+2
2019-06-30Implement attributes on WindowsDavid Robillard1-46/+190
2019-06-30Clean up window creation on WindowsDavid Robillard1-30/+24
2019-06-29Fix horizontal mouse axis in pugl_testDavid Robillard1-1/+1
2019-06-29Fix various warningsDavid Robillard4-29/+40
2019-06-29Implement attributes on MacOSDavid Robillard1-7/+18
2019-06-27Enable vsync on WindowsDavid Robillard1-0/+9
2019-06-27Draw while resizing on WindowsDavid Robillard1-0/+2
2019-06-27Add pugl_test option to continuously animate and report FPSDavid Robillard1-7/+42
2019-06-27Add puglGetTime()David Robillard4-0/+42
2019-06-27Fix documentationDavid Robillard3-8/+4
2019-06-27Remove redundant glFlush on WindowsDavid Robillard1-1/+0
2019-06-27Fix some warnings on WindowsDavid Robillard1-5/+5
2019-06-27Remove dead code on WindowsDavid Robillard1-17/+0
2019-06-27Fix double-bufferingDavid Robillard2-8/+5
2019-06-27Add pugl_test options for FSAA and double-bufferingDavid Robillard1-1/+12
2019-06-27Fix window embedding on WindowsStefan Westerfeld1-1/+1
2019-06-27Fix window embedding on MacOSStefan Westerfeld1-2/+2
2019-06-27Make event processing non-blocking on MacOSStefan Westerfeld1-4/+8
2019-06-27Defer to NSOpenGLView reshape methodDavid Robillard1-0/+1
2019-06-27Build test programs in bundles on MacOSDavid Robillard1-1/+6
2019-06-27Disable deprecation warnings on MacOSDavid Robillard1-0/+2
2019-06-27Fix const castsDavid Robillard1-10/+10
2019-06-27Consistently use uint32_t everywhereDavid Robillard5-22/+22
2019-06-25Fix void function prototypesDavid Robillard2-2/+2
2019-06-25Fix unnecessary const castDavid Robillard1-1/+1
2019-04-20Add ARM CI rowsDavid Robillard1-4/+36
2019-04-14Add Gitlab CI configurationDavid Robillard1-0/+40
2019-04-14Fix MacOS buildDavid Robillard2-1/+6
2019-04-14Update autowafDavid Robillard47-455/+967
2019-04-14Squashed 'waflib/' changes from d7a7ca4..27a69a7David Robillard46-439/+949
2019-02-17Add puglGetProcAddress for using OpenGL extensionsDavid Robillard4-0/+39
2019-02-17Squash blank lineDavid Robillard1-1/+0
2019-02-17Add configuration APIDavid Robillard7-62/+221
2019-02-17Gracefully handle failure to create window in pugl_testDavid Robillard1-1/+3
2019-02-16Remove spurious double blank linesDavid Robillard1-2/+0
2019-02-16Add missing default caseDavid Robillard1-0/+1
2019-02-16Fix implicit double to int castsDavid Robillard3-5/+5
2019-02-16Clean up includesDavid Robillard11-46/+44
2019-02-16Factor out drawing context from platform window implementationDavid Robillard8-189/+428
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard4-149/+3
2019-02-15Separate internal types from functionsDavid Robillard2-27/+60
2018-09-19Fix build with Python 2David Robillard1-9/+11
2018-09-15Squashed 'waflib/' changes from 542b3f5..d7a7ca4David Robillard5-266/+209
2018-09-15Merge commit 'b24b75b6ca964d5bb35e1802fdf7d03c794236ff'David Robillard4-105/+200
2018-09-15Lint wscriptDavid Robillard1-24/+27
2018-09-15Fix minor clang-tidy warningsDavid Robillard3-4/+4
2018-09-15Use clang-tidy for lintingDavid Robillard1-1/+10
2018-09-15Remove unused submoduleDavid Robillard1-1/+1
2018-09-15Factor out common waf target parametersDavid Robillard1-35/+26