432 Commits (b9ed25d2e991944acb51dedc63f3fe68e24c02c9)

Author SHA1 Message Date
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)
Camilla Berglund 326d997c1c Initial multi-window support pass. ago%!(EXTRA string=15 years)
Camilla Berglund 48f5a7e763 Added per-window user pointers. ago%!(EXTRA string=15 years)
Camilla Berglund f5d74c4f9a Added error management from pre-3.0 branch. ago%!(EXTRA string=15 years)
Camilla Berglund 3228755895 Separated window GLX state into separate struct. ago%!(EXTRA string=15 years)
Camilla Berglund 12d17b9de6 Formatting of internal structs. ago%!(EXTRA string=15 years)
Camilla Berglund 445bf1ea33 Renamed lib directory to src. ago%!(EXTRA string=15 years)
Camilla Berglund 950a3beda2 Moved bits parameters from glfwOpenWindow to glfwOpenWindowHint. ago%!(EXTRA string=15 years)
Camilla Berglund 93ea341211 Removed Unicode character actions, updated events test. ago%!(EXTRA string=15 years)
Camilla Berglund 135194a960 Initial pass for multi-window support. ago%!(EXTRA string=15 years)
Camilla Berglund d46b222e08 Formatting (no code changes). ago%!(EXTRA string=15 years)