Camilla Berglund
c9808586b3
Added GLFW_DOUBLEBUFFER.
ago%!(EXTRA string=11 years)
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 .
ago%!(EXTRA string=11 years)
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 .
ago%!(EXTRA string=11 years)
Siavash Eliasi
0ffe934a3e
Fixed typo in transition guide.
ago%!(EXTRA string=11 years)
Camilla Berglund
aa5be2dbc3
Removed deprecated Doxygen options.
ago%!(EXTRA string=11 years)
Siavash Eliasi
f91d1d967f
Fixed doxygen navigation bar position for Firefox web browser.
...
- More unification with website (page padding and width)
- Setting the minimum width of navigation bars to 800px.
ago%!(EXTRA string=11 years)
Camilla Berglund
42bf473b18
Added linking tutorial caveat.
ago%!(EXTRA string=11 years)
Siavash Eliasi
f6f5b4ab0d
Fixed doxygen navigation bar position for chromium web browser.
ago%!(EXTRA string=11 years)
Camilla Berglund
eb3f75e03e
Added glfwGetWindowFrameSize.
ago%!(EXTRA string=11 years)
Camilla Berglund
5c8121e7a8
Clarified language for file drop callback.
ago%!(EXTRA string=11 years)
Camilla Berglund
68d757113b
Added custom cursors to news.
ago%!(EXTRA string=11 years)
Eddie Ringle
d79be3f7fc
docs/window.dox: Fix typo
...
Signed-off-by: Eddie Ringle <eddie@eringle.net>
ago%!(EXTRA string=11 years)
Camilla Berglund
1ccc23268c
Added glfwPostEmptyEvent.
ago%!(EXTRA string=11 years)
Camilla Berglund
a89a02ff85
Fixed documentation copypaste error.
ago%!(EXTRA string=11 years)
Siavash Eliasi
aaea58fa2e
Removed <code> element background from other undesirable cases.
ago%!(EXTRA string=11 years)
Siavash Eliasi
9ddaf76b68
Added background colour for non-table and non-note <code> elements.
ago%!(EXTRA string=11 years)
Camilla Berglund
754536404e
Updated version number on main page.
ago%!(EXTRA string=11 years)
Camilla Berglund
a75c457620
Removed background of <code> elements.
ago%!(EXTRA string=11 years)
Camilla Berglund
84377c6175
Added _GLFW_USE_RETINA.
ago%!(EXTRA string=11 years)
Camilla Berglund
5114339136
Added high-DPI viewport note to news.
ago%!(EXTRA string=11 years)
Camilla Berglund
1d3f3e65a0
Added high-DPI note to transition guide.
ago%!(EXTRA string=11 years)
Camilla Berglund
040552fcca
Added file drop support to news page.
ago%!(EXTRA string=11 years)
Camilla Berglund
2edc25b729
Added extensions to X11 conformance section.
ago%!(EXTRA string=11 years)
Camilla Berglund
b4001b78b9
X11 conformance updates.
ago%!(EXTRA string=11 years)
Camilla Berglund
0b8cd09435
Updated title of X11 conformance section.
ago%!(EXTRA string=11 years)
Camilla Berglund
313480a09c
Added XDND note to conformance page.
ago%!(EXTRA string=11 years)
Camilla Berglund
b17bed28c8
Added note on gdi32 as non-defaultlib on MinGW.
...
Some versions of MinGW do not include gdi32 among the default libraries
for Win32 subsystem binaries.
ago%!(EXTRA string=12 years)
Camilla Berglund
4eea3175f1
Re-worded OS X context creation limits.
ago%!(EXTRA string=12 years)
Camilla Berglund
8ac7cab100
Added notes on API headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
5668eb0732
Added paragraph on object sharing.
ago%!(EXTRA string=12 years)
Camilla Berglund
8443848637
Updated swap interval notes.
ago%!(EXTRA string=12 years)
Camilla Berglund
e0ee90d50c
Fixed news item tag name.
ago%!(EXTRA string=12 years)
Camilla Berglund
171538d01c
Grammar fix.
ago%!(EXTRA string=12 years)
Camilla Berglund
c21745c886
Added reference to manual compilation guide.
ago%!(EXTRA string=12 years)
Camilla Berglund
9979da59e3
Manual compilation guide work.
ago%!(EXTRA string=12 years)
Camilla Berglund
8b1b322771
Added manual compilation guide.
ago%!(EXTRA string=12 years)
Camilla Berglund
bb3f29d8bc
Added note on profile detection.
ago%!(EXTRA string=12 years)
Camilla Berglund
d82095d7ea
Changed from PREFIX to CMAKE_INSTALL_PREFIX.
ago%!(EXTRA string=12 years)
Camilla Berglund
a79c844c4d
Oh dear.
ago%!(EXTRA string=12 years)
Camilla Berglund
6c12ffc902
Added the GLFW_BUILD_DOCS CMake option.
ago%!(EXTRA string=12 years)
Camilla Berglund
174c72f2c0
Moved GLFW compilation guide to docs.
ago%!(EXTRA string=12 years)
Camilla Berglund
394c44ccf9
More words on window closing.
ago%!(EXTRA string=12 years)
Camilla Berglund
db8e6bed7a
Cross-linked build guides.
ago%!(EXTRA string=12 years)
Camilla Berglund
a5df39e14f
Added section on user pointer to window guide.
ago%!(EXTRA string=12 years)
siavash
1695fd08f0
Fixed page header background image location.
ago%!(EXTRA string=12 years)
Camilla Berglund
fa765ee719
Removed DOS line breaks.
ago%!(EXTRA string=12 years)
Camilla Berglund
aab08712dd
Fixed zero refresh rate on some monitors.
ago%!(EXTRA string=12 years)
Camilla Berglund
12f0d8d4ca
Build documentation grammar fix.
ago%!(EXTRA string=12 years)
Andrew Corrigan
34f1c298b6
config.h.in --> glfw_config.h.in
ago%!(EXTRA string=12 years)
Camilla Berglund
1f6696d433
Added references to build guide.
ago%!(EXTRA string=12 years)