1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-16 18:38:50 -04:00
glfw/src
Camilla Berglund e480c76a11 Removed use of cursor rectangles.
Poor use of cursor rectangles broke Lion full screen and led to rect
reset loop.  Cursor image is now updated only with the existing
enter/exit detection NSTrackingArea.

Fixes #339.
Fixes #375.
2014-12-30 15:25:48 +01:00
..
CMakeLists.txt Start with the skeleton code for Mir support. 2014-11-10 02:00:14 +01:00
cocoa_init.m Fixed menu bar for non-bundled OS X applications. 2014-12-18 03:34:32 +01:00
cocoa_monitor.m Removed OS X display capturing (for now). 2014-12-02 23:25:07 +01:00
cocoa_platform.h Fixed menu bar for non-bundled OS X applications. 2014-12-18 03:34:32 +01:00
cocoa_window.m Removed use of cursor rectangles. 2014-12-30 15:25:48 +01:00
context.c Cleanup. 2014-10-07 16:20:49 +02:00
egl_context.c Fixed error return values of native EGL functions. 2014-09-17 12:36:11 +02:00
egl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
glfw_config.h.in Start with the skeleton code for Mir support. 2014-11-10 02:00:14 +01:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfwConfig.cmake.in Add glfwConfig module. 2013-05-12 16:55:33 +02:00
glfwConfigVersion.cmake.in CMake config file cleanup. 2013-05-14 01:03:51 +02:00
glx_context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
glx_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
init.c Removed superfluous comments. 2014-11-10 01:57:45 +01:00
input.c Added glfwCreateStandardCursor. 2014-12-15 21:58:44 +01:00
internal.h Added glfwCreateStandardCursor. 2014-12-15 21:58:44 +01:00
iokit_joystick.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
iokit_joystick.m Optimize _glfwInitJoysticks on OS X. 2014-08-13 08:06:37 +02:00
linux_joystick.c Added Linux joystick hot-plugging via inotify. 2014-12-28 13:28:09 +01:00
linux_joystick.h Added Linux joystick hot-plugging via inotify. 2014-12-28 13:28:09 +01:00
mach_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
mir_init.c Create an event queue to store all MirEvents. 2014-12-01 21:12:15 +01:00
mir_monitor.c Fix the found issue. Found needs to be 1. 2014-12-01 21:12:19 +01:00
mir_platform.h Create an event queue to store all MirEvents. 2014-12-01 21:12:15 +01:00
mir_window.c Added glfwCreateStandardCursor. 2014-12-15 21:58:44 +01:00
monitor.c Merged gamma files into monitor files. 2014-08-18 12:31:48 +02:00
nsgl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
nsgl_context.m Fixed software renderer being selected on OS X. 2014-12-27 22:31:30 +01:00
posix_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
posix_time.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
posix_tls.c Split out TLS code into separate modules. 2014-03-30 15:24:09 +02:00
posix_tls.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
wgl_context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
wgl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
win32_init.c Changed all key translation to arrays. 2014-12-15 21:55:17 +01:00
win32_monitor.c Added glfwGet*Adapter to native API. 2014-10-29 02:55:02 +01:00
win32_platform.h Changed all key translation to arrays. 2014-12-15 21:55:17 +01:00
win32_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
win32_tls.c Split out TLS code into separate modules. 2014-03-30 15:24:09 +02:00
win32_tls.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
win32_window.c Documentation work. 2014-12-18 02:53:14 +01:00
window.c Changed default of GLFW_REFRESH_RATE. 2014-10-06 23:52:10 +02:00
winmm_joystick.c Cleanup. 2014-10-13 18:51:47 +02:00
winmm_joystick.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
wl_init.c Fix some memory leaks. 2014-11-10 02:00:14 +01:00
wl_monitor.c Merged gamma files into monitor files. 2014-08-18 12:31:48 +02:00
wl_platform.h Removed unused members. 2014-11-10 02:00:14 +01:00
wl_window.c Added glfwCreateStandardCursor. 2014-12-15 21:58:44 +01:00
x11_init.c Added Linux joystick hot-plugging via inotify. 2014-12-28 13:28:09 +01:00
x11_monitor.c Added glfwGet*Adapter to native API. 2014-10-29 02:55:02 +01:00
x11_platform.h Added Linux joystick hot-plugging via inotify. 2014-12-28 13:28:09 +01:00
x11_window.c Added glfwCreateStandardCursor. 2014-12-15 21:58:44 +01:00
xkb_unicode.c x11: Move KeySym to unicode converter out of x11 backend 2014-06-29 23:18:40 +02:00
xkb_unicode.h Internal header cleanup. 2014-09-02 19:47:29 +02:00