Camilla Berglund
75a6d87542
Added support for Cygwin-X.
...
Fixes #406 .
ago%!(EXTRA string=10 years)
Camilla Berglund
5f21e213df
Made Xxf86vm optional at compile-time.
ago%!(EXTRA string=10 years)
Camilla Berglund
f4c127f75a
Made XInput2 optional at compile-time.
...
This is required for RHEL 5, CentOS 5 and Cygwin-X.
Fixes #314 .
ago%!(EXTRA string=10 years)
Camilla Berglund
93855ae6ab
Fixed name of path drop list.
ago%!(EXTRA string=10 years)
Camilla Berglund
ac8dba2a80
Cleaned up text/uri-list parsing.
ago%!(EXTRA string=10 years)
Camilla Berglund
f5c9265d1b
Fixed test joystick drawing leaving holes.
...
Fixes #437 .
ago%!(EXTRA string=10 years)
Camilla Berglund
21280ca775
Fixed glfwSetWindowSize not changing video mode.
...
glfwSetWindowSize did not change the video mode for full screen windows
on OS X.
Fixes #423 .
ago%!(EXTRA string=10 years)
Camilla Berglund
ead8a1c333
Started 3.1.1.
ago%!(EXTRA string=11 years)
Camilla Berglund
4188c263e3
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
3efff4e8de
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
479fa6408a
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
ce196232a7
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
ce8f97c23c
Documentation work.
...
Fixes #212 .
Fixes #420 .
ago%!(EXTRA string=11 years)
Camilla Berglund
4e375d0e74
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
500f5ebf04
Documentation work.
...
Fixes #416 .
ago%!(EXTRA string=11 years)
Camilla Berglund
1591caa0e5
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
bb338a2b9c
Fixed monitor size not corrected for rotation.
...
Fixes #413 .
ago%!(EXTRA string=11 years)
Camilla Berglund
4329a78011
Removed check for NULL to glfwExtensionSupported.
ago%!(EXTRA string=11 years)
Camilla Berglund
023f337735
Fixed IDE folder issues for VC++.
...
Fixes #328 .
ago%!(EXTRA string=11 years)
Camilla Berglund
d311e28038
Fixed extension retrieval for OpenGL ES 3+.
ago%!(EXTRA string=11 years)
Camilla Berglund
6c7509c942
Improved robustness of Linux joystick init.
ago%!(EXTRA string=11 years)
Camilla Berglund
0e3cb945e8
Fixed heightmap example for OS X.
ago%!(EXTRA string=11 years)
Camilla Berglund
40d1a491ca
Removed unused bits of heightmap example.
ago%!(EXTRA string=11 years)
Camilla Berglund
dcc78017b0
Fixed iconification event for maximized windows.
ago%!(EXTRA string=11 years)
Camilla Berglund
9ec1a4361b
Removed duplication from bad rebase.
ago%!(EXTRA string=11 years)
Camilla Berglund
40f7d4fce0
Fixed cleanup on some Mir errors.
...
Release was called on invalid handles.
ago%!(EXTRA string=11 years)
Camilla Berglund
ead3937394
Mir string fixes.
ago%!(EXTRA string=11 years)
BrandonSchaefer
cbc18bf968
Various Mir fixes.
...
Changed set_type --> set_state.
Give more info back when an error happens with a connection/surface.
Small var name change size --> mirPixelFormats.
Fixes #412 .
ago%!(EXTRA string=11 years)
Camilla Berglund
0fcbaeb596
Fixed broken Mir and Wayland builds.
...
Fixes #411 .
ago%!(EXTRA string=11 years)
Camilla Berglund
fe7a4eb4ff
Improved CMake config file generation.
ago%!(EXTRA string=11 years)
Camilla Berglund
2b57d176df
Added workaround for CMP0042.
ago%!(EXTRA string=11 years)
Camilla Berglund
bb3dd31dd7
Documentation work.
ago%!(EXTRA string=11 years)
Pontus Stenetorp
e132945f71
Added missing article.
...
Fixes #409 .
ago%!(EXTRA string=11 years)
Camilla Berglund
58e9d7a8ec
Added refresh event on backing property change.
ago%!(EXTRA string=11 years)
Camilla Berglund
439417a22c
Comment and string spell check pass.
ago%!(EXTRA string=11 years)
Camilla Berglund
3c70155504
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
138feb8be6
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
2085876da6
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
e64699bd54
Updated no-replacement-for-function date.
ago%!(EXTRA string=11 years)
Camilla Berglund
5f6aa9c34c
Added IDE folders to CMake files.
...
Fixes #328 .
ago%!(EXTRA string=11 years)
Camilla Berglund
893e03e5d2
Added error message for missing MSAA extension.
ago%!(EXTRA string=11 years)
Camilla Berglund
59afffb373
Updated changelog.
ago%!(EXTRA string=11 years)
Camilla Berglund
1634742177
Fixed lifetime management of application delegate.
ago%!(EXTRA string=11 years)
Camilla Berglund
d459145d28
Made glfwGetCursorPos query system directly.
...
Fixes #103 .
Fixes #153 .
Fixes #193 .
Fixes #355 .
Fixes #381 .
ago%!(EXTRA string=11 years)
Camilla Berglund
641761ddb0
Changed state attribs to direct access.
...
Changed the window states (focused, iconified and visible) to query the
system directly.
THIS IS A BREAKING CHANGE, although a fairly obscure one. It affects
applications that both care about telling actual key events from
synthetic ones, and are implemented in a non-self-synchronizing way, and
that poll the GLFW_FOCUSED window attribute instead of using the window
focus callback.
If you maintain one of these, please feel free to drop me an email and
I'll help any way I can to transition your application to 3.1.
Fixes #189 .
Fixes #204 .
ago%!(EXTRA string=11 years)
Camilla Berglund
f9c1f85f02
Added cursor mode changes to peter test log.
ago%!(EXTRA string=11 years)
Camilla Berglund
3833a70b8d
Cleaned up wave example rotation control.
ago%!(EXTRA string=11 years)
Camilla Berglund
45eebb39fb
Fixed order of operations.
ago%!(EXTRA string=11 years)
Camilla Berglund
a6ded4d3fe
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
287514e849
Hack for msvcrt and mintty.
ago%!(EXTRA string=11 years)