Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-23 | Replace puglPostRedisplayRect() with puglObscureRegion() | David Robillard | 1 | -1/+1 | |
2025-01-23 | Rename puglPostRedisplay() to puglObscureView() | David Robillard | 1 | -3/+2 | |
For consistency with event types (since "obscure" is opposite "expose") and the upcoming puglObscureRegion(). | |||||
2021-05-25 | Rename event structs in a more readable style | David Robillard | 1 | -4/+4 | |
Aside from reading more naturally, this avoids clashes with types that are not events, like PuglEventFlags. This is also more consistent with the C++ bindings, where "EventExpose" would be quite strange, for example. Apologies for the noise. Aliases to the old names will be preserved in the deprecated API like other things for a short while. | |||||
2021-01-06 | Split overview into multiple documents | David Robillard | 1 | -0/+101 | |