aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Remove unnecessary forward-compatibility codeDavid Robillard1-7/+3
2022-05-23Add rich clipboard supportDavid Robillard1-36/+16
2022-05-22Fix whitespaceDavid Robillard1-1/+1
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-3/+3
2022-05-21Rename PUGL_UNSUPPORTED_TYPE to be more genericDavid Robillard1-2/+2
2022-04-23Strengthen MSVC warningsDavid Robillard1-1/+1
2022-04-21Improve error handlingDavid Robillard1-22/+34
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-12-16Add puglGetBackend()David Robillard1-0/+6
2021-12-16Add puglGetClassName()David Robillard1-0/+6
2021-12-16Add puglGetWindowTitle()David Robillard1-0/+6
2021-12-16Add puglGetParentWindow()David Robillard1-0/+6
2021-12-16Add puglGetTransientParent()David Robillard1-0/+6
2021-05-25Rename event structs in a more readable styleDavid Robillard1-2/+2
2021-05-08Send unmap/map events when the view is minimized/restoredDavid Robillard1-17/+31
2021-05-06Strengthen clang-tidy warningsDavid Robillard1-1/+1
2021-05-03Clean up includes and add mappings for old versions of IWYUDavid Robillard1-0/+2
2021-05-03Shrink puglGetViewHint() implementationDavid Robillard1-5/+1
2021-05-03Fix crash when freeing a view that has not been configuredDavid Robillard1-1/+3
2021-01-02Avoid "else" after "return"David Robillard1-4/+13
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-226/+230
2020-11-26Remove file documentationDavid Robillard1-5/+0
2020-11-25Rename puglShowWindow and puglHideWindow to puglShow an puglHideDavid Robillard1-0/+12
2020-11-25Move puglEnterContext and puglLeaveContext to GL backendsDavid Robillard1-12/+0
2020-10-31Cleanup: Remove unnecessary includeDavid Robillard1-1/+0
2020-10-30Remove logging APIDavid Robillard1-42/+0
2020-10-30Move implementation source files to a conventional src directoryDavid Robillard1-0/+489