Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-11 | Raise the initial display of example windows | David Robillard | 1 | -1/+1 | |
This is the standard behaviour for applications. | |||||
2023-01-08 | Prepare OpenGL context flags for OpenGL ES support | David Robillard | 1 | -1/+1 | |
2023-01-08 | Add support for raising windows | David Robillard | 1 | -1/+1 | |
2022-05-23 | Add rich clipboard support | David Robillard | 1 | -4/+46 | |
This implements a more powerful protocol for working with clipboards, which supports datatype negotiation, and fixes various issues by mapping more directly to how things work on X11. | |||||
2022-05-22 | Factor out pugl_clipboard_demo example program | David Robillard | 1 | -0/+210 | |
This is a simpler example than pugl_embed_demo that demonstrates clipboard functionality without the complexity of embedded views. |