Camilla Löwy
390a66d2e7
Fix missing header in gamma test
ago%!(EXTRA string=8 years)
Camilla Löwy
9e6c0c747b
X11: Fix segfault when using NVidia EGL
ago%!(EXTRA string=8 years)
Camilla Löwy
8094a1c99e
Documentation work
ago%!(EXTRA string=8 years)
Camilla Löwy
bfe2d42af4
Documentation work
ago%!(EXTRA string=8 years)
Camilla Löwy
1a250234ea
Add revert button to gamma ramp test
ago%!(EXTRA string=8 years)
Camilla Löwy
3169179de1
Fix string literal exceeding max length
...
Fixes #1145 .
ago%!(EXTRA string=8 years)
Camilla Löwy
fe9c7a01c5
Update gamepad mappings and source URL
...
This matches the recent upstream update.
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
65166858ff
Wayland: Add support for the idle-inhibit protocol
...
Closes #955 .
ago%!(EXTRA string=8 years)
Camilla Löwy
b5e24676a4
Move contribution guide to visible directory
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
40ab709aac
Add Wayland to Travis CI build
...
Closes #1131 .
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
d18431338a
Wayland: Disable the compose key on old xkbcommon
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
cc87d5ab10
Wayland: Assert that we only get a known axis
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
25cf67667f
Wayland: Tell cmake which libraries to use
ago%!(EXTRA string=8 years)
Stephen Gowen
bb13275b72
Cocoa: Fix Xcode Warnings
...
Closes #1132 .
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
9c513346ad
Documentation work
...
Gamma will never be supported on Wayland.
Closes #1134 .
ago%!(EXTRA string=8 years)
Kovid Goyal
68809869f9
Fix spurious error from glfwInitHintString
...
Closes #1138
ago%!(EXTRA string=8 years)
Camilla Löwy
1fe319d234
Cocoa: Filter out duplicate size events
...
Fixes #1085 .
ago%!(EXTRA string=8 years)
Camilla Löwy
d630684654
Win32: Remove double resize of full screen window
...
Related to #1085 .
ago%!(EXTRA string=8 years)
Camilla Löwy
8b81a03a5a
Cocoa: Remove double resize of full screen window
...
Related to #1085 .
ago%!(EXTRA string=8 years)
Camilla Löwy
9903f88947
Documentation work
ago%!(EXTRA string=8 years)
Camilla Löwy
d73ab0bd58
Documentation work
...
The reference for glfwCreateWindow listed the wrong default icon for
Windows.
Fixes #1130 .
ago%!(EXTRA string=8 years)
Camilla Löwy
11e47f08b1
Add glfwGetWindowOpacity and glfwSetWindowOpacity
...
This adds support for setting the opacity of the whole window, including
any decorations.
Fixes #1089 .
ago%!(EXTRA string=8 years)
Camilla Löwy
aef4edadd0
Move uninstall target to GLFW3 folder
...
Fixes #1129 .
ago%!(EXTRA string=8 years)
Camilla Löwy
bf7cc2ffac
Fix missing inclusion guard needed for unity build
...
Fixes #1127 .
ago%!(EXTRA string=8 years)
Camilla Löwy
adebcc7111
Deprecate charmods callback
ago%!(EXTRA string=8 years)
Camilla Löwy
fb4f633243
Fix y-axis sign for XInput thumb sticks
...
This breaks strict compatibility but does it to make XInput y-axes
consistent with every other API and OS.
Fixes #1083 .
ago%!(EXTRA string=8 years)
Camilla Löwy
49130ab8ec
Rename framebuffer transparency hint
...
This is a breaking change of an unreleased API.
ago%!(EXTRA string=8 years)
Camilla Löwy
baed2dad56
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
98990217bc
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
71018b4ab5
Fix termination on mapping parse error
ago%!(EXTRA string=8 years)
Camilla Löwy
79e2433eb0
Fix termination on sync object creation failure
ago%!(EXTRA string=8 years)
Camilla Löwy
546c99a3a3
Made sharing an example
ago%!(EXTRA string=8 years)
Camilla Löwy
7b877c4e24
Improve placement when forcing windowed mode
...
This is a temporary fix while waiting the for workarea query.
Related to #1106 .
ago%!(EXTRA string=8 years)
Camilla Löwy
31cbb20ba2
Deprecate window parameter of clipboard functions
ago%!(EXTRA string=8 years)
Camilla Löwy
f2756d0b3f
Documentation work
...
Related to #1065 .
ago%!(EXTRA string=8 years)
Camilla Löwy
9718675d86
Documentation work
...
Related to #1106 .
ago%!(EXTRA string=8 years)
Camilla Löwy
80d181f12d
Win32: Fix maximization of undecorated windows
...
Fixes #899 .
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
a7a70cf34d
Wayland: Add dynamic loading of libxkbcommon
ago%!(EXTRA string=8 years)
Camilla Löwy
2867ca1e5b
Documentation work
...
Fixes #1104 .
ago%!(EXTRA string=8 years)
Camilla Löwy
a1154247fa
Fix default value of GLFW_CENTER_CURSOR
...
Regression introduced by 72ac5badb0
.
Fixes #1105 .
ago%!(EXTRA string=8 years)
Camilla Löwy
fcedb0be32
Fix windows not detaching on monitor disconnect
...
Regression introduced by 04f559e28d
.
Related to #1106 .
ago%!(EXTRA string=8 years)
Camilla Löwy
bf09dba95b
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
16bf872117
Add content scale queries
...
This adds glfwGetWindowContentScale and glfwGetMonitorContentScale for
querying the recommended drawing scale factor for DPI-aware rendering.
Parts of this patch are based on code by @ferreiradaselva .
Fixes #235 .
Fixes #439 .
Fixes #677 .
Fixes #845 .
Fixes #898 .
ago%!(EXTRA string=8 years)
Camilla Löwy
1be81a1540
Documentation work
ago%!(EXTRA string=8 years)
siavashserver
81963967e5
Fix Doxygen navigation bar
...
The Doxygen CSS changed significantly in a recent release.
Closes #1100 .
ago%!(EXTRA string=8 years)
Camilla Löwy
66c0394ae1
Fix typo in window guide
...
Fixes #1099 .
ago%!(EXTRA string=8 years)
Camilla Löwy
f308228a19
Documentation work
...
Remove sentence describing GLFW-specific behavior. This describes the
behavior of glfwUpdateGamepadMappings, whose behavior is a mix between
the two related SDL functions, but is not part of the format.
ago%!(EXTRA string=8 years)
Camilla Löwy
56ecd62f58
Fix joystick test hat drawing
ago%!(EXTRA string=8 years)
Camilla Löwy
94ee10e655
Remove trailing else
ago%!(EXTRA string=8 years)
Camilla Löwy
07cc6e00da
Add gamepad name to joysticks test
ago%!(EXTRA string=8 years)