mach/glfw/src
2022-07-20 18:55:59 -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: add glfw.getInstanceProcAddress 2021-10-16 18:39:57 -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: amend and update various TODOs pertaining to force-init changes 2021-11-22 12:59:11 -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: use refAllDeclsRecursive to find mistakes 2022-07-20 18:55:59 -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: update native APIs to glfw@master 2022-06-11 17:39:25 -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: fix segfault in getPhysicalDevicePresentationSupport (#364) 2022-06-24 10:10:06 -07:00
Window.zig glfw: Use i32 for position in Window.setMonitor 2022-07-09 15:07:55 -07:00