Age | Commit message (Expand) | Author | Files | Lines |
2025-01-21 | Separate C++ build tests to avoid C/C++ warning clashes | David Robillard | 1 | -3/+2 |
2023-11-11 | Add support for Num, Scroll, and Caps Lock | David Robillard | 1 | -2/+5 |
2023-11-11 | Add a special symbol for the tab key | David Robillard | 1 | -0/+2 |
2023-10-21 | Print modifiers for key events in test and example programs | falkTX | 1 | -10/+12 |
2023-05-29 | Add support for numeric keypad and simplify keyboard handling | David Robillard | 1 | -20/+85 |
2023-05-27 | Print special keys in verbose test output | David Robillard | 1 | -4/+96 |
2023-05-12 | Make examples continuous by default | David Robillard | 1 | -5/+5 |
2023-05-03 | Fix mismatched format specifiers | David Robillard | 1 | -1/+1 |
2023-01-14 | Windows: Add PUGL_DARK_FRAME hint | David Robillard | 1 | -0/+2 |
2023-01-08 | Add support for OpenGL ES 3.2 in pugl_shader_demo | David Robillard | 1 | -1/+23 |
2023-01-08 | Prepare OpenGL context flags for OpenGL ES support | David Robillard | 1 | -4/+6 |
2023-01-08 | Add PUGL_SAMPLE_BUFFERS hint | David Robillard | 1 | -0/+2 |
2023-01-07 | Replace map/unmap events with more expressive configure events | David Robillard | 1 | -4/+2 |
2023-01-07 | Add support for special view types and styles | David Robillard | 1 | -6/+43 |
2023-01-07 | Rename create/destroy events to realize/unrealize | David Robillard | 1 | -4/+4 |
2022-06-07 | Use a consistent scheme for enum sizes | David Robillard | 1 | -3/+1 |
2022-05-23 | Add rich clipboard support | David Robillard | 1 | -1/+5 |
2022-05-21 | Use consistent integer types for view positions and sizes | David Robillard | 1 | -11/+14 |
2022-04-23 | Move reserved platform defines from code to build system | David Robillard | 1 | -2/+0 |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 |
2021-12-17 | Remove unnecessary include | David Robillard | 1 | -1/+0 |
2021-05-08 | Print create/destroy and map/unmap events in tests by default | David Robillard | 1 | -8/+8 |
2021-04-18 | Fix unreachable code | David Robillard | 1 | -1/+1 |
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -256/+256 |
2020-10-24 | Replace live resize with loop events | David Robillard | 1 | -2/+6 |
2020-10-21 | Fix clang-tidy issues in Windows code | David Robillard | 1 | -1/+1 |
2020-10-21 | Add missing include guards | David Robillard | 1 | -0/+5 |
2020-10-04 | Add refresh rate hint | David Robillard | 1 | -0/+2 |
2020-10-04 | Print all view hints in shader demo and hint tests | David Robillard | 1 | -0/+53 |
2020-07-05 | Add scroll direction field | David Robillard | 1 | -1/+21 |
2020-07-05 | Print crossing mode of enter and leave events | David Robillard | 1 | -4/+6 |
2020-07-05 | Replace grab flag in PuglEventFocus with crossing mode | David Robillard | 1 | -4/+19 |
2020-05-16 | Use email address in copyright headers | David Robillard | 1 | -1/+1 |
2020-04-04 | Fix mismatched printf parameter warning | David Robillard | 1 | -2/+1 |
2020-03-31 | Add format attribute to logError() | David Robillard | 1 | -1/+8 |
2020-03-31 | Fix mismatched printf parameter types | David Robillard | 1 | -2/+2 |
2020-03-17 | Use clearer names for pointer events | David Robillard | 1 | -3/+3 |
2020-03-16 | Add timer events | David Robillard | 1 | -0/+2 |
2020-03-15 | Unify event loop functions as puglUpdate() | David Robillard | 1 | -1/+3 |
2020-03-09 | Add PuglEventClient and puglSendEvent() | David Robillard | 1 | -0/+8 |
2020-03-09 | Add create, destroy, map, and unmap events | David Robillard | 1 | -0/+8 |
2020-03-08 | Enable double buffering by default | David Robillard | 1 | -3/+3 |
2020-03-08 | Add vsync command line options to demos | David Robillard | 1 | -2/+19 |
2020-03-08 | Split graphical utilities out from test_utils.h | David Robillard | 1 | -149/+1 |
2020-03-08 | Print when unknown events are received in tests | David Robillard | 1 | -0/+3 |
2020-03-01 | Cleanup: Adjust some code to be more clang-format friendly | David Robillard | 1 | -0/+6 |
2020-03-01 | Cleanup: Shorten event printing code | David Robillard | 1 | -42/+63 |
2019-12-09 | Fix use of incorrect union element | David Robillard | 1 | -4/+4 |
2019-11-18 | Add test utility function for logging errors | David Robillard | 1 | -1/+15 |
2019-11-18 | Add error checking option to test programs | David Robillard | 1 | -1/+5 |