Age | Commit message (Expand) | Author | Files | Lines |
2025-02-08 | Replace frame with size and position hints | David Robillard | 1 | -20/+22 |
2025-02-08 | Remove puglSetFrame() | David Robillard | 1 | -15/+7 |
2025-02-07 | Use angle brackets for library includes and clean up include paths | David Robillard | 1 | -2/+2 |
2025-02-07 | Move test utilities to a separate subproject | David Robillard | 1 | -1/+2 |
2025-02-06 | Fully parenthesize mathematical expressions | David Robillard | 1 | -4/+4 |
2025-01-23 | Rename puglPostRedisplay() to puglObscureView() | David Robillard | 1 | -7/+7 |
2025-01-21 | Use a consistent naming scheme for parent functions | David Robillard | 1 | -1/+1 |
2023-01-14 | Add general string hint interface | David Robillard | 1 | -2/+2 |
2023-01-11 | Raise the initial display of example windows | David Robillard | 1 | -2/+2 |
2023-01-08 | Prepare OpenGL context flags for OpenGL ES support | David Robillard | 1 | -2/+2 |
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 | -1/+2 |
2022-10-07 | Use uppercase integer literal suffixes | David Robillard | 1 | -6/+6 |
2022-06-08 | Use consistent terminology for native views | David Robillard | 1 | -1/+1 |
2022-05-22 | Factor out pugl_clipboard_demo example program | David Robillard | 1 | -14/+4 |
2022-05-21 | Add puglSetPosition() and puglSetSize() | David Robillard | 1 | -14/+8 |
2022-05-21 | Use consistent integer types for view positions and sizes | David Robillard | 1 | -13/+14 |
2022-05-21 | Add a uniform API for setting size hints | David Robillard | 1 | -4/+5 |
2022-05-20 | Use consistent class names and titles in tests and examples | David Robillard | 1 | -1/+1 |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 |
2021-05-25 | Rename event structs in a more readable style | David Robillard | 1 | -1/+1 |
2021-04-18 | Improve cube rendering in example programs | David Robillard | 1 | -4/+4 |
2021-04-18 | Improve cube rendering in example programs | David Robillard | 1 | -1/+10 |
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -287/+279 |
2020-11-26 | Remove file documentation | David Robillard | 1 | -5/+0 |
2020-11-25 | Rename puglShowWindow and puglHideWindow to puglShow an puglHide | David Robillard | 1 | -2/+2 |
2020-10-30 | Simplify header names | David Robillard | 1 | -1/+1 |
2020-10-30 | Remove GL and GLU wrapper headers | David Robillard | 1 | -1/+0 |
2020-07-05 | Improve struct packing | David Robillard | 1 | -3/+3 |
2020-06-08 | Windows: Fix maximum size | David Robillard | 1 | -0/+1 |
2020-05-16 | Add default and maximum size | David Robillard | 1 | -1/+1 |
2020-05-16 | Use email address in copyright headers | David Robillard | 1 | -1/+1 |
2020-05-16 | Fix file documentation | David Robillard | 1 | -1/+2 |
2020-04-02 | Strengthen warnings | David Robillard | 1 | -3/+10 |
2020-04-01 | Replace puglShowWindow() with puglRealize() | David Robillard | 1 | -2/+5 |
2020-03-17 | Use clearer names for pointer events | David Robillard | 1 | -4/+4 |
2020-03-16 | Embed Demo: Add timer to occasionally reverse spin direction | David Robillard | 1 | -2/+10 |
2020-03-15 | Unify event loop functions as puglUpdate() | David Robillard | 1 | -9/+12 |
2020-03-15 | Add type and flags to world | David Robillard | 1 | -1/+1 |
2020-03-13 | Strengthen warnings | David Robillard | 1 | -2/+0 |
2020-03-08 | Add vsync command line options to demos | David Robillard | 1 | -2/+2 |
2020-03-08 | Embed Demo: Simplify FPS counter | David Robillard | 1 | -3/+3 |
2020-03-08 | Embed Demo: Only redisplay on input when not running continuously | David Robillard | 1 | -5/+11 |
2020-03-08 | Factor out cube drawing | David Robillard | 1 | -59/+6 |
2020-03-08 | Move demo programs to examples directory | David Robillard | 1 | -0/+394 |