Camilla Berglund
d68acb78bf
Removed registering glfwTerminate with atexit.
...
Functions registered with atexit are called from the thread calling exit.
glfwTerminate should only be called from the main thread. Mistakes should be
explicit.
ago%!(EXTRA string=13 years)
Camilla Berglund
5df4df6ca4
Added glfwDefaultWindowHints.
ago%!(EXTRA string=13 years)
Camilla Berglund
aaaac00aa5
Comment fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
bd5ff15769
Moved error handling to init module.
ago%!(EXTRA string=13 years)
Camilla Berglund
85ca7ee184
Shortened comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
5d52ad1548
Replaced GLFWGLOBAL and _init_c_ with extern.
ago%!(EXTRA string=13 years)
Camilla Berglund
aff30d0baa
Renamed window creation/destruction functions.
...
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
ago%!(EXTRA string=13 years)
Camilla Berglund
871e1a70d7
Made video mode retrieval dynamic.
ago%!(EXTRA string=13 years)
Camilla Berglund
0c3b1b5a0e
Removed allocator.
ago%!(EXTRA string=13 years)
Camilla Berglund
b997db3a8b
Removed GLFWthreadmodel and glfwInitWithModels.
ago%!(EXTRA string=13 years)
Camilla Berglund
0f481cb09d
Renamed window hint reset function for clarity.
ago%!(EXTRA string=14 years)
Camilla Berglund
3d82683177
Removed indirection made superfluous by introduction of cdecl.
ago%!(EXTRA string=14 years)
Camilla Berglund
ccbb956341
Added pluggable memory allocator and threading stub.
ago%!(EXTRA string=14 years)
Camilla Berglund
6e553c7376
Purged references to GLFW as a framework.
ago%!(EXTRA string=14 years)
Camilla Berglund
03f20ef736
Added back mistakenly removed init time window hint clearing.
ago%!(EXTRA string=15 years)
Camilla Berglund
3c85eef0bf
Moved atexit call to shared code.
ago%!(EXTRA string=15 years)
Camilla Berglund
d7670cf906
Moved glfwTerminate window closing to shared code.
ago%!(EXTRA string=15 years)
Camilla Berglund
0ba1cf9c59
Removed superfluous nonsense, added platform terminate call on failed platform init.
ago%!(EXTRA string=15 years)
Camilla Berglund
86c6023daa
Removed superfluous nonsense.
ago%!(EXTRA string=15 years)
Camilla Berglund
d6fe447ca9
Added glfwGetVersionString.
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
135194a960
Initial pass for multi-window support.
ago%!(EXTRA string=15 years)
Camilla Berglund
cdfbbaf78b
Made system header inclusion more conservative.
ago%!(EXTRA string=15 years)
Camilla Berglund
a4d888c2f5
Formatting pass (no code changes).
ago%!(EXTRA string=15 years)
Camilla Berglund
9e4137c0a9
Formatting pass (no code changes).
ago%!(EXTRA string=15 years)
Camilla Berglund
105e927b84
Shallow formatting pass (no code changes).
ago%!(EXTRA string=15 years)
Camilla Berglund
38b0ccb9b3
Updated API version.
ago%!(EXTRA string=15 years)
Camilla Berglund
3249f812d6
Initial import of 2.7 Lite.
ago%!(EXTRA string=15 years)