Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-16 | Fix implicit double to int casts | David Robillard | 3 | -5/+5 | |
2019-02-16 | Clean up includes | David Robillard | 11 | -46/+44 | |
2019-02-16 | Factor out drawing context from platform window implementation | David Robillard | 8 | -189/+428 | |
2019-02-15 | Remove PUGL_CAIRO_GL | David Robillard | 4 | -149/+3 | |
The old cairo_gl.h header or something similar is easy enough to use in application code if someone wants to do this, and maintaining a separate context type for it is a hassle and arguably out of scope. | |||||
2019-02-15 | Separate internal types from functions | David Robillard | 2 | -27/+60 | |
2018-09-19 | Fix build with Python 2 | David Robillard | 1 | -9/+11 | |
2018-09-15 | Squashed 'waflib/' changes from 542b3f5..d7a7ca4 | David Robillard | 5 | -266/+209 | |
d7a7ca4 Clean up autowaf.py b9b0d59 Remove autowaf.py header in line with the other waf extras f692879 Add COPYING file e63357c Add README bd46277 Add gitignore file 87263b4 Replace waf-light with minimal waf wrapper script 433989f Beautify configuration summary output 6ca2ebb Add msgs argument to autowaf.display_summary() and show flags 96af95b Automatically define version REVERT: 542b3f5 Beautify configuration summary output REVERT: 7cd395c fixup! version REVERT: 8a706da Add msgs argument to autowaf.display_summary() and show flags REVERT: a8ea0a0 Automatically define version git-subtree-dir: waflib git-subtree-split: d7a7ca42155924d29ce98a0b5f15dcf3d7a0cc3d | |||||
2018-09-15 | Merge commit 'b24b75b6ca964d5bb35e1802fdf7d03c794236ff' | David Robillard | 4 | -105/+200 | |
2018-09-15 | Lint wscript | David Robillard | 1 | -24/+27 | |
2018-09-15 | Fix minor clang-tidy warnings | David Robillard | 3 | -4/+4 | |
2018-09-15 | Use clang-tidy for linting | David Robillard | 1 | -1/+10 | |
2018-09-15 | Remove unused submodule | David Robillard | 1 | -1/+1 | |
2018-09-15 | Factor out common waf target parameters | David Robillard | 1 | -35/+26 | |
2018-09-15 | Print nicer configuration summary | David Robillard | 1 | -6/+7 | |
2018-09-15 | Don't abuse autowaf.define() | David Robillard | 1 | -4/+3 | |
2018-09-15 | Use autowaf.set_lib_env() | David Robillard | 1 | -5/+1 | |
2018-09-15 | Clean up waf options | David Robillard | 1 | -17/+13 | |
2018-09-15 | Remove test options | David Robillard | 1 | -1/+1 | |
2018-09-15 | Replace waf-light with minimal waf wrapper script | David Robillard | 1 | -161/+9 | |
2018-09-15 | Add pyc files to gitignore | David Robillard | 1 | -0/+1 | |
2018-09-15 | Replace symlink with minimal waf wrapper script | David Robillard | 1 | -1/+16 | |
2018-09-15 | Squashed 'waflib/' changes from 391d285..542b3f5 | David Robillard | 1 | -5/+28 | |
542b3f5 Beautify configuration summary output 7cd395c fixup! version 8a706da Add msgs argument to autowaf.display_summary() and show flags a8ea0a0 Automatically define version 7efd6d7 Add autowaf.add_flags() for terse flag definition git-subtree-dir: waflib git-subtree-split: 542b3f59c13b40388ef68f5aa6a386d72f419017 | |||||
2018-09-15 | Merge commit '8239fedfd133916f0ac26bd85ff524afca243ddb' | David Robillard | 1 | -2/+2 | |
2018-09-15 | Add msgs argument to autowaf.display_summary() and show flags | David Robillard | 1 | -2/+15 | |
2018-09-15 | Automatically define version | David Robillard | 1 | -1/+6 | |
2018-09-15 | Add autowaf.add_flags() for terse flag definition | David Robillard | 1 | -0/+5 | |
2018-09-13 | Clean up wscript | David Robillard | 1 | -18/+14 | |
2018-09-13 | Add __pycache__ to gitignore | David Robillard | 1 | -0/+1 | |
2018-09-11 | Fix GCC8 fall-through warnings | David Robillard | 1 | -1/+2 | |
2018-09-11 | Switch to bundled source waf | David Robillard | 2 | -2/+2 | |
2018-09-11 | Squashed 'waflib/' content from commit 391d285 | David Robillard | 179 | -0/+41489 | |
git-subtree-dir: waflib git-subtree-split: 391d2853c6c97efc90e466f187675e8155c866d6 | |||||
2018-09-11 | Merge commit 'b6e9de2de9725e2f5a3170b8171ad1a1e95e8339' as 'waflib' | David Robillard | 179 | -0/+41489 | |
2017-10-03 | Don't clear entire cairo surface on each expose | David Robillard | 2 | -12/+0 | |
2017-10-03 | Fix size constraints on OSX | David Robillard | 1 | -15/+39 | |
2017-10-03 | Print Unicode code points in standard format | David Robillard | 1 | -6/+6 | |
2017-10-03 | Send zero instead of replacement char for invalid key strings | David Robillard | 1 | -1/+2 | |
2017-10-03 | Fix implicit integer conversion warning | David Robillard | 1 | -2/+2 | |
2017-07-23 | Fix duplicate method declaration | David Robillard | 1 | -1/+0 | |
2017-07-23 | Implement special key handling on MacOS | Hanspeter Portner | 1 | -17/+78 | |
2017-07-23 | Fix merging of expose events | David Robillard | 1 | -7/+13 | |
Thanks JP Cimalando | |||||
2016-11-06 | Fix cairo inclusion | Hanspeter Portner | 1 | -1/+1 | |
2016-10-29 | Properly reset view->redisplay on windows | Hanspeter Portner | 1 | -0/+1 | |
2016-10-27 | Support many mouse buttons on OSX | David Robillard | 1 | -0/+18 | |
2016-10-27 | Fix mouse button numbers on OSX | David Robillard | 1 | -2/+2 | |
2016-10-26 | Fix OSX build | David Robillard | 1 | -20/+29 | |
2016-10-26 | Fix mouse click printing | David Robillard | 1 | -0/+1 | |
2016-09-20 | Move entire API to pugl.h | David Robillard | 6 | -416/+341 | |
2016-09-20 | Fix resizing | David Robillard | 1 | -11/+16 | |
2016-09-20 | Add GL option to pugl_cairo_test | David Robillard | 1 | -1/+5 | |
2016-09-20 | Fix C++ bindings | David Robillard | 1 | -16/+1 | |