glfw/src
Camilla Berglund 3a0b397054 Fixed regression for WGL full screen DWM hack.
The DwmFlush workaround for windowed windows on Nvidia caused jitter for
full screen windows.  The workaround is now only used for windowed mode
windows.

Fixes #519.
2015-06-15 20:19:49 +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 Removed NSScreen member of OS X monitor. 2015-04-09 17:59:37 +02:00
cocoa_platform.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
cocoa_window.m Moved helper functions to correct section. 2015-06-07 13:24:09 +02:00
context.c Cleanup of #487. 2015-04-09 17:59:37 +02:00
egl_context.c Clarified context TLS function names. 2015-06-01 04:00:55 +02:00
egl_context.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +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
glfw_config.h.in Added support for AMD PowerXpress override. 2015-05-29 13:15:32 +02:00
glx_context.c Clarified context TLS function names. 2015-06-01 04:00:55 +02:00
glx_context.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
init.c Fixed initialization failing on headless systems. 2015-04-09 17:59:37 +02:00
input.c Various error fixes. 2015-03-15 15:52:27 +01:00
internal.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
iokit_joystick.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
iokit_joystick.m Optimize _glfwInitJoysticks on OS X. 2014-08-13 08:06:37 +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 Simplified version string functions. 2015-06-02 03:32:29 +02:00
mir_monitor.c Various error fixes. 2015-03-15 15:52:27 +01:00
mir_platform.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
mir_window.c Header inclusion cleanup. 2015-05-28 01:52:22 +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 Clarified context TLS function names. 2015-06-01 04:00:55 +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 Fixed regression for WGL full screen DWM hack. 2015-06-15 20:19:49 +02:00
wgl_context.h Added prefixes to header guard macros. 2015-06-07 19:32:24 +02:00
win32_init.c Simplified version string functions. 2015-06-02 03:32:29 +02:00
win32_monitor.c Fixed enumeration of invalid video modes. 2015-06-07 21:34:46 +02:00
win32_platform.h Removed caching of Win32 window styles. 2015-06-08 16:10:07 +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 Improved initial placement of full screen windows. 2015-06-08 16:14:51 +02:00
window.c Cleanup. 2015-06-07 18:27:37 +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 wayland: Fix typo introduced in e253beaa. 2015-04-20 22:34:30 +02:00
x11_init.c Remove superfluous X11 library struct member. 2015-06-15 14:28:13 +02:00
x11_monitor.c Fixed invalid pointer when Xrandr is unavailable. 2015-04-14 21:11:27 +02:00
x11_platform.h Removed superfluous X11 window struct member. 2015-06-15 14:38:13 +02:00
x11_window.c Implemented auto-iconification on X11. 2015-06-15 18:46:45 +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