aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-15Factor out common waf target parametersDavid Robillard1-35/+26
2018-09-15Print nicer configuration summaryDavid Robillard1-6/+7
2018-09-15Don't abuse autowaf.define()David Robillard1-4/+3
2018-09-15Use autowaf.set_lib_env()David Robillard1-5/+1
2018-09-15Clean up waf optionsDavid Robillard1-17/+13
2018-09-15Remove test optionsDavid Robillard1-1/+1
2018-09-15Replace waf-light with minimal waf wrapper scriptDavid Robillard1-161/+9
2018-09-15Add pyc files to gitignoreDavid Robillard1-0/+1
2018-09-15Replace symlink with minimal waf wrapper scriptDavid Robillard1-1/+16
2018-09-15Merge commit '8239fedfd133916f0ac26bd85ff524afca243ddb'David Robillard1-2/+2
2018-09-15Squashed 'waflib/' changes from 391d285..542b3f5David Robillard1-5/+28
2018-09-15Add msgs argument to autowaf.display_summary() and show flagsDavid Robillard1-2/+15
2018-09-15Automatically define versionDavid Robillard1-1/+6
2018-09-15Add autowaf.add_flags() for terse flag definitionDavid Robillard1-0/+5
2018-09-13Clean up wscriptDavid Robillard1-18/+14
2018-09-13Add __pycache__ to gitignoreDavid Robillard1-0/+1
2018-09-11Fix GCC8 fall-through warningsDavid Robillard1-1/+2
2018-09-11Switch to bundled source wafDavid Robillard2-2/+2
2018-09-11Squashed 'waflib/' content from commit 391d285David Robillard179-0/+41489
2018-09-11Merge commit 'b6e9de2de9725e2f5a3170b8171ad1a1e95e8339' as 'waflib'David Robillard179-0/+41489
2017-10-03Don't clear entire cairo surface on each exposeDavid Robillard2-12/+0
2017-10-03Fix size constraints on OSXDavid Robillard1-15/+39
2017-10-03Print Unicode code points in standard formatDavid Robillard1-6/+6
2017-10-03Send zero instead of replacement char for invalid key stringsDavid Robillard1-1/+2
2017-10-03Fix implicit integer conversion warningDavid Robillard1-2/+2
2017-07-23Fix duplicate method declarationDavid Robillard1-1/+0
2017-07-23Implement special key handling on MacOSHanspeter Portner1-17/+78
2017-07-23Fix merging of expose eventsDavid Robillard1-7/+13
2016-11-06Fix cairo inclusionHanspeter Portner1-1/+1
2016-10-29Properly reset view->redisplay on windowsHanspeter Portner1-0/+1
2016-10-27Support many mouse buttons on OSXDavid Robillard1-0/+18
2016-10-27Fix mouse button numbers on OSXDavid Robillard1-2/+2
2016-10-26Fix OSX buildDavid Robillard1-20/+29
2016-10-26Fix mouse click printingDavid Robillard1-0/+1
2016-09-20Move entire API to pugl.hDavid Robillard6-416/+341
2016-09-20Fix resizingDavid Robillard1-11/+16
2016-09-20Add GL option to pugl_cairo_testDavid Robillard1-1/+5
2016-09-20Fix C++ bindingsDavid Robillard1-16/+1
2016-09-19Fix compilation on WindowsDavid Robillard3-14/+2
2016-09-18Remove GLUT-like event callbacksDavid Robillard6-337/+73
2016-09-18Clean up documentationDavid Robillard3-172/+271
2016-09-15Make PUGL_NOTHING type 0David Robillard1-1/+1
2016-09-14Fix compose keyDavid Robillard2-3/+8
2016-09-14Fix focus eventsDavid Robillard1-1/+1
2016-09-14Fix puglInitInternals prototypeDavid Robillard4-4/+4
2016-09-14Add glew.h wrapper headerDavid Robillard1-0/+32
2016-09-14Clean up pugl_test and remove use of GLUDavid Robillard2-41/+96
2016-09-12Demonstrate enter and leave eventsDavid Robillard1-1/+23
2016-09-01Make it possible to multiplex PuglKey and charsDavid Robillard1-1/+6
2016-09-01Add PUGL_CLOSE eventDavid Robillard5-17/+33