1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
2015-10-12 21:08:59 +02:00
..
CMakeLists.txt Added IDE folders to CMake files. 2015-01-05 01:19:02 +01:00
cocoa_init.m Simplified version string functions. 2015-06-02 03:32:29 +02:00
cocoa_monitor.m Fix monitor disappearing on OS X with AGS 2015-10-12 18:42:18 +02:00
cocoa_platform.h Fix monitor disappearing on OS X with AGS 2015-10-12 18:42:18 +02:00
cocoa_window.m Fix video modes not restored when hiding OS X app 2015-10-12 21:08:59 +02:00
context.c Make all client API functions dynamically loaded 2015-08-12 01:01:42 +02:00
egl_context.c Fix error type for unavailable pixel format error 2015-09-16 16:24:21 +02:00
egl_context.h Add dynamic client library loading to EGL backend 2015-08-27 20:52:10 +02:00
glfw_config.h.in Added support for AMD PowerXpress override. 2015-05-29 13:15:32 +02:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Improved CMake config file generation. 2015-01-06 01:42:01 +01:00
glx_context.c Fix error type for unavailable pixel format error 2015-09-16 16:24:21 +02:00
glx_context.h Make all GLX functions dynamically loaded 2015-08-18 17:56:34 +02:00
init.c Key translation tables are now in _glfw. 2015-06-16 22:26:30 +02:00
input.c Renamed cursor window library struct member. 2015-06-17 12:06:45 +02:00
internal.h Make all client API functions dynamically loaded 2015-08-12 01:01:42 +02:00
iokit_joystick.h Updated changelog and credits, formatting. 2015-06-26 13:41:27 +02:00
iokit_joystick.m Updated changelog and credits, formatting. 2015-06-26 13:41:27 +02:00
linux_joystick.c Fixed close being used instead of inotify_rm_watch. 2015-02-22 19:22:48 +01:00
linux_joystick.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
mach_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
mir_init.c Move to the new MirEvent 2.0 + 0.14/0.15 changes 2015-07-30 20:35:55 +02:00
mir_monitor.c Remove C++-isms in Mir port 2015-08-09 13:29:21 +02:00
mir_platform.h Move to the new MirEvent 2.0 + 0.14/0.15 changes 2015-07-30 20:35:55 +02:00
mir_window.c Remove C++-isms in Mir port 2015-08-09 13:29:21 +02:00
monitor.c Fixed initialization failing on headless systems. 2015-04-09 17:59:37 +02:00
nsgl_context.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
nsgl_context.m Fix error type for unavailable pixel format error 2015-09-16 16:24:21 +02:00
posix_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
posix_time.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
posix_tls.c Clarified context TLS function names. 2015-06-01 04:00:55 +02:00
posix_tls.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
wgl_context.c Fix error type for unavailable pixel format error 2015-09-16 16:24:21 +02:00
wgl_context.h Make all WGL functions dynamically loaded 2015-08-12 01:01:37 +02:00
win32_init.c Add missing version string entries 2015-09-01 17:19:09 +02:00
win32_monitor.c Make Win32 video mode enumeration faster 2015-10-04 13:51:35 +02:00
win32_platform.h Make Win32 video mode enumeration faster 2015-10-04 13:51:35 +02:00
win32_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
win32_tls.c Clarified context TLS function names. 2015-06-01 04:00:55 +02:00
win32_tls.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
win32_window.c Cleanup 2015-09-20 15:52:44 +02:00
window.c Make all client API functions dynamically loaded 2015-08-12 01:01:42 +02:00
winmm_joystick.c Cleanup. 2014-10-13 18:51:47 +02:00
winmm_joystick.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
wl_init.c Simplified version string functions. 2015-06-02 03:32:29 +02:00
wl_monitor.c Merged gamma files into monitor files. 2014-08-18 12:31:48 +02:00
wl_platform.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
wl_window.c Replace stray malloc with calloc 2015-08-10 11:13:39 +02:00
x11_init.c Fix XIM input on non-UTF-8 locales 2015-10-09 13:26:23 +02:00
x11_monitor.c Fixed invalid pointer when Xrandr is unavailable. 2015-04-14 21:11:27 +02:00
x11_platform.h Fixed filtering of events duplicated by XIM. 2015-08-07 16:53:43 +02:00
x11_window.c Fix XBufferOverflow handling for XIM input 2015-10-09 14:16:01 +02: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 Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00