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
Camilla Berglund
a991c01731
Fail sharing if either window is context-less
2016-06-22 14:36:46 +02:00
Camilla Berglund
f2ba78e04b
Rename static functions to allow unity build
...
Fixes regression introduced by GLFW_CONTEXT_CREATION_API.
Fixes #783 .
2016-06-15 01:35:07 +02:00
Camilla Berglund
df5dcf5162
Win32: Fix stub comment
2016-06-15 01:35:07 +02:00
Camilla Berglund
76801973e1
Cocoa: Clean up joystick globals
2016-06-15 01:35:07 +02:00
Camilla Berglund
b6b8ff591d
Fix cursor position coordinate delimiter
...
Comma would be great but we don't control the locale.
2016-06-15 01:35:07 +02:00
Camilla Berglund
9a781cef53
Formatting
2016-06-15 01:35:07 +02:00
Camilla Berglund
aaccfd8201
I don't know how to C
...
Fixes #773 .
2016-06-15 01:35:07 +02:00
Camilla Berglund
5f17b61ff2
Win32: Remove accidental C99
2016-06-02 15:57:47 +02:00
Camilla Berglund
757eea2779
Update email address
2016-06-01 21:25:20 +02:00
Camilla Berglund
6a8e169001
Update copyright notice year
2016-06-01 21:25:19 +02:00
Camilla Berglund
28d4c9e9f4
X11: Re-enable cursor for all types of FocusOut
...
This prevents disabled cursor mode from interfering with window frame
interactions.
Related to #650 .
2016-05-31 13:04:04 +02:00
Camilla Berglund
ed076b7c5b
Win32: Re-enable cursor during modal loops
...
Related to #650 .
2016-05-31 12:59:41 +02:00
Camilla Berglund
915a98c560
Add missing XFlush calls
2016-05-30 22:14:13 +02:00
Camilla Berglund
2d2756cbad
Simplify cursor window logic
2016-05-30 22:12:33 +02:00
Camilla Berglund
03db3ed6e9
Cleanup
2016-05-30 21:19:00 +02:00
Camilla Berglund
bda031f4ac
Cleanup
2016-05-29 15:34:08 +02:00
Camilla Berglund
797ee8d8e3
Move all cursor positioning to platform code
...
Due to Wayland, shared code cannot rely on cursor positioning being
supported by the underlying platform.
This implicitly fixes #617 as it moves cursor centering into
_glfwPlatformSetCursorMode, thus separating it from the stale value of
_glfw.cursorWindow.
Fixes #617 .
2016-05-29 15:33:49 +02:00
Camilla Berglund
0e846883bf
Clarify cursor position variable names
2016-05-27 02:39:03 +02:00
Camilla Berglund
72b3a7a59f
Move comment to the actual line being discussed
2016-05-27 02:39:03 +02:00
Camilla Berglund
32f38b97d5
Fix OS X key names not following layout
2016-05-24 22:12:15 +02:00
Camilla Berglund
7fd7dca375
Remove completed todo
2016-05-23 22:59:11 +02:00
Camilla Berglund
edb284f189
Add more argument value checks
2016-05-23 15:23:14 +02:00
Camilla Berglund
54cb23d234
Fix value checks failing on GLFW_DONT_CARE
2016-05-23 15:23:14 +02:00
Camilla Berglund
c4c99727c5
Add dynamic loading of HIToolbox.framework
...
Fixes #717 .
2016-05-23 15:21:56 +02:00
Camilla Berglund
57f4ba7b37
Add basic argument checks for glfwSetWindowMonitor
2016-05-23 15:19:09 +02:00
Camilla Berglund
cd49efa84e
Enable Cocoa multi-threaded mode
2016-05-22 14:02:29 +02:00
Camilla Berglund
bc649e1632
Formatting
2016-05-11 15:23:27 +02:00