Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | Add option to install entire implementation as headers | David Robillard | 1 | -6/+12 | |
2019-07-29 | Set hidden visibility globally | David Robillard | 1 | -4/+7 | |
2019-07-29 | Properly check for libm | David Robillard | 1 | -6/+5 | |
2019-07-29 | Build both static and shared library by default | David Robillard | 1 | -2/+4 | |
2019-07-29 | Windows: Enable shared library build | David Robillard | 1 | -1/+0 | |
2019-07-29 | Cleanup: Use fancy syntax for waf environments | David Robillard | 1 | -8/+8 | |
2019-07-29 | Cleanup: Clean up includes and call IWYU in lint target | David Robillard | 1 | -2/+7 | |
2019-07-29 | Cleanup: Fix Python whitespace | David Robillard | 1 | -2/+7 | |
2019-07-29 | Fix various clang-tidy warnings | David Robillard | 1 | -3/+11 | |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 1 | -14/+15 | |
Taking a page from C++ convention, where "detail" is for things that should not be included in user code. | |||||
2019-07-29 | Windows: Add Cairo support | David Robillard | 1 | -2/+8 | |
2019-07-28 | Windows: Factor out GL backend | David Robillard | 1 | -1/+1 | |
2019-07-28 | Mac: Set test app bundles as high resolution capable | David Robillard | 1 | -0/+6 | |
This fixes the nasty title bar scaling. | |||||
2019-07-28 | Fix unused parameter warnings and prevent rot | David Robillard | 1 | -0/+4 | |
2019-07-23 | Test: Move test programs to a subdirectory | David Robillard | 1 | -1/+1 | |
2019-07-20 | Use C for Windows implementation | David Robillard | 1 | -9/+4 | |
This avoids C++ binary compatibility and dependency hassles when cross-compiling. | |||||
2019-06-29 | Fix various warnings | David Robillard | 1 | -0/+2 | |
2019-06-27 | Fix documentation | David Robillard | 1 | -1/+3 | |
2019-06-27 | Build test programs in bundles on MacOS | David Robillard | 1 | -1/+6 | |
This makes keyboard events work in pugl_test. | |||||
2019-06-27 | Disable deprecation warnings on MacOS | David Robillard | 1 | -0/+2 | |
2019-04-14 | Update autowaf | David Robillard | 1 | -16/+18 | |
2019-02-16 | Remove spurious double blank lines | David Robillard | 1 | -2/+0 | |
2019-02-16 | Factor out drawing context from platform window implementation | David Robillard | 1 | -1/+4 | |
2018-09-19 | Fix build with Python 2 | David Robillard | 1 | -9/+11 | |
2018-09-15 | Lint wscript | David Robillard | 1 | -24/+27 | |
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-13 | Clean up wscript | David Robillard | 1 | -18/+14 | |
2018-09-11 | Switch to bundled source waf | David Robillard | 1 | -2/+2 | |
2016-09-14 | Clean up pugl_test and remove use of GLU | David Robillard | 1 | -2/+4 | |
2016-07-07 | Add option for cross-compilation target platform | David Robillard | 1 | -6/+9 | |
2015-11-13 | Clean up wscript | David Robillard | 1 | -20/+16 | |
2015-09-13 | Add C++ bindings. | David Robillard | 1 | -1/+2 | |
2014-09-27 | Improve documentation. | David Robillard | 1 | -0/+11 | |
2014-08-28 | Fix compilation on Windows. | David Robillard | 1 | -7/+3 | |
2014-08-27 | Cairo support on X11. | David Robillard | 1 | -20/+52 | |
2014-01-27 | Add configure options for PUGL_VERBOSE and PUGL_GRAB_FOCUS. | David Robillard | 1 | -3/+10 | |
2014-01-17 | Add mouse position to PuglScrollFunc (apply #896). | David Robillard | 1 | -1/+1 | |
Fix compilation of pugl_test. | |||||
2013-02-03 | Apply portability fixes from Ben Loftis. | David Robillard | 1 | -1/+1 | |
2012-04-29 | OSX implementation. | David Robillard | 1 | -1/+16 | |
2012-04-29 | Support window closing on Windows. | David Robillard | 1 | -1/+1 | |
2012-04-29 | Implement reshape more properly. | David Robillard | 1 | -1/+1 | |
It's not a GL demo if it's not a cube. | |||||
2012-04-29 | Windows implementation. | David Robillard | 1 | -19/+33 | |
2012-04-28 | Initial import. | David Robillard | 1 | -0/+126 | |