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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Replace frame with size and position hints
David Robillard
6
-132
/
+123
5 days
Add PUGL_CURRENT_SIZE hint and make size hints dynamic
David Robillard
4
-29
/
+40
5 days
Remove puglSetFrame()
David Robillard
3
-92
/
+0
5 days
MacOS: Avoid puglSetFrame() in puglRealize()
David Robillard
1
-7
/
+15
5 days
MacOS: Avoid puglSetFrame() in puglSetPosition() and puglSetSize()
David Robillard
1
-20
/
+19
6 days
Fix accidentally exported symbol
David Robillard
1
-1
/
+0
6 days
Update clang-format configuration
David Robillard
7
-37
/
+18
6 days
Use angle brackets for library includes and clean up include paths
David Robillard
24
-32
/
+32
7 days
Remove deprecated API
David Robillard
3
-51
/
+0
7 days
Fully parenthesize mathematical expressions
David Robillard
3
-7
/
+8
7 days
X11: Gracefully handle failure of clock_gettime()
David Robillard
1
-1
/
+4
7 days
Update whitespace
David Robillard
1
-1
/
+2
13 days
Consistently use unsigned literals for event flags
David Robillard
4
-32
/
+32
13 days
Windows: Improve clipboard reliability
David Robillard
1
-2
/
+15
13 days
Windows: Actually use impl variables
David Robillard
1
-14
/
+13
13 days
Windows: Ignore return value of SetForegroundWindow
David Robillard
1
-1
/
+1
13 days
Windows: Improve error handling
David Robillard
1
-46
/
+30
13 days
Windows: Simplify message polling
David Robillard
1
-21
/
+6
13 days
Windows: Avoid using a floating point loop counter
David Robillard
1
-1
/
+3
2025-01-23
Replace puglPostRedisplayRect() with puglObscureRegion()
David Robillard
3
-20
/
+55
2025-01-23
Rename puglPostRedisplay() to puglObscureView()
David Robillard
3
-5
/
+5
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
5
-26
/
+34
2025-01-22
Windows: Avoid waiting less than a millisecond
David Robillard
1
-2
/
+4
2025-01-21
Use a consistent naming scheme for parent functions
David Robillard
1
-2
/
+2
2025-01-21
Use PuglSpan for view sizes
David Robillard
1
-1
/
+1
2025-01-21
Support building for Windows with or without UNICODE
David Robillard
1
-40
/
+63
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
Add missing const qualifier
David Robillard
1
-1
/
+1
2025-01-21
Add PUGL_KEY_NONE
David Robillard
4
-9
/
+8
2025-01-21
Fix whitespace
David Robillard
2
-8
/
+2
2025-01-21
Fix warnings in clang build on Windows
David Robillard
1
-12
/
+15
2024-10-01
Suppress new warnings in clang and clang-tidy 18
David Robillard
1
-1
/
+3
2024-07-13
MacOS: Fix mouse wheel scroll speed
David Robillard
1
-5
/
+11
2024-07-13
MacOS: Fix expose event coordinates
David Robillard
1
-1
/
+4
2024-07-13
X11: Avoid setting PBaseSize hints for top-level windows
David Robillard
1
-1
/
+2
2024-07-12
Windows: Support building with UNICODE
David Robillard
3
-20
/
+37
2024-06-10
Fix build and tests with optional X11 features disabled
David Robillard
1
-1
/
+1
2023-11-11
MacOS: Fix Cairo rendering on some systems
David Robillard
1
-3
/
+1
2023-11-11
Add support for Num, Scroll, and Caps Lock
David Robillard
4
-20
/
+37
2023-11-11
MacOS: Support left/right shift, control, and option keys
David Robillard
1
-4
/
+6
2023-10-22
X11: Only call XSetTransientForHint for valid windows
falkTX
1
-1
/
+1
2023-10-21
Fix potential memory leaks due to realloc() failure
David Robillard
2
-31
/
+55
2023-10-21
Fix whitespace
David Robillard
1
-1
/
+2
[next]