Camilla Berglund
be94eb67be
Add support for EGL_KHR_gl_colorspace
...
Fixes #285 .
2016-02-17 17:27:33 +01:00
Camilla Berglund
0df4e06f11
Make more RFC 2119 compliant use of may
2015-12-13 14:49:01 +01:00
Camilla Berglund
98b478fec1
Add more GLFW_NO_API documentation
2015-11-05 13:52:04 +01:00
Camilla Berglund
d946337724
Document GLFW_CONTEXT_NO_ERROR caveat
2015-10-27 21:11:36 +01:00
Camilla Berglund
7be8209d14
Add GLFW_CONTEXT_NO_ERROR window hint
...
This adds support for the GL_KHR_no_error extension.
2015-10-27 20:36:20 +01:00
Camilla Berglund
88660fdf64
Add note on C++11/C11 UTF-8 literals
2015-10-24 21:41:39 +02:00
Camilla Berglund
37b10d1a0e
New release
2015-10-24 20:28:25 +02:00
Camilla Berglund
af5b82acf5
Documentation work
2015-10-19 16:01:42 +02:00
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
2015-10-18 17:18:29 +02:00
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
2015-10-13 00:46:02 +02:00
Camilla Berglund
04c057238b
Added support for EXT_framebuffer_sRGB.
...
Added sRGB extensions to standards conformance page.
2015-07-16 17:48:00 +02:00
Camilla Berglund
8309e0ecb0
Use DwmFlush when DWM is enabled.
...
Use DwmFlush instead of WGL_EXT_swap_control when desktop compositing is
enabled, to avoid the jitter of DWM and WGL vsync fighting.
Fixes #516 .
2015-05-21 18:28:53 +02:00
Camilla Berglund
460c34df4b
Documentation tweaks.
2015-04-19 13:50:13 +02:00
Camilla Berglund
427c79b24b
Documented framebuffer attribute retrieval.
...
Related to #476 .
2015-03-30 21:53:47 +02:00
Camilla Berglund
f3270d4ce8
Fixed language referring to GLFW 2.
...
Fixes #476 .
2015-03-26 12:42:30 +01:00
Camilla Berglund
5268914b3f
Started 3.1.2.
2015-03-20 00:16:24 +01:00
Camilla Berglund
75b7720d00
Removed stray word in window guide.
2015-03-15 15:47:39 +01:00
Camilla Berglund
98e36753e6
Clarified language for windowed full screen.
...
Fixes #447 .
2015-02-22 19:22:48 +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
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
138feb8be6
Documentation work.
2015-01-05 18:01:24 +01:00
Camilla Berglund
2bed33ab15
Formatting.
2014-12-31 17:54:22 +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
1285e07f1b
Documentation work.
2014-10-30 14:38:38 +01: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
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
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
e8e05d462c
Documentation work.
...
Fixes #276 .
2014-06-19 11:38:22 +02:00
Camilla Berglund
3ce7bfef07
Added GLFW_FLOATING.
...
Fixes #23 .
2014-06-18 16:39:39 +02:00
Camilla Berglund
c9808586b3
Added GLFW_DOUBLEBUFFER.
2014-06-18 16:36:53 +02:00
Camilla Berglund
281013002d
Added GLFW_DONT_CARE.
...
This changes the behavior of framebuffer hints set to zero. Before,
zero meant that any value was acceptable. This changes zero to be an
explicit preference and adds GLFW_DONT_CARE to mean that any value is
equally acceptable.
Fixes #70 .
2014-06-18 16:36:22 +02:00
Camilla Berglund
25e7ff1196
Added GLFW_AUTO_ICONIFY.
...
By default, full screen windows that lose focus will be iconified and
the video mode will be restored. This makes it impossible to create
applications spanning multiple monitors. The GLFW_AUTO_ICONIFY window
hint will allow users to disable this behavior.
Fixes #143 .
2014-06-18 16:33:58 +02:00
Eddie Ringle
d79be3f7fc
docs/window.dox: Fix typo
...
Signed-off-by: Eddie Ringle <eddie@eringle.net>
2014-03-16 17:43:41 -04:00
Camilla Berglund
a89a02ff85
Fixed documentation copypaste error.
2014-03-06 15:31:24 +01:00
Camilla Berglund
8443848637
Updated swap interval notes.
2013-11-24 23:31:15 +01:00
Camilla Berglund
bb3f29d8bc
Added note on profile detection.
2013-11-19 17:57:08 +01:00
Camilla Berglund
a5df39e14f
Added section on user pointer to window guide.
2013-10-12 20:00:16 +02:00
Camilla Berglund
4b7ae4918b
Documentation work.
2013-07-07 12:59:30 +02:00
Camilla Berglund
fbfbf3ce07
Documentation work.
2013-06-05 21:26:40 +02:00
Camilla Berglund
44e8401f7b
Clarified default profile token name.
2013-06-05 16:15:20 +02:00