Camilla Berglund
433db8f9f9
Allow combining Vulkan and GL/GLES header macros
ago%!(EXTRA string=9 years)
Camilla Berglund
bb3cb8f233
Cleanup
...
Clean up code and documentation for glfwGetKeyScancode and add
implementation for Wayland and Mir.
Related to #830 .
ago%!(EXTRA string=9 years)
Michael Stocker
e745b0dd47
Add glfwGetKeyScancode
...
Allows retrieval of platform scancode from GLFW_KEY_*. Implemented for
Win32, Cocoa and X11. Stubs for Mir and Wayland.
Closes #830 .
ago%!(EXTRA string=9 years)
Camilla Berglund
53fafad915
Start 3.3
ago%!(EXTRA string=9 years)
Camilla Berglund
999f3556fd
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
80ba9944e5
Remove msvcrt recommendation
ago%!(EXTRA string=9 years)
Camilla Berglund
0f12be7549
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
c98d09f15d
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
7c3706763a
Cleanup
...
Cleanup of 8bdb105897
.
Add build macro to configuration header and documentation. Add
corresponding CMake option. Add change log entry and credit. Add
loader static library to link dependencies and add detection to
FindVulkan.cmake.
ago%!(EXTRA string=9 years)
Camilla Berglund
fb418b26d7
Fix grammar
...
Fixes #776 .
ago%!(EXTRA string=9 years)
Camilla Berglund
c1b1e0aab1
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
4bccb3dc9f
Start 3.2.1
ago%!(EXTRA string=9 years)
Camilla Berglund
f6ec835599
Fix documentation for timer thread safety
ago%!(EXTRA string=9 years)
Camilla Berglund
9e86826eab
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
278bffe059
Remove severely outdated Rift guide
ago%!(EXTRA string=9 years)
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)