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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-08
X11: Always send an initial configure before map
David Robillard
1
-1
/
+1
2021-05-08
X11: Factor out translateClientMessage()
David Robillard
1
-12
/
+21
2021-05-06
Strengthen clang-tidy warnings
David Robillard
2
-3
/
+1
2021-05-06
Clean up X11 implementation
David Robillard
2
-153
/
+113
2021-05-06
Add basic test for Vulkan support
David Robillard
1
-5
/
+2
2021-05-06
Add test for copy/paste
David Robillard
1
-5
/
+4
2021-05-03
Clean up includes and add mappings for old versions of IWYU
David Robillard
1
-0
/
+2
2021-05-03
MacOS: Make puglGetNativeWorld() return the NSApplication
David Robillard
1
-2
/
+2
2021-05-03
Shrink puglGetViewHint() implementation
David Robillard
1
-5
/
+1
2021-05-03
Fix crash when freeing a view that has not been configured
David Robillard
2
-4
/
+14
2021-05-03
Fix questionable event casts
David Robillard
3
-29
/
+66
2021-04-21
MacOS: Fix memory leaks in puglUpdate()
Bjarke Bech
1
-24
/
+26
2021-01-28
Fix size hints on X11
David Robillard
1
-3
/
+6
2021-01-28
Fix puglSetMaxSize() on X11
David Robillard
1
-2
/
+2
2021-01-25
Fix warnings when compiling for X11 as C++
David Robillard
1
-2
/
+6
2021-01-02
Avoid "else" after "return"
David Robillard
3
-9
/
+18
2021-01-02
Use email address instead of website for attribution
David Robillard
3
-3
/
+3
2021-01-02
Clean up includes
David Robillard
2
-1
/
+2
2021-01-02
Simplify clang-format configuration and format all code
David Robillard
21
-4018
/
+4074
2020-12-11
Fix a conversion warning with MinGW
David Robillard
1
-1
/
+2
2020-12-01
Make puglShow() realize automatically on Windows and MacOS
David Robillard
2
-0
/
+14
2020-11-26
Remove file documentation
David Robillard
20
-97
/
+0
2020-11-25
Rename puglShowWindow and puglHideWindow to puglShow an puglHide
David Robillard
4
-6
/
+18
2020-11-25
Move puglEnterContext and puglLeaveContext to GL backends
David Robillard
4
-12
/
+36
2020-11-25
Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loader
David Robillard
3
-9
/
+9
2020-11-22
Suppress various clang-tidy warnings
David Robillard
1
-0
/
+5
2020-11-22
X11: Fix position of child windows and clean up window creation code
David Robillard
1
-50
/
+68
2020-11-10
Fix asan errors on X11
David Robillard
1
-12
/
+10
2020-11-01
Run clang-tidy on all headers and fix various issues
David Robillard
2
-3
/
+5
2020-10-31
Cleanup: Remove unnecessary include
David Robillard
1
-1
/
+0
2020-10-31
Fix Cairo build on Mac and Windows
David Robillard
2
-2
/
+2
2020-10-30
Remove logging API
David Robillard
4
-70
/
+5
2020-10-30
Simplify header names
David Robillard
11
-13
/
+13
2020-10-30
Move implementation source files to a conventional src directory
David Robillard
23
-0
/
+7013
[prev]