Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-24 | Use single-line doc comments where possible | David Robillard | 1 | -90/+30 | |
2020-10-22 | Resurrect puglEnterContext() and puglLeaveContext() | David Robillard | 1 | -33/+28 | |
Even though loading is now better handled with create events, there are still situations with OpenGL where it's difficult to avoid explicitly entering and leaving the context. So, resurrect these functions, but remove the drawing parameter to make it clear that they must never be used for drawing. This breaks the deprecated API since the drawing parameter would be inappropriate for the stable API, and a decent alternative name isn't available. | |||||
2020-10-21 | Simplify documentation structure | David Robillard | 1 | -11/+8 | |
2020-10-21 | Cleanup: Use consistent style for preprocessor conditionals | David Robillard | 1 | -2/+2 | |
2020-10-21 | Move includes to a separate directory | David Robillard | 1 | -0/+1624 | |
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. |