Camilla Berglund
99c98407c9
Removed flicker-inducing workaround.
...
Fixes #267 .
ago%!(EXTRA string=11 years)
Camilla Berglund
c1ed0b2d5b
Removed duplicate fallback.
ago%!(EXTRA string=11 years)
Camilla Berglund
70c1aff94c
Fixed missing dereference in b29fbc82c2
.
ago%!(EXTRA string=11 years)
Camilla Berglund
b29fbc82c2
Ensure out arguments are always set.
ago%!(EXTRA string=11 years)
Camilla Berglund
7911c9300d
Nomenclature fix.
ago%!(EXTRA string=11 years)
Camilla Berglund
bbc12ade7f
Added missing X command flushing.
ago%!(EXTRA string=11 years)
Camilla Berglund
4a8f6ba58c
Moved window delegate creation to createWindow.
ago%!(EXTRA string=11 years)
Camilla Berglund
f5a996a5af
Fixed focus events triggered by window frame.
ago%!(EXTRA string=11 years)
Camilla Berglund
b54c76d6a3
Removed typedef of removed struct.
ago%!(EXTRA string=11 years)
Camilla Berglund
ebb7145ccc
Fixed VC++ warnings.
ago%!(EXTRA string=11 years)
Camilla Berglund
584879c759
Fixed flipped M and N key.
ago%!(EXTRA string=11 years)
Camilla Berglund
1900d9a656
Included extended flag in Win32 scan code.
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
2889f484f4
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
0c58df06d5
Added support for _NET_REQUEST_FRAME_EXTENTS.
ago%!(EXTRA string=11 years)
Camilla Berglund
d6e0e0de2b
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
eb3f75e03e
Added glfwGetWindowFrameSize.
ago%!(EXTRA string=11 years)
Camilla Berglund
d3ae574418
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
d7882cb89b
Aligned libGL soname to Linux ABI.
...
Fixed #261 .
ago%!(EXTRA string=11 years)
Camilla Berglund
bf0adc2c70
Fixed crash on monitor disconnection.
ago%!(EXTRA string=11 years)
Doug Binks
dc987edf34
First draft of physical key fix for Windows.
ago%!(EXTRA string=11 years)
Camilla Berglund
7ac3d85126
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
8fa9cc0de3
Added GLFWimage struct.
ago%!(EXTRA string=11 years)
Camilla Berglund
608de57358
Cleanup.
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
aaac715060
Reverted 43095307da
.
...
The proposed fix broke for multiple displays of the same model.
ago%!(EXTRA string=11 years)
Camilla Berglund
8ebd135536
Fixed last use of wndconfig in EGL port.
ago%!(EXTRA string=11 years)
Jonas Ådahl
b2b3f170a9
Make EGL use ctxconfig instead of wndconfig
ago%!(EXTRA string=11 years)
Camilla Berglund
2200f87492
Fixed glfwDestroyWindow not flushing the output buffer.
ago%!(EXTRA string=11 years)
Camilla Berglund
5c23071a81
Fixed leak of display name.
ago%!(EXTRA string=11 years)
Camilla Berglund
43095307da
Cleanup of CGDisplayIOServicePort replacement.
ago%!(EXTRA string=11 years)
Matthew Henry
bebae14223
Replace CGDisplayIOServicePort with a workaround
...
This could be cleaned up and refined a bit by comparing more display
attributes when available, but it gets the job done.
Closes #192 .
ago%!(EXTRA string=11 years)
Camilla Berglund
a859c10fa1
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
78f1b8bd15
Fixed invalid video mode being restored.
ago%!(EXTRA string=11 years)
Camilla Berglund
87dd7b89f5
Video mode detection cleanup.
ago%!(EXTRA string=11 years)
Camilla Berglund
1ccc23268c
Added glfwPostEmptyEvent.
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
27c5760b0c
Updated broken RandR gamma comment.
ago%!(EXTRA string=11 years)
Camilla Berglund
6e990b77d1
Removed stale comment.
ago%!(EXTRA string=11 years)
Camilla Berglund
596b1e69ce
Fixes for legacy MinGW 4.2.
ago%!(EXTRA string=11 years)
Camilla Berglund
d2205aa1a0
Added missing suffix for WNDCLASSW.
ago%!(EXTRA string=11 years)
Camilla Berglund
76eefcc08a
Moved some VC++ specific hacks to platform header.
ago%!(EXTRA string=11 years)
Camilla Berglund
6d8e78cc95
Further separation of window and context.
...
The context related parts of _GLFWwndconfig have been moved to
_GLFWctxconfig and given better names. Window hint and attribute
members have been renamed to match.
ago%!(EXTRA string=11 years)
Camilla Berglund
0701d4ce6e
Made use of Win32 W-suffixed symbols explicit.
ago%!(EXTRA string=11 years)
Camilla Berglund
d169557b00
Made GLX 1.3 the minimum supported version.
ago%!(EXTRA string=11 years)
Camilla Berglund
ae8393c06e
Fixed refresh of debug context attribute.
ago%!(EXTRA string=11 years)
Camilla Berglund
e2d6f2761c
Fixed constness of function parameters.
ago%!(EXTRA string=11 years)
Michael Dickens
04b4e605a0
Removed C99-ism for the sake of OS X 10.6.
...
Fixes #241 .
ago%!(EXTRA string=11 years)
Camilla Berglund
bf389f7183
Cleaned up RandR video mode handling.
ago%!(EXTRA string=11 years)