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
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
10 hours
Avoid including gl.h in pugl_shader_demo
David Robillard
1
-0
/
+2
10 hours
Adhere to minimum image count in pugl_vulkan_cpp_demo
David Robillard
1
-1
/
+1
11 hours
Make pugl_vulkan_cpp_demo explicitly opaque
David Robillard
1
-1
/
+1
11 hours
Use angle brackets for puglutil includes
David Robillard
11
-16
/
+14
27 hours
Replace frame with size and position hints
David Robillard
7
-52
/
+58
27 hours
Remove puglSetFrame()
David Robillard
1
-15
/
+7
2 days
Update clang-format configuration
David Robillard
1
-0
/
+6
2 days
Use angle brackets for library includes and clean up include paths
David Robillard
23
-45
/
+27
2 days
Move test utilities to a separate subproject
David Robillard
22
-27
/
+33
3 days
Add option to disable C++ bindings
David Robillard
1
-1
/
+10
3 days
Suppress new checks in clang-tidy 19
David Robillard
1
-0
/
+1
3 days
Fully parenthesize mathematical expressions
David Robillard
6
-21
/
+23
3 days
Gracefully handle failing return from ftell()
David Robillard
2
-8
/
+17
2025-01-23
Replace puglPostRedisplayRect() with puglObscureRegion()
David Robillard
1
-24
/
+19
2025-01-23
Rename puglPostRedisplay() to puglObscureView()
David Robillard
9
-22
/
+22
2025-01-23
Draw position, size, and scale in pugl_management_demo
David Robillard
1
-3
/
+21
2025-01-21
Use a consistent naming scheme for parent functions
David Robillard
1
-1
/
+1
2025-01-21
Use PuglSpan for view sizes
David Robillard
4
-20
/
+18
2025-01-21
Fix pugl_shader_demo refresh rate on Windows
David Robillard
2
-6
/
+7
2025-01-21
Separate C++ build tests to avoid C/C++ warning clashes
David Robillard
1
-1
/
+6
2025-01-21
Fix warnings in clang build on Windows
David Robillard
1
-0
/
+7
2024-10-01
Suppress new warnings in clang and clang-tidy 18
David Robillard
2
-2
/
+5
2024-10-01
Remove redundant "inline" specifier
David Robillard
1
-4
/
+4
2024-06-10
Avoid std::endl
David Robillard
1
-3
/
+3
2023-11-11
Suppress new warnings in clang-tidy 16
David Robillard
3
-5
/
+9
2023-10-21
Suppress clang-tidy C++ warnings
David Robillard
1
-0
/
+1
2023-10-16
Fix GCC 13 build
David Robillard
1
-2
/
+2
2023-09-23
Format meson.build files with muon
David Robillard
2
-4
/
+4
2023-05-12
Clean up Vulkan demo code
David Robillard
1
-96
/
+100
2023-05-12
Make examples continuous by default
David Robillard
1
-1
/
+3
2023-05-12
Add mouse cursors to examples for testing input latency
David Robillard
2
-11
/
+82
2023-05-12
Windows: Improve the frame rate of demos with vsync
David Robillard
2
-2
/
+3
2023-05-03
Replace strict option with new meson warning level
David Robillard
1
-3
/
+3
2023-05-03
Use consistent names for internal meson dependencies
David Robillard
11
-15
/
+15
2023-05-03
Fix implicit sign conversions
David Robillard
1
-1
/
+1
2023-05-03
Use consistent meson formatting everywhere
David Robillard
11
-36
/
+60
2023-02-10
Add a mouse cursor to pugl_cairo_demo
David Robillard
1
-15
/
+66
2023-02-03
Add missing const qualifiers
David Robillard
1
-6
/
+6
2023-01-29
Fix pugl_shader_demo on Windows
David Robillard
1
-1
/
+1
2023-01-14
Allow applications to specify the Vulkan library path
David Robillard
1
-1
/
+1
2023-01-14
Windows: Fix drawing while resizing in pugl_vulkan_cpp_demo
David Robillard
1
-17
/
+44
2023-01-14
Windows: Add PUGL_DARK_FRAME hint
David Robillard
3
-4
/
+9
2023-01-14
Add general string hint interface
David Robillard
11
-22
/
+22
2023-01-11
Raise the initial display of example windows
David Robillard
9
-11
/
+11
2023-01-10
Add PUGL_CURSOR_ALL_SCROLL
David Robillard
1
-1
/
+1
2023-01-08
Add support for OpenGL ES 3.2 in pugl_shader_demo
David Robillard
9
-38
/
+65
2023-01-08
Update example GLAD loader and add OpenGL ES 3.2
David Robillard
2
-9
/
+1280
2023-01-08
Prepare OpenGL context flags for OpenGL ES support
David Robillard
5
-7
/
+8
2023-01-08
Add support for raising windows
David Robillard
11
-13
/
+13
2023-01-07
Add support for special view types and styles
David Robillard
6
-4
/
+290
[next]