index
:
pugl.git
c++
dragdrop
main
Pugl GUI library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bindings
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
Fix documentation formatting issues
David Robillard
1
-6
/
+4
2021-01-06
Fix Doxygen group references
David Robillard
4
-4
/
+4
2021-01-06
Fix Doxygen warnings
David Robillard
1
-2
/
+34
2021-01-02
Use email address instead of website for attribution
David Robillard
1
-1
/
+1
2021-01-02
Simplify clang-format configuration and format all code
David Robillard
5
-505
/
+485
2020-12-11
Fix Vulkan C++ bindings on Windows
David Robillard
1
-2
/
+2
2020-11-26
Use named groups to group documentation
David Robillard
1
-4
/
+4
2020-11-26
Remove top-level documentation group
David Robillard
1
-3
/
+1
2020-11-26
Add missing documentation for pugl::Event fields
David Robillard
1
-0
/
+2
2020-11-26
Document PUGL_CHECK_CONSTRUCTION
David Robillard
1
-0
/
+11
2020-11-26
Remove file documentation
David Robillard
5
-28
/
+6
2020-11-26
Add pugl::World constructor overload that takes a flag
David Robillard
1
-2
/
+9
2020-11-26
Remove stub event handlers from pugl::View
David Robillard
1
-119
/
+0
2020-11-25
Rename puglShowWindow and puglHideWindow to puglShow an puglHide
David Robillard
1
-6
/
+6
2020-11-25
Move puglEnterContext and puglLeaveContext to GL backends
David Robillard
1
-0
/
+15
2020-11-25
Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loader
David Robillard
1
-2
/
+2
2020-11-22
Suppress various clang-tidy warnings
David Robillard
1
-0
/
+2
2020-11-01
Add missing return
David Robillard
1
-0
/
+1
2020-11-01
Run clang-tidy on all headers and fix various issues
David Robillard
6
-6
/
+15
2020-11-01
Make event handling in C++ more flexible
David Robillard
2
-131
/
+211
2020-11-01
Reorder methods in C++ bindings to match C header groups
David Robillard
1
-6
/
+6
2020-10-31
Use static polymorphism in C++ bindings
David Robillard
3
-248
/
+100
2020-10-31
Make use of exceptions optional
David Robillard
2
-17
/
+39
2020-10-31
Make most methods noexcept
David Robillard
1
-34
/
+46
2020-10-31
Remove use of cassert and type_traits
David Robillard
1
-39
/
+27
2020-10-31
Use a custom exception type for failed construction
David Robillard
2
-4
/
+24
2020-10-31
Remove pugl::Clock
David Robillard
1
-46
/
+0
2020-10-31
Remove use of std::unique_ptr
David Robillard
1
-13
/
+17
2020-10-31
Cleanup: Remove unnecessary namespace qualifications
David Robillard
2
-27
/
+27
2020-10-30
Remove logging API
David Robillard
1
-23
/
+0
2020-10-30
Clean up installed man pages
David Robillard
1
-5
/
+2
2020-10-30
Simplify header names
David Robillard
4
-20
/
+20
2020-10-30
Move C++ bindings to a separate directory
David Robillard
7
-0
/
+1243