Camilla Löwy
3e73a5c76c
Rename Doxygen files to Markdown
ago%!(EXTRA string=1 year)
Camilla Löwy
fb10e95f78
Add language tags for C code sections
ago%!(EXTRA string=1 year)
TheChocolateOre
2e12ef00bb
Fix typos and other issues in docs
...
This fixes spelling, grammar and punctuation issues, missing words and
stray words across the documentation. A confusing sentence was removed
from the tutorial.
Closes #2085
ago%!(EXTRA string=3 years)
Camilla Löwy
399c2a1fad
Clarify docs on default GL header inclusion
...
The documentation claims that any extension loader library header
included before the GLFW one will prevent the inclusion of the
default OpenGL header. In reality this only worked if the loader
defined the canonical desktop OpenGL __gl_h_ inclusion guard and even
then relied on the OpenGL header to detect this.
This is the companion to 105cf32e0b
, which
added the preprocessor logic to check for many known OpenGL and OpenGL
ES inclusion guards and not even attempt to include the default header
if any are present.
Some clarification of the language around header inclusion has also been
attempted, including making GLFW_INCLUDE_NONE more prominent.
Fixes #1695 .
ago%!(EXTRA string=5 years)
Camilla Löwy
d7ae90a790
Update community resource links
ago%!(EXTRA string=5 years)
Camilla Löwy
feaa532886
Add missing word
ago%!(EXTRA string=6 years)
Camilla Löwy
e4aba7feaa
Convert triangle-opengl example to 3.3 core
ago%!(EXTRA string=6 years)
Camilla Löwy
a639d6e635
Rename OpenGL triangle example to triangle-opengl
ago%!(EXTRA string=6 years)
Camilla Löwy
d7e30b1c74
Replace glad and the Vulkan SDK with glad2
...
This removes all dependencies from the GLFW test programs on the Vulkan
SDK.
It also removes support for linking the GLFW shared library (dynamic
library, DLL) against the Vulkan loader static library.
ago%!(EXTRA string=6 years)
MrVallentin
85fd5aa6c4
Use HTTPS when possible
ago%!(EXTRA string=7 years)
Emmanuel Gil Peyrot
c3cba58a71
Remove trailing whitespace
ago%!(EXTRA string=7 years)
Camilla Löwy
1be81a1540
Documentation work
ago%!(EXTRA string=8 years)
Camilla Berglund
8d6f265441
Update default name from OS X to macOS
...
Note that earlier releases are still referred to by their proper names;
OS X <version> or Mac OS X <version>.
ago%!(EXTRA string=9 years)
Camilla Berglund
80c203f3bb
Separate guide and reference documentation tags
ago%!(EXTRA string=9 years)
Camilla Berglund
58a83ca8ad
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
43d6292328
Formatting
ago%!(EXTRA string=10 years)
Camilla Berglund
ba1f1f8ee9
Update tutorial
...
Related to #628 .
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
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
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
be65829055
Clarify GLU deprecation
ago%!(EXTRA string=10 years)
Camilla Berglund
4188c263e3
Documentation work.
ago%!(EXTRA string=10 years)
Camilla Berglund
4e375d0e74
Documentation work.
ago%!(EXTRA string=10 years)
Pontus Stenetorp
e132945f71
Added missing article.
...
Fixes #409 .
ago%!(EXTRA string=10 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)
Camilla Berglund
c9808586b3
Added GLFW_DOUBLEBUFFER.
ago%!(EXTRA string=11 years)
Camilla Berglund
1f6696d433
Added references to build guide.
ago%!(EXTRA string=12 years)
Camilla Berglund
4b7ae4918b
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
ee91dea741
Added key input to quick tutorial.
ago%!(EXTRA string=12 years)
Camilla Berglund
fbfbf3ce07
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
ad1f6f0341
Renamed glfwGetWindowParam to glfwGetWindowAttrib.
...
Parameters are something specified at creation time and are often
immutable, while many of the values returned by glfwGetWindowParam
reflected current state not controlled by any parameter or hint.
ago%!(EXTRA string=12 years)
Camilla Berglund
15ed715f4e
Moved public headers to the GLFW directory.
ago%!(EXTRA string=12 years)
Camilla Berglund
19cfc5e6f2
Grammar fix.
ago%!(EXTRA string=12 years)
Camilla Berglund
8282a8fbe0
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
e248fb6056
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
13ccf7d9de
Fixed bullet lists.
ago%!(EXTRA string=12 years)
Camilla Berglund
87af36830c
Added reference to example source file.
ago%!(EXTRA string=12 years)
Camilla Berglund
c5ea91d6a3
Added tables of contents.
ago%!(EXTRA string=12 years)
Camilla Berglund
71d2b574f8
Converted docs to hybrid Markdown.
ago%!(EXTRA string=12 years)
Camilla Berglund
64afb193e8
Removed return value of close callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
6fadf37bda
Replaced window close parameter with mutable flag.
...
Replaced the GLFW_SHOULD_CLOSE window parameter with the
glfwWindowShouldClose and glfwSetWindowShouldClose functions, allowing
the setting of the close flag from any point in the program.
ago%!(EXTRA string=12 years)