aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_management_demo.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03Fix implicit sign conversionsDavid Robillard1-1/+1
2023-01-14Windows: Add PUGL_DARK_FRAME hintDavid Robillard1-4/+7
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.
2023-01-14Add general string hint interfaceDavid Robillard1-3/+3
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.
2023-01-11Raise the initial display of example windowsDavid Robillard1-2/+2
This is the standard behaviour for applications.
2023-01-08Add support for raising windowsDavid Robillard1-2/+2
2023-01-07Add support for special view types and stylesDavid Robillard1-0/+262