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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
Use consistent terminology for native views
David Robillard
1
-2
/
+2
2022-06-08
Separate private and public function implementations
David Robillard
2
-5
/
+7
2022-06-07
Use a consistent scheme for enum sizes
David Robillard
1
-3
/
+1
2022-06-07
Remove unnecessary forward-compatibility code
David Robillard
1
-10
/
+0
2022-06-07
Make puglRealize() always gracefully fail with a bad configuration
David Robillard
1
-1
/
+5
2022-05-28
Clean up and strengthen warning flags
David Robillard
2
-14
/
+18
2022-05-23
Add rich clipboard support
David Robillard
3
-12
/
+70
2022-05-21
Use consistent integer types for view positions and sizes
David Robillard
2
-21
/
+24
2022-05-21
Add a uniform API for setting size hints
David Robillard
16
-23
/
+24
2022-05-21
Rename PUGL_UNSUPPORTED_TYPE to be more generic
David Robillard
1
-1
/
+1
2022-05-21
Set a title for all test windows
David Robillard
5
-0
/
+6
2022-05-20
Use consistent class names and titles in tests and examples
David Robillard
17
-19
/
+19
2022-05-03
Fix crash when destroying OpenGL views that haven't been realized
Jean Pierre Cimalando
2
-1
/
+63
2022-04-23
Put unit tests in a "unit" suite
David Robillard
1
-4
/
+8
2022-04-23
Fix IWYU warnings
David Robillard
1
-1
/
+0
2022-04-23
Relax redisplay test to pass on MacOS 11.6
David Robillard
1
-4
/
+6
2022-04-23
Add descriptive verbose output to test_redisplay
David Robillard
1
-8
/
+21
2022-04-23
Move reserved platform defines from code to build system
David Robillard
3
-4
/
+0
2021-12-17
Adopt REUSE machine-readable licensing standard
David Robillard
24
-349
/
+58
2021-12-17
Suppress new warnings in clang-tidy 13
David Robillard
1
-1
/
+1
2021-12-17
Remove unnecessary include
David Robillard
1
-1
/
+0
2021-12-16
MacOS: Fix warnings in unified ObjC++ test build
David Robillard
1
-1
/
+12
2021-08-28
Suppress new clang-tidy warnings
David Robillard
1
-0
/
+3
2021-05-28
Remove static downcasts in C++ bindings
David Robillard
1
-1
/
+0
2021-05-28
Remove unnecessary "void" in C++
David Robillard
1
-1
/
+1
2021-05-28
Split up warning suppression flags more finely
David Robillard
1
-3
/
+62
2021-05-27
Add test for building the implementation as included C++
David Robillard
3
-0
/
+161
2021-05-25
Rename event structs in a more readable style
David Robillard
4
-5
/
+5
2021-05-24
Test invalid hint cases
David Robillard
2
-0
/
+16
2021-05-08
Send unmap/map events when the view is minimized/restored
David Robillard
2
-2
/
+2
2021-05-08
Print create/destroy and map/unmap events in tests by default
David Robillard
1
-8
/
+8
2021-05-06
Add basic test for OpenGL support
David Robillard
2
-0
/
+121
2021-05-06
Add basic test for stub backend
David Robillard
2
-0
/
+80
2021-05-06
Add basic test for Vulkan support
David Robillard
2
-2
/
+227
2021-05-06
Add test for copy/paste
David Robillard
3
-0
/
+296
2021-05-06
Make timer test less flaky
David Robillard
1
-14
/
+29
2021-05-06
Set distinct window titles for tests
David Robillard
10
-1
/
+10
2021-05-06
Use consistent name for test structure
David Robillard
3
-68
/
+68
2021-05-03
Improve test coverage
David Robillard
7
-0
/
+460
2021-05-03
Increase tolerance of timer test
David Robillard
1
-4
/
+0
2021-04-18
Fix unreachable code
David Robillard
1
-1
/
+1
2021-03-10
Relax precision requirement of timer test
David Robillard
1
-1
/
+1
2021-01-08
Switch to Meson
David Robillard
1
-0
/
+33
2021-01-02
Fix clang-tidy warnings
David Robillard
1
-0
/
+2
2021-01-02
Clean up includes
David Robillard
1
-0
/
+1
2021-01-02
Simplify clang-format configuration and format all code
David Robillard
11
-792
/
+790
2020-12-01
Add clipboard test
David Robillard
1
-0
/
+104
2020-11-25
Rename puglShowWindow and puglHideWindow to puglShow an puglHide
David Robillard
4
-5
/
+5
2020-11-22
Suppress various clang-tidy warnings
David Robillard
1
-0
/
+4
2020-10-31
Use static polymorphism in C++ bindings
David Robillard
1
-1
/
+0
[next]