Camilla Berglund
e94d16667b
Cocoa: Add basic support for Vulkan via MoltenVK
...
This adds basic support for MoltenVK, a Vulkan implementation on top of
Metal, on macOS 10.11 and later. It looks for MoltenVK in the process
via RTLD_DEFAULT symbol lookup if _GLFW_VULKAN_STATIC is disabled.
glfwCreateWindowSurface now creates and sets a CAMetalLayer for the
window content view, which is required for MoltenVK to function.
You must help CMake find MoltenVK for the Vulkan test to be built.
Fixes #870 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c3db1cae3f
Fix glfwGetInstanceProcAddress for static linking
ago%!(EXTRA string=9 years)
Camilla Berglund
8d6f265441
Update default name from OS X to macOS
...
Note that earlier releases are still referred to by their proper names;
OS X <version> or Mac OS X <version>.
ago%!(EXTRA string=9 years)
Camilla Berglund
99c65bb67c
Cleanup
...
Related to #883 .
ago%!(EXTRA string=9 years)
Camilla Berglund
ca084d40c1
Cleanup
...
Related to #852 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c156b50e4c
Add glfwSetWindowMaximizeCallback
...
Fixes #778 .
ago%!(EXTRA string=9 years)
Camilla Berglund
2d10547266
Add missing changelog issue number
ago%!(EXTRA string=9 years)
Camilla Berglund
f9a21281c4
Cleanup
...
Related to #871 .
ago%!(EXTRA string=9 years)
Camilla Berglund
40fff219b5
Add Nuklear
ago%!(EXTRA string=9 years)
Camilla Berglund
433db8f9f9
Allow combining Vulkan and GL/GLES header macros
ago%!(EXTRA string=9 years)
Camilla Berglund
6ac1ed18ea
Formatting
ago%!(EXTRA string=9 years)
Camilla Berglund
838c4e938c
Win32: Allow iconifying undecorated windows
...
Fixes #861 .
ago%!(EXTRA string=9 years)
Camilla Berglund
bb3cb8f233
Cleanup
...
Clean up code and documentation for glfwGetKeyScancode and add
implementation for Wayland and Mir.
Related to #830 .
ago%!(EXTRA string=9 years)
Michael Stocker
e745b0dd47
Add glfwGetKeyScancode
...
Allows retrieval of platform scancode from GLFW_KEY_*. Implemented for
Win32, Cocoa and X11. Stubs for Mir and Wayland.
Closes #830 .
ago%!(EXTRA string=9 years)
Camilla Berglund
2e6a110181
Add credit
...
Add missing credit for 1592b40e25
.
ago%!(EXTRA string=9 years)
Camilla Berglund
9cd0c101f0
Fix glfwMaximizeWindow not checking window mode
ago%!(EXTRA string=9 years)
Camilla Berglund
53fafad915
Start 3.3
ago%!(EXTRA string=9 years)
Camilla Berglund
999f3556fd
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
4f5731ac39
Add description of 3.2.1 release
ago%!(EXTRA string=9 years)
Camilla Berglund
4aafdea5a7
X11: Fix glfw*WindowPos operating on window frame
...
Fixes #800 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c18d3aecbc
Cocoa: Remove duplicate includes
...
Fixes #838 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f1c536fe13
X11: Fix BadMatch on XSetInputFocus
...
Input focus was in some cases set before the window was visible (ICCCM
section 4.2.2).
Related to #798 .
Fixes #789 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c98d09f15d
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
a6676e6bc2
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
51e59f4873
Cleanup
...
Cleanup of 74ed35792f
.
Add credit and change log entry.
ago%!(EXTRA string=9 years)
Camilla Berglund
1d3240ff9c
Fix Vulkan header macro not breaking compilation
...
Fixes #823 .
ago%!(EXTRA string=9 years)
Camilla Berglund
7c3706763a
Cleanup
...
Cleanup of 8bdb105897
.
Add build macro to configuration header and documentation. Add
corresponding CMake option. Add change log entry and credit. Add
loader static library to link dependencies and add detection to
FindVulkan.cmake.
ago%!(EXTRA string=9 years)
Camilla Berglund
00b91a07cb
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
a19490c291
Cleanup
...
Cleanup of a42d27011b3ef1e6229a1b83aaa075727a5521f3.
ago%!(EXTRA string=9 years)
Keringar
d4eb88b255
X11: Fix application of window size limits
...
Closes #805 .
ago%!(EXTRA string=9 years)
Camilla Berglund
923568a279
Add support for WGL_ARB_create_context errors
ago%!(EXTRA string=9 years)
Camilla Berglund
f7006f64fb
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
4888d7d410
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
89bc316a7a
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
c1b1e0aab1
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
2bea621f7d
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
868f248696
Documentation work
ago%!(EXTRA string=9 years)
A. Tombs
30111efc6d
Update name in credits
...
Closes #807 .
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
e81f4b29db
Add Coverity badge, I guess
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)
Camilla Berglund
85f6c6b2df
Add description of 3.2 release
ago%!(EXTRA string=9 years)
Camilla Berglund
ef80beab81
Add run-time context creation API selection
...
Fixes #145 .
ago%!(EXTRA string=9 years)
Camilla Berglund
e640d840b7
Fix Win32 window size event race condition
...
The old window size was reported after re-entering full screen and
setting and reporting the new window size.
Fixes #740 .
ago%!(EXTRA string=9 years)
Erlend Sogge Heggen
d97044d9ac
Update forum link
...
Closes #743 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c41b029ca4
Update changelog
ago%!(EXTRA string=9 years)