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
/
mac.m
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-04
Add puglUnrealize()
David Robillard
1
-1
/
+38
2023-01-02
Factor out common realize checks and initialization
David Robillard
1
-14
/
+5
2023-01-02
Remove dead code
David Robillard
1
-5
/
+0
2022-12-27
Fix inconsistent initial window positioning across platforms
David Robillard
1
-4
/
+8
2022-12-27
Set transient parent when views are realized if necessary
David Robillard
1
-0
/
+3
2022-12-27
Fail to set transient parent of views with a parent window
David Robillard
1
-0
/
+4
2022-12-27
MacOS: Fix timestamps on systems with different clock rates
David Robillard
1
-3
/
+9
2022-12-24
Add diagonal cursors
falkTX
1
-0
/
+17
2022-10-07
Use uppercase integer literal suffixes
David Robillard
1
-2
/
+2
2022-06-08
Use consistent terminology for native views
David Robillard
1
-1
/
+1
2022-06-08
Separate platform.h from internal.h
David Robillard
1
-0
/
+1
2022-06-08
Separate private and public function implementations
David Robillard
1
-1
/
+1
2022-06-07
Use a consistent scheme for enum sizes
David Robillard
1
-2
/
+2
2022-06-07
Make puglRealize() always gracefully fail with a bad configuration
David Robillard
1
-0
/
+5
2022-05-23
Add rich clipboard support
David Robillard
1
-24
/
+172
2022-05-21
Add puglGetScaleFactor()
David Robillard
1
-2
/
+10
2022-05-21
Add puglSetPosition() and puglSetSize()
David Robillard
1
-11
/
+71
2022-05-21
Use consistent integer types for view positions and sizes
David Robillard
1
-10
/
+13
2022-05-21
Add a uniform API for setting size hints
David Robillard
1
-74
/
+66
2022-05-21
Rename PUGL_UNSUPPORTED_TYPE to be more generic
David Robillard
1
-1
/
+1
2022-05-21
MacOS: Specify maximum size constraint on draw view
David Robillard
1
-15
/
+37
2021-12-17
Adopt REUSE machine-readable licensing standard
David Robillard
1
-16
/
+3
2021-12-17
Make button numbers consistent across platforms
David Robillard
1
-2
/
+2
2021-12-16
Rename puglSetTransientFor to puglSetTransientParent
David Robillard
1
-1
/
+1
2021-08-25
Fix whitespace
David Robillard
1
-1
/
+2
2021-08-25
MacOS: Fix build on MacOS 10.9 and earlier
falkTX
1
-0
/
+1
2021-06-07
MacOS: Fix conversion warning
falkTX
1
-1
/
+1
2021-05-25
Rename event structs in a more readable style
David Robillard
1
-14
/
+14
2021-05-03
MacOS: Make puglGetNativeWorld() return the NSApplication
David Robillard
1
-2
/
+2
2021-05-03
Fix crash when freeing a view that has not been configured
David Robillard
1
-3
/
+11
2021-05-03
Fix questionable event casts
David Robillard
1
-24
/
+55
2021-04-21
MacOS: Fix memory leaks in puglUpdate()
Bjarke Bech
1
-24
/
+26
2021-01-02
Simplify clang-format configuration and format all code
David Robillard
1
-857
/
+869
2020-12-01
Make puglShow() realize automatically on Windows and MacOS
David Robillard
1
-0
/
+7
2020-11-26
Remove file documentation
David Robillard
1
-5
/
+0
2020-11-25
Rename puglShowWindow and puglHideWindow to puglShow an puglHide
David Robillard
1
-2
/
+2
2020-10-30
Move implementation source files to a conventional src directory
David Robillard
1
-0
/
+1450