aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2023-10-21Suppress clang-tidy C++ warningsDavid Robillard1-0/+1
2023-09-23Format meson.build files with muonDavid Robillard1-2/+1
2023-05-27Use files() for headers in mesonDavid Robillard1-4/+2
2023-01-20Fix Doxygen parsing of main C++ headerDavid Robillard1-14/+37
2023-01-14Allow applications to specify the Vulkan library pathDavid Robillard1-1/+14
2023-01-14Windows: Add PUGL_DARK_FRAME hintDavid Robillard1-1/+3
2023-01-14Add general string hint interfaceDavid Robillard1-9/+33
2023-01-13Add missing hint to C++ bindingsDavid Robillard1-2/+2
2023-01-10Add PUGL_CURSOR_ALL_SCROLLDavid Robillard1-2/+2
2023-01-10Add missing cursors to C++ bindingsDavid Robillard1-8/+12
2023-01-08Fix Doxygen errorsDavid Robillard1-3/+3
2023-01-08Prepare OpenGL context flags for OpenGL ES supportDavid Robillard1-2/+3
2023-01-08Add PUGL_SAMPLE_BUFFERS hintDavid Robillard1-0/+1
2023-01-08Add support for raising windowsDavid Robillard1-1/+16
2023-01-07Replace map/unmap events with more expressive configure eventsDavid Robillard1-10/+0
2023-01-07Add support for special view types and stylesDavid Robillard1-10/+12
2023-01-07Rename create/destroy events to realize/unrealizeDavid Robillard1-8/+8
2023-01-04Clean up licensing metadataDavid Robillard1-0/+3
2023-01-03Use globally unique names for documentation groupsDavid Robillard5-13/+13
2022-11-24Use 0BSD for trivial "public domain intent" thingsDavid Robillard2-2/+2
2022-10-07Use uppercase integer literal suffixesDavid Robillard1-1/+0
2022-10-07Avoid C-style casts in C++ codeDavid Robillard1-5/+7
2022-10-07Suppress new warnings in clang-tidy 14David Robillard1-0/+1
2022-10-07Fix whitespaceDavid Robillard1-3/+3
2022-10-07Override pkg-config dependencies within mesonDavid Robillard1-2/+6
2022-10-07Clean up meson definitionsDavid Robillard1-6/+9
2022-06-08Use consistent terminology for native viewsDavid Robillard1-2/+2
2022-05-28Fix View::acceptOffer parameter typeDavid Robillard1-1/+1
2022-05-23Add rich clipboard supportDavid Robillard1-1/+43
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-21/+12
2022-05-21Rename PUGL_UNSUPPORTED_TYPE to be more genericDavid Robillard1-2/+2
2022-05-20MacOS: Build examples as application bundlesDavid Robillard1-0/+5
2022-04-23Fix IWYU warningsDavid Robillard1-3/+3
2021-12-17Pass const references where appropriateDavid Robillard1-3/+3
2021-12-17Remove redundant virtual qualifierDavid Robillard1-1/+1
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard7-75/+16
2021-12-17Suppress new warnings in clang-tidy 13David Robillard1-1/+1
2021-12-16Rename puglSetTransientFor to puglSetTransientParentDavid Robillard1-3/+3
2021-08-28Suppress new clang-tidy warningsDavid Robillard1-0/+1
2021-05-28Remove static downcasts in C++ bindingsDavid Robillard2-31/+28
2021-05-28Split up meson build definitions moreDavid Robillard2-0/+19
2021-05-25Rename event structs in a more readable styleDavid Robillard1-46/+46
2021-05-24Add fancy constructor for C++ events and wrap puglSendEvent()David Robillard2-0/+16
2021-05-24Consistently refer to C++ as "cpp" and fix installationDavid Robillard6-13/+13
2021-01-06Fix documentation formatting issuesDavid Robillard1-6/+4
2021-01-06Fix Doxygen group referencesDavid Robillard4-4/+4
2021-01-06Fix Doxygen warningsDavid Robillard1-2/+34
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard5-505/+485
2020-12-11Fix Vulkan C++ bindings on WindowsDavid Robillard1-2/+2