cginternals-glfw:v3.2

Last commit made on 2016-08-18
Get this branch:
git clone -b v3.2 https://git.launchpad.net/cginternals-glfw

Branch merges

Branch information

Name:
v3.2
Repository:
lp:cginternals-glfw

Recent commits

999f355... by Camilla Berglund <email address hidden>

Documentation work

4f5731a... by Camilla Berglund <email address hidden>

Add description of 3.2.1 release

4aafdea... by Camilla Berglund <email address hidden>

X11: Fix glfw*WindowPos operating on window frame

Fixes #800.

c18d3ae... by Camilla Berglund <email address hidden>

Cocoa: Remove duplicate includes

Fixes #838.

f1c536f... by Camilla Berglund <email address hidden>

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.

ad9233e... by Camilla Berglund <email address hidden>

X11: Clean up event wait timeout logic

Simplify interface and implement timeout updating.

f88a609... by Camilla Berglund <email address hidden>

X11: Only unmaximize visible windows

80ba994... by Camilla Berglund <email address hidden>

Remove msvcrt recommendation

0f12be7... by Camilla Berglund <email address hidden>

Documentation work

b581799... by Camilla Berglund <email address hidden>

Fix comment