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
/
win.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-1
/
+1
2022-05-23
Add rich clipboard support
David Robillard
1
-11
/
+70
2022-05-21
Add puglGetScaleFactor()
David Robillard
1
-1
/
+42
2022-05-21
Windows: Send configure events when frame moves or resizes
David Robillard
1
-0
/
+3
2022-05-21
Add puglSetPosition() and puglSetSize()
David Robillard
1
-8
/
+74
2022-05-21
Use consistent integer types for view positions and sizes
David Robillard
1
-12
/
+13
2022-05-21
Add a uniform API for setting size hints
David Robillard
1
-45
/
+27
2022-05-21
Rename PUGL_UNSUPPORTED_TYPE to be more generic
David Robillard
1
-1
/
+1
2022-05-20
Windows: Set window class on local module
David Robillard
1
-2
/
+10
2022-04-23
Windows: Remove redundant view size assignment
David Robillard
1
-5
/
+0
2022-04-23
Windows: Avoid initialization warning
David Robillard
1
-1
/
+2
2022-04-23
Windows: Avoid else after return
David Robillard
1
-3
/
+9
2022-04-23
Strengthen MSVC warnings
David Robillard
1
-2
/
+2
2021-12-17
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
2021-12-17
Windows: Support extended mouse buttons
David Robillard
1
-0
/
+14
2021-12-17
Make button numbers consistent across platforms
David Robillard
1
-4
/
+4
2021-12-16
Rename puglSetTransientFor to puglSetTransientParent
David Robillard
1
-1
/
+1
2021-10-09
Only call SetProcessDPIAware in programs
falkTX
1
-10
/
+11
2021-05-28
Fix questionable float equality comparison
David Robillard
1
-2
/
+2
2021-05-25
Rename event structs in a more readable style
David Robillard
1
-4
/
+4
2021-05-25
Fix some conversion warnings
David Robillard
1
-6
/
+6
2021-05-25
Windows: Make puglSetFrame() consistent with X11
falkTX
1
-2
/
+1
2021-05-24
Separate stub backends from other backends
David Robillard
1
-3
/
+153
2021-05-08
Send unmap/map events when the view is minimized/restored
David Robillard
1
-6
/
+9
2021-05-03
Fix questionable event casts
David Robillard
1
-1
/
+3
2021-01-02
Simplify clang-format configuration and format all code
David Robillard
1
-798
/
+793
2020-12-11
Fix a conversion warning with MinGW
David Robillard
1
-1
/
+2
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
Simplify header names
David Robillard
1
-1
/
+1
2020-10-30
Move implementation source files to a conventional src directory
David Robillard
1
-0
/
+1140