Camilla Berglund
21525d119f
Updated readme links to guides.
ago%!(EXTRA string=12 years)
Camilla Berglund
f0bae76e5f
Added credit.
ago%!(EXTRA string=12 years)
Camilla Berglund
129e94da2e
Changed cursor pos to double.
ago%!(EXTRA string=12 years)
Camilla Berglund
378c75d153
Added GLFW_INCLUDE_NONE.
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)
SephiRok
1ae9ce1e0a
Fixed print screen key input for all platforms.
ago%!(EXTRA string=12 years)
Camilla Berglund
788bbefd8e
Added missing credit.
ago%!(EXTRA string=12 years)
Camilla Berglund
eb80266d89
Added credit.
ago%!(EXTRA string=12 years)
Camilla Berglund
253e0d6b23
Added GLFW_REPEAT.
ago%!(EXTRA string=12 years)
Camilla Berglund
919bc0679d
Formatted change log.
ago%!(EXTRA string=12 years)
Camilla Berglund
a933d8c109
Added GLFW_INCLUDE_ES3.
ago%!(EXTRA string=12 years)
Camilla Berglund
b6926b1836
Added note on using GLFW from CMake.
ago%!(EXTRA string=12 years)
Camilla Berglund
8ad7c456fd
Fixed Windows GLFW library names.
ago%!(EXTRA string=12 years)
Camilla Berglund
7c1932381b
Reintroduced glfwGetWindowPos, glfwSetWindowPos.
ago%!(EXTRA string=12 years)
Camilla Berglund
ee5f30ea8f
Replaced glfwGetMonitorParam with glfwGetMonitor*.
...
Having one way to retrieve the cursor position and another (more
verbose) way to retrieve the monitor position is inconsistent. Having
them both work the same way is the least surprising thing.
The expected glfwGetMonitorSize function gets an added Physical in its
name so users won't confuse it with glfwGetVideoMode.
ago%!(EXTRA string=12 years)
Camilla Berglund
075e37d29e
Added note on CMake option prefixes.
ago%!(EXTRA string=12 years)
Camilla Berglund
b39118408e
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
c70e2e9c3c
Replaced readme.html with README.md.
...
Removed historic changelog, updated build and use documentation,
reformatted contributor list, removed structure table, etc.
ago%!(EXTRA string=12 years)