Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-03 | Fix implicit sign conversions | David Robillard | 1 | -1/+1 | |
2023-01-14 | Windows: Add PUGL_DARK_FRAME hint | David Robillard | 1 | -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-14 | Add general string hint interface | David Robillard | 1 | -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-11 | Raise the initial display of example windows | David Robillard | 1 | -2/+2 | |
This is the standard behaviour for applications. | |||||
2023-01-08 | Add support for raising windows | David Robillard | 1 | -2/+2 | |
2023-01-07 | Add support for special view types and styles | David Robillard | 1 | -0/+262 | |