Camilla Berglund
97d8ea8119
Fix decoding overrun in UTF-8 XIM path
ago%!(EXTRA string=10 years)
Camilla Berglund
7be8209d14
Add GLFW_CONTEXT_NO_ERROR window hint
...
This adds support for the GL_KHR_no_error extension.
ago%!(EXTRA string=10 years)
Camilla Berglund
962497bdc9
Use GLXWindow renderables on X11
...
Fixes #507 .
ago%!(EXTRA string=10 years)
Camilla Berglund
496f559c9a
Add GLFW_NO_API for creating context-less windows
ago%!(EXTRA string=10 years)
Camilla Berglund
d95b77ebec
Fix monitor notifications on X11
...
Fixes #288 .
ago%!(EXTRA string=10 years)
Camilla Berglund
f62084ffea
Clarify library dependencies
ago%!(EXTRA string=10 years)
Camilla Berglund
e4a38c10f4
Remove reference to removed Khronos headers
ago%!(EXTRA string=10 years)
Camilla Berglund
aee6b8765e
Remove support for OS X 10.6
...
If you want 10.6 to be supported in future releases, please submit
a patch for #448 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
ago%!(EXTRA string=10 years)
Camilla Berglund
8e062afdd8
Formatting
ago%!(EXTRA string=10 years)
Camilla Berglund
bf7cce25dc
Replace external context and client API headers
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
95a07f3340
Start 3.2
ago%!(EXTRA string=10 years)
Camilla Berglund
fb6fbcf700
Fix video modes not restored when hiding OS X app
ago%!(EXTRA string=10 years)
Camilla Berglund
adf130965c
Update changelog
ago%!(EXTRA string=10 years)
Camilla Berglund
e0084617d5
Fix monitor disappearing on OS X with AGS
...
When automatic graphics switching is activated, the CGDirectDisplayID
for the display changes, casuing the primary GLFWmonitor to disappear.
ago%!(EXTRA string=10 years)
Camilla Berglund
8b2da399ee
Add description of 3.1.2 release
ago%!(EXTRA string=10 years)
Camilla Berglund
0d759c8c1a
Fix XBufferOverflow handling for XIM input
ago%!(EXTRA string=10 years)
Camilla Berglund
87ad8c0561
Fix XIM input on non-UTF-8 locales
ago%!(EXTRA string=10 years)
Camilla Berglund
7c6a8775eb
Fix error type for unavailable pixel format error
...
All backends reported this as GLFW_PLATFORM_ERROR, while the
documentation mandates GLFW_FORMAT_UNAVAILABLE.
ago%!(EXTRA string=10 years)
Camilla Berglund
4b4cb9ce66
Fix window refresh events emission on OS X
ago%!(EXTRA string=10 years)
Camilla Berglund
67eadf1e97
Fix glfwIconifyWindow not restoring video mode
...
Fixes #590 .
ago%!(EXTRA string=10 years)
Camilla Berglund
da3a77b4e3
Add dynamic client library loading to EGL backend
...
Fixes #586 .
ago%!(EXTRA string=10 years)
Camilla Berglund
7e13a4909e
Make all EGL functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
afe4aadade
Make all GLX functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
2d39dff84a
Replace XkbGetKeyboard with XkbGetMap
...
Switch to XkbGetMap as XkbGetKeyboard returns NULL on XWayland.
Fixes #389 .
ago%!(EXTRA string=10 years)
Camilla Berglund
352a4f2757
Update changelog
ago%!(EXTRA string=10 years)
Camilla Berglund
e2bb5e1726
Fix glfwWaitEvents generating events on Win32
...
Disabled cursor mode caused subsequent glfwWaitEvents calls to return
directly on Win32 due to cursor re-centring emitting WM_MOUSEMOVE.
Fixes #543 .
ago%!(EXTRA string=10 years)
Camilla Berglund
9f5a483256
Fix glfwWaitEvents returning prematurely on X11
ago%!(EXTRA string=10 years)
Camilla Berglund
cc752ad6a0
Fix EINTR not being handled for select on X11
...
Closes #580 .
ago%!(EXTRA string=10 years)
Camilla Berglund
ca8912375c
Fix Motif hints being set for X11 full screen
...
Related to #575 .
ago%!(EXTRA string=10 years)
Camilla Berglund
6b8d490249
Make all client API functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
84b512c62c
Make all WGL functions dynamically loaded
ago%!(EXTRA string=10 years)
Camilla Berglund
10805cb6ec
Add linmath.h to readme dependency list
ago%!(EXTRA string=10 years)
Camilla Berglund
dd01dd7bef
Replace GLU with linmath.h in examples
ago%!(EXTRA string=10 years)
Camilla Berglund
02d821c0ab
Updated changelog.
ago%!(EXTRA string=10 years)
Camilla Berglund
ea9c186e36
Updated changelog.
ago%!(EXTRA string=10 years)
Camilla Berglund
a97477337d
Updated changelog and credits, formatting.
...
Fixes #17 .
Closes #536 .
ago%!(EXTRA string=10 years)
Camilla Berglund
19a28e2c9f
Fixed X11 arrow cursor image.
...
Fixes #541 .
ago%!(EXTRA string=10 years)
Camilla Berglund
b15eaeda16
Implemented auto-iconification on X11.
...
Fixes #531 .
ago%!(EXTRA string=10 years)
Camilla Berglund
dba59cf903
Improved X11 focus event filtering.
...
Some focus events need to be ignored to allow functionality like
Alt+Tab and volume indicators to not affect application-visible window
focus. However, the previous filtering was too broad and missed virtual
desktop switching, Alt+Tab and programmatic iconification.
Fixes #405 .
ago%!(EXTRA string=10 years)
Camilla Berglund
21ce21cc07
Improved X11 full screen focus control flow.
ago%!(EXTRA string=10 years)
Camilla Berglund
08b3af4387
Fixed non-pre-edit character input via XIM.
...
Fixes #501 .
Fixes #473 .
ago%!(EXTRA string=10 years)
Camilla Berglund
bb50368d55
Fixed enumeration of invalid video modes.
...
Fixes #350 .
ago%!(EXTRA string=10 years)
Camilla Berglund
ee2d036bbf
Fixed destination of _NET_WM_PING reply.
ago%!(EXTRA string=10 years)
Camilla Berglund
81144bb969
Corrected changelog verb.
ago%!(EXTRA string=10 years)
Camilla Berglund
ed18c145cd
Fixed section for changelog entry.
ago%!(EXTRA string=10 years)
Camilla Berglund
6d5753c548
Added support for AMD PowerXpress override.
...
Generalized _GLFW_USE_OPTIMUS_HPG to _GLFW_USE_HYBRID_HPG to reflect the
change.
Fixes #520 .
ago%!(EXTRA string=10 years)
Camilla Berglund
f3cd42887d
Fixed changelog section for WGL entries.
ago%!(EXTRA string=10 years)
Camilla Berglund
3c52cb1790
Simplified glXGetProcAddress logic.
...
Removed compile-time selection of GLX entry point retrieval mechanism.
Made dlopen a required dependency.
This is a stopgap solution until we start requiring GLX 1.4.
ago%!(EXTRA string=10 years)