Camilla Berglund
|
efc6b35615
|
Rename joystick ID variables
|
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
|
0f12be7549
|
Documentation work
|
ago%!(EXTRA string=9 years) |
Camilla Berglund
|
8a7fa306ce
|
Add glfwSetJoystickCallback
|
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
|
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
|
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
|
80c203f3bb
|
Separate guide and reference documentation tags
|
ago%!(EXTRA string=9 years) |
Camilla Berglund
|
95c44ab298
|
Fix cursor coordinate phrasing
Fixes #387.
|
ago%!(EXTRA string=9 years) |
Camilla Berglund
|
9c315412e1
|
Add glfwGetKeyName
Fixes #464.
|
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
|
85a01bfd9b
|
Document image data being non-premultiplied
Fixes #426.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
5733b0e4cb
|
Removed repetitition in input guide.
Fixes #496.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
4188c263e3
|
Documentation work.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
138feb8be6
|
Documentation work.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
d459145d28
|
Made glfwGetCursorPos query system directly.
Fixes #103.
Fixes #153.
Fixes #193.
Fixes #355.
Fixes #381.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
2a1375e97c
|
Added glfwCreateStandardCursor.
This function allows the creation of cursor objects using one of several
standard cursor shapes from the current system cursor theme.
|
ago%!(EXTRA string=11 years) |
Camilla Berglund
|
496567d3f1
|
Documentation work.
|
ago%!(EXTRA string=11 years) |
Camilla Berglund
|
95654cfada
|
Documentation work.
|
ago%!(EXTRA string=11 years) |
Camilla Berglund
|
4591ad2d64
|
Documentation work.
|
ago%!(EXTRA string=11 years) |
Camilla Berglund
|
e8e05d462c
|
Documentation work.
Fixes #276.
|
ago%!(EXTRA string=11 years) |