Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
See https://reuse.software/ for details. | |||||
2021-04-18 | Improve cube rendering in example programs | David Robillard | 1 | -13/+13 | |
2021-04-18 | Improve cube rendering in example programs | David Robillard | 1 | -26/+80 | |
2021-01-02 | Clean up includes | David Robillard | 1 | -0/+3 | |
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -74/+74 | |
2020-10-30 | Simplify header names | David Robillard | 1 | -1/+1 | |
2020-10-30 | Remove GL and GLU wrapper headers | David Robillard | 1 | -1/+1 | |
Include them in pugl_gl.h instead, to simplify things and unclutter the include directory. | |||||
2020-10-21 | Add missing include guards | David Robillard | 1 | -0/+5 | |
2020-10-04 | Move cube vertex data to the file where it is actually used | David Robillard | 1 | -0/+49 | |
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-04-02 | Strengthen warnings | David Robillard | 1 | -9/+9 | |
2020-03-09 | Window Demo: Fix updating when not runnning continuously | David Robillard | 1 | -1/+1 | |
2020-03-08 | Factor out cube drawing | David Robillard | 1 | -0/+82 | |