Camilla Löwy
7c2c7858c6
Add monitor and joystick user pointers
ago%!(EXTRA string=8 years)
Camilla Löwy
9da2285b14
Cocoa: Make frame autosave hint a string
ago%!(EXTRA string=8 years)
Camilla Löwy
6158801aeb
Change glfwInitHintString to glfwWindowHintString
...
Fixes #1139 .
ago%!(EXTRA string=8 years)
Camilla Löwy
3d493b60f1
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
18ee28bf82
Add credits
ago%!(EXTRA string=8 years)
Camilla Löwy
5f8431d7ca
Update Nuklear to 2.00.4
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
0ee9a03b1e
Check for trailing whitespace in Travis
...
Closes #1133 .
ago%!(EXTRA string=8 years)
Emmanuel Gil Peyrot
c3cba58a71
Remove trailing whitespace
ago%!(EXTRA string=8 years)
Camilla Löwy
ce4672d74b
Make glfwSetGamma use powf instead of pow
...
Related to #1125 .
ago%!(EXTRA string=8 years)
Camilla Löwy
8dab9f6ab1
Wayland: Clarify assertion
...
Related to #1143 .
ago%!(EXTRA string=8 years)
Camilla Löwy
682f1cf203
Fix wrong element array for hat to axis
ago%!(EXTRA string=8 years)
Camilla Löwy
0e8c4ea7ce
Add lock key modifier bits input mode
...
This adds the GLFW_MOD_CAPS_LOCK and GLFW_MOD_NUM_LOCK modifier bits.
Set the GLFW_LOCK_KEY_MODS input mode to enable these for all callbacks
that receive modifier bits.
Fixes #946 .
ago%!(EXTRA string=8 years)
Camilla Löwy
fd72eb917e
Mir: Fix modifier bit translation
ago%!(EXTRA string=8 years)
Camilla Löwy
d81946a35b
Add window mode toggling to tearing test
ago%!(EXTRA string=8 years)
Camilla Löwy
638c4b604e
Cleanup
ago%!(EXTRA string=8 years)
Camilla Löwy
b8df6ae3c1
Finish deprecating charmods callback
ago%!(EXTRA string=8 years)
Camilla Löwy
df434c839a
Add mapping file drop support to joystick test
ago%!(EXTRA string=8 years)
Camilla Löwy
c2858e9ed7
Verify gamepad mapping indices match hardware
ago%!(EXTRA string=8 years)
Camilla Löwy
7c87948eaf
Win32: Fix accidentally working bit tests
...
Good grief.
ago%!(EXTRA string=8 years)
Camilla Löwy
30489c5aa1
X11: Expose zero monitor for functional headless
...
Fixes #1147 .
ago%!(EXTRA string=8 years)
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)