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
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
2023-01-07
Rename create/destroy events to realize/unrealize
David Robillard
1
-4
/
+4
2023-01-04
Clean up licensing metadata
David Robillard
22
-4
/
+58
2023-01-02
Clean up whitespace
David Robillard
1
-6
/
+4
2022-12-24
Add diagonal cursors
falkTX
1
-2
/
+2
2022-11-24
Use 0BSD for trivial "public domain intent" things
David Robillard
4
-4
/
+4
2022-10-07
Use uppercase integer literal suffixes
David Robillard
6
-52
/
+52
2022-10-07
Avoid C-style casts in C++ code
David Robillard
3
-7
/
+6
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
/
+3
2022-10-07
Fix whitespace
David Robillard
1
-12
/
+12
2022-10-07
Clean up meson definitions
David Robillard
12
-73
/
+106
2022-09-28
Handle fread() errors in examples
David Robillard
2
-2
/
+9
2022-08-31
Add include_directories to pugl_dep
Michael Fisher
9
-9
/
+9
2022-06-28
Simplify clang-tidy configuration
David Robillard
1
-5
/
+1
2022-06-08
Use consistent terminology for native views
David Robillard
2
-2
/
+2
2022-06-03
Fix Cairo warnings on MacOS
David Robillard
1
-1
/
+1
2022-05-28
Update documentation
David Robillard
1
-0
/
+31
2022-05-28
Clean up and strengthen warning flags
David Robillard
3
-9
/
+14
2022-05-28
Avoid implicit conversions
David Robillard
1
-4
/
+3
2022-05-23
Add rich clipboard support
David Robillard
1
-4
/
+46
2022-05-22
Factor out pugl_clipboard_demo example program
David Robillard
5
-14
/
+236
2022-05-21
Add puglSetPosition() and puglSetSize()
David Robillard
2
-35
/
+22
2022-05-21
Use consistent integer types for view positions and sizes
David Robillard
4
-30
/
+34
2022-05-21
Add a uniform API for setting size hints
David Robillard
9
-36
/
+36
2022-05-21
Fix build of examples that use a stub backend
David Robillard
1
-3
/
+21
2022-05-20
Use consistent class names and titles in tests and examples
David Robillard
9
-13
/
+13
2022-05-20
MacOS: Build examples as application bundles
David Robillard
21
-74
/
+299
2022-04-23
Move reserved platform defines from code to build system
David Robillard
2
-9
/
+9
[next]