Camilla Löwy
0735250eb1
X11: Fix potential window property data leaks
ago%!(EXTRA string=8 years)
Camilla Löwy
fa21cd13d2
Cleanup
...
[ci skip]
ago%!(EXTRA string=8 years)
Josh Kilmer
d74fffd5de
Win32: Fix FindVulkan.cmake bitness test
...
Bitness test was VC++ specific.
Closes #928 .
ago%!(EXTRA string=8 years)
Camilla Löwy
e7722af9a2
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
0cd409bd6d
Comment work
ago%!(EXTRA string=8 years)
Camilla Löwy
2ea7f9769a
OSMesa: Fix invalid window frame size
ago%!(EXTRA string=8 years)
Camilla Löwy
221451b817
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
48a795c101
Merge single-use function _glfwFreeMonitors
...
All other uses were elminiated by _glfwInputMonitor.
ago%!(EXTRA string=8 years)
Camilla Löwy
f29c963030
Add MoltenVK link
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
dd81707992
EGL: Fix test for EGL_RGB_BUFFER
ago%!(EXTRA string=9 years)
Camilla Löwy
ec410fb6fe
Cocoa: Enable EGL
ago%!(EXTRA string=9 years)
Camilla Löwy
3edaa5280d
Add GLFW_INCLUDE_ES32
ago%!(EXTRA string=9 years)
Camilla Löwy
51e415a026
Cocoa: Fix CGDisplayModeCopyPixelEncoding cutoff
ago%!(EXTRA string=9 years)
Camilla Löwy
04f559e28d
Restructure monitor enumeration
...
This way is both kinder on event-based enumeration and less work to
unwind allocations for when properly implementing GLFW_OUT_OF_MEMORY.
ago%!(EXTRA string=9 years)
Camilla Löwy
ecda05af29
Cocoa: Implement window cascading
...
Related to #195 .
ago%!(EXTRA string=9 years)
Camilla Löwy
4661315192
Add GLFW_COCOA_FRAME_AUTOSAVE
...
Fixes #195 .
ago%!(EXTRA string=9 years)
Camilla Löwy
0f488ac286
Win32: Fix underflow in deadzone logic
...
Fixes #910 .
ago%!(EXTRA string=9 years)
Camilla Löwy
e649708cb2
X11: Make more use of XRRGetScreenResourcesCurrent
...
Closes #877 .
ago%!(EXTRA string=9 years)
Camilla Löwy
f656d95339
Documentation work
ago%!(EXTRA string=9 years)
Camilla Löwy
6eae8f22dc
X11: Load Xxf86vm at run-time
ago%!(EXTRA string=9 years)
Camilla Löwy
21eeaffc23
Documentation fix
...
Doxygen cannot handle line breaks in Markdown links.
ago%!(EXTRA string=9 years)
Camilla Löwy
831426ca63
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
58ceab5f1e
Add GLFW_COCOA_RETINA_FRAMEBUFFER
...
Look, a can of worms! I wonder what's inside.
This adds the first platform specific window hint, transforming
a compile-time option to a run-time per-window one.
ago%!(EXTRA string=9 years)
Camilla Löwy
766a9dc9fd
Documentation work
...
Related to glfw/website#34 .
ago%!(EXTRA string=9 years)
Camilla Löwy
0e8ba24f32
Formatting
ago%!(EXTRA string=9 years)
Camilla Löwy
744cee6ec9
Cleanup
ago%!(EXTRA string=9 years)
Camilla Löwy
32eb50b75e
Move to Vulkan style function typedefs
...
PFN_FunctionName is more readable than SCREAMSOUP_T.
Context creation API function typedefs are kept as-is where the original
header provided them, for compatibility and familiarity reasons.
ago%!(EXTRA string=9 years)
Camilla Löwy
887e58bd21
Cleanup
...
Related to #882 .
ago%!(EXTRA string=9 years)
Sergey Tikhomirov
11a2413476
Cocoa: Fix issue with application sandboxing
...
Fixes #816 .
Closes #882 .
ago%!(EXTRA string=9 years)
Camilla Löwy
be4eb6fb2b
OSMesa: Add missing stubs
ago%!(EXTRA string=9 years)
Camilla Löwy
9e56099edd
Add glfwSetWindowAttrib
...
This function allows updating the GLFW_DECORATED, GLFW_RESIZABLE,
GLFW_FLOATING and GLFW_AUTO_ICONIFY attributes for existing windows.
Fixes #537 .
ago%!(EXTRA string=9 years)
Camilla Löwy
d92bb41e25
Fix typo
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
69e351b44a
Cleanup
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
ce161c2c02
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
f383f7721c
Fix warnings in Nuklear
ago%!(EXTRA string=9 years)
Camilla Löwy
1252016b9c
Add remaining GLSL version directives
...
Related to #864 .
ago%!(EXTRA string=9 years)
A. Tombs
1b17a5293c
Add version directives to GLSL shaders
...
Although not technically required, I believe it is best practice for
shaders to specify which version of the GLSL spec they conform to.
Closes #864 .
ago%!(EXTRA string=9 years)
Camilla Löwy
3e4752f99e
Fix warnings in Nuklear GL2 backend
ago%!(EXTRA string=9 years)
Camilla Löwy
f44307da4e
Update Nuklear to 1.18
...
Fixes #907 .
ago%!(EXTRA string=9 years)
Camilla Löwy
fd127d59fa
Cocoa: Improve OpenGL version restriction messages
...
Fixes #904 .
ago%!(EXTRA string=9 years)
Camilla Löwy
29b72c59f3
Documentation work
...
Related to #902 .
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Löwy
11376a2dd0
Cleanup
ago%!(EXTRA string=9 years)
Camilla Löwy
cc9168bda1
Win32: Fix build on VC++ 2008
...
This is not official support for VC++ 2008.
Fixes #821 .
ago%!(EXTRA string=9 years)
Camilla Löwy
f4d0c83181
Paperwork done
ago%!(EXTRA string=9 years)
Camilla Berglund
096efdf798
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
20735bf840
Add offscreen example to IDE folder
ago%!(EXTRA string=9 years)
Camilla Berglund
e3c3e780ae
Update .gitignore
ago%!(EXTRA string=9 years)
Camilla Berglund
9190cf8796
Cocoa: Disable deprecated function on macOS 10.12+
...
CGDisplayModeCopyPixelEncoding is deprecated starting with macOS 10.12.
ago%!(EXTRA string=9 years)
Camilla Berglund
d19a21bd01
Cocoa: Monitor name cleanup
...
Only retrieve the display info dictionary once. Remove non-standard
function name.
ago%!(EXTRA string=9 years)
Matthew Henry
94b8486d4b
Cocoa: Replace deprecated CGDisplayIOServicePort
...
This replaces CGDisplayIOServicePort with manually finding a service
port with matching vendor and product IDs. This may technically not be
the one corresponding to the display ID, but it is only used to retrieve
the human-readable make/model string.
This could be cleaned up and refined a bit by comparing more display
attributes when available, but it gets the job done.
Fixes #165 .
Closes #192 .
Closes #508 .
Closes #511 .
ago%!(EXTRA string=9 years)