Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 1 | -1/+1 | |
Taking a page from C++ convention, where "detail" is for things that should not be included in user code. | |||||
2019-07-29 | Clean up file documentation | David Robillard | 1 | -1/+1 | |
2019-07-29 | Completely separate backends from platform implementation | David Robillard | 1 | -2/+2 | |
This removes PuglContextType and allows the user to pass a backend directly. Normally this would come from one of the two accessors declared in the headers, but it would be possible to add backends without changing any of the existing code at all. Unfortunately, it is not possible to preserve backwards compatibility and achieve the ultimate goal of linking only to the required dependencies, so puglInitContextType() has just been removed. | |||||
2019-07-21 | Update stale copyright dates | David Robillard | 1 | -1/+1 | |
2019-07-21 | Add puglRequestAttention() | David Robillard | 1 | -0/+1 | |
2016-09-20 | Fix C++ bindings | David Robillard | 1 | -16/+1 | |
2016-09-18 | Remove GLUT-like event callbacks | David Robillard | 1 | -2/+0 | |
2015-11-13 | Fix minor style issues | David Robillard | 1 | -1/+1 | |
2015-11-13 | Make pugl::View destructor virtual | David Robillard | 1 | -1/+1 | |
2015-09-13 | Add C++ bindings. | David Robillard | 1 | -0/+123 | |