Age | Commit message (Expand) | Author | Files | Lines |
2025-02-08 | Remove PuglRect entirely | David Robillard | 1 | -3/+0 |
2025-02-08 | Replace frame with size and position hints | David Robillard | 1 | -2/+31 |
2025-02-08 | Remove puglSetFrame() | David Robillard | 1 | -6/+0 |
2025-02-08 | Add missing C++ binding definitions | David Robillard | 1 | -0/+8 |
2025-02-07 | Use angle brackets for library includes and clean up include paths | David Robillard | 5 | -13/+13 |
2025-01-23 | Replace puglPostRedisplayRect() with puglObscureRegion() | David Robillard | 1 | -3/+6 |
2025-01-23 | Rename puglPostRedisplay() to puglObscureView() | David Robillard | 1 | -3/+3 |
2025-01-22 | Make puglSetSizeHint() consistent with puglSetSize() | David Robillard | 1 | -1/+1 |
2025-01-21 | Use a consistent naming scheme for parent functions | David Robillard | 1 | -3/+12 |
2023-01-20 | Fix Doxygen parsing of main C++ header | David Robillard | 1 | -14/+37 |
2023-01-14 | Allow applications to specify the Vulkan library path | David Robillard | 1 | -1/+14 |
2023-01-14 | Windows: Add PUGL_DARK_FRAME hint | David Robillard | 1 | -1/+3 |
2023-01-14 | Add general string hint interface | David Robillard | 1 | -9/+33 |
2023-01-13 | Add missing hint to C++ bindings | David Robillard | 1 | -2/+2 |
2023-01-10 | Add PUGL_CURSOR_ALL_SCROLL | David Robillard | 1 | -2/+2 |
2023-01-10 | Add missing cursors to C++ bindings | David Robillard | 1 | -8/+12 |
2023-01-08 | Fix Doxygen errors | David Robillard | 1 | -3/+3 |
2023-01-08 | Prepare OpenGL context flags for OpenGL ES support | David Robillard | 1 | -2/+3 |
2023-01-08 | Add PUGL_SAMPLE_BUFFERS hint | David Robillard | 1 | -0/+1 |
2023-01-08 | Add support for raising windows | David Robillard | 1 | -1/+16 |
2023-01-07 | Replace map/unmap events with more expressive configure events | David Robillard | 1 | -10/+0 |
2023-01-07 | Add support for special view types and styles | David Robillard | 1 | -10/+12 |
2023-01-07 | Rename create/destroy events to realize/unrealize | David Robillard | 1 | -8/+8 |
2023-01-03 | Use globally unique names for documentation groups | David Robillard | 5 | -13/+13 |
2022-10-07 | Avoid C-style casts in C++ code | David Robillard | 1 | -5/+7 |
2022-10-07 | Fix whitespace | David Robillard | 1 | -3/+3 |
2022-06-08 | Use consistent terminology for native views | David Robillard | 1 | -2/+2 |
2022-05-28 | Fix View::acceptOffer parameter type | David Robillard | 1 | -1/+1 |
2022-05-23 | Add rich clipboard support | David Robillard | 1 | -1/+43 |
2022-05-21 | Add a uniform API for setting size hints | David Robillard | 1 | -21/+12 |
2022-05-21 | Rename PUGL_UNSUPPORTED_TYPE to be more generic | David Robillard | 1 | -2/+2 |
2022-04-23 | Fix IWYU warnings | David Robillard | 1 | -3/+3 |
2021-12-17 | Pass const references where appropriate | David Robillard | 1 | -3/+3 |
2021-12-17 | Remove redundant virtual qualifier | David Robillard | 1 | -1/+1 |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 5 | -75/+10 |
2021-12-16 | Rename puglSetTransientFor to puglSetTransientParent | David Robillard | 1 | -3/+3 |
2021-05-28 | Remove static downcasts in C++ bindings | David Robillard | 1 | -30/+28 |
2021-05-25 | Rename event structs in a more readable style | David Robillard | 1 | -46/+46 |
2021-05-24 | Add fancy constructor for C++ events and wrap puglSendEvent() | David Robillard | 1 | -0/+15 |
2021-05-24 | Consistently refer to C++ as "cpp" and fix installation | David Robillard | 5 | -0/+1049 |