Age | Commit message (Expand) | Author | Files | Lines |
2022-06-03 | Fix Cairo warnings on MacOS | David Robillard | 1 | -1/+1 |
2022-05-28 | Update documentation | David Robillard | 1 | -0/+31 |
2022-05-28 | Clean up and strengthen warning flags | David Robillard | 3 | -9/+14 |
2022-05-28 | Avoid implicit conversions | David Robillard | 1 | -4/+3 |
2022-05-23 | Add rich clipboard support | David Robillard | 1 | -4/+46 |
2022-05-22 | Factor out pugl_clipboard_demo example program | David Robillard | 5 | -14/+236 |
2022-05-21 | Add puglSetPosition() and puglSetSize() | David Robillard | 2 | -35/+22 |
2022-05-21 | Use consistent integer types for view positions and sizes | David Robillard | 4 | -30/+34 |
2022-05-21 | Add a uniform API for setting size hints | David Robillard | 9 | -36/+36 |
2022-05-21 | Fix build of examples that use a stub backend | David Robillard | 1 | -3/+21 |
2022-05-20 | Use consistent class names and titles in tests and examples | David Robillard | 9 | -13/+13 |
2022-05-20 | MacOS: Build examples as application bundles | David Robillard | 21 | -74/+299 |
2022-04-23 | Move reserved platform defines from code to build system | David Robillard | 2 | -9/+9 |
2022-03-14 | Fix warning in VS2019 | David Robillard | 1 | -1/+3 |
2021-12-17 | Remove unused struct definition | David Robillard | 1 | -4/+0 |
2021-12-17 | Pass const references where appropriate | David Robillard | 1 | -7/+8 |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 22 | -241/+51 |
2021-12-17 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+2 |
2021-12-17 | Fix spelling errors | David Robillard | 1 | -1/+1 |
2021-12-16 | Rename puglSetTransientFor to puglSetTransientParent | David Robillard | 1 | -2/+2 |
2021-08-28 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+4 |
2021-05-28 | Remove static downcasts in C++ bindings | David Robillard | 1 | -2/+1 |
2021-05-28 | Split up warning suppression flags more finely | David Robillard | 1 | -6/+51 |
2021-05-28 | Remove unnecessary include directory | David Robillard | 1 | -1/+0 |
2021-05-25 | Rename event structs in a more readable style | David Robillard | 3 | -3/+3 |
2021-05-24 | Add fancy constructor for C++ events and wrap puglSendEvent() | David Robillard | 1 | -1/+6 |
2021-05-24 | Consistently refer to C++ as "cpp" and fix installation | David Robillard | 4 | -6/+6 |
2021-05-08 | Send unmap/map events when the view is minimized/restored | David Robillard | 1 | -26/+36 |
2021-05-06 | Add basic test for Vulkan support | David Robillard | 1 | -1/+1 |
2021-04-27 | Simplify meson configuration | David Robillard | 1 | -5/+5 |
2021-04-18 | Improve cube rendering in example programs | David Robillard | 2 | -17/+17 |
2021-04-18 | Improve cube rendering in example programs | David Robillard | 2 | -27/+90 |
2021-02-01 | Set maximum size in example programs | David Robillard | 6 | -0/+6 |
2021-01-08 | Switch to Meson | David Robillard | 2 | -0/+115 |
2021-01-02 | Avoid "else" after "return" | David Robillard | 4 | -10/+24 |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 3 | -3/+3 |
2021-01-02 | Fix clang-tidy warnings | David Robillard | 2 | -12/+32 |
2021-01-02 | Clean up includes | David Robillard | 3 | -3/+3 |
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 19 | -5763/+5608 |
2020-12-11 | Make demo programs work from any directory, and install them | David Robillard | 8 | -19/+241 |
2020-12-11 | Print an error message in Vulkan demo when shaders are not found | David Robillard | 1 | -0/+1 |
2020-11-26 | Remove file documentation | David Robillard | 10 | -70/+36 |
2020-11-26 | Add pugl::World constructor overload that takes a flag | David Robillard | 1 | -2/+1 |
2020-11-26 | Remove stub event handlers from pugl::View | David Robillard | 2 | -2/+10 |
2020-11-25 | Rename puglShowWindow and puglHideWindow to puglShow an puglHide | David Robillard | 9 | -11/+11 |
2020-11-25 | Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loader | David Robillard | 2 | -4/+10 |
2020-11-22 | Suppress various clang-tidy warnings | David Robillard | 1 | -0/+7 |
2020-11-01 | Cleanup: Fix typo | David Robillard | 1 | -1/+1 |
2020-11-01 | Make event handling in C++ more flexible | David Robillard | 2 | -10/+14 |
2020-10-31 | Use static polymorphism in C++ bindings | David Robillard | 2 | -41/+35 |