Camilla Berglund
7314501d62
Formatting
ago%!(EXTRA string=9 years)
Camilla Berglund
1615edf5fb
Clarify wording
...
Related to #766 .
ago%!(EXTRA string=9 years)
Camilla Berglund
20bce151c1
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
85f6c6b2df
Add description of 3.2 release
ago%!(EXTRA string=9 years)
Camilla Berglund
ef80beab81
Add run-time context creation API selection
...
Fixes #145 .
ago%!(EXTRA string=9 years)
Camilla Berglund
e2d5071e59
Fix typo
ago%!(EXTRA string=9 years)
Camilla Berglund
8a7fa306ce
Add glfwSetJoystickCallback
ago%!(EXTRA string=9 years)
Camilla Berglund
13e2ad2840
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
bc713dabc4
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
7ab7d8b4b1
Make use of uint32_t where appropriate
...
This change does not affect the ABI.
ago%!(EXTRA string=9 years)
Camilla Berglund
5661d03be8
Replace GLFWuint64 with uint64_t
...
C99 stdint.h is provided by VS 2010 and later. GLFW has not provided
testing or binaries for VS 2008 for several releases.
For earlier versions of VS there are third-party alternatives:
https://msinttypes.googlecode.com/svn/trunk/stdint.h
http://www.azillionmonkeys.com/qed/pstdint.h
This change does not affect the ABI.
ago%!(EXTRA string=9 years)
Camilla Berglund
728a088cd7
Fix event processing guide section
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
b823f7151e
Add glfwSetWindowIcon
...
Adds support for setting window icons programmatically on platforms
where this makes sense.
Fixes #453 .
Closes #467 .
ago%!(EXTRA string=9 years)
Camilla Berglund
793eef1d0a
Fix missing word
ago%!(EXTRA string=9 years)
Camilla Berglund
ee33dcdf33
Fix speling
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
5620895e88
Add glfwWaitEventsTimeout
...
This function will put the calling thread to sleep until an event
arrives or until the specified timeout has elapsed.
ago%!(EXTRA string=9 years)
Camilla Berglund
337c77a39b
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
9fb00f2ad0
Fix speling
ago%!(EXTRA string=9 years)
Camilla Berglund
31f67dd3cc
Add glfwGetTimerValue and glfwGetTimerFrequency
...
This adds raw timer access to the public API and builds the
floating-point time functions on top. It also makes the GLFWuint64 type
public.
ago%!(EXTRA string=9 years)
Camilla Berglund
239ede725d
Add cache variable setting to source tree method
...
By default both tests, examples and documentation is built when the GLFW
source tree is included in a larger CMake project.
ago%!(EXTRA string=9 years)
Camilla Berglund
22a09a53e6
Centralize documentation generation logic
ago%!(EXTRA string=9 years)
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
7669ade19c
Make instance extension count unsigned
...
Fixes #714 .
ago%!(EXTRA string=9 years)
Camilla Berglund
bda18bc899
Remove XInput2 XI_Motion support
...
Sadly, this interferes with the Steam overlay.
Fixes #304 .
ago%!(EXTRA string=9 years)
Camilla Berglund
a10caa4631
Add glfwMaximizeWindow and GLFW_MAXIMIZED
...
Fixes #266 .
ago%!(EXTRA string=9 years)
Camilla Berglund
cbcadded18
Update documentation main page
ago%!(EXTRA string=9 years)
Camilla Berglund
80c203f3bb
Separate guide and reference documentation tags
ago%!(EXTRA string=9 years)
Camilla Berglund
bad778c1c4
OpenGL headers not required for compilation
ago%!(EXTRA string=9 years)
Camilla Berglund
65870346e4
Add Vulkan functions to thread safety section
ago%!(EXTRA string=9 years)
Camilla Berglund
511183e76c
Remove CRLF line endings
ago%!(EXTRA string=9 years)
Camilla Berglund
b0b77bc0f2
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
be94eb67be
Add support for EGL_KHR_gl_colorspace
...
Fixes #285 .
ago%!(EXTRA string=9 years)
Camilla Berglund
08ea80b708
Clarify language on instance function loading
ago%!(EXTRA string=9 years)
Camilla Berglund
95c44ab298
Fix cursor coordinate phrasing
...
Fixes #387 .
ago%!(EXTRA string=9 years)
Camilla Berglund
41b82903a8
Documentation work
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
f51cf81148
Add error sections to reference docs
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
58a83ca8ad
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
b63b992fd6
CMake documentation work
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)
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
ecd04539ec
Add mention of command-line CMake option setting
ago%!(EXTRA string=10 years)
Camilla Berglund
addb977ef1
Use monitor callback event more strictly
ago%!(EXTRA string=10 years)
Camilla Berglund
0df4e06f11
Make more RFC 2119 compliant use of may
ago%!(EXTRA string=10 years)
Camilla Berglund
001761ed58
Add note on event processing to context guide
ago%!(EXTRA string=10 years)
Camilla Berglund
9c315412e1
Add glfwGetKeyName
...
Fixes #464 .
ago%!(EXTRA string=10 years)
Camilla Berglund
584d5f0f31
Remove dependency on eglplatform.h header
...
Fixes #636 .
ago%!(EXTRA string=10 years)