Commit Graph

14 Commits

Author SHA1 Message Date
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.
2013-03-01 14:13:45 +01:00
SephiRok 1ae9ce1e0a Fixed print screen key input for all platforms. 2013-02-21 18:41:27 +01:00
Camilla Berglund 788bbefd8e Added missing credit. 2013-02-21 00:08:48 +01:00
Camilla Berglund eb80266d89 Added credit. 2013-02-17 19:11:16 +01:00
Camilla Berglund 253e0d6b23 Added GLFW_REPEAT. 2013-02-15 13:21:11 +01:00
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