cginternals-glfw:attach-win32-window

Last commit made on 2018-01-17
Get this branch:
git clone -b attach-win32-window https://git.launchpad.net/cginternals-glfw

Branch merges

Branch information

Name:
attach-win32-window
Repository:
lp:cginternals-glfw

Recent commits

1d9406b... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Fixup

4e96e90... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Add glfwAttachWin32Window

Related to #25.

973bf29... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Remove use of non-standard function strdup

Related to #873.

bb3ab87... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Remove unmaintained internal Doxygen docs

The useful bits have been transformed to function definition comments.
The style guide stub has been added to the regular docs build.

d6b3a60... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Documentation work

Added missing bits of documentation for GLFW_HOVERED.

6c421f1... by Emmanuel Gil Peyrot

Wayland: Implement scale callback

Closes #1181.

93186e4... by Emmanuel Gil Peyrot

Wayland: Fix glfwTerminate segfault on failed init

Closes #1172.

2c1fc13... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Update changelog

20b1220... by ocornut <email address hidden>

Win32: Fix GLFW_FOCUSED hint being ignored

The window was activated by _glfwPlatformShowWindow, causing the
GLFW_FOCUSED window hint to be ignored when set to false.

Fixes #1179.
Closes #1180.

ee9dffc... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add GLFW_HOVERED for polling cursor hover state

This window attribute corresponds to the cursor enter/leave callback.

Fixes #1166.