go-glfw/v3.3/glfw
Patrice Ferlet 23bba3a4c8
Only use _GNU_SOURCE for Wayland
2024-05-03 09:28:23 +02:00
..
glfw v3.3/glfw: Update to v3.3.10 for various bug fixes 2024-03-05 09:43:12 +01:00
testdata/customcursor v3.1,v3.2,v3.3: add a custom cursor test program 2023-11-17 18:09:48 -05:00
GLFW_C_REVISION.txt v3.3/glfw: Update to v3.3.10 for various bug fixes 2024-03-05 09:43:12 +01:00
build.go Only use _GNU_SOURCE for Wayland 2024-05-03 09:28:23 +02:00
build_cgo_hack.go all: code formatting 2023-10-31 23:08:56 +09:00
c_glfw.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
c_glfw_bsd.go all: code formatting 2023-10-31 23:08:56 +09:00
c_glfw_darwin.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
c_glfw_lin.go all: code formatting 2023-10-31 23:08:56 +09:00
c_glfw_windows.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
context.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
error.c Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
error.go v3.3/glfw: handle GLFW_NO_WINDOW_CONTEXT error 2024-01-17 19:05:15 -05:00
glfw.go Remove workaround for bug that was fixed in GLFW 3.3.5 2023-11-23 20:09:13 +01:00
glfw_tree_rebuild.go v3.3/glfw: Update to v3.3.10 for various bug fixes 2024-03-05 09:43:12 +01:00
go.mod Restored original go.mod. 2020-02-24 20:01:00 +03:00
input.c Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
input.go v3.3/glfw: remove unused image/draw import 2023-10-31 18:58:37 -04:00
monitor.c Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
monitor.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
native_darwin.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
native_linbsd_wayland.go all: code formatting 2023-10-31 23:08:56 +09:00
native_linbsd_x11.go all: code formatting 2023-10-31 23:08:56 +09:00
native_windows.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
time.go Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
util.go v3.1,v3.2,v3.3: fix CreateCursor and SetIcon Go pointer issue (#384) 2023-11-02 23:16:58 +09:00
vulkan.go Use only the internal header 2020-03-11 21:07:52 +00:00
window.c Add support for GLFW 3.3 (#256) 2019-11-24 19:51:20 +00:00
window.go Remove workaround for bug that was fixed in GLFW 3.3.5 2023-11-23 20:09:13 +01:00