317 Commits (c28d420060a60d579e15afb812d5bd054891179a)

Author SHA1 Message Date
Camilla Berglund 5d2edb2dff Comment updates. ago%!(EXTRA string=14 years)
Camilla Berglund 7515ee0ef5 Moved OpenGL context config verification into separate function. ago%!(EXTRA string=14 years)
Camilla Berglund 9d6660a9ea Made file-local functions static. ago%!(EXTRA string=14 years)
Camilla Berglund aae8999ecf Moved OpenGL-related functions into *opengl files. ago%!(EXTRA string=14 years)
Camilla Berglund e0ba9e4e1f Formatting. ago%!(EXTRA string=14 years)
Camilla Berglund 508e76e53d Finished confusion for code completion systems. ago%!(EXTRA string=14 years)
Camilla Berglund a66a4cd1e4 Added confusion for code completion systems like VC++. ago%!(EXTRA string=14 years)
Camilla Berglund f02dbd30be Formatting. 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 b29c4bae53 Added reference to extension. ago%!(EXTRA string=15 years)
Camilla Berglund c4250ca384 Moved scroll offset clearing to shared code. ago%!(EXTRA string=15 years)
Camilla Berglund a4a860057d Clarified default OpenGL version. ago%!(EXTRA string=15 years)
Camilla Berglund 07260cb768 Added initial framebuffer sRGB support. ago%!(EXTRA string=15 years)
Camilla Berglund 88194055bb Added support for OpenGL ES 2.0. ago%!(EXTRA string=15 years)
Camilla Berglund 4044c2da66 Made callbacks library global. ago%!(EXTRA string=15 years)
Camilla Berglund 52546171d0 Removed some and clarified remaining GLFW error tokens. ago%!(EXTRA string=15 years)
Camilla Berglund 419f9f17a1 Added glfwGetCurrentWindow. ago%!(EXTRA string=15 years)
Camilla Berglund 99ddce3214 Added context sharing. ago%!(EXTRA string=15 years)
Camilla Berglund e5ef93d5ae Removed broken GL 3.2 dependency. ago%!(EXTRA string=15 years)
Camilla Berglund 1e97d31441 Added missing read-back of glProfile and glForward. ago%!(EXTRA string=15 years)
Camilla Berglund fdcbb402a8 Merged logic fix from 2.7.1 trunk. 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 d43057e5bb Removed unintentional execute bits. ago%!(EXTRA string=15 years)
Camilla Berglund bdc5a44008 Formatting. ago%!(EXTRA string=15 years)
Camilla Berglund 8dfbce46fd Added error reporting to glfwSetWindowParam. ago%!(EXTRA string=15 years)
Camilla Berglund bc7a8d48da Added window focus callback (Cocoa implementation missing). 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 33b2195fb9 Formatting and comments. ago%!(EXTRA string=15 years)
Camilla Berglund 855b386e46 Removed remnants of Unicode key repeat control. ago%!(EXTRA string=15 years)
Camilla Berglund 64f180a324 Removed remnants of Unicode character actions. 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 5a8dcead1e Moved flagged window closing into a separate function. ago%!(EXTRA string=15 years)
Camilla Berglund 2fc42e9017 Fixed missing NULL in return statement. 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 c6bd6a7741 Moved window close check to shared code. ago%!(EXTRA string=15 years)
Camilla Berglund ae57d13868 Made active window state global. ago%!(EXTRA string=15 years)
Camilla Berglund 484a2714fc Renamed GLFW_WINDOW to GLFW_WINDOWED. ago%!(EXTRA string=15 years)
Camilla Berglund 44acfaa0b1 Fixed two multi-window bugs. 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 941d737636 Added current window check to glfwSwapBuffers. ago%!(EXTRA string=15 years)
Camilla Berglund 922cd1011a Added basic error reporting to shared code. ago%!(EXTRA string=15 years)
Camilla Berglund 1723c4af07 Function comment header cleanup. 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)