Commit Graph

309 Commits

Author SHA1 Message Date
Camilla Berglund
919bc0679d Formatted change log. 2013-02-14 20:35:48 +01:00
Camilla Berglund
a933d8c109 Added GLFW_INCLUDE_ES3. 2013-02-14 19:28:59 +01:00
Camilla Berglund
b6926b1836 Added note on using GLFW from CMake. 2013-02-14 17:27:37 +01:00
Camilla Berglund
8ad7c456fd Fixed Windows GLFW library names. 2013-02-11 19:43:22 +01:00
Camilla Berglund
7c1932381b Reintroduced glfwGetWindowPos, glfwSetWindowPos. 2013-02-11 19:43:08 +01:00
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.
2013-02-04 12:33:10 +01:00
Camilla Berglund
075e37d29e Added note on CMake option prefixes. 2013-02-04 12:33:04 +01:00
Camilla Berglund
b39118408e Documentation work. 2013-02-04 12:20:42 +01:00
Camilla Berglund
c70e2e9c3c Replaced readme.html with README.md.
Removed historic changelog, updated build and use documentation,
reformatted contributor list, removed structure table, etc.
2013-02-04 10:46:02 +01:00