414 Commits (201400b974b63eb7f23eb7d8563589df9c699d7c)

Author SHA1 Message Date
Camilla Berglund 9af61d06cf Removed return value of _glfwPlatformTerminate. ago%!(EXTRA string=13 years)
Camilla Berglund b66e1de97c Added saving of monitor mode count. ago%!(EXTRA string=13 years)
Camilla Berglund 5da8ed250a Cleanup of backend option strings. ago%!(EXTRA string=13 years)
Camilla Berglund 69a900592e Added explicit support for sRGB framebuffers. ago%!(EXTRA string=13 years)
Camilla Berglund 1a3d47d06d Added window position callback. ago%!(EXTRA string=13 years)
Camilla Berglund 34d383399c Finished initial window/context backend split. ago%!(EXTRA string=13 years)
Camilla Berglund 2a166c5086 Removed glfwCopyContext to map better against EGL. ago%!(EXTRA string=13 years)
Camilla Berglund c479124e69 Removed key repeat. ago%!(EXTRA string=13 years)
Camilla Berglund 14355d692f Fixed active/focused nomenclature mixing. ago%!(EXTRA string=13 years)
m@bitsnbites.eu 1c21fc1383 Removed GLFW_SYSTEM_KEYS from the GLFW API 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 4fc32a4bbf Comment fix. ago%!(EXTRA string=13 years)
Camilla Berglund 18d71c2b6d Made window-related callbacks per-window. ago%!(EXTRA string=13 years)
Camilla Berglund 5df4df6ca4 Added glfwDefaultWindowHints. ago%!(EXTRA string=13 years)
Camilla Berglund 2108360671 Removed 'screen' from monitor nomenclature. ago%!(EXTRA string=13 years)
Camilla Berglund ddeca47117 Removed executable flag from header. ago%!(EXTRA string=13 years)
Camilla Berglund 38cad9aff0 Added client API window hint. ago%!(EXTRA string=13 years)
Camilla Berglund bf8639e49f Removed unused struct member. ago%!(EXTRA string=13 years)
Camilla Berglund 1be1636326 Begun integrating monitor and window. ago%!(EXTRA string=13 years)
Camilla Berglund 14f00ffa67 Removed unused struct member. ago%!(EXTRA string=13 years)
Camilla Berglund 20a49a7eee Improved handling of primary monitor. ago%!(EXTRA string=13 years)
Camilla Berglund 830f2b439c Cleanup. ago%!(EXTRA string=13 years)
Camilla Berglund 93a1d1c226 Added stubs, implemented on Linux and Cocoa. ago%!(EXTRA string=13 years)
Camilla Berglund 89b42d084d Replaced glfwGetDesktopMode with glfwGetVideoMode. ago%!(EXTRA string=13 years)
Camilla Berglund 2502e4d6f3 Renamed glfwGetJoystickPos to glfwGetJoystickAxes. ago%!(EXTRA string=13 years)
Camilla Berglund 2a8b2ccef4 Split internal prototypes into APIs. ago%!(EXTRA string=13 years)
Camilla Berglund aaaac00aa5 Comment fixes. ago%!(EXTRA string=13 years)
Camilla Berglund 5d52ad1548 Replaced GLFWGLOBAL and _init_c_ with extern. 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 2b0f8c2f1e Removed 'device' from monitor callback. ago%!(EXTRA string=13 years)
Camilla Berglund 9e4bc36dd8 Initial TLS implementation (Cocoa broken). ago%!(EXTRA string=13 years)
Camilla Berglund 2410e2aaf4 Replaced automatic closing with window parameter. ago%!(EXTRA string=13 years)
Camilla Berglund ddcf5d471e Removed mirroring of default framebuffer attribs. ago%!(EXTRA string=13 years)
Camilla Berglund 585a840329 Added window parameter to glfwSwapBuffers. 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 871e1a70d7 Made video mode retrieval dynamic. ago%!(EXTRA string=13 years)
Camilla Berglund ba941b2fc8 Added formatting to error string. ago%!(EXTRA string=13 years)
Camilla Berglund 59896c327a Context property fixes. ago%!(EXTRA string=13 years)
Camilla Berglund 053737e660 Use OpenGL to get default framebuffer properties. ago%!(EXTRA string=13 years)
Camilla Berglund 3a72f33541 Removed GLFW_ACCELERATED window parameter. ago%!(EXTRA string=13 years)
Camilla Berglund 3b6ec4e775 Added client API window hint. ago%!(EXTRA string=13 years)
Camilla Berglund b78fd85e11 Moved glext.h inclusion back. ago%!(EXTRA string=13 years)
Camilla Berglund be12cbca15 Added separate platform headers for EGL and GLX. ago%!(EXTRA string=13 years)
Cloudef 778a76683a Add EGL X11 platform header ago%!(EXTRA string=13 years)
Camilla Berglund a0429e4b6e Removed duplicate type declarations. ago%!(EXTRA string=13 years)
Camilla Berglund cef9dea1d2 Unified nomenclature for cursor positions. ago%!(EXTRA string=13 years)
Camilla Berglund bf42c3cfbc Made glfwGetProcAddress return a function pointer. ago%!(EXTRA string=13 years)