Camilla Berglund
9b75bffc88
Add basic Vulkan support
...
Added GLFW_INCLUDE_VULKAN. Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example.
ago%!(EXTRA string=9 years)
Aaron Jacobs
49d228207f
Fix crash when joystick name unavailable on OS X
...
Fixes #694 .
Closes #701 .
ago%!(EXTRA string=9 years)
Camilla Berglund
a6bec2ebdc
CI file fixes
ago%!(EXTRA string=9 years)
Camilla Berglund
f21ac15c6c
Add initial Travis CI file
ago%!(EXTRA string=9 years)
Nicholas Vitovitch
23d34747f4
Rename export targets file to glfw3Targets.cmake
ago%!(EXTRA string=9 years)
Zbigniew Mandziejewicz
6466c9d406
Fix CMake file install paths
...
Fixes #460 .
Fixes #483 .
Fixes #606 .
ago%!(EXTRA string=9 years)
Camilla Berglund
276b1bc07a
Add check for EGL specific buffer swap issue
...
Fixes #675 .
ago%!(EXTRA string=9 years)
Camilla Berglund
12d49eaf6c
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
ee27930628
Update changelog
ago%!(EXTRA string=10 years)
Camilla Berglund
eea46be4e6
Fix missing MinGW import library prefix
...
Fixes #657 .
ago%!(EXTRA string=10 years)
Camilla Berglund
5668b64839
Fix segfault on DISP_CHANGE_RESTART
...
Fixes #647 .
ago%!(EXTRA string=10 years)
Camilla Berglund
e82e2b7570
Fix full screen window position on OS X
...
Fixes #653 .
ago%!(EXTRA string=10 years)
Camilla Berglund
486354d63f
Fix libGL not being found on NetBSD
...
Fixes #646 .
ago%!(EXTRA string=10 years)
Camilla Berglund
994d8ae54d
Relax native access header constraints
ago%!(EXTRA string=10 years)
Camilla Berglund
e046d0696b
Add glfwGetGLXWindow
ago%!(EXTRA string=10 years)
Camilla Berglund
9c315412e1
Add glfwGetKeyName
...
Fixes #464 .
ago%!(EXTRA string=10 years)
Camilla Berglund
9f3636a103
Add partial support for Windows 8.1 per-monitor DPI
...
Related to #235 .
ago%!(EXTRA string=10 years)
Camilla Berglund
51c0c88772
Update changelog
...
Related to #627 .
ago%!(EXTRA string=10 years)
Camilla Berglund
97d8ea8119
Fix decoding overrun in UTF-8 XIM path
ago%!(EXTRA string=10 years)
Camilla Berglund
7be8209d14
Add GLFW_CONTEXT_NO_ERROR window hint
...
This adds support for the GL_KHR_no_error extension.
ago%!(EXTRA string=10 years)
Camilla Berglund
962497bdc9
Use GLXWindow renderables on X11
...
Fixes #507 .
ago%!(EXTRA string=10 years)
Camilla Berglund
496f559c9a
Add GLFW_NO_API for creating context-less windows
ago%!(EXTRA string=10 years)
Camilla Berglund
d95b77ebec
Fix monitor notifications on X11
...
Fixes #288 .
ago%!(EXTRA string=10 years)
Camilla Berglund
f62084ffea
Clarify library dependencies
ago%!(EXTRA string=10 years)
Camilla Berglund
e4a38c10f4
Remove reference to removed Khronos headers
ago%!(EXTRA string=10 years)
Camilla Berglund
aee6b8765e
Remove support for OS X 10.6
...
If you want 10.6 to be supported in future releases, please submit
a patch for #448 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
ago%!(EXTRA string=10 years)
Camilla Berglund
8e062afdd8
Formatting
ago%!(EXTRA string=10 years)
Camilla Berglund
bf7cce25dc
Replace external context and client API headers
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
95a07f3340
Start 3.2
ago%!(EXTRA string=10 years)
Camilla Berglund
fb6fbcf700
Fix video modes not restored when hiding OS X app
ago%!(EXTRA string=10 years)
Camilla Berglund
adf130965c
Update changelog
ago%!(EXTRA string=10 years)
Camilla Berglund
e0084617d5
Fix monitor disappearing on OS X with AGS
...
When automatic graphics switching is activated, the CGDirectDisplayID
for the display changes, casuing the primary GLFWmonitor to disappear.
ago%!(EXTRA string=10 years)
Camilla Berglund
8b2da399ee
Add description of 3.1.2 release
ago%!(EXTRA string=10 years)
Camilla Berglund
0d759c8c1a
Fix XBufferOverflow handling for XIM input
ago%!(EXTRA string=10 years)
Camilla Berglund
87ad8c0561
Fix XIM input on non-UTF-8 locales
ago%!(EXTRA string=10 years)
Camilla Berglund
7c6a8775eb
Fix error type for unavailable pixel format error
...
All backends reported this as GLFW_PLATFORM_ERROR, while the
documentation mandates GLFW_FORMAT_UNAVAILABLE.
ago%!(EXTRA string=10 years)
Camilla Berglund
4b4cb9ce66
Fix window refresh events emission on OS X
ago%!(EXTRA string=10 years)
Camilla Berglund
67eadf1e97
Fix glfwIconifyWindow not restoring video mode
...
Fixes #590 .
ago%!(EXTRA string=10 years)
Camilla Berglund
da3a77b4e3
Add dynamic client library loading to EGL backend
...
Fixes #586 .
ago%!(EXTRA string=10 years)
Camilla Berglund
7e13a4909e
Make all EGL functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
afe4aadade
Make all GLX functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
2d39dff84a
Replace XkbGetKeyboard with XkbGetMap
...
Switch to XkbGetMap as XkbGetKeyboard returns NULL on XWayland.
Fixes #389 .
ago%!(EXTRA string=10 years)
Camilla Berglund
352a4f2757
Update changelog
ago%!(EXTRA string=10 years)
Camilla Berglund
e2bb5e1726
Fix glfwWaitEvents generating events on Win32
...
Disabled cursor mode caused subsequent glfwWaitEvents calls to return
directly on Win32 due to cursor re-centring emitting WM_MOUSEMOVE.
Fixes #543 .
ago%!(EXTRA string=10 years)
Camilla Berglund
9f5a483256
Fix glfwWaitEvents returning prematurely on X11
ago%!(EXTRA string=10 years)
Camilla Berglund
cc752ad6a0
Fix EINTR not being handled for select on X11
...
Closes #580 .
ago%!(EXTRA string=10 years)
Camilla Berglund
ca8912375c
Fix Motif hints being set for X11 full screen
...
Related to #575 .
ago%!(EXTRA string=10 years)
Camilla Berglund
6b8d490249
Make all client API functions dynamically loaded
ago%!(EXTRA string=10 years)