Camilla Berglund
0a9038f47a
X11: Add last event time tracking
...
Command time stamps help the server in the async wilderness.
2016-08-21 15:39:52 +02:00
Camilla Berglund
53fafad915
Start 3.3
2016-08-18 23:55:49 +02:00
Camilla Berglund
4aafdea5a7
X11: Fix glfw*WindowPos operating on window frame
...
Fixes #800 .
2016-08-17 01:45:41 +02:00
Camilla Berglund
c18d3aecbc
Cocoa: Remove duplicate includes
...
Fixes #838 .
2016-08-17 01:39:47 +02:00
Camilla Berglund
f1c536fe13
X11: Fix BadMatch on XSetInputFocus
...
Input focus was in some cases set before the window was visible (ICCCM
section 4.2.2).
Related to #798 .
Fixes #789 .
2016-08-12 14:01:03 +02:00
Camilla Berglund
ad9233e620
X11: Clean up event wait timeout logic
...
Simplify interface and implement timeout updating.
2016-08-12 13:33:21 +02:00
Camilla Berglund
f88a609000
X11: Only unmaximize visible windows
2016-08-12 13:33:21 +02:00
Camilla Berglund
b581799c9a
Fix comment
2016-08-12 01:46:21 +02:00
Camilla Berglund
067d1d6935
Cleanup
2016-08-12 01:46:21 +02:00
Camilla Berglund
ada1fdc14d
Formatting
2016-08-12 01:46:21 +02:00
Patrick Snape
74ed35792f
Cocoa: Add missing call to removeObserver:
...
As noted in the documentation for NSDistributedNotificationCenter,
(under the Discussion heading) before an observer is deallocated a call
should be made to removeObserver: in order to ensure that the listener
is correctly removed from all observation pools.
Fixes #817 .
Closes #826 .
2016-08-08 16:57:24 +02:00
Camilla Berglund
25914d381a
Fix glfwVulkanSupported emitting errors
...
Regression caused by 614debd13f
.
2016-08-05 11:50:05 +02:00
Camilla Berglund
fcdef1d0a0
Fix potential context resource leaks
...
There is a gap between the creation of the context and the call to
_glfwRefreshContextAttribs.
2016-08-05 11:23:05 +02:00
Camilla Berglund
1d3240ff9c
Fix Vulkan header macro not breaking compilation
...
Fixes #823 .
2016-08-05 01:32:23 +02:00
Camilla Berglund
7c3706763a
Cleanup
...
Cleanup of 8bdb105897
.
Add build macro to configuration header and documentation. Add
corresponding CMake option. Add change log entry and credit. Add
loader static library to link dependencies and add detection to
FindVulkan.cmake.
2016-08-05 01:00:08 +02:00
Philip Rideout
8bdb105897
Add _GLFW_VULKAN_STATIC build macro
...
This allows clients to link GLFW with a staticly-built loader library.
This is useful in hermetic build systems that build the Khronos loader
from source, rather than depending on the LunarG SDK binaries.
Closes #820 .
2016-08-04 18:24:41 +02:00
Camilla Berglund
e77a76a284
Cleanup
2016-08-04 13:19:22 +02:00
Camilla Berglund
52e47b5a53
Formatting
2016-08-02 15:39:01 +02:00
Camilla Berglund
7be62631ae
Cleanup
2016-08-01 23:13:11 +02:00
Camilla Berglund
d2686c8413
Fix comment
2016-08-01 23:13:11 +02:00
Camilla Berglund
cba652e4f3
Cleanup
2016-08-01 23:13:11 +02:00
Camilla Berglund
370cd14b46
Comment work
2016-08-01 23:13:11 +02:00
Camilla Berglund
06a6629eef
EGL: Fix missing include
2016-08-01 23:13:11 +02:00
Camilla Berglund
a19490c291
Cleanup
...
Cleanup of a42d27011b3ef1e6229a1b83aaa075727a5521f3.
2016-08-01 23:13:11 +02:00
Keringar
d4eb88b255
X11: Fix application of window size limits
...
Closes #805 .
2016-08-01 23:12:05 +02:00
Camilla Berglund
c844fea9df
Improve client API error messages
...
Add separate strings for each client API to make it easier to grep.
Remove 'client' from fallback error messages as API-related error tokens
are used for non-client APIs as well.
2016-08-01 20:49:22 +02:00
Camilla Berglund
923568a279
Add support for WGL_ARB_create_context errors
2016-08-01 20:46:59 +02:00
Camilla Berglund
2c32503b10
Fix comment
2016-08-01 12:15:08 +02:00
Camilla Berglund
751be1ae8c
Fix comment
2016-07-31 19:26:57 +02:00
Camilla Berglund
f48b63de38
Fix Valgrind false-positive
...
Fixes #818 .
2016-07-31 17:54:30 +02:00
Camilla Berglund
d43b743ff4
Fix GCC warnings
2016-07-21 00:15:55 +02:00
Camilla Berglund
6431c26e8b
Add EGL library missing error
2016-07-20 15:39:38 +02:00
Camilla Berglund
04d05fbdc2
Formatting
2016-07-20 15:19:02 +02:00
Camilla Berglund
614debd13f
Initialize Vulkan API on demand
2016-07-20 15:18:42 +02:00
Camilla Berglund
2060de5ed0
Match presence of lib prefix on EGL/GLES binaries
2016-07-20 13:11:08 +02:00
Camilla Berglund
d5e00e6b0f
Initialize context creation APIs on demand
2016-07-20 13:10:51 +02:00
Camilla Berglund
52d801bd19
Cleanup
2016-07-19 00:15:34 +02:00
Camilla Berglund
ac09592355
Call context GetProcAddress directly
2016-07-18 23:31:54 +02:00
Camilla Berglund
fb418b26d7
Fix grammar
...
Fixes #776 .
2016-07-17 15:39:25 +02:00
Camilla Berglund
0ff22e4a49
Win32: Fix GLFW_MAXIMIZED ignored by first window
...
Fixes #780 .
2016-07-12 16:04:02 +02:00
Camilla Berglund
613868b893
Add missing assertion
2016-07-11 16:39:53 +02:00
Camilla Berglund
3bb5c459d6
GLX: Verify all entry points during load
2016-07-01 18:18:04 +02:00
Camilla Berglund
145ea03ca2
EGL: Verify all entry points during load
2016-07-01 18:17:30 +02:00
Camilla Berglund
49f429018e
Win32: Fix code analysis warning
2016-06-23 17:41:22 +02:00
Camilla Berglund
66149a29da
Cleanup
2016-06-23 17:40:30 +02:00
Camilla Berglund
0ee8159f6c
Win32: Remove intermediate clipboard string copy
2016-06-23 17:06:03 +02:00
Camilla Berglund
1b82546b90
Cleanup
2016-06-23 15:34:23 +02:00
Camilla Berglund
e250c226ca
Cleanup
2016-06-23 14:48:25 +02:00
Camilla Berglund
7f2e4d8ace
Win32: Fix possible leak of dummy context
2016-06-23 14:17:54 +02:00
Camilla Berglund
6f313ff245
Win32: Use helper window to load WGL extensions
...
This removes window re-creation logic by performing the initial context
creation on the helper window, simplifying both window and context
creation and paving the way for attaching to existing window handles
without compromising on context or framebuffer hint support.
2016-06-22 23:33:34 +02:00