Age | Commit message (Collapse) | Author | Files | Lines |
|
Well, on X11 where I'm running clang-tidy anyway, there may be some stragglers
in the other platform implementations. Appeases the
readability-math-missing-parentheses check added in clang-tidy 19.
|
|
For consistency with event types (since "obscure" is opposite "expose") and the
upcoming puglObscureRegion().
|
|
This replaces the window title and class name APIs with a more general one that
can be easily extended to other things, like icon names, more detailed
application hints, and so on.
|
|
This is the standard behaviour for applications.
|
|
|
|
|
|
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.
|
|
This is a simpler example than pugl_embed_demo that demonstrates clipboard
functionality without the complexity of embedded views.
|