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)
Camilla Berglund
362751e4ef
Fix cursor test event mode message
ago%!(EXTRA string=10 years)
Camilla Berglund
d2113dc9f5
Remove ad-hoc M_PIs and enable VC++ macro
...
Fixes #564 .
ago%!(EXTRA string=10 years)
Camilla Berglund
3d62ff0e07
Fix implicit truncation to float in cursor test
...
Fixes #565 .
ago%!(EXTRA string=10 years)
Camilla Berglund
8a4e939a10
Fix glext.h regression in glfwinfo on OS X
...
The glfwinfo program uses symbols not provided by the glext.h header in
every development environment.
Closes #572 .
ago%!(EXTRA string=10 years)
Camilla Berglund
37e13361f5
Fixed last manual inclusion of glext.h.
ago%!(EXTRA string=10 years)
Camilla Berglund
33c7c28dde
Replaced the various cursor tests with a sane one.
ago%!(EXTRA string=10 years)
Camilla Berglund
cf10e318d6
Formatting.
ago%!(EXTRA string=10 years)
Camilla Berglund
1ab9dbab60
Removed test replaced by glfwinfo.
ago%!(EXTRA string=10 years)
Camilla Berglund
4f0fc55385
Added version option to glfwinfo.
ago%!(EXTRA string=10 years)
Camilla Berglund
23195693ed
Added glfwinfo options for context and fb hints.
ago%!(EXTRA string=10 years)
Camilla Berglund
a7fa41612c
Fixed printing of GLFW version on usage and error.
ago%!(EXTRA string=10 years)
Camilla Berglund
5f91ea34de
Made glfwinfo options set hints directly.
ago%!(EXTRA string=10 years)
Camilla Berglund
acaddf9cd9
Added decimals to DPI reported by monitor test.
ago%!(EXTRA string=10 years)
Camilla Berglund
8503d53018
Improved tearing test.
...
Added support for arbitrary swap intervals, including negative ones if
(GLX|WGL)_EXT_swap_control_tear is available.
ago%!(EXTRA string=10 years)
Camilla Berglund
8d4ba0aa83
Improved multi-window test.
...
Fixed proper Windows colors. Added support for Escape key. Made
windows undecorated. Added command-line option for decorated windows.
ago%!(EXTRA string=10 years)
Camilla Berglund
5abf7841f8
Improved glfwinfo tool.
...
Added long options to glfwinfo. Cleaned up code.
ago%!(EXTRA string=10 years)