Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-30 | Simplify header names | David Robillard | 1 | -1/+1 | |
2020-10-30 | Remove GL and GLU wrapper headers | David Robillard | 1 | -1/+0 | |
Include them in pugl_gl.h instead, to simplify things and unclutter the include directory. | |||||
2020-10-16 | Windows: Fix cursor when leaving client area | Jordan Halase | 1 | -0/+3 | |
This resets the cursor when the pointer moves into the title bar. | |||||
2020-07-05 | Improve struct packing | David Robillard | 1 | -1/+1 | |
Unfortunately there is no warning like Wpadded but only for internal padding, so that can't be turned on, but if there was, after this commit the build would be clean with it. Maybe some day... | |||||
2020-06-13 | Add puglSetCursor() | Jean Pierre Cimalando | 1 | -0/+171 | |