Camilla Berglund
1a004264f4
Removed reference to Carbon by postponed feature.
2015-03-17 16:48:56 +01:00
Camilla Berglund
8f08661d9e
Header option macro fixes and documentation work.
...
This adds compile-time checks and documentation warning about defining
header option macros during compilation of GLFW.
Fixes #445 .
2015-03-17 16:39:09 +01:00
Camilla Berglund
d493a82f9e
Various error fixes.
...
Fixed incorrect error types. Added missing error string prefixes.
Removed some invalid or superfluous error emissions. Clarified some
error strings. Joined error string lines to aid grep. Replaced some
generic error strings with specific ones. Documentation work.
Fixes #450 .
2015-03-15 15:52:27 +01:00
Camilla Berglund
75b7720d00
Removed stray word in window guide.
2015-03-15 15:47:39 +01:00
Camilla Berglund
d79beb9539
Renamed monitor test program.
2015-03-15 15:47:15 +01:00
Camilla Berglund
98e36753e6
Clarified language for windowed full screen.
...
Fixes #447 .
2015-02-22 19:22:48 +01:00
Camilla Berglund
f4c127f75a
Made XInput2 optional at compile-time.
...
This is required for RHEL 5, CentOS 5 and Cygwin-X.
Fixes #314 .
2015-02-16 15:40:39 +01:00
Camilla Berglund
ead8a1c333
Started 3.1.1.
2015-01-25 10:42:01 +01:00
Camilla Berglund
4188c263e3
Documentation work.
2015-01-18 17:30:10 +01:00
Camilla Berglund
3efff4e8de
Documentation work.
2015-01-17 23:10:54 +01:00
Camilla Berglund
479fa6408a
Documentation work.
2015-01-17 23:52:54 +01:00
Camilla Berglund
ce196232a7
Documentation work.
2015-01-16 14:09:03 +01:00
Camilla Berglund
ce8f97c23c
Documentation work.
...
Fixes #212 .
Fixes #420 .
2015-01-16 01:34:12 +01:00
Camilla Berglund
4e375d0e74
Documentation work.
2015-01-11 18:25:54 +01:00
Camilla Berglund
500f5ebf04
Documentation work.
...
Fixes #416 .
2015-01-11 03:57:28 +01:00
Pontus Stenetorp
e132945f71
Added missing article.
...
Fixes #409 .
2015-01-06 00:02:43 +01:00
Camilla Berglund
138feb8be6
Documentation work.
2015-01-05 18:01:24 +01:00
Camilla Berglund
2085876da6
Documentation work.
2015-01-05 16:17:50 +01:00
Camilla Berglund
d459145d28
Made glfwGetCursorPos query system directly.
...
Fixes #103 .
Fixes #153 .
Fixes #193 .
Fixes #355 .
Fixes #381 .
2015-01-04 16:54:19 +01:00
Camilla Berglund
2bed33ab15
Formatting.
2014-12-31 17:54:22 +01:00
Camilla Berglund
4783b17fa3
Added NvOptimusEnablement DLL caveat.
2014-12-29 03:57:45 +01:00
Camilla Berglund
01c0c3ca1f
Fixed misplaced subheading.
2014-12-19 06:25:32 +01:00
Camilla Berglund
44372b89f6
Documentation work.
2014-12-18 02:53:14 +01:00
Camilla Berglund
2a1375e97c
Added glfwCreateStandardCursor.
...
This function allows the creation of cursor objects using one of several
standard cursor shapes from the current system cursor theme.
2014-12-15 21:58:44 +01:00
Camilla Berglund
ce0e74f6a9
Fixed word in standards conformance.
2014-12-11 13:54:03 +01:00
Camilla Berglund
5c003d3fbe
Added Mir to compilation guide.
2014-11-10 02:04:45 +01:00
Camilla Berglund
1285e07f1b
Documentation work.
2014-10-30 14:38:38 +01:00
Siavash Eliasi
f611ba8aa0
Using consistent margins for tips and code blocks.
2014-10-22 10:29:40 +03:30
Camilla Berglund
a21f2377bc
Updated TinyCThread URL.
2014-10-15 03:56:16 +02:00
Camilla Berglund
b140606a49
Added GLFW_INCLUDE_GLEXT for glext.h inclusion.
...
Closes #365 .
2014-10-13 23:57:21 +02:00
Camilla Berglund
2d13eb0920
Documentation work.
2014-10-13 17:23:05 +02:00
Camilla Berglund
496567d3f1
Documentation work.
2014-10-13 15:48:40 +02:00
Camilla Berglund
a6c57dc6f1
Documentation work.
2014-10-07 19:43:05 +02:00
Camilla Berglund
96d230becb
Documentation work.
2014-10-07 12:24:31 +02:00
Camilla Berglund
e0c26f0ec5
Changed default of GLFW_REFRESH_RATE.
...
Fixes #354 .
2014-10-06 23:52:10 +02:00
Camilla Berglund
6be821c18b
Documentation work.
2014-10-06 23:18:33 +02:00
Camilla Berglund
95654cfada
Documentation work.
2014-10-06 15:01:58 +02:00
Camilla Berglund
4591ad2d64
Documentation work.
2014-09-22 11:08:33 +02:00
Camilla Berglund
e9c7314d50
Added GLFW_FOCUSED window hint.
...
Fixes #101 .
2014-09-10 11:50:50 +02:00
Camilla Berglund
66c3af7628
Added compatibility paragraphs on flush control.
2014-09-05 13:57:58 +02:00
Camilla Berglund
44c899ce70
Added support for GL_KHR_context_flush_control.
2014-08-21 19:29:04 +02:00
Camilla Berglund
4ce884fa52
Added OpenGL Reference pointers.
2014-08-15 15:16:45 +02:00
Camilla Berglund
c39ebfe1b8
Fixed callback syntax in tutorial.
2014-07-23 23:52:20 +02:00
Camilla Berglund
0364457947
Added custom Doxygen layout file.
2014-07-04 13:27:41 +02:00
Siavash Eliasi
9c545d6a14
Fixed typo.
2014-07-03 10:26:49 +04:30
Camilla Berglund
c015852498
Restored smaller Doxygen code block padding.
...
This is a revert of db5b089cee
.
2014-07-02 18:41:30 +02:00
Siavash Eliasi
5a48f3123f
Using a light grey syntax highlighting theme.
2014-07-02 20:44:03 +04:30
Siavash Eliasi
51208601a4
Setting CSS for horizontal rules.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
2ea74e60f9
Using slightly brighter set of colors for message boxes.
2014-06-26 22:16:09 +02:00
Siavash Eliasi
db5b089cee
Increasing code block padding.
2014-06-26 22:16:09 +02:00