aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-16Remove spurious double blank linesDavid Robillard
2019-02-16Add missing default caseDavid Robillard
2019-02-16Fix implicit double to int castsDavid Robillard
2019-02-16Clean up includesDavid Robillard
2019-02-16Factor out drawing context from platform window implementationDavid Robillard
2019-02-15Remove PUGL_CAIRO_GLDavid Robillard
2019-02-15Separate internal types from functionsDavid Robillard
2018-09-19Fix build with Python 2David Robillard
2018-09-15Squashed 'waflib/' changes from 542b3f5..d7a7ca4David Robillard
2018-09-15Merge commit 'b24b75b6ca964d5bb35e1802fdf7d03c794236ff'David Robillard
2018-09-15Lint wscriptDavid Robillard
2018-09-15Fix minor clang-tidy warningsDavid Robillard
2018-09-15Use clang-tidy for lintingDavid Robillard
2018-09-15Remove unused submoduleDavid Robillard
2018-09-15Factor out common waf target parametersDavid Robillard
2018-09-15Print nicer configuration summaryDavid Robillard
2018-09-15Don't abuse autowaf.define()David Robillard
2018-09-15Use autowaf.set_lib_env()David Robillard
2018-09-15Clean up waf optionsDavid Robillard
2018-09-15Remove test optionsDavid Robillard
2018-09-15Replace waf-light with minimal waf wrapper scriptDavid Robillard
2018-09-15Add pyc files to gitignoreDavid Robillard
2018-09-15Replace symlink with minimal waf wrapper scriptDavid Robillard
2018-09-15Squashed 'waflib/' changes from 391d285..542b3f5David Robillard
2018-09-15Merge commit '8239fedfd133916f0ac26bd85ff524afca243ddb'David Robillard
2018-09-15Add msgs argument to autowaf.display_summary() and show flagsDavid Robillard
2018-09-15Automatically define versionDavid Robillard
2018-09-15Add autowaf.add_flags() for terse flag definitionDavid Robillard
2018-09-13Clean up wscriptDavid Robillard
2018-09-13Add __pycache__ to gitignoreDavid Robillard
2018-09-11Fix GCC8 fall-through warningsDavid Robillard
2018-09-11Switch to bundled source wafDavid Robillard
2018-09-11Squashed 'waflib/' content from commit 391d285David Robillard
2018-09-11Merge commit 'b6e9de2de9725e2f5a3170b8171ad1a1e95e8339' as 'waflib'David Robillard
2017-10-03Don't clear entire cairo surface on each exposeDavid Robillard
2017-10-03Fix size constraints on OSXDavid Robillard
2017-10-03Print Unicode code points in standard formatDavid Robillard
2017-10-03Send zero instead of replacement char for invalid key stringsDavid Robillard
2017-10-03Fix implicit integer conversion warningDavid Robillard
2017-07-23Fix duplicate method declarationDavid Robillard
2017-07-23Implement special key handling on MacOSHanspeter Portner
2017-07-23Fix merging of expose eventsDavid Robillard
2016-11-06Fix cairo inclusionHanspeter Portner
2016-10-29Properly reset view->redisplay on windowsHanspeter Portner
2016-10-27Support many mouse buttons on OSXDavid Robillard
2016-10-27Fix mouse button numbers on OSXDavid Robillard
2016-10-26Fix OSX buildDavid Robillard
2016-10-26Fix mouse click printingDavid Robillard
2016-09-20Move entire API to pugl.hDavid Robillard
2016-09-20Fix resizingDavid Robillard