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
3 days
Replace frame with size and position hints
David Robillard
32
-226
/
+315
3 days
Add PUGL_CURRENT_SIZE hint and make size hints dynamic
David Robillard
5
-34
/
+55
3 days
Remove puglSetFrame()
David Robillard
6
-124
/
+7
3 days
MacOS: Avoid puglSetFrame() in puglRealize()
David Robillard
1
-7
/
+15
3 days
MacOS: Avoid puglSetFrame() in puglSetPosition() and puglSetSize()
David Robillard
1
-20
/
+19
3 days
Simplify and shorten enumerator comments
David Robillard
1
-3
/
+3
3 days
Add missing C++ binding definitions
David Robillard
1
-0
/
+8
4 days
Fix accidentally exported symbol
David Robillard
1
-1
/
+0
4 days
Update clang-format configuration
David Robillard
15
-186
/
+103
4 days
Use angle brackets for library includes and clean up include paths
David Robillard
87
-187
/
+156
4 days
Move test utilities to a separate subproject
David Robillard
42
-52
/
+74
4 days
Add C++ bindings to meson configuration summary
Nedko Arnaudov
1
-0
/
+1
4 days
Add option to disable C++ bindings
David Robillard
5
-9
/
+29
5 days
Remove deprecated API
David Robillard
12
-660
/
+1
5 days
Suppress new checks in clang-tidy 19
David Robillard
1
-0
/
+1
5 days
Fully parenthesize mathematical expressions
David Robillard
6
-21
/
+23
5 days
Fully parenthesize mathematical expressions
David Robillard
3
-7
/
+8
5 days
Explicitly specify all PuglKey values
David Robillard
1
-71
/
+71
5 days
Gracefully handle failing return from ftell()
David Robillard
2
-8
/
+17
5 days
X11: Gracefully handle failure of clock_gettime()
David Robillard
1
-1
/
+4
5 days
Update whitespace
David Robillard
1
-1
/
+2
5 days
Fix typo
David Robillard
1
-2
/
+2
10 days
Consistently use unsigned literals for event flags
David Robillard
5
-33
/
+33
10 days
Windows: Improve clipboard reliability
David Robillard
1
-2
/
+15
10 days
Windows: Actually use impl variables
David Robillard
1
-14
/
+13
10 days
Windows: Ignore return value of SetForegroundWindow
David Robillard
1
-1
/
+1
11 days
Windows: Improve error handling
David Robillard
1
-46
/
+30
11 days
Windows: Simplify message polling
David Robillard
1
-21
/
+6
11 days
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
2025-01-22
Windows: Avoid waiting less than a millisecond
David Robillard
1
-2
/
+4
2025-01-21
Update stale deprecations
David Robillard
1
-3
/
+3
2025-01-21
Use a consistent naming scheme for parent functions
David Robillard
6
-15
/
+40
2025-01-21
Use PuglSpan for view sizes
David Robillard
5
-21
/
+19
2025-01-21
Fix strict header warning test build
David Robillard
2
-2
/
+9
2025-01-21
Fix pugl_shader_demo refresh rate on Windows
David Robillard
2
-6
/
+7
2025-01-21
Support building for Windows with or without UNICODE
David Robillard
3
-40
/
+70
2025-01-21
Use enums for WGL constants
David Robillard
1
-24
/
+36
2025-01-21
X11: Generate text events for keypad symbols
Martin Preinfalk
1
-1
/
+2
2025-01-21
Make MacOS touchpad scroll sensitivity closer to other platforms
David Robillard
1
-3
/
+3
2025-01-21
Fix Windows test build with Vulkan
David Robillard
2
-2
/
+2
[next]