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
8 days
Remove deprecated API
David Robillard
3
-51
/
+0
8 days
Fully parenthesize mathematical expressions
David Robillard
3
-7
/
+8
8 days
X11: Gracefully handle failure of clock_gettime()
David Robillard
1
-1
/
+4
8 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
14 days
Windows: Improve error handling
David Robillard
1
-46
/
+30
14 days
Windows: Simplify message polling
David Robillard
1
-21
/
+6
14 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
2023-10-21
MacOS: Fix horizontal scroll direction
David Robillard
1
-1
/
+1
2023-10-21
X11: Use PUGL_INIT_STRUCT to initialize char arrays
falkTX
1
-3
/
+3
2023-10-21
X11: Fix key press event key when control is pressed
falkTX
1
-2
/
+2
2023-10-21
Remove spurious semicolon
David Robillard
1
-1
/
+1
2023-10-21
Filter out corresponding modifiers from key events
David Robillard
5
-8
/
+38
2023-10-21
Windows: Fix left and right key distinction
David Robillard
1
-6
/
+6
2023-10-21
Clean up includes
David Robillard
1
-1
/
+0
2023-10-07
Fix puglGetTime() on Apple Silicon
David Robillard
1
-3
/
+5
[next]