glfw/src
Sergey Tikhomirov 80e4922b5e Cocoa: Hide cursor instead of using blank image
When cursor isn't in normal mode and should be hidden, use [NSCursor hide]
method instead of setting it to blank image. This should prevent
situations when hidden cursor becomes visible after system notification
was shown.

Fixes #971.
Closes #1028.
2017-08-23 08:44:56 +03:00
..
CMakeLists.txt Fix missing CMake file path quoting 2017-08-20 14:47:44 +02:00
cocoa_init.m Cocoa: Hide cursor instead of using blank image 2017-08-23 08:44:56 +03:00
cocoa_joystick.h Add support for SDL_GameControllerDB 2017-07-07 15:52:33 +02:00
cocoa_joystick.m Cleanup 2017-07-10 12:53:20 +02:00
cocoa_monitor.m Cocoa: Remove errors emitted on headless systems 2017-03-10 14:44:55 +01:00
cocoa_platform.h Cocoa: Hide cursor instead of using blank image 2017-08-23 08:44:56 +03:00
cocoa_time.c Cleanup 2017-03-19 02:46:16 +01:00
cocoa_window.m Cocoa: Hide cursor instead of using blank image 2017-08-23 08:44:56 +03:00
context.c Report invalid constants in the appropriate base 2017-06-28 12:07:06 +02:00
egl_context.c Cleanup 2017-06-08 16:38:45 +02:00
egl_context.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glfw_config.h.in Add glfwInitHint 2017-03-01 04:35:41 +01:00
glx_context.c GLX: Fix segfault when no GLXFBConfigs available 2017-07-07 10:30:10 +02:00
glx_context.h GLX: Add GLX_ARB_create_context_no_error support 2017-06-08 16:09:16 +02:00
init.c Unify error message buffer lengths 2017-08-17 14:25:10 +02:00
input.c Add glfwGetJoystickGUID 2017-07-30 16:15:12 +02:00
internal.h Unify error message buffer lengths 2017-08-17 14:25:10 +02:00
linux_joystick.c Linux: Make joystick init always fail silently 2017-08-09 12:18:28 +02:00
linux_joystick.h Add support for SDL_GameControllerDB 2017-07-07 15:52:33 +02:00
mappings.h Add support for SDL_GameControllerDB 2017-07-07 15:52:33 +02:00
mir_init.c Linux: Update joystick API in version strings 2017-08-09 12:20:51 +02:00
mir_monitor.c Mir: Get ready for Mir 1.0 2017-03-30 00:43:03 +02:00
mir_platform.h Rename thread source files 2017-06-08 16:09:14 +02:00
mir_window.c Cleanup 2017-07-13 01:26:06 +02:00
monitor.c Add more assertions 2017-02-23 17:47:41 +01:00
nsgl_context.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00
nsgl_context.m Cleanup 2017-06-08 16:38:45 +02:00
null_init.c Add internal TLS support 2017-03-19 00:52:46 +01:00
null_joystick.c Fix function signature in null joystick backend 2017-07-13 01:28:02 +02:00
null_joystick.h Add support for SDL_GameControllerDB 2017-07-07 15:52:33 +02:00
null_monitor.c Make OSMesa backend an almost proper null backend 2017-02-28 21:57:43 +01:00
null_platform.h Rename thread source files 2017-06-08 16:09:14 +02:00
null_window.c Cleanup 2017-07-13 01:26:06 +02:00
osmesa_context.c Cleanup 2017-06-08 16:38:45 +02:00
osmesa_context.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00
posix_thread.c Rename thread source files 2017-06-08 16:09:14 +02:00
posix_thread.h Rename thread source files 2017-06-08 16:09:14 +02:00
posix_time.c Cleanup 2017-03-19 02:46:16 +01:00
posix_time.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00
vulkan.c Cocoa: Add support for MoltenVK dynamic library 2017-07-10 21:34:02 +02:00
wgl_context.c Cleanup 2017-08-20 14:41:49 +02:00
wgl_context.h WGL: Add WGL_ARB_create_context_no_error support 2017-06-08 16:09:15 +02:00
win32_init.c Cleanup 2017-08-20 14:41:49 +02:00
win32_joystick.c Win32: Fix XInput axis normalization 2017-08-09 12:20:50 +02:00
win32_joystick.h Add support for SDL_GameControllerDB 2017-07-07 15:52:33 +02:00
win32_monitor.c Win32: Check for monitor object creation failure 2017-03-26 16:46:17 +02:00
win32_platform.h Cleanup 2017-08-20 14:41:49 +02:00
win32_thread.c Rename thread source files 2017-06-08 16:09:14 +02:00
win32_time.c Cleanup 2017-03-19 02:46:16 +01:00
win32_window.c Cleanup 2017-07-13 01:26:06 +02:00
window.c Report invalid constants in the appropriate base 2017-06-28 12:07:06 +02:00
wl_init.c Wayland: Stop crashing when Compose is unavailable 2017-08-13 21:25:22 +02:00
wl_monitor.c Restructure monitor enumeration 2017-01-02 06:03:02 +01:00
wl_platform.h Rename thread source files 2017-06-08 16:09:14 +02:00
wl_window.c Cleanup 2017-07-13 01:26:06 +02:00
x11_init.c Unify error message buffer lengths 2017-08-17 14:25:10 +02:00
x11_monitor.c X11: Add validation of RandR gamma ramp size 2017-04-05 17:53:00 +02:00
x11_platform.h Cleanup 2017-08-16 21:03:10 +02:00
x11_window.c Cleanup 2017-08-16 21:03:10 +02:00
xkb_unicode.c Cleanup 2017-05-17 22:26:15 +02:00
xkb_unicode.h Remove internal header inclusion guards 2017-05-25 19:35:13 +02:00