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)
Camilla Berglund
43d6292328
Formatting
ago%!(EXTRA string=10 years)
Camilla Berglund
98b478fec1
Add more GLFW_NO_API documentation
ago%!(EXTRA string=10 years)
Camilla Berglund
d00579bf60
Clarify pre-initialization threading limitations
ago%!(EXTRA string=10 years)
Camilla Berglund
ba1f1f8ee9
Update tutorial
...
Related to #628 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d946337724
Document GLFW_CONTEXT_NO_ERROR caveat
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
88660fdf64
Add note on C++11/C11 UTF-8 literals
ago%!(EXTRA string=10 years)
Camilla Berglund
f47e2f3ae4
Documentation work
ago%!(EXTRA string=10 years)
Camilla Berglund
318e8acfae
Header file documentation work
ago%!(EXTRA string=10 years)
Camilla Berglund
b312f5e208
Fix grammar
ago%!(EXTRA string=10 years)
Camilla Berglund
c9040bce55
Improve tutorial ending
ago%!(EXTRA string=10 years)
Camilla Berglund
ce52210832
Add note about non-magic boolean values
ago%!(EXTRA string=10 years)
Camilla Berglund
37b10d1a0e
New release
ago%!(EXTRA string=10 years)
Camilla Berglund
143c52e4cd
Add OpenGL tutorial links to tutorial
ago%!(EXTRA string=10 years)
Camilla Berglund
156cd33c7f
Add use of glad to tutorial
ago%!(EXTRA string=10 years)
Camilla Berglund
bbae72cea2
Improve header section of tutorial
ago%!(EXTRA string=10 years)
Camilla Berglund
02b1710ab2
Remove mention of GLU from tutorial
ago%!(EXTRA string=10 years)
Camilla Berglund
af5b82acf5
Documentation work
ago%!(EXTRA string=10 years)
Camilla Berglund
42efd26698
Remove support for Universal Binaries
ago%!(EXTRA string=10 years)
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
ago%!(EXTRA string=10 years)
Camilla Berglund
22eca139fb
Remove compile-time client library selection
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
be65829055
Clarify GLU deprecation
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
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
dd01dd7bef
Replace GLU with linmath.h in examples
ago%!(EXTRA string=10 years)
Camilla Berglund
04c057238b
Added support for EXT_framebuffer_sRGB.
...
Added sRGB extensions to standards conformance page.
ago%!(EXTRA string=10 years)
Camilla Berglund
2cc3c16ab1
Documentation tweak.
ago%!(EXTRA string=10 years)
Camilla Berglund
1c104a385d
Clarified note on role of CMake.
ago%!(EXTRA string=10 years)
Camilla Berglund
6d5753c548
Added support for AMD PowerXpress override.
...
Generalized _GLFW_USE_OPTIMUS_HPG to _GLFW_USE_HYBRID_HPG to reflect the
change.
Fixes #520 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d3e25db395
Added missing documentation for option.
ago%!(EXTRA string=10 years)
Camilla Berglund
3c52cb1790
Simplified glXGetProcAddress logic.
...
Removed compile-time selection of GLX entry point retrieval mechanism.
Made dlopen a required dependency.
This is a stopgap solution until we start requiring GLX 1.4.
ago%!(EXTRA string=10 years)
Camilla Berglund
8309e0ecb0
Use DwmFlush when DWM is enabled.
...
Use DwmFlush instead of WGL_EXT_swap_control when desktop compositing is
enabled, to avoid the jitter of DWM and WGL vsync fighting.
Fixes #516 .
ago%!(EXTRA string=10 years)
Camilla Berglund
460c34df4b
Documentation tweaks.
ago%!(EXTRA string=10 years)
Camilla Berglund
5733b0e4cb
Removed repetitition in input guide.
...
Fixes #496 .
ago%!(EXTRA string=10 years)
Camilla Berglund
6b21c4f6c9
Fixed out-of-tree build documentation.
...
Fixes #489 .
ago%!(EXTRA string=10 years)