Camilla Berglund
be8856af65
Made the X keyboard extension required.
ago%!(EXTRA string=13 years)
Camilla Berglund
68098f44db
Cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
7ff86576e3
Removed EGL dlopen.
ago%!(EXTRA string=13 years)
Camilla Berglund
b72a97d531
Renamed global struct and substructs.
...
Renamed _glfwLibrary to _glfw and made all substructs lower-case, making
global variable names easier to read and type. Partially inspired by the
internal naming conventions of glwt.
ago%!(EXTRA string=13 years)
Camilla Berglund
1790194828
Renamed _glfwInputError and moved to event API.
ago%!(EXTRA string=13 years)
Camilla Berglund
9af61d06cf
Removed return value of _glfwPlatformTerminate.
ago%!(EXTRA string=13 years)
Camilla Berglund
34d383399c
Finished initial window/context backend split.
ago%!(EXTRA string=13 years)
Camilla Berglund
06c191feea
Updated error codes to better reflect multi-API support.
ago%!(EXTRA string=13 years)
Camilla Berglund
ad7bf4beba
Replaced ad-hoc Linux detection with __linux__.
ago%!(EXTRA string=13 years)
Camilla Berglund
1d6d6bc3c6
Moved display closing to after GL terminate.
ago%!(EXTRA string=13 years)
Camilla Berglund
830f2b439c
Cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
64c677be9e
Renamed config macro to match convention.
ago%!(EXTRA string=13 years)
Camilla Berglund
4cb569b5b3
Replaced guessing with dirent and regex.
ago%!(EXTRA string=13 years)
Camilla Berglund
e10d935efe
API tag and error message cleanup.
ago%!(EXTRA string=13 years)
Riku Salminen
3d6221c490
Added support for multithreaded use of Xlib.
ago%!(EXTRA string=13 years)
Camilla Berglund
2796ecb556
Updated platform API tags.
ago%!(EXTRA string=13 years)
Camilla Berglund
5417130f96
Added new options to version string.
ago%!(EXTRA string=13 years)
Camilla Berglund
322407ae9f
Moved X11 gamma ramp termination to gamma module.
ago%!(EXTRA string=13 years)
Camilla Berglund
79bef68511
Only restore gamma ramp if it has been changed.
ago%!(EXTRA string=13 years)
Camilla Berglund
1a37788143
Moved X11 gamma ramp init to gamma module.
ago%!(EXTRA string=13 years)
Camilla Berglund
9614b9b22f
Moved OpenGL init and terminate to opengl module.
ago%!(EXTRA string=13 years)
Camilla Berglund
21e77fe1a6
Split platform-specific global data.
ago%!(EXTRA string=13 years)
Camilla Berglund
f231ed37f0
Re-worked and fixed X11 clipboard support.
ago%!(EXTRA string=13 years)
Camilla Berglund
fcd67c69ec
Simplified clipboard cache layout.
ago%!(EXTRA string=13 years)
Camilla Berglund
b8676f01db
Clarified clipboard format atom use.
ago%!(EXTRA string=13 years)
Camilla Berglund
d55616661d
Removed support for primary and secondary selections.
ago%!(EXTRA string=13 years)
Camilla Berglund
b076d858cc
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
906754d3d0
Removed superfluous assignment.
ago%!(EXTRA string=13 years)
Camilla Berglund
76615bf237
Moved EWMH logic to library init.
ago%!(EXTRA string=13 years)
Camilla Berglund
dd8b098387
Moved _GLFW_BUILD_DLL into configuration header.
ago%!(EXTRA string=13 years)
Camilla Berglund
c2a2114590
Fixed GCC warnings.
ago%!(EXTRA string=13 years)
Hanmac
7e0ca6705b
Added use of XkbKeycodeToKeysym when Xkb is available.
ago%!(EXTRA string=13 years)
Camilla Berglund
6add995b06
Formatting.
ago%!(EXTRA string=14 years)
Camilla Berglund
379d0025ec
Removed library name from version string to more closely match OpenGL format.
ago%!(EXTRA string=14 years)
Camilla Berglund
cde95f72c0
Made X extensions be adjacent in version string.
ago%!(EXTRA string=14 years)
Camilla Berglund
129ef3f72a
Added Xkb presence to version string.
ago%!(EXTRA string=14 years)
Marcel Metz
426df42d00
Replaced display with monitor in monitor related api.
ago%!(EXTRA string=14 years)
Marcel Metz
beacbb3447
Implemented display iteration for x11. Added attributes and queries for physical size, name and logical position. Updated test executable.
ago%!(EXTRA string=14 years)
Tai Chi Minh Ralph Eastwood
5ac752d79d
Set the current gamma ramp to original gamma ramp at start.
ago%!(EXTRA string=14 years)
Camilla Berglund
02200c635e
Added missing include.
ago%!(EXTRA string=14 years)
Ralph Eastwood
9f41e5b67a
X11 copying code and support PRIMARY & CLIPBOARD clipboards.
ago%!(EXTRA string=14 years)
Ralph Eastwood
57522db6e2
X11 implementation of clipboard pasting.
ago%!(EXTRA string=14 years)
Camilla Berglund
eede75fe5e
Added initial support for CLOCK_MONOTONIC.
ago%!(EXTRA string=14 years)
Camilla Berglund
e4027f14d0
Rough line-wrapping pass.
ago%!(EXTRA string=14 years)
Camilla Berglund
53f4f54c46
Flattened source tree.
ago%!(EXTRA string=14 years)
Camilla Berglund
0f93e8f252
Flattened source tree.
ago%!(EXTRA string=14 years)
Camilla Berglund
6e553c7376
Purged references to GLFW as a framework.
ago%!(EXTRA string=14 years)
Marcus
2c169997f5
Moved all the key code translation logic into the LUT (cleaner & less overhead).
ago%!(EXTRA string=15 years)
Marcus
3b0084799c
Shortened the names of the left/right square bracket keys.
ago%!(EXTRA string=15 years)
Marcus
a44d566057
Added compile time detection of the XKB X11 extension.
ago%!(EXTRA string=15 years)