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
2023-01-07
Replace map/unmap events with more expressive configure events
David Robillard
4
-26
/
+14
2023-01-07
Add support for special view types and styles
David Robillard
1
-6
/
+43
2023-01-07
Rename create/destroy events to realize/unrealize
David Robillard
5
-29
/
+29
2023-01-04
Add puglUnrealize()
David Robillard
1
-13
/
+30
2023-01-04
Clean up licensing metadata
David Robillard
1
-0
/
+3
2023-01-04
Improve reliability of remote copy/paste test
David Robillard
1
-0
/
+2
2022-11-24
Use 0BSD for trivial "public domain intent" things
David Robillard
1
-1
/
+1
2022-11-05
Fix meson warnings on MacOS
David Robillard
1
-1
/
+1
2022-10-07
Use uppercase integer literal suffixes
David Robillard
6
-7
/
+7
2022-10-07
Simplify clang-tidy configuration
David Robillard
1
-8
/
+1
2022-10-07
Suppress new warnings in clang-tidy 14
David Robillard
1
-0
/
+2
2022-10-07
Clean up meson definitions
David Robillard
1
-33
/
+59
2022-08-31
Fix non-strict MacOS build
David Robillard
1
-1
/
+1
2022-06-28
Simplify clang-tidy configuration
David Robillard
1
-2
/
+0
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
[next]