Camilla Berglund
98552f1d75
Added caching of X11 NULL atom.
ago%!(EXTRA string=11 years)
Camilla Berglund
b3c461bd7e
Cleaned up fix for #234 .
...
XFree may not be passed NULL. An invalid window handle will cause
_glfwGetWindowProperty to not return 1.
ago%!(EXTRA string=11 years)
Camilla Berglund
69e10b88b0
Fixed uncaught BadWindow in EWMH check.
...
Fixes #234 .
ago%!(EXTRA string=11 years)
Camilla Berglund
58db8622bd
Cleanup.
ago%!(EXTRA string=11 years)
Camilla Berglund
611006af18
Updated API version in comment headers.
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
5ef4f77fb5
Added support for _NET_WM_BYPASS_COMPOSITOR.
ago%!(EXTRA string=12 years)
Camilla Berglund
0ccbddf767
Moved version number macro to internal.h.
...
This lets alternative build environments avoid having to manually keep
track of which version of GLFW is being built.
ago%!(EXTRA string=12 years)
Camilla Berglund
951f02acf3
Fixed keypad 5 release events.
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
4883073b91
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
2ce9e8e6b2
Fixed clipboard string leaks.
...
The clipboard string was not by the Win32 and Cocoa ports on terminate.
ago%!(EXTRA string=12 years)
Camilla Berglund
11615fcaf2
Added scancode to key callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
475d10d9d8
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
be28914732
Added setting of _NET_WM_PID.
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
130f07d8c3
Added include required for XUniqueContext.
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
52ade53553
Removed stale comment.
ago%!(EXTRA string=12 years)
Camilla Berglund
49db3b2a9e
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
f41d85a209
Added initial XInput2 cursor motion.
ago%!(EXTRA string=12 years)
SephiRok
1ae9ce1e0a
Fixed print screen key input for all platforms.
ago%!(EXTRA string=12 years)
Camilla Berglund
253e0d6b23
Added GLFW_REPEAT.
ago%!(EXTRA string=12 years)
Camilla Berglund
666181d923
Version string fixes.
ago%!(EXTRA string=12 years)
Camilla Berglund
92a71e07d3
Made gamma ramp functions per-monitor.
ago%!(EXTRA string=12 years)
Camilla Berglund
823022fdb2
Removed string for impossible configuration.
...
The GLX platform header throws an #error if no extension retrieval
mechanism is selected.
ago%!(EXTRA string=12 years)
Camilla Berglund
d97dddc8c4
Simplified function comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
f3e39ce680
Cleanup of clipboard and string atoms.
ago%!(EXTRA string=12 years)
Camilla Berglund
3e78570a31
Removed duplicate documentation.
...
The public, platform, native, event and utility functions are already
documented in-source. Having duplicate documentation inevitably means
having them contradict one another. Furthermore, most of the function
descriptions simply repeated the name of the function.
ago%!(EXTRA string=12 years)
Camilla Berglund
b1ff42b7bb
Moved to WM_STATE for iconify events.
ago%!(EXTRA string=12 years)
Camilla Berglund
e820284015
Renamed WM atom struct members for clarity.
ago%!(EXTRA string=12 years)
Camilla Berglund
ca07a067a8
Moved WM_DELETE_WINDOW retrieval to init.
ago%!(EXTRA string=12 years)
Camilla Berglund
38947b37af
Renamed context API init/terminate functions.
ago%!(EXTRA string=13 years)
Camilla Berglund
fcb96967ba
Replaced repeat kluge with detectable auto repeat.
ago%!(EXTRA string=13 years)
Camilla Berglund
6a4c175816
Made client-side RandR and Xf86VidMode required.
ago%!(EXTRA string=13 years)
Camilla Berglund
747b6d8805
RandR and fallback path fixes.
ago%!(EXTRA string=13 years)
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)