Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Towards sorting out sloppy include directories, and avoiding upward-relative
paths in includes. A subproject seems like overkill, but this is the only way
I can think of that makes for a clean local dependency that doesn't rely on
anything non-standard or trigger any linters.
|
|
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 allows dark applications to visually integrate more nicely in Windows 10.
A little thing, but it really goes a long way to make programs not look out of
place and half-baked.
|
|
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.
|
|
|
|
|