Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-04 | Add puglGetViewHint() | David Robillard | 1 | -0/+6 | |
This allows retrieving properties of the view that may be needed, such as the actual bit depth (which may vary from the suggested depth provided as a hint). | |||||
2020-09-19 | Fix clang-tidy warnings | David Robillard | 1 | -2/+16 | |
2020-07-04 | Fix publicly accessible non-virtual destructor warning | David Robillard | 1 | -1/+4 | |
2020-06-13 | Add puglSetCursor() | Jean Pierre Cimalando | 1 | -0/+20 | |
2020-05-16 | Add default and maximum size | David Robillard | 1 | -0/+13 | |
2020-05-16 | Use email address in copyright headers | David Robillard | 1 | -1/+1 | |
Not really sure why I used a web link here (maybe because it's more stable), but this is more conventional. | |||||
2020-05-16 | Fix file documentation | David Robillard | 1 | -1/+2 | |
2020-04-03 | Rewrite C++ bindings | David Robillard | 1 | -46/+575 | |
2020-03-07 | Organize documentation into groups | David Robillard | 1 | -2/+14 | |
2020-03-01 | Fix documentation grouping | David Robillard | 1 | -1/+2 | |
2019-11-21 | Use consistent include guards | David Robillard | 1 | -3/+3 | |
2019-09-07 | Improve documentation and use LV2 documentation style | David Robillard | 1 | -2/+2 | |
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 | |