Camilla Berglund
a5b6a306ae
Added note.
ago%!(EXTRA string=12 years)
Camilla Berglund
109e3d13ed
Fixed reporting of negative window positions.
...
MSDN recommends LOWORD and HIWORD for WM_MOVE, but these do not
handle negative window positions correctly.
Fixes #172 .
ago%!(EXTRA string=12 years)
Camilla Berglund
7af99bce88
Fixed cursor centering for odd window sizes.
ago%!(EXTRA string=12 years)
Camilla Berglund
adbd52ba27
Formatted todos and notes.
ago%!(EXTRA string=12 years)
Camilla Berglund
0153dab346
Clarified WGL re-creation comment.
ago%!(EXTRA string=12 years)
Camilla Berglund
16a8fafab2
Made disabled mode disable Win32 cursor image.
ago%!(EXTRA string=12 years)
Camilla Berglund
6e68d89e0f
Fixed focus for Win+D window restoration.
ago%!(EXTRA string=12 years)
Camilla Berglund
9c5d9f8614
Fixed clip rect being set for unfocused windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
9c20737b60
Allowed characters regardless of modifier keys.
ago%!(EXTRA string=12 years)
Camilla Berglund
3cfc400cf9
Simplified source file comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
421810325a
Win32 fixes.
ago%!(EXTRA string=12 years)
Camilla Berglund
11615fcaf2
Added scancode to key callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
edebf3b560
Clarified comment.
ago%!(EXTRA string=12 years)
Camilla Berglund
36de6d3ce3
Fixed AltGr on Windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
3498163da1
Separated window and framebuffer sizes.
ago%!(EXTRA string=12 years)
Camilla Berglund
aaa955f51f
Moved mode setting to after window re-creation.
ago%!(EXTRA string=12 years)
Camilla Berglund
a90389044d
Fixed styles for undecorated windows on Windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
ffc55c3509
Removed broken initial cursor pos kluges.
ago%!(EXTRA string=12 years)
Noel Cower
eff85f9500
Added super modifier bit.
...
Edited during merge.
ago%!(EXTRA string=12 years)
Camilla Berglund
3bcffba24a
Renamed control modifier bit to match key token.
ago%!(EXTRA string=12 years)
Camilla Berglund
6df692b61e
Renamed CURSOR_CAPTURED to CURSOR_DISABLED.
ago%!(EXTRA string=12 years)
Camilla Berglund
2d1b835711
Added a conservative set of key modifiers.
ago%!(EXTRA string=12 years)
Camilla Berglund
7423cfa5bf
Corrected type of cursor coordinates.
ago%!(EXTRA string=12 years)
Camilla Berglund
6fd396f766
Removed C99-ism.
ago%!(EXTRA string=12 years)
Camilla Berglund
e9712739ba
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
1ffd8f667f
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
7b7ef1e07b
Cleanup of Win32 mouse button handling.
ago%!(EXTRA string=12 years)
Camilla Berglund
c12759880d
Fixed Win32 cursor mode switch jitter.
ago%!(EXTRA string=12 years)
Camilla Berglund
2caee225ea
Fixed hidden cursor mode for focus events.
ago%!(EXTRA string=12 years)
Camilla Berglund
6164eb603b
Added tracking of cursor visibility.
ago%!(EXTRA string=12 years)
Camilla Berglund
082306b1db
Added support for WM_UNICHAR.
ago%!(EXTRA string=12 years)
Camilla Berglund
49db3b2a9e
Formatting.
ago%!(EXTRA string=12 years)
NathanSweet
8e2e7b37a1
Undecorated window support on win/mac/linux.
ago%!(EXTRA string=12 years)
Camilla Berglund
129e94da2e
Changed cursor pos to double.
ago%!(EXTRA string=12 years)
Camilla Berglund
0356aa620d
Fixed resize mode setting on Windows.
ago%!(EXTRA string=13 years)
Camilla Berglund
200e07027c
Implemented hidden cursor on Windows.
ago%!(EXTRA string=13 years)
Camilla Berglund
51ee3a5c0a
No swap interval on composition.
ago%!(EXTRA string=13 years)
Camilla Berglund
3897a174b5
Fixed VC++ warnings.
ago%!(EXTRA string=13 years)
SephiRok
1ae9ce1e0a
Fixed print screen key input for all platforms.
ago%!(EXTRA string=13 years)
Camilla Berglund
941a671bfa
Minor cleanup of Win32 window code.
ago%!(EXTRA string=13 years)
Camilla Berglund
e666835ca6
Unified Win32 cursor clip rect setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
7b3783abe2
Made glfwGetMonitorPos immediate.
ago%!(EXTRA string=13 years)
Camilla Berglund
719b60dd2b
Added macros for library initialization check.
ago%!(EXTRA string=13 years)
Camilla Berglund
d97dddc8c4
Simplified function comment headers.
ago%!(EXTRA string=13 years)
Camilla Berglund
7c1932381b
Reintroduced glfwGetWindowPos, glfwSetWindowPos.
ago%!(EXTRA string=13 years)
Camilla Berglund
c17a7dd464
Made glfwGetWindowSize immediate.
...
Conflicts:
src/internal.h
ago%!(EXTRA string=13 years)
Camilla Berglund
231ee1bdc7
Removed cached instance handle.
ago%!(EXTRA string=13 years)
Camilla Berglund
3e78570a31
Removed duplicate documentation.
...
The public, platform, native, event and utility functions are already
documented in-source. Having duplicate documentation inevitably means
having them contradict one another. Furthermore, most of the function
descriptions simply repeated the name of the function.
ago%!(EXTRA string=13 years)
Camilla Berglund
6abb8e4c86
Fixed leak of wide string window title.
ago%!(EXTRA string=13 years)
Camilla Berglund
cc45a9e53d
Updated native API and merged into related files.
ago%!(EXTRA string=13 years)