Camilla Berglund
99c65bb67c
Cleanup
...
Related to #883 .
ago%!(EXTRA string=9 years)
Sergey Tikhomirov
967e837c73
Cocoa: Fix 'first responder' error on macOS 10.12
...
Error message is displayed during the startup because Cocoa view is set
as the first responder for window but this view isn't in this window
(actually it is not in any window at all).
Fixes #876 .
Closes #883 .
ago%!(EXTRA string=9 years)
Camilla Berglund
ca084d40c1
Cleanup
...
Related to #852 .
ago%!(EXTRA string=9 years)
Mário Freitas
238ebb600d
Cocoa: Fix assert on disabling window aspect ratio
...
When disabling window aspect ratio, a system assert would trigger. The
correct way to disable window aspect ratio is to set a resize increment.
Closes #852 .
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
a49601ba87
Wayland: Rename snake_case identifiers to camelCase for consistency
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
aa10ec6e45
Wayland: Replace all deprecated xkbcommon aliases.
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
be935debe9
Wayland: Properly unref all xkbcommon objects.
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
1c8a74b661
Wayland: Properly destroy all bound objects.
ago%!(EXTRA string=9 years)
Camilla Berglund
73ddbc3acd
Cocoa: Add workaround for hasty deprecation
ago%!(EXTRA string=9 years)
Camilla Berglund
7f9840cecf
Cocoa: Fix macOS 10.12 deprecation warnings
ago%!(EXTRA string=9 years)
Camilla Berglund
cc3036860a
Add list window to joystick test
ago%!(EXTRA string=9 years)
Camilla Berglund
2af40c3fe6
Update Nuklear to 1.156
ago%!(EXTRA string=9 years)
Camilla Berglund
ea1958a948
Replace sprintf with snprintf
ago%!(EXTRA string=9 years)
Camilla Berglund
9d42e146e7
Add aspect ratio to monitor test mode listing
ago%!(EXTRA string=9 years)
Camilla Berglund
c156b50e4c
Add glfwSetWindowMaximizeCallback
...
Fixes #778 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3752d68e7d
Fix Clang warnings in Nuklear
ago%!(EXTRA string=9 years)
Camilla Berglund
cb860e8150
Fix gamma test rendering using wrong unit
ago%!(EXTRA string=9 years)
Camilla Berglund
434238fcd4
Fix checks for Vulkan surface extension presence
ago%!(EXTRA string=9 years)
Camilla Berglund
2d10547266
Add missing changelog issue number
ago%!(EXTRA string=9 years)
Camilla Berglund
f9a21281c4
Cleanup
...
Related to #871 .
ago%!(EXTRA string=9 years)
Kyle Brenneman
d590eb074f
Add support for EGL_KHR_get_all_proc_addresses
...
If EGL_KHR_get_all_proc_addresses extension is supported, then don't try
to load a separate client library. Instead, just use eglGetProcAddress
to load everything.
This can also avoid problems with trying to use OpenGL functions from
libGL.so.1 (which is the GLX library) when an EGL context is current.
Closes #871 .
ago%!(EXTRA string=9 years)
Camilla Berglund
66ff4aae89
Convert joystick test to Nuklear
ago%!(EXTRA string=9 years)
Camilla Berglund
450d0d69af
Convert gamma test to Nuklear
ago%!(EXTRA string=9 years)
Camilla Berglund
28889954ef
Use glad booleans in glfwinfo
ago%!(EXTRA string=9 years)
Camilla Berglund
f0a55df963
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
40fff219b5
Add Nuklear
ago%!(EXTRA string=9 years)
Camilla Berglund
2ed818bc03
Move to GL_KHR_debug
...
Thank you, @linkmauve .
ago%!(EXTRA string=9 years)
Camilla Berglund
9017eaee08
Add debug extension support to sharing test
ago%!(EXTRA string=9 years)
Camilla Berglund
38aae024cd
Update glad, add debug extensions
ago%!(EXTRA string=9 years)
Camilla Berglund
1fc11c27e7
Fix broken GLSL in sharing test
...
Thank you, Intel, for sticking to the spec.
ago%!(EXTRA string=9 years)
Camilla Berglund
c4a8930909
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
a280c97321
Convert reopen test to GL2
ago%!(EXTRA string=9 years)
Camilla Berglund
dfd1c85916
Clarify sharing test output
ago%!(EXTRA string=9 years)
Camilla Berglund
fc86d741db
Fix copypaste mistake
ago%!(EXTRA string=9 years)
Camilla Berglund
ca38af0d83
Convert sharing test to GL2
ago%!(EXTRA string=9 years)
Camilla Berglund
f7584bf14c
Convert cursor test to GL2
ago%!(EXTRA string=9 years)
Camilla Berglund
0090ce3df7
Update Vulkan headers to 1.0.26.0 SDK
ago%!(EXTRA string=9 years)
Camilla Berglund
433db8f9f9
Allow combining Vulkan and GL/GLES header macros
ago%!(EXTRA string=9 years)
Camilla Berglund
7e9e321c38
Add @ref tags for Vim syntax highlighting
ago%!(EXTRA string=9 years)
Camilla Berglund
6ac1ed18ea
Formatting
ago%!(EXTRA string=9 years)
Camilla Berglund
54930ddd33
Check only for relevant Vulkan extensions
...
Related to #858 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3e59b7345c
Fix early-out in Vulkan extension check
...
Related to #858 .
ago%!(EXTRA string=9 years)
Camilla Berglund
838c4e938c
Win32: Allow iconifying undecorated windows
...
Fixes #861 .
ago%!(EXTRA string=9 years)
Camilla Berglund
f79a52fe9b
Win32: Make glfwPostEmptyEvent use helper window
ago%!(EXTRA string=9 years)
Emmanuel Gil Peyrot
2eb1657d91
Wayland: Only input a character on GLFW_PRESS action
...
Closes #804 .
ago%!(EXTRA string=9 years)
Camilla Berglund
e6a32db7b9
Cleanup
ago%!(EXTRA string=9 years)
Brandon Schaefer
acce7ec9cf
Mir: Add cursor mode support
...
Implements a few other missing functions. Cleaning up naming convention
as well.
Fix FindMir.cmake was not finding the correct mirclient.so when
you wanted something other then the system library.
Closes #839 .
ago%!(EXTRA string=9 years)
Camilla Berglund
fbb2d5e10d
Convert tearing test to GL2
ago%!(EXTRA string=9 years)
Camilla Berglund
f86edf8d3c
Remove GL1 from gamma test
ago%!(EXTRA string=9 years)
Camilla Berglund
08ba147241
Remove GL1 from clipboard test
ago%!(EXTRA string=9 years)