159 Commits (2f30d3e5a39fe141b264abd052b933404a7a6ac9)

Author SHA1 Message Date
Camilla Berglund 04ea2112bd Fixed possible use of invalid HWND. ago%!(EXTRA string=11 years)
Camilla Berglund b91116e2bc Fixed glfwShowWindow restoring maximized windows. ago%!(EXTRA string=11 years)
Camilla Berglund cda5b25cb2 Moved to WM_NCCREATE. ago%!(EXTRA string=11 years)
Camilla Berglund 584879c759 Fixed flipped M and N key. ago%!(EXTRA string=11 years)
Camilla Berglund 1900d9a656 Included extended flag in Win32 scan code. ago%!(EXTRA string=11 years)
Camilla Berglund eb3f75e03e Added glfwGetWindowFrameSize. ago%!(EXTRA string=11 years)
Doug Binks dc987edf34 First draft of physical key fix for Windows. ago%!(EXTRA string=11 years)
Camilla Berglund 7ac3d85126 Formatting. ago%!(EXTRA string=11 years)
Camilla Berglund 8fa9cc0de3 Added GLFWimage struct. ago%!(EXTRA string=11 years)
Camilla Berglund 608de57358 Cleanup. ago%!(EXTRA string=11 years)
urraka 40c04a7565 Added support for custom system cursors. ago%!(EXTRA string=11 years)
Camilla Berglund 1ccc23268c Added glfwPostEmptyEvent. ago%!(EXTRA string=11 years)
Camilla Berglund d2205aa1a0 Added missing suffix for WNDCLASSW. ago%!(EXTRA string=11 years)
Camilla Berglund 6d8e78cc95 Further separation of window and context. ago%!(EXTRA string=11 years)
Camilla Berglund 0701d4ce6e Made use of Win32 W-suffixed symbols explicit. ago%!(EXTRA string=11 years)
Camilla Berglund 7f4e947447 Fixed return value for WM_DROPFILES. ago%!(EXTRA string=11 years)
Camilla Berglund cf177905e5 Allowed drops from less privileged processes. ago%!(EXTRA string=11 years)
Camilla Berglund 611006af18 Updated API version in comment headers. ago%!(EXTRA string=12 years)
Camilla Berglund 8f349e84ae Cleaned up drop callback design. ago%!(EXTRA string=12 years)
Camilla Berglund 2b876da52d Fixed broken includes. ago%!(EXTRA string=12 years)
Camilla Berglund 8ae063bb1b Cleanup. ago%!(EXTRA string=12 years)
arturo 89d0723ba3 Initial drag and drop support. ago%!(EXTRA string=12 years)
Camilla Berglund e0a26aa62f Cursor mode cleanup. ago%!(EXTRA string=12 years)
Camilla Berglund d937b74b8f Fixed glfwSetWindowSize stealing focus. ago%!(EXTRA string=12 years)
Camilla Berglund 56e600d7a1 Fixed iconify callback not triggered by Alt+Tab. ago%!(EXTRA string=12 years)
Camilla Berglund a5b6a306ae Added note. ago%!(EXTRA string=12 years)
Camilla Berglund 109e3d13ed Fixed reporting of negative window positions. 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. 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)