1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-15 18:08:52 -04:00
glfw/src
Camilla Berglund 5661d03be8 Replace GLFWuint64 with uint64_t
C99 stdint.h is provided by VS 2010 and later.  GLFW has not provided
testing or binaries for VS 2008 for several releases.

For earlier versions of VS there are third-party alternatives:

https://msinttypes.googlecode.com/svn/trunk/stdint.h
http://www.azillionmonkeys.com/qed/pstdint.h

This change does not affect the ABI.
2016-03-28 12:34:44 +02:00
..
CMakeLists.txt wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
cocoa_init.m Release autorelease pool last 2016-03-01 19:36:05 +01:00
cocoa_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
cocoa_joystick.m Fix crash when joystick name unavailable on OS X 2016-02-09 07:52:00 +01:00
cocoa_monitor.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
cocoa_platform.h Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
cocoa_time.c Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
cocoa_window.m Fix CGL context not being released until later 2016-03-18 12:01:48 +01:00
context.c Cleanup 2016-03-28 12:26:08 +02:00
egl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
egl_context.h Add support for EGL_KHR_gl_colorspace 2016-02-17 17:27:33 +01:00
glfw_config.h.in Remove XInput2 XI_Motion support 2016-02-21 18:32:57 +01: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
glx_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
glx_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
init.c Add glfwGetTimerValue and glfwGetTimerFrequency 2016-03-06 11:51:23 +01:00
input.c Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
internal.h Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
linux_joystick.c Cleanup 2015-12-15 15:21:25 +01:00
linux_joystick.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
mir_init.c Add missing inclusion of linux/input.h 2016-02-18 14:48:07 +01:00
mir_monitor.c Add native Wayland and Mir functions 2015-10-15 01:48:44 +02:00
mir_platform.h Add basic Vulkan support 2016-02-16 14:58:58 +01:00
mir_window.c Add glfwSetWindowMonitor 2016-03-18 11:13:24 +01:00
monitor.c Add glfwSetWindowMonitor 2016-03-18 11:13:24 +01:00
nsgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
nsgl_context.m Use more GLFWbool 2015-12-13 15:09:33 +01:00
posix_time.c Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
posix_time.h Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
posix_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_tls.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
vulkan.c Clarify pointer assertions 2016-03-02 17:58:05 +01:00
wgl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
wgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
win32_init.c Fix Ctrl+Pause reported as unknown key on Win32 2016-03-24 21:26:57 +01:00
win32_joystick.c Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_monitor.c Fix no monitors found on VMware Windows guest 2016-02-27 21:51:59 +01:00
win32_platform.h Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
win32_time.c Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
win32_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_window.c Replace Win32 window long with window property 2016-03-28 10:57:19 +02:00
window.c Cleanup 2016-03-28 12:26:08 +02:00
wl_init.c wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_monitor.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_platform.h wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_window.c Add glfwSetWindowMonitor 2016-03-18 11:13:24 +01:00
x11_init.c Add support for EWMH _NET_WM_WINDOW_TYPE 2016-03-16 16:07:22 +01:00
x11_monitor.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
x11_platform.h Add support for EWMH _NET_WM_WINDOW_TYPE 2016-03-16 16:07:22 +01:00
x11_window.c Replace GLFWuint64 with uint64_t 2016-03-28 12:34:44 +02:00
xkb_unicode.c Fix xkbcommon build regression 2015-11-09 02:33:34 +01:00
xkb_unicode.h Start 3.2 2015-10-12 21:59:49 +02:00