228 Commits (b823f7151e0155cdc7f2ee3f93ceaa01d6321c9f)

Author SHA1 Message Date
Camilla Berglund bd31ea0a69 WGL context option cleanup. ago%!(EXTRA string=13 years)
Camilla Berglund 14355d692f Fixed active/focused nomenclature mixing. ago%!(EXTRA string=13 years)
m@bitsnbites.eu 424e7c7b53 Removed glfwSetWindowPos and glfwGetWindowPos ago%!(EXTRA string=13 years)
m@bitsnbites.eu c9f4dedd96 Introduced window positioning hints and window position properties ago%!(EXTRA string=13 years)
Camilla Berglund a9d1fdfc44 Fixed VC++ warnings. ago%!(EXTRA string=13 years)
Camilla Berglund 2108360671 Removed 'screen' from monitor nomenclature. ago%!(EXTRA string=13 years)
Camilla Berglund 467d501621 Cleanup of context clearing during window destruction. ago%!(EXTRA string=13 years)
Camilla Berglund 6ac7af38d9 Began using monitor position for window placement. ago%!(EXTRA string=13 years)
Camilla Berglund 1be1636326 Begun integrating monitor and window. ago%!(EXTRA string=13 years)
Camilla Berglund c0dcb5a056 Fixed fullscreen regressions. ago%!(EXTRA string=13 years)
Camilla Berglund d6d5fb2684 Simplified character input. ago%!(EXTRA string=13 years)
Camilla Berglund dbd4d1657e Formatting. ago%!(EXTRA string=13 years)
Camilla Berglund 4408d2134c Added use of standard lParam macros. ago%!(EXTRA string=13 years)
Camilla Berglund 830f2b439c Cleanup. ago%!(EXTRA string=13 years)
Camilla Berglund d5ede06859 Removed WS_VISIBLE from creation flags. ago%!(EXTRA string=13 years)
Camilla Berglund e10d935efe API tag and error message cleanup. ago%!(EXTRA string=13 years)
Camilla Berglund 8bb5c59d2d Added GLFW_VISIBLE window hint and parameter. ago%!(EXTRA string=13 years)
Riku Salminen 596132c3a1 Add glfwShowWindow, glfwHideWindow ago%!(EXTRA string=13 years)
Camilla Berglund 6399fb19fd Included malloc.h from files using malloc on Win32. ago%!(EXTRA string=13 years)
Camilla Berglund cb447bee81 Cleanup of window resizable flag setting. ago%!(EXTRA string=13 years)
Camilla Berglund 2410e2aaf4 Replaced automatic closing with window parameter. ago%!(EXTRA string=13 years)
Camilla Berglund f71daaa14b Removed executable flag from source file. ago%!(EXTRA string=13 years)
Camilla Berglund aff30d0baa Renamed window creation/destruction functions. ago%!(EXTRA string=13 years)
Camilla Berglund 1736132bb2 Fixed window parameter refresh. ago%!(EXTRA string=13 years)
Camilla Berglund 669c40f102 Fixed debug context being a hard constraint on WGL. ago%!(EXTRA string=13 years)
Camilla Berglund fc74a5533e Moved WGL context logic into OpenGL module. ago%!(EXTRA string=13 years)
Camilla Berglund 3b6ec4e775 Added client API window hint. ago%!(EXTRA string=13 years)
Camilla Berglund 546124f1fb Fixed invalid file mode. ago%!(EXTRA string=13 years)
Camilla Berglund cef9dea1d2 Unified nomenclature for cursor positions. ago%!(EXTRA string=13 years)
Camilla Berglund 41be34eadf Fixed window position on Win32. ago%!(EXTRA string=13 years)
Camilla Berglund 31b06a0ae0 Win32 window position work. ago%!(EXTRA string=13 years)
Camilla Berglund bc8860dc6a Made fbconfig conversion more readable. ago%!(EXTRA string=13 years)
Camilla Berglund d717c0a5ba Added bug fix from 2.7.6. ago%!(EXTRA string=13 years)
Camilla Berglund 26fc5cacda Formatting. ago%!(EXTRA string=13 years)
Camilla Berglund 2753577dbd Removed dynamic loading of gdi32. ago%!(EXTRA string=13 years)
Camilla Berglund 4ef9aec7e0 Made scrolling deltas floating point. ago%!(EXTRA string=13 years)
Camilla Berglund 7fb702a22b Removed unused code. ago%!(EXTRA string=13 years)
Camilla Berglund 742299faaa Merged implementation for Win32. ago%!(EXTRA string=13 years)
Camilla Berglund 98fbc07aa4 Fixed GLFW_WINDOW_NO_RESIZE state not being saved. ago%!(EXTRA string=13 years)
Camilla Berglund cd670c34a2 Fixed Alt+F4 not being translated into WM_CLOSE. ago%!(EXTRA string=13 years)
Camilla Berglund 0b34cb1466 Removed unused variable. ago%!(EXTRA string=13 years)
Camilla Berglund bba4a56352 Added missing return value. ago%!(EXTRA string=13 years)
Camilla Berglund 0c3b1b5a0e Removed allocator. ago%!(EXTRA string=13 years)
Camilla Berglund 84579305cb Made string conversions globally available. ago%!(EXTRA string=13 years)
Camilla Berglund 9c0c2c6b08 Upgraded Win32 port to Unicode mode. ago%!(EXTRA string=13 years)
Camilla Berglund a18cd1b14c Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE. ago%!(EXTRA string=14 years)
Marcel Metz 85d4bfcff5 Implemented monitor (dis)connect callback for win32. ago%!(EXTRA string=14 years)
Camilla Berglund 2660b27cf3 Renamed internal cursor position in preparation of new API. ago%!(EXTRA string=14 years)
Camilla Berglund 72ef537425 Added input function for window damage events. ago%!(EXTRA string=14 years)
Camilla Berglund de147988f2 Fixed editing mistakes. ago%!(EXTRA string=14 years)