Camilla Berglund
08ba147241
Remove GL1 from clipboard test
ago%!(EXTRA string=9 years)
Camilla Berglund
2b6a139526
Make Escape exit msaa test
ago%!(EXTRA string=9 years)
Camilla Berglund
9f60cd18e3
Convert msaa test to GL2
ago%!(EXTRA string=9 years)
Camilla Berglund
7c3706763a
Cleanup
...
Cleanup of 8bdb105897
.
Add build macro to configuration header and documentation. Add
corresponding CMake option. Add change log entry and credit. Add
loader static library to link dependencies and add detection to
FindVulkan.cmake.
ago%!(EXTRA string=9 years)
Camilla Berglund
d3e288cc4d
Fix glfwinfo not accepting -c option
ago%!(EXTRA string=9 years)
Camilla Berglund
3beb200c68
Remove unused variable
ago%!(EXTRA string=9 years)
Camilla Berglund
ae32d968b9
Fix test program line endings
ago%!(EXTRA string=9 years)
A. Tombs
d8c278bf52
Add explanation of parameters to gamma test
...
Unlike similar test programs (e.g. tearing.c), the gamma test does not
explain the meanings of the optional parameters `h` and `f`. This patch
adds these explanations to the usage text.
Closes #775 .
ago%!(EXTRA string=9 years)
A. Tombs
407385dc72
Correct program name printed by tearing test
...
The tearing test incorrectly calls itself "iconify" when printing usage
information, probably just a copy-paste error.
Closes #774 .
ago%!(EXTRA string=9 years)
Camilla Berglund
757eea2779
Update email address
ago%!(EXTRA string=9 years)
Camilla Berglund
4adbeced25
Make cursor test wait by default
ago%!(EXTRA string=9 years)
Camilla Berglund
0a668be1bf
Add arrow keys to gamma test
ago%!(EXTRA string=9 years)
Camilla Berglund
ef80beab81
Add run-time context creation API selection
...
Fixes #145 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3f25610d2f
Fix uses of deprecated Vulkan symbol
ago%!(EXTRA string=9 years)
Camilla Berglund
c2fd61fa01
Remove unused variable in timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
8a7fa306ce
Add glfwSetJoystickCallback
ago%!(EXTRA string=9 years)
Camilla Berglund
3bbc8e3191
Hack for msvcrt and mintty
ago%!(EXTRA string=9 years)
Camilla Berglund
9f1474c1d0
Add Unix full screen key chord for no reason
ago%!(EXTRA string=9 years)
Camilla Berglund
6570d0c4b7
Add glfwSetWindowMonitor
...
This adds the ability to switch between windowed and full screen modes,
move a full screen window between monitors and update its desired
resolution and refresh rate.
Fixes #43 .
ago%!(EXTRA string=9 years)
Camilla Berglund
fb8a31ba3f
Fix icon test destroying window from callback
ago%!(EXTRA string=9 years)
Camilla Berglund
e37dbd8b8d
Fix missing include in event wait timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
cdea4209fc
Add event wait timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
9dceda8a03
Fix Clang warnings
ago%!(EXTRA string=9 years)
Orson Peters
d998e3eebe
Add icon test program
ago%!(EXTRA string=9 years)
Camilla Berglund
9f890bb6fa
Add decoration option to multi-window test
ago%!(EXTRA string=9 years)
Camilla Berglund
3b2e96e0b1
Improve cursor test animation
...
Only set cursor when it's time for a new frame. Use
glfwWaitEventsTimeout when waiting for events during animation.
ago%!(EXTRA string=9 years)
Camilla Berglund
da44625970
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
b2d2e30ac8
Make windows test wait for events
ago%!(EXTRA string=9 years)
Camilla Berglund
97fc9b437d
Fix loader-not-found error message
ago%!(EXTRA string=9 years)
Camilla Berglund
7669ade19c
Make instance extension count unsigned
...
Fixes #714 .
ago%!(EXTRA string=9 years)
Camilla Berglund
a10caa4631
Add glfwMaximizeWindow and GLFW_MAXIMIZED
...
Fixes #266 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f3f0eaa59e
Add OpenGL error check to glfwinfo
ago%!(EXTRA string=9 years)
Camilla Berglund
eabc64fb7d
Disable unused prototypes
ago%!(EXTRA string=9 years)
Camilla Berglund
440466524e
Add use of GET_DEVICE_PROC_ADDR in Vulkan test
ago%!(EXTRA string=9 years)
Camilla Berglund
9b75bffc88
Add basic Vulkan support
...
Added GLFW_INCLUDE_VULKAN. Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example.
ago%!(EXTRA string=9 years)
Camilla Berglund
c2efe87cff
Improve glfwinfo extension listing
ago%!(EXTRA string=9 years)
Camilla Berglund
1e452d5fca
Remove work performed by glad
ago%!(EXTRA string=9 years)
Marcus Geelnard
075140aefe
Add public header path to target interface
...
Closes #697 .
ago%!(EXTRA string=9 years)
Nicholas Vitovitch
453631773e
Export transitive dependencies for static library
ago%!(EXTRA string=9 years)
Zbigniew Mandziejewicz
8637612908
Add GLFW_DLL to target interface
ago%!(EXTRA string=9 years)
Camilla Berglund
37c93ba031
Compiler flag cleanup
ago%!(EXTRA string=10 years)
Camilla Berglund
addb977ef1
Use monitor callback event more strictly
ago%!(EXTRA string=10 years)
Camilla Berglund
9c315412e1
Add glfwGetKeyName
...
Fixes #464 .
ago%!(EXTRA string=10 years)
Camilla Berglund
048966bb44
Fix Win32 macro conflict
ago%!(EXTRA string=10 years)
Camilla Berglund
7be8209d14
Add GLFW_CONTEXT_NO_ERROR window hint
...
This adds support for the GL_KHR_no_error extension.
ago%!(EXTRA string=10 years)
Camilla Berglund
0ebe8ce4c5
Cleanup
ago%!(EXTRA string=10 years)
Camilla Berglund
1b1ef31228
Make tests and examples use glad
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
30306e5470
Fix resolution for reopen test
ago%!(EXTRA string=10 years)
Camilla Berglund
4ad00fa388
Add window refresh events logging to iconify test
ago%!(EXTRA string=10 years)