Camilla Berglund
d95b1b33e5
Cleanup of XKB detection code.
ago%!(EXTRA string=11 years)
Andrew Corrigan
b889aa7841
Automatically detect Xkb at run-time.
...
Uses XGetKeyboardMapping as a fallback. Fixes #282 .
ago%!(EXTRA string=11 years)
Camilla Berglund
7c925353a5
Renamed context module headers.
ago%!(EXTRA string=11 years)
Camilla Berglund
17d9051b82
Separated time state from window system state.
ago%!(EXTRA string=11 years)
Camilla Berglund
fce0114174
Renamed POSIX time module.
ago%!(EXTRA string=11 years)
Camilla Berglund
660034332d
Separated joystick state from window system state.
...
This is partially in preparation for pending support for additional
joystick APIs like XInput, DirectInput and IOHID.
ago%!(EXTRA string=11 years)
Jonas Ådahl
8e99996321
Introduce experimental Wayland backend
...
This patch introduces a new backend that enables GLFW applications to
run on Wayland. For now, only output is supported (windowed and
fullscreen). Pointer cursor management, input devices, clipboard etc are
not supported yet.
There are some concepts that can not be supported, more specifically
glfwSetWindowPos, glfwGetWindowPos and glfwSetCursorPos, as they are not
supported by Wayland.
This patch also changes the time and joystick implementations used by the
X11 backend to be shared between the Wayland backend and the X11 backend.
ago%!(EXTRA string=11 years)
Camilla Berglund
78efc18079
Split out TLS code into separate modules.
...
This allows the TLS code to be re-used by partial ports like EGL.
ago%!(EXTRA string=11 years)
Camilla Berglund
0c58df06d5
Added support for _NET_REQUEST_FRAME_EXTENTS.
ago%!(EXTRA string=11 years)
Camilla Berglund
eb3f75e03e
Added glfwGetWindowFrameSize.
ago%!(EXTRA string=11 years)
urraka
40c04a7565
Added support for custom system cursors.
...
This adds 3 functions to the GLFW API: glfwCreateCursor,
glfwDestroyCursor and glfwSetCursor.
ago%!(EXTRA string=11 years)
Camilla Berglund
87dd7b89f5
Video mode detection cleanup.
ago%!(EXTRA string=11 years)
Camilla Berglund
9309f75704
Fixed missing ICCCM protocol message checks.
ago%!(EXTRA string=11 years)
Camilla Berglund
98552f1d75
Added caching of X11 NULL atom.
ago%!(EXTRA string=11 years)
Camilla Berglund
2ec0acc972
Formatting (removed tab characters).
ago%!(EXTRA string=11 years)
Camilla Berglund
58db8622bd
Cleanup.
ago%!(EXTRA string=11 years)
Camilla Berglund
dd02b96c94
Added flag for non-functional RandR monitor path.
ago%!(EXTRA string=11 years)
Camilla Berglund
611006af18
Updated API version in comment headers.
ago%!(EXTRA string=11 years)
Camilla Berglund
0163bc05d6
Moved internal context function declarations.
ago%!(EXTRA string=11 years)
Camilla Berglund
8f349e84ae
Cleaned up drop callback design.
ago%!(EXTRA string=11 years)
Camilla Berglund
8ae063bb1b
Cleanup.
ago%!(EXTRA string=11 years)
arturo
89d0723ba3
Initial drag and drop support.
ago%!(EXTRA string=11 years)
Camilla Berglund
e0a26aa62f
Cursor mode cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
5ef4f77fb5
Added support for _NET_WM_BYPASS_COMPOSITOR.
ago%!(EXTRA string=12 years)
Camilla Berglund
3cfc400cf9
Simplified source file comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
45653c5549
Cleaned up X error handler work.
ago%!(EXTRA string=12 years)
siavash
3b4eb2f0a0
Added blank cursor creation error checking on X11.
ago%!(EXTRA string=12 years)
Camilla Berglund
dcb4d8ee32
Fixed possible X11 screensaver race condition.
ago%!(EXTRA string=12 years)
Camilla Berglund
4883073b91
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
a7ff236b32
Fixed duplicate events being reported.
ago%!(EXTRA string=12 years)
Camilla Berglund
7f2eb7b15b
New joystick API.
ago%!(EXTRA string=12 years)
Camilla Berglund
be28914732
Added setting of _NET_WM_PID.
ago%!(EXTRA string=12 years)
Camilla Berglund
161c73ea66
Removed centered flag.
ago%!(EXTRA string=12 years)
Camilla Berglund
aa3364a73e
Fixed jitter in captured cursor mode.
ago%!(EXTRA string=12 years)
Camilla Berglund
affb62514a
Cleanup of clipboard manager work.
ago%!(EXTRA string=12 years)
Camilla Berglund
179194a687
Added support for clipboard manager.
ago%!(EXTRA string=12 years)
Camilla Berglund
1b34887e10
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
ae1532670c
Separated formats from targets.
ago%!(EXTRA string=12 years)
Camilla Berglund
822eb1c986
Added support for MULTIPLE target.
ago%!(EXTRA string=12 years)
Camilla Berglund
7012d97958
Removed clipboard format index macros.
ago%!(EXTRA string=12 years)
Camilla Berglund
f5ba0d9f22
Video mode setting cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
26756b9ae1
Moved to use X11 context manager.
ago%!(EXTRA string=12 years)
Camilla Berglund
32273c5d96
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
49db3b2a9e
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
d4a61bbd36
Removed unused type.
ago%!(EXTRA string=12 years)
Camilla Berglund
f41d85a209
Added initial XInput2 cursor motion.
ago%!(EXTRA string=12 years)
Camilla Berglund
92a71e07d3
Made gamma ramp functions per-monitor.
ago%!(EXTRA string=12 years)
Camilla Berglund
7c1932381b
Reintroduced glfwGetWindowPos, glfwSetWindowPos.
ago%!(EXTRA string=12 years)
Camilla Berglund
954d6383ee
RandR monitor work.
...
Moved to CRTC plus usable output for native representation of monitors.
Moved to CRTCs for mode setting and simplified mode setting interface.
ago%!(EXTRA string=12 years)
Camilla Berglund
065858e185
Removed declaration of removed function.
ago%!(EXTRA string=12 years)