Camilla Berglund
baf574494d
Add glfwFocusWindow
...
This removes the (undocumented) behavior where glfwShowWindow would
bring the window to front and set input focus. That function now
does what it says.
ago%!(EXTRA string=9 years)
Camilla Berglund
db49aa6bd9
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
70ffae7430
Documentation work
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
80c203f3bb
Separate guide and reference documentation tags
ago%!(EXTRA string=9 years)
Camilla Berglund
001c50cfc6
Add paragraphs on GL helpers not being for Vulkan
ago%!(EXTRA string=9 years)
Camilla Berglund
95c44ab298
Fix cursor coordinate phrasing
...
Fixes #387 .
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
386b60396f
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
d6e0a4390c
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
ca21a5c7b4
Correct GLES3 extension header paths
ago%!(EXTRA string=9 years)
Camilla Berglund
f51cf81148
Add error sections to reference docs
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
832c2ffa3b
History work
ago%!(EXTRA string=9 years)
Camilla Berglund
951a9583fa
Add Doxygen aliases for custom paragraphs
ago%!(EXTRA string=9 years)
Camilla Berglund
276b1bc07a
Add check for EGL specific buffer swap issue
...
Fixes #675 .
ago%!(EXTRA string=9 years)
Camilla Berglund
d0649e6868
Fix confusing legacy parameter names
ago%!(EXTRA string=9 years)
Camilla Berglund
810bab7391
Add history to public types
ago%!(EXTRA string=10 years)
Camilla Berglund
0df4e06f11
Make more RFC 2119 compliant use of may
ago%!(EXTRA string=10 years)
Camilla Berglund
9c315412e1
Add glfwGetKeyName
...
Fixes #464 .
ago%!(EXTRA string=10 years)
Camilla Berglund
a36e3a2033
Fix documentation formatting error
ago%!(EXTRA string=10 years)
Camilla Berglund
bce20c3280
Add links to GLFWglproc reference
ago%!(EXTRA string=10 years)
Camilla Berglund
98b478fec1
Add more GLFW_NO_API documentation
ago%!(EXTRA string=10 years)
Camilla Berglund
9d71eb46b8
Add guide section links to type reference
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
496f559c9a
Add GLFW_NO_API for creating context-less windows
ago%!(EXTRA string=10 years)
Camilla Berglund
d95b77ebec
Fix monitor notifications on X11
...
Fixes #288 .
ago%!(EXTRA string=10 years)
Camilla Berglund
318e8acfae
Header file documentation work
ago%!(EXTRA string=10 years)
Camilla Berglund
af5b82acf5
Documentation work
ago%!(EXTRA string=10 years)
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
95a07f3340
Start 3.2
ago%!(EXTRA string=10 years)
Camilla Berglund
e163d21f23
Remove stale remark
ago%!(EXTRA string=10 years)
Camilla Berglund
f5cbdbab4f
Clarify monitor reference documentation
...
Related to #594 .
ago%!(EXTRA string=10 years)
Camilla Berglund
cf9079c783
Fix documentation typo
ago%!(EXTRA string=10 years)
Camilla Berglund
0b65053ffd
Clarify documentation of glfwGetClipboardString
...
The reference documentation for glfwGetClipboardString did not link to
GLFW_FORMAT_UNAVAILABLE.
Fixes #605 .
ago%!(EXTRA string=10 years)
Camilla Berglund
40da56fbf7
Fix grammar
ago%!(EXTRA string=10 years)
Camilla Berglund
c8e068712b
Fix glfwGetProcAddress documentation
ago%!(EXTRA string=10 years)
Camilla Berglund
85a01bfd9b
Document image data being non-premultiplied
...
Fixes #426 .
ago%!(EXTRA string=10 years)
Camilla Berglund
20ed0a15a4
Clarify documentation re X11 asynchronicity
...
Related to #575 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d12b34388d
Added reference to CMake Info.plist template.
ago%!(EXTRA string=10 years)
Jay Weisskopf
c599ea0737
Fix typo: "is" changed to "are"
...
Fixes #512 .
ago%!(EXTRA string=10 years)
Camilla Berglund
6412dcb896
Added note on delayed OS X window title updating.
...
Fixes #495 .
ago%!(EXTRA string=10 years)
Camilla Berglund
e8bceaa284
Documentation work.
ago%!(EXTRA string=10 years)
Camilla Berglund
59abeeb097
Added window attribute remarks.
...
Fixes #485 .
Related to #476 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d95b79f9eb
Documentation grammar fix.
ago%!(EXTRA string=10 years)
Camilla Berglund
5268914b3f
Started 3.1.2.
ago%!(EXTRA string=10 years)
Camilla Berglund
821f3e674a
Enabled High DPI support with custom Info.plist.
...
Fixes #422 .
ago%!(EXTRA string=10 years)
Camilla Berglund
8f08661d9e
Header option macro fixes and documentation work.
...
This adds compile-time checks and documentation warning about defining
header option macros during compilation of GLFW.
Fixes #445 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d493a82f9e
Various error fixes.
...
Fixed incorrect error types. Added missing error string prefixes.
Removed some invalid or superfluous error emissions. Clarified some
error strings. Joined error string lines to aid grep. Replaced some
generic error strings with specific ones. Documentation work.
Fixes #450 .
ago%!(EXTRA string=10 years)