- 24 Feb, 2018 8 commits
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
wl_keyboard version 4 is more recent than the libwayland available in Ubuntu 14.04.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
This had to bump the seat version, we now may get the seat name but we don’t do anything with it.
-
- 13 Feb, 2018 3 commits
-
-
Camilla Löwy authored
-
Camilla Löwy authored
-
Camilla Löwy authored
This adds support for the + and - and ~ input modifiers for joystick axes. It also changes how joystick axes are translated to buttons to more closely match SDL 2.0.7. Output modifiers are still not supported but have not yet been seen in the wild.
-
- 07 Feb, 2018 7 commits
-
-
Camilla Löwy authored
-
Camilla Löwy authored
-
Camilla Löwy authored
The switch to full screen is now done with a single call to SetWindowPos.
-
Camilla Löwy authored
-
Camilla Löwy authored
Allow window creation despite video mode setting failure. Video mode setting failure is ignored the rest of the time and the desired video mode has never been a hard constraint anyway.
-
Ahmad Fatoum authored
Broke build for me on CentOS-6, which sports a 2.6.32 kernel: http://www.cpantesters.org/cpan/report/d956d128-0339-11e8-b0d1-b6c4abd39192 CentOS-6 is supported till 2020-11-30. Closes #1196.
-
Camilla Löwy authored
-
- 06 Feb, 2018 5 commits
-
-
Camilla Löwy authored
-
Camilla Löwy authored
-
Camilla Löwy authored
Related to #1143. Fixes #1197.
-
Emmanuel Gil Peyrot authored
Prevents #1197 from happening again.
-
Emmanuel Gil Peyrot authored
Fixes #1197
-
- 30 Jan, 2018 3 commits
-
-
Camilla Löwy authored
Fixes #1193.
-
Camilla Löwy authored
-
Corentin Wallez authored
OpenGL / OpenGL ES cannot share presentation on a window with Vulkan. This adds an error to `glfwCreateWindowSurface` when it is called on a window without the GLFW_CLIENT_API hint set to GLFW_NO_API. This prevents undefined bahevior and hard to debug crashes. Fixes #1194. Closes #1205.
-
- 29 Jan, 2018 14 commits
-
-
Emmanuel Gil Peyrot authored
Fixes a segfault on glfwTerminate().
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
The specification says we must not attach a buffer until we’ve received a configure event.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
This protocol matches desktops much better than the deprecated wl_shell, fixing a bunch of race conditions, removing undefined behaviour, adding missing features, and generally providing a much more user-friendly experience. Since most compositors don’t support it yet, the wl_shell_surface role is kept as fallback for now.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
Added missing compilation instructions for Wayland build.
-