1 file changed
+1
-1
lines changed- .github/CODEOWNERS
- .github/workflows/build.yml+10-9
- CMakeLists.txt+6-4
- CONTRIBUTORS.md+42
- README.md+27-8
- deps/glad/vk_platform.h+6-14
- deps/glad/vulkan.h+2.4k-353
- deps/glad_vulkan.c+348-208
- deps/stb_image_write.h+803-127
- docs/CONTRIBUTING.md+2-2
- docs/Doxyfile.in+1.9k-944
- docs/build.dox+2-2
- docs/compat.dox+12-8
- docs/compile.dox+10-7
- docs/context.dox+7-6
- docs/input.dox+36-18
- docs/intro.dox+32-7
- docs/monitor.dox+2-2
- docs/moving.dox+3-3
- docs/news.dox+39
- docs/quick.dox+1-5
- docs/vulkan.dox+11-4
- docs/window.dox+2-1
- include/GLFW/glfw3.h+70-47
- include/GLFW/glfw3native.h+75-35
- src/CMakeLists.txt+1
- src/cocoa_init.m+16-6
- src/cocoa_joystick.m+16-10
- src/cocoa_monitor.m-4
- src/cocoa_platform.h+13-2
- src/cocoa_window.m+123-32
- src/context.c+22-11
- src/egl_context.c+95-35
- src/egl_context.h+2
- src/glfw3.pc.in+1-1
- src/glfw_config.h.in-2
- src/glx_context.c+13-6
- src/glx_context.h-1
- src/init.c+101-1
- src/input.c+36-17
- src/internal.h+11-2
- src/linux_joystick.c+10-6
- src/linux_joystick.h+1
- src/monitor.c+2-2
- src/nsgl_context.h+4-2
- src/nsgl_context.m+4-5
- src/null_window.c+3
- src/osmesa_context.c+2
- src/vulkan.c+2
- src/wgl_context.c+6-17
- src/win32_init.c+19-4
- src/win32_joystick.c+14-7
- src/win32_monitor.c+1-1
- src/win32_platform.h+9-1
- src/win32_window.c+228-105
- src/window.c+21-24
- src/wl_init.c+244-820
- src/wl_monitor.c+68-26
- src/wl_platform.h+232-57
- src/wl_window.c+2.0k-814
- src/x11_init.c+65-2
- src/x11_platform.h+3
- src/x11_window.c+237-196
- src/xkb_unicode.c+2-2
- src/xkb_unicode.h+3-1
- tests/events.c+1-1
- tests/gamma.c+6
- tests/glfwinfo.c+132-81
- tests/iconify.c+3-3
- tests/triangle-vulkan.c+15-9
0 commit comments