Camilla Berglund
7420814fe2
Win32: Poll only helper window messages at init
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)
Emmanuel Gil Peyrot
046d281abc
Wayland: Implement compose key for character input
...
This commit has been copied almost verbatim from Bryce Harrington’s
patch against Weston’s toytoolkit[1]. He gave his agreement to
relicense it under zlib[2].
[1] https://patchwork.freedesktop.org/patch/114661/
[2] https://github.com/glfw/glfw/pull/879#issuecomment-252988257
ago%!(EXTRA string=9 years)
Camilla Berglund
efc6b35615
Rename joystick ID variables
ago%!(EXTRA string=9 years)
Sergey Tikhomirov
967e837c73
Cocoa: Fix 'first responder' error on macOS 10.12
...
Error message is displayed during the startup because Cocoa view is set
as the first responder for window but this view isn't in this window
(actually it is not in any window at all).
Fixes #876 .
Closes #883 .
ago%!(EXTRA string=9 years)
Mário Freitas
238ebb600d
Cocoa: Fix assert on disabling window aspect ratio
...
When disabling window aspect ratio, a system assert would trigger. The
correct way to disable window aspect ratio is to set a resize increment.
Closes #852 .
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
a49601ba87
Wayland: Rename snake_case identifiers to camelCase for consistency
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
aa10ec6e45
Wayland: Replace all deprecated xkbcommon aliases.
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
be935debe9
Wayland: Properly unref all xkbcommon objects.
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
1c8a74b661
Wayland: Properly destroy all bound objects.
ago%!(EXTRA string=9 years)
Camilla Berglund
73ddbc3acd
Cocoa: Add workaround for hasty deprecation
ago%!(EXTRA string=9 years)
Camilla Berglund
7f9840cecf
Cocoa: Fix macOS 10.12 deprecation warnings
ago%!(EXTRA string=9 years)
Camilla Berglund
c156b50e4c
Add glfwSetWindowMaximizeCallback
...
Fixes #778 .
ago%!(EXTRA string=9 years)
Camilla Berglund
434238fcd4
Fix checks for Vulkan surface extension presence
ago%!(EXTRA string=9 years)
Kyle Brenneman
d590eb074f
Add support for EGL_KHR_get_all_proc_addresses
...
If EGL_KHR_get_all_proc_addresses extension is supported, then don't try
to load a separate client library. Instead, just use eglGetProcAddress
to load everything.
This can also avoid problems with trying to use OpenGL functions from
libGL.so.1 (which is the GLX library) when an EGL context is current.
Closes #871 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f0a55df963
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
54930ddd33
Check only for relevant Vulkan extensions
...
Related to #858 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3e59b7345c
Fix early-out in Vulkan extension check
...
Related to #858 .
ago%!(EXTRA string=9 years)
Camilla Berglund
838c4e938c
Win32: Allow iconifying undecorated windows
...
Fixes #861 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f79a52fe9b
Win32: Make glfwPostEmptyEvent use helper window
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
2eb1657d91
Wayland: Only input a character on GLFW_PRESS action
...
Closes #804 .
ago%!(EXTRA string=9 years)
Camilla Berglund
e6a32db7b9
Cleanup
ago%!(EXTRA string=9 years)
Brandon Schaefer
acce7ec9cf
Mir: Add cursor mode support
...
Implements a few other missing functions. Cleaning up naming convention
as well.
Fix FindMir.cmake was not finding the correct mirclient.so when
you wanted something other then the system library.
Closes #839 .
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
f17d60da64
Add scancode arrays for Wayland and Mir
...
Related to #830 .
ago%!(EXTRA string=9 years)
Camilla Berglund
afb6e485b7
X11: Make selection event checks include window
ago%!(EXTRA string=9 years)
Camilla Berglund
ccfd6dde45
X11: Make clipboard IPC use helper window
ago%!(EXTRA string=9 years)
Camilla Berglund
706868dad8
X11: Make glfwPostEmptyEvent use helper window
ago%!(EXTRA string=9 years)
Camilla Berglund
3b3a1390ad
X11: Add IPC helper window
ago%!(EXTRA string=9 years)
Camilla Berglund
fafe1732b5
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
5ff7d9505f
Simplify Vulkan extension checks
...
Related to #478 .
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
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
ad9233e620
X11: Clean up event wait timeout logic
...
Simplify interface and implement timeout updating.
ago%!(EXTRA string=9 years)
Camilla Berglund
f88a609000
X11: Only unmaximize visible windows
ago%!(EXTRA string=9 years)
Camilla Berglund
b581799c9a
Fix comment
ago%!(EXTRA string=9 years)
Camilla Berglund
067d1d6935
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
ada1fdc14d
Formatting
ago%!(EXTRA string=9 years)
Patrick Snape
74ed35792f
Cocoa: Add missing call to removeObserver:
...
As noted in the documentation for NSDistributedNotificationCenter,
(under the Discussion heading) before an observer is deallocated a call
should be made to removeObserver: in order to ensure that the listener
is correctly removed from all observation pools.
Fixes #817 .
Closes #826 .
ago%!(EXTRA string=9 years)
Camilla Berglund
25914d381a
Fix glfwVulkanSupported emitting errors
...
Regression caused by 614debd13f
.
ago%!(EXTRA string=9 years)
Camilla Berglund
fcdef1d0a0
Fix potential context resource leaks
...
There is a gap between the creation of the context and the call to
_glfwRefreshContextAttribs.
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)
Philip Rideout
8bdb105897
Add _GLFW_VULKAN_STATIC build macro
...
This allows clients to link GLFW with a staticly-built loader library.
This is useful in hermetic build systems that build the Khronos loader
from source, rather than depending on the LunarG SDK binaries.
Closes #820 .
ago%!(EXTRA string=9 years)
Camilla Berglund
e77a76a284
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
52e47b5a53
Formatting
ago%!(EXTRA string=9 years)