aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/pugl/pugl.hpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Fix documentation formatting issuesDavid Robillard1-6/+4
2021-01-06Fix Doxygen warningsDavid Robillard1-2/+34
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-439/+419
2020-11-26Use named groups to group documentationDavid Robillard1-4/+4
2020-11-26Remove top-level documentation groupDavid Robillard1-3/+1
2020-11-26Add missing documentation for pugl::Event fieldsDavid Robillard1-0/+2
2020-11-26Document PUGL_CHECK_CONSTRUCTIONDavid Robillard1-0/+11
2020-11-26Remove file documentationDavid Robillard1-5/+0
2020-11-26Add pugl::World constructor overload that takes a flagDavid Robillard1-2/+9
2020-11-26Remove stub event handlers from pugl::ViewDavid Robillard1-119/+0
2020-11-25Rename puglShowWindow and puglHideWindow to puglShow an puglHideDavid Robillard1-6/+6
2020-11-01Add missing returnDavid Robillard1-0/+1
2020-11-01Run clang-tidy on all headers and fix various issuesDavid Robillard1-1/+3
2020-11-01Make event handling in C++ more flexibleDavid Robillard1-130/+210
2020-11-01Reorder methods in C++ bindings to match C header groupsDavid Robillard1-6/+6
2020-10-31Use static polymorphism in C++ bindingsDavid Robillard1-71/+99
2020-10-31Make use of exceptions optionalDavid Robillard1-17/+35
2020-10-31Make most methods noexceptDavid Robillard1-34/+46
2020-10-31Remove use of cassert and type_traitsDavid Robillard1-39/+27
2020-10-31Use a custom exception type for failed constructionDavid Robillard1-4/+18
2020-10-31Remove pugl::ClockDavid Robillard1-46/+0
2020-10-31Remove use of std::unique_ptrDavid Robillard1-13/+17
2020-10-31Cleanup: Remove unnecessary namespace qualificationsDavid Robillard1-4/+4
2020-10-30Remove logging APIDavid Robillard1-23/+0
2020-10-30Clean up installed man pagesDavid Robillard1-5/+2
2020-10-30Move C++ bindings to a separate directoryDavid Robillard1-0/+742