m@bitsnbites.eu
424e7c7b53
Removed glfwSetWindowPos and glfwGetWindowPos
...
glfwGetWindowPos is superseded by glfwGetWindowParam()
with GLFW_POSITION_X and GLFW_POSITION_Y as parameters.
glfwSetWindowPos can easily lead to bad practices
(moving windows around without the users consent), and
has been replaced with the GLFW_POSITION_X/Y window
hints that allow setting the window position for a
newly created window.
ago%!(EXTRA string=13 years)
m@bitsnbites.eu
c9f4dedd96
Introduced window positioning hints and window position properties
ago%!(EXTRA string=13 years)
Camilla Berglund
a9d1fdfc44
Fixed VC++ warnings.
ago%!(EXTRA string=13 years)
Camilla Berglund
467d501621
Cleanup of context clearing during window destruction.
ago%!(EXTRA string=13 years)
Camilla Berglund
c0dcb5a056
Fixed fullscreen regressions.
ago%!(EXTRA string=13 years)
Camilla Berglund
d6d5fb2684
Simplified character input.
ago%!(EXTRA string=13 years)
Camilla Berglund
dbd4d1657e
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
4408d2134c
Added use of standard lParam macros.
ago%!(EXTRA string=13 years)
Camilla Berglund
d5ede06859
Removed WS_VISIBLE from creation flags.
ago%!(EXTRA string=13 years)
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)