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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
X11: fix BadWindow for embedded windows when the parent is destroyed
HEAD
main
Quant1um
1
-0
/
+3
5 days
Disable meson implicit include directories anti-feature
David Robillard
16
-0
/
+28
2025-02-11
Sort meson options
David Robillard
1
-6
/
+6
2025-02-09
Windows: Avoid over-linking system libraries
David Robillard
1
-1
/
+3
2025-02-09
Avoid including gl.h in pugl_shader_demo
David Robillard
1
-0
/
+2
2025-02-09
Adhere to minimum image count in pugl_vulkan_cpp_demo
David Robillard
1
-1
/
+1
2025-02-09
Make pugl_vulkan_cpp_demo explicitly opaque
David Robillard
1
-1
/
+1
2025-02-09
Use angle brackets for puglutil includes
David Robillard
27
-35
/
+31
2025-02-08
Fix puglIsvalidPosition()
David Robillard
1
-1
/
+2
2025-02-08
Remove PuglRect entirely
David Robillard
2
-20
/
+0
2025-02-08
Avoid PuglRect in size test
David Robillard
1
-10
/
+12
2025-02-08
Replace frame with size and position hints
David Robillard
32
-226
/
+315
2025-02-08
Add PUGL_CURRENT_SIZE hint and make size hints dynamic
David Robillard
5
-34
/
+55
2025-02-08
Remove puglSetFrame()
David Robillard
6
-124
/
+7
2025-02-08
MacOS: Avoid puglSetFrame() in puglRealize()
David Robillard
1
-7
/
+15
2025-02-08
MacOS: Avoid puglSetFrame() in puglSetPosition() and puglSetSize()
David Robillard
1
-20
/
+19
2025-02-08
Simplify and shorten enumerator comments
David Robillard
1
-3
/
+3
2025-02-08
Add missing C++ binding definitions
David Robillard
1
-0
/
+8
2025-02-07
Fix accidentally exported symbol
David Robillard
1
-1
/
+0
2025-02-07
Update clang-format configuration
David Robillard
15
-186
/
+103
2025-02-07
Use angle brackets for library includes and clean up include paths
David Robillard
87
-187
/
+156
2025-02-07
Move test utilities to a separate subproject
David Robillard
42
-52
/
+74
2025-02-07
Add C++ bindings to meson configuration summary
Nedko Arnaudov
1
-0
/
+1
2025-02-06
Add option to disable C++ bindings
David Robillard
5
-9
/
+29
2025-02-06
Remove deprecated API
David Robillard
12
-660
/
+1
2025-02-06
Suppress new checks in clang-tidy 19
David Robillard
1
-0
/
+1
2025-02-06
Fully parenthesize mathematical expressions
David Robillard
6
-21
/
+23
2025-02-06
Fully parenthesize mathematical expressions
David Robillard
3
-7
/
+8
2025-02-06
Explicitly specify all PuglKey values
David Robillard
1
-71
/
+71
2025-02-06
Gracefully handle failing return from ftell()
David Robillard
2
-8
/
+17
2025-02-06
X11: Gracefully handle failure of clock_gettime()
David Robillard
1
-1
/
+4
2025-02-06
Update whitespace
David Robillard
1
-1
/
+2
2025-02-06
Fix typo
David Robillard
1
-2
/
+2
2025-02-01
Consistently use unsigned literals for event flags
David Robillard
5
-33
/
+33
2025-01-31
Windows: Improve clipboard reliability
David Robillard
1
-2
/
+15
2025-01-31
Windows: Actually use impl variables
David Robillard
1
-14
/
+13
2025-01-31
Windows: Ignore return value of SetForegroundWindow
David Robillard
1
-1
/
+1
2025-01-31
Windows: Improve error handling
David Robillard
1
-46
/
+30
2025-01-31
Windows: Simplify message polling
David Robillard
1
-21
/
+6
2025-01-31
Windows: Avoid using a floating point loop counter
David Robillard
1
-1
/
+3
2025-01-23
Replace puglPostRedisplayRect() with puglObscureRegion()
David Robillard
9
-66
/
+129
2025-01-23
Rename puglPostRedisplay() to puglObscureView()
David Robillard
18
-44
/
+58
2025-01-23
Draw position, size, and scale in pugl_management_demo
David Robillard
1
-3
/
+21
2025-01-23
Update clant configuration
David Robillard
1
-4
/
+0
2025-01-23
Simplify some conditionals
David Robillard
1
-3
/
+4
2025-01-22
Simplify initial position code and place children at the origin
David Robillard
5
-134
/
+121
2025-01-22
Factor out puglIsValidSize()
David Robillard
5
-5
/
+14
2025-01-22
Factor out puglIsValidPosition()
David Robillard
6
-8
/
+17
2025-01-22
Rename PuglViewSize to PuglArea
David Robillard
7
-36
/
+36
2025-01-22
Make puglSetSizeHint() consistent with puglSetSize()
David Robillard
7
-37
/
+45
[next]