Camilla Berglund
|
9d3a3c32d6
|
Replace hardcoded version number with macro
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
5006ef3f56
|
Use more GLFWbool
|
ago%!(EXTRA string=10 years) |
Emmanuel Gil Peyrot
|
4c06426d46
|
Wayland: Create the surface before the context
This fixes a regression introduced in 496f559c where a context would be
created for a NULL egl_surface, which subsequently fails.
Fixes #633.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
9f3636a103
|
Add partial support for Windows 8.1 per-monitor DPI
Related to #235.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
6a41d5e7ad
|
Fix NULL pointer dereference
Calling glfwMakeContextCurrent with NULL would segfault since
496f559c9a .
Fixes #631.
Closes #632.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
3489b759a0
|
Simplify Win32 key and mouse button handling
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
d725eeaf84
|
Simplify Win32 character message handling
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
37b20124f9
|
Make call to DefWindowProcW explicit
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
afb04c9133
|
Clarify Win32 monitor physical size retrieval
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
25878d68e0
|
Use GLFWbool for TLS functions
|
ago%!(EXTRA string=10 years) |
Roman Donchenko
|
cdf08c1ff3
|
Fix deletion of uninitialized POSIX TLS key
Zero (the initial value of context) is a valid TLS key, so doing this
can delete someone else's key.
Fixes #627.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
43f4afef78
|
Clarify WGL recreation comment
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
c117965072
|
Fix misplaced #endif
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
23bf1b530b
|
Move all WGL weirdness to Win32 code
|
ago%!(EXTRA string=10 years) |
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) |
Emmanuel Gil Peyrot
|
0fda5b7b80
|
Fix Wayland refresh rate exposed as mHz
Closes #621.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
f52ce00bf1
|
Remove outdated comment
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
f5855968bb
|
Move glClear call to context module
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
678cc54c44
|
Cleanup of questionable brevity
|
ago%!(EXTRA string=10 years) |
Emmanuel Gil Peyrot
|
dc5e56c2f3
|
Add GCC printf format check to _glfwInputError
This allows it to print a warning whenever _glfwInputError format
specifiers aren't used correctly.
Closes #622.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
efdbfd3883
|
Cleanup
|
ago%!(EXTRA string=10 years) |
Ricardo Vieira
|
e8f3de0f2e
|
Implement glfwCreateStandardCursor for Wayland
Closes #620.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
d95b77ebec
|
Fix monitor notifications on X11
Fixes #288.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
154b01e8cf
|
Cleanup
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
5fd9709a8b
|
Remove support for OS X 10.6
|
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
|
a94a84b507
|
Fix segfault on early WM_GETMINMAXINFO
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
9dd3b8101a
|
Clarify Win32 getWindowFullSize
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
d84772d620
|
Add size limits and aspect ratio functions
Fixes #555.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
0aca5082ab
|
Replace LoadIcon with LoadImage
Fixes #585.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
3795d78b14
|
Clean up DLL loading
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
a407a673dd
|
Add native Wayland and Mir functions
Fixes #419.
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
8aaa6d2162
|
Cleanup
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
22eca139fb
|
Remove compile-time client library selection
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
ac9a6f8504
|
Clarify client API major version tests
|
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
|
13fbb4748a
|
Clean up cursor mode setting
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
95a07f3340
|
Start 3.2
|
ago%!(EXTRA string=10 years) |
Aaron Jacobs
|
755f913b02
|
Fix invalid types, null pointer use, memory leak
Closes #612.
|
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
|
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
|
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
|
842aeb8c47
|
Make Win32 video mode enumeration faster
|
ago%!(EXTRA string=10 years) |
Camilla Berglund
|
3dc53e21e5
|
Cleanup
|
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) |