mach/glfw/src
Stephen Gutekanst a707894113 glfw: pretranslate @cImport to workaround self-hosted compiler bug
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-08-20 12:03:17 -07:00
..
action.zig glfw: ziggify gamepad action enumerations 2021-10-30 20:06:03 -07:00
allocator.zig glfw: add TODO about glfw@master custom allocator API 2022-06-11 17:39:25 -07:00
c.zig glfw: pretranslate @cImport to workaround self-hosted compiler bug 2022-08-20 12:03:17 -07:00
cimport1.zig glfw: pretranslate @cImport to workaround self-hosted compiler bug 2022-08-20 12:03:17 -07:00
cimport2.zig glfw: pretranslate @cImport to workaround self-hosted compiler bug 2022-08-20 12:03:17 -07:00
clipboard.zig glfw: support compiling with stage2 (-fno-stage1) (#365) 2022-06-24 10:12:45 -07:00
Cursor.zig glfw: update cursor API to glfw@master 2022-06-11 17:39:25 -07:00
errors.zig glfw: update core APIs to glfw@master 2022-06-11 17:39:25 -07:00
gamepad_axis.zig glfw: ziggify gamepad button enumerations 2021-10-30 20:06:03 -07:00
gamepad_button.zig glfw: ziggify gamepad button enumerations 2021-10-30 20:06:03 -07:00
GammaRamp.zig glfw: update system_sdk.zig to latest Zig master 2021-12-06 20:03:38 -08:00
hat.zig glfw: remove alignment from packed structs / fix compilation with latest Zig 2022-03-04 15:48:40 -07:00
Image.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
internal_debug.zig glfw: add assumeInitialized for external GLFW initialization 2022-07-30 10:18:47 -07:00
Joystick.zig glfw: support compiling with stage2 (-fno-stage1) (#365) 2022-06-24 10:12:45 -07:00
key.zig glfw: update "getName" test comment 2022-06-29 20:54:04 -07:00
main.zig glfw: add assumeInitialized for external GLFW initialization 2022-07-30 10:18:47 -07:00
mod.zig glfw: remove alignment from packed structs / fix compilation with latest Zig 2022-03-04 15:48:40 -07:00
Monitor.zig glfw: update system_sdk for wayland and catch wayland test errors 2022-06-29 20:54:04 -07:00
mouse_button.zig glfw: make mouse buttons a proper enum 2021-10-30 20:06:03 -07:00
native.zig glfw: pretranslate @cImport to workaround self-hosted compiler bug 2022-08-20 12:03:17 -07:00
opengl.zig glfw: support compiling with stage2 (-fno-stage1) (#365) 2022-06-24 10:12:45 -07:00
sources_all.c glfw: update build system to glfw@master 2022-06-11 17:39:25 -07:00
sources_linux.c glfw: update build system to glfw@master 2022-06-11 17:39:25 -07:00
sources_linux_wayland.c glfw: support compiling for wayland 2022-06-29 20:54:04 -07:00
sources_linux_x11.c add wayland cross-compilation support (#140) 2021-12-24 01:06:51 -07:00
sources_macos.c glfw: update build system to glfw@master 2022-06-11 17:39:25 -07:00
sources_macos.m glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_windows.c glfw: update build system to glfw@master 2022-06-11 17:39:25 -07:00
time.zig glfw: update time documentation to glfw@master 2022-06-11 17:39:25 -07:00
version.zig glfw: deduplicate @cImport for type equivalence 2021-07-17 20:14:09 -07:00
VideoMode.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
vulkan.zig glfw: improve compatibility with self-hosted compiler 2022-08-20 10:35:03 -07:00
Window.zig glfw: Use i32 for position in Window.setMonitor 2022-07-09 15:07:55 -07:00