55 Commits (c175084e1310abdd98e5560416bf6e484cc113a1)

Author SHA1 Message Date
Camilla Berglund 0c3b1b5a0e Removed allocator. ago%!(EXTRA string=13 years)
Camilla Berglund f6dfaf50ad Formatting. ago%!(EXTRA string=13 years)
Camilla Berglund b997db3a8b Removed GLFWthreadmodel and glfwInitWithModels. ago%!(EXTRA string=13 years)
Camilla Berglund ce288a8939 Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. ago%!(EXTRA string=13 years)
Camilla Berglund b016d642ab Comment fixes. ago%!(EXTRA string=13 years)
Camilla Berglund a18cd1b14c Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE. 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 d0840bdea1 Added more input functions to clarify internal API. ago%!(EXTRA string=14 years)
Camilla Berglund a98c66c8cb Added glext header explanation. ago%!(EXTRA string=14 years)
Camilla Berglund d0af26cd43 Allow error callback to be set before glfwInit. ago%!(EXTRA string=14 years)
Camilla Berglund 3b733b91bb Fixed header include paths. ago%!(EXTRA string=14 years)
Camilla Berglund b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. ago%!(EXTRA string=14 years)
Camilla Berglund c1ab73b979 Renamed context-related functions to more closely match underlying APIs. ago%!(EXTRA string=14 years)
Camilla Berglund 53f4f54c46 Flattened source tree. ago%!(EXTRA string=14 years)
Camilla Berglund 0f93e8f252 Flattened source tree. ago%!(EXTRA string=14 years)
Camilla Berglund 8aa8b7c2e4 Added glfwCopyGLState. ago%!(EXTRA string=14 years)
Camilla Berglund d43e0b50d0 Added initial ARB_robustness support. ago%!(EXTRA string=14 years)
Camilla Berglund 6a5152f301 Added initial ARB_robustness support. ago%!(EXTRA string=14 years)
Camilla Berglund 19be24afb7 Moved more OpenGL logic to opengl.c. ago%!(EXTRA string=14 years)
Camilla Berglund 0f481cb09d Renamed window hint reset function for clarity. ago%!(EXTRA string=14 years)
Camilla Berglund ccbb956341 Added pluggable memory allocator and threading stub. ago%!(EXTRA string=14 years)
Camilla Berglund 596f56fe7b Moved OpenGL related function to opengl.c, minor formatting. ago%!(EXTRA string=14 years)
Camilla Berglund ee880bda1b Moved window input boolean to correct block. ago%!(EXTRA string=14 years)
Camilla Berglund 6e553c7376 Purged references to GLFW as a framework. ago%!(EXTRA string=14 years)
Camilla Berglund 77e3b428c5 Revert "Added initial framebuffer sRGB support." ago%!(EXTRA string=15 years)
Camilla Berglund f1e7d7c0ea Added error callback. ago%!(EXTRA string=15 years)
Camilla Berglund 3be0c05aaa Added internal use of glext.h header. ago%!(EXTRA string=15 years)
Camilla Berglund 07260cb768 Added initial framebuffer sRGB support. ago%!(EXTRA string=15 years)
Camilla Berglund 70b9a1f4f3 Made boolean values use GLboolean. ago%!(EXTRA string=15 years)
Camilla Berglund 4044c2da66 Made callbacks library global. ago%!(EXTRA string=15 years)
Camilla Berglund e9eb841fab Added pointers to platform state definitions. ago%!(EXTRA string=15 years)
Camilla Berglund 85bcd1fa0c Renamed internal gamma function. ago%!(EXTRA string=15 years)
Camilla Berglund 2630d4968c Initial implementation of experimental gamma ramp API. ago%!(EXTRA string=15 years)
Camilla Berglund 99ddce3214 Added context sharing. ago%!(EXTRA string=15 years)
Camilla Berglund f93801c221 Added missing declaration. ago%!(EXTRA string=15 years)
Camilla Berglund 007766bd91 Added two-dimensional scrolling API and X11 implementation. ago%!(EXTRA string=15 years)
Camilla Berglund 0d7e1794a5 Added window iconification callback. ago%!(EXTRA string=15 years)
Camilla Berglund bc7a8d48da Added window focus callback (Cocoa implementation missing). ago%!(EXTRA string=15 years)
Camilla Berglund 3ca63a0cf3 Replaced platform specific config headers with shared one, updated version strings to include CMake version. ago%!(EXTRA string=15 years)
Camilla Berglund 40193213e5 Clearing of input state only occurs locally. ago%!(EXTRA string=15 years)
Camilla Berglund 867e747add Renamed window close request variable. ago%!(EXTRA string=15 years)
Camilla Berglund 3089e60fbd Everyone needs to be able to split BPPs these days. ago%!(EXTRA string=15 years)
Camilla Berglund 855b386e46 Removed remnants of Unicode key repeat control. ago%!(EXTRA string=15 years)
Camilla Berglund 318f731e3e Added glfwGetWindowPos. ago%!(EXTRA string=15 years)
Camilla Berglund 0f80e066ea Added window title to glfwOpenWindow. ago%!(EXTRA string=15 years)
Camilla Berglund 1bac99625d Fixed return type for _glfwPlatformMakeWindowCurrent. ago%!(EXTRA string=15 years)
Camilla Berglund 819d0446b1 Removed duplicate width and height parameters already included in window struct. ago%!(EXTRA string=15 years)
Camilla Berglund d6fe447ca9 Added glfwGetVersionString. ago%!(EXTRA string=15 years)
Camilla Berglund ae57d13868 Made active window state global. ago%!(EXTRA string=15 years)