Camilla Berglund
e10d935efe
API tag and error message cleanup.
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
...
Add glfwShowWindow and glfwHideWindow functions to allow explicit
control over show/hide window.
Remove platform specific show window code from _glfwPlatformCreateWindow
but call glfwShowWindow from glfwCreateWindow to avoid breaking things
(for now).
ago%!(EXTRA string=13 years)
Camilla Berglund
6399fb19fd
Included malloc.h from files using malloc on Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
cb447bee81
Cleanup of window resizable flag setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
2410e2aaf4
Replaced automatic closing with window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
f71daaa14b
Removed executable flag from source file.
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
1736132bb2
Fixed window parameter refresh.
ago%!(EXTRA string=13 years)
Camilla Berglund
669c40f102
Fixed debug context being a hard constraint on WGL.
ago%!(EXTRA string=13 years)
Camilla Berglund
fc74a5533e
Moved WGL context logic into OpenGL module.
ago%!(EXTRA string=13 years)
Camilla Berglund
cef9dea1d2
Unified nomenclature for cursor positions.
ago%!(EXTRA string=13 years)
Camilla Berglund
41be34eadf
Fixed window position on Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
31b06a0ae0
Win32 window position work.
ago%!(EXTRA string=13 years)
Camilla Berglund
bc8860dc6a
Made fbconfig conversion more readable.
ago%!(EXTRA string=13 years)
Camilla Berglund
d717c0a5ba
Added bug fix from 2.7.6.
ago%!(EXTRA string=13 years)
Camilla Berglund
26fc5cacda
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
2753577dbd
Removed dynamic loading of gdi32.
ago%!(EXTRA string=13 years)
Camilla Berglund
4ef9aec7e0
Made scrolling deltas floating point.
ago%!(EXTRA string=13 years)
Camilla Berglund
7fb702a22b
Removed unused code.
ago%!(EXTRA string=13 years)
Camilla Berglund
742299faaa
Merged implementation for Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
98fbc07aa4
Fixed GLFW_WINDOW_NO_RESIZE state not being saved.
ago%!(EXTRA string=13 years)
Camilla Berglund
cd670c34a2
Fixed Alt+F4 not being translated into WM_CLOSE.
ago%!(EXTRA string=13 years)
Camilla Berglund
0b34cb1466
Removed unused variable.
ago%!(EXTRA string=13 years)
Camilla Berglund
bba4a56352
Added missing return value.
ago%!(EXTRA string=13 years)
Camilla Berglund
0c3b1b5a0e
Removed allocator.
ago%!(EXTRA string=13 years)
Camilla Berglund
84579305cb
Made string conversions globally available.
ago%!(EXTRA string=13 years)
Camilla Berglund
9c0c2c6b08
Upgraded Win32 port to Unicode mode.
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
de147988f2
Fixed editing mistakes.
ago%!(EXTRA string=14 years)
Camilla Berglund
d0840bdea1
Added more input functions to clarify internal API.
ago%!(EXTRA string=14 years)
Camilla Berglund
0322d8fba0
Made Win32 port build (functionality soon).
ago%!(EXTRA string=14 years)
Camilla Berglund
99712de710
Comment fix.
ago%!(EXTRA string=14 years)
Camilla Berglund
30e362d435
Shortened native extension boolean names.
ago%!(EXTRA string=14 years)
Camilla Berglund
b1656d7323
Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode.
ago%!(EXTRA string=14 years)
Camilla Berglund
4afc67c1df
Various Windows and VC++ 2010 fixes.
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
71f4adc3ec
Formatting.
ago%!(EXTRA string=14 years)
Camilla Berglund
22479e29b7
Removed superfluous comments.
ago%!(EXTRA string=14 years)
Camilla Berglund
d43e0b50d0
Added initial ARB_robustness support.
ago%!(EXTRA string=14 years)
Camilla Berglund
f310385997
ARB, not EXT.
ago%!(EXTRA string=14 years)
Camilla Berglund
6a5152f301
Added initial ARB_robustness support.
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
9b70cec954
Fixed bug #3093443 .
ago%!(EXTRA string=14 years)
Camilla Berglund
aae8999ecf
Moved OpenGL-related functions into *opengl files.
ago%!(EXTRA string=14 years)