Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-12 | Factor out puglIsValidSize() and use consistent rules everywhere | David Robillard | 1 | -1/+6 | |
2023-05-12 | X11: Avoid deferring empty exposures | David Robillard | 1 | -5/+0 | |
2023-01-14 | Add general string hint interface | David Robillard | 1 | -0/+5 | |
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-08 | Use ensureHint pattern everywhere | David Robillard | 1 | -0/+4 | |
2023-01-02 | Move attributes to a separate header | David Robillard | 1 | -0/+1 | |
2023-01-02 | Factor out common realize checks and initialization | David Robillard | 1 | -0/+4 | |
2022-06-08 | Separate platform.h from internal.h | David Robillard | 1 | -16/+2 | |
This makes the internal header structure match the "kinds" of definition inside Pugl: common implementations of public API, things available internally to platform implementations, and things the platform must define. | |||||
2022-06-08 | Separate private and public function implementations | David Robillard | 1 | -0/+65 | |