A. Tombs
30111efc6d
Update name in credits
...
Closes #807 .
ago%!(EXTRA string=9 years)
Camilla Berglund
a28236d939
Fix matrix rotation regression
...
Related to #785 .
ago%!(EXTRA string=9 years)
Camilla Berglund
6fd4a87881
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
9c5b994369
Make readme reference contribution guide
ago%!(EXTRA string=9 years)
Camilla Berglund
9befef1b03
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
0ff22e4a49
Win32: Fix GLFW_MAXIMIZED ignored by first window
...
Fixes #780 .
ago%!(EXTRA string=9 years)
Camilla Berglund
18b6ba0af4
Remove trailing whitespace
ago%!(EXTRA string=9 years)
Camilla Berglund
9f14ac291f
Add question section to contribution guide
ago%!(EXTRA string=9 years)
ndogxj
65d4652e92
Fix VS 2010 build errors
...
VS 2010 cannot handle C99-style variable declarations in C mode.
Fixes #785 .
ago%!(EXTRA string=9 years)
Camilla Berglund
613868b893
Add missing assertion
ago%!(EXTRA string=9 years)
Camilla Berglund
73abf8a800
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
3bb5c459d6
GLX: Verify all entry points during load
ago%!(EXTRA string=9 years)
Camilla Berglund
145ea03ca2
EGL: Verify all entry points during load
ago%!(EXTRA string=9 years)
Camilla Berglund
49f429018e
Win32: Fix code analysis warning
ago%!(EXTRA string=9 years)
Camilla Berglund
66149a29da
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
0ee8159f6c
Win32: Remove intermediate clipboard string copy
ago%!(EXTRA string=9 years)
Camilla Berglund
e81f4b29db
Add Coverity badge, I guess
ago%!(EXTRA string=9 years)
Camilla Berglund
1b82546b90
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
e250c226ca
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
d67a0259cf
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
7f2e4d8ace
Win32: Fix possible leak of dummy context
ago%!(EXTRA string=9 years)
Camilla Berglund
6f313ff245
Win32: Use helper window to load WGL extensions
...
This removes window re-creation logic by performing the initial context
creation on the helper window, simplifying both window and context
creation and paving the way for attaching to existing window handles
without compromising on context or framebuffer hint support.
ago%!(EXTRA string=9 years)
Camilla Berglund
a991c01731
Fail sharing if either window is context-less
ago%!(EXTRA string=9 years)
Camilla Berglund
b5aae7e901
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
5b7d6ed8b9
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
38856886e6
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
f2ba78e04b
Rename static functions to allow unity build
...
Fixes regression introduced by GLFW_CONTEXT_CREATION_API.
Fixes #783 .
ago%!(EXTRA string=9 years)
Camilla Berglund
ae32d968b9
Fix test program line endings
ago%!(EXTRA string=9 years)
Camilla Berglund
df5dcf5162
Win32: Fix stub comment
ago%!(EXTRA string=9 years)
Camilla Berglund
76801973e1
Cocoa: Clean up joystick globals
ago%!(EXTRA string=9 years)
Camilla Berglund
b6b8ff591d
Fix cursor position coordinate delimiter
...
Comma would be great but we don't control the locale.
ago%!(EXTRA string=9 years)
Camilla Berglund
9a781cef53
Formatting
ago%!(EXTRA string=9 years)
Camilla Berglund
aaccfd8201
I don't know how to C
...
Fixes #773 .
ago%!(EXTRA string=9 years)
Camilla Berglund
4bccb3dc9f
Start 3.2.1
ago%!(EXTRA string=9 years)
A. Tombs
d8c278bf52
Add explanation of parameters to gamma test
...
Unlike similar test programs (e.g. tearing.c), the gamma test does not
explain the meanings of the optional parameters `h` and `f`. This patch
adds these explanations to the usage text.
Closes #775 .
ago%!(EXTRA string=9 years)
A. Tombs
407385dc72
Correct program name printed by tearing test
...
The tearing test incorrectly calls itself "iconify" when printing usage
information, probably just a copy-paste error.
Closes #774 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f6ec835599
Fix documentation for timer thread safety
ago%!(EXTRA string=9 years)
Camilla Berglund
5f17b61ff2
Win32: Remove accidental C99
ago%!(EXTRA string=9 years)
Camilla Berglund
d203ccbf5e
Add workaround for missing headers in legacy MinGW
ago%!(EXTRA string=9 years)
Camilla Berglund
757eea2779
Update email address
ago%!(EXTRA string=9 years)
Camilla Berglund
6a8e169001
Update copyright notice year
ago%!(EXTRA string=9 years)
Camilla Berglund
9e86826eab
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
278bffe059
Remove severely outdated Rift guide
ago%!(EXTRA string=9 years)
Camilla Berglund
f5b71f5329
Add error section to glfwMaximizeWindow reference
ago%!(EXTRA string=9 years)
Camilla Berglund
20ac3d321f
Remove caveat for fixed bug
ago%!(EXTRA string=9 years)
Camilla Berglund
4adbeced25
Make cursor test wait by default
ago%!(EXTRA string=9 years)
Camilla Berglund
7314501d62
Formatting
ago%!(EXTRA string=9 years)
Camilla Berglund
1615edf5fb
Clarify wording
...
Related to #766 .
ago%!(EXTRA string=9 years)
Camilla Berglund
28d4c9e9f4
X11: Re-enable cursor for all types of FocusOut
...
This prevents disabled cursor mode from interfering with window frame
interactions.
Related to #650 .
ago%!(EXTRA string=9 years)
Camilla Berglund
ed076b7c5b
Win32: Re-enable cursor during modal loops
...
Related to #650 .
ago%!(EXTRA string=9 years)