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
467d501621
Cleanup of context clearing during window destruction.
ago%!(EXTRA string=13 years)
Camilla Berglund
c1dcd29c71
Fixed potential clearing of wrong context.
ago%!(EXTRA string=13 years)
Camilla Berglund
e6556c7f34
Comment grammar fix.
ago%!(EXTRA string=13 years)
Camilla Berglund
2bb62a1467
Bug fix formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
ae5da60c18
Fixed test for wrong client API.
ago%!(EXTRA string=13 years)
Camilla Berglund
38cad9aff0
Added client API window hint.
...
This is cherry-picked from the EGL branch in preparation for the EGL backend.
ago%!(EXTRA string=13 years)
Camilla Berglund
c0dcb5a056
Fixed fullscreen regressions.
ago%!(EXTRA string=13 years)
Camilla Berglund
1653541aca
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
ea7ab3e01b
Fixed broken selector signature.
ago%!(EXTRA string=13 years)
Camilla Berglund
e10d935efe
API tag and error message cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf3486f077
Comment updates and formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
0e63488b40
Cocoa window visibility fixes.
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
cb447bee81
Cleanup of window resizable flag setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
25c7ad1706
Removed superfluous MakeContextCurrent.
ago%!(EXTRA string=13 years)
Camilla Berglund
2410e2aaf4
Replaced automatic closing with window parameter.
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)
Arturo J. Pérez
287e94cd6b
Behavior differences under Lion and Snow Leopard in updateTrackingAreas.
...
super call added.
According to documentation (NSView Class Reference -> Instance Methods -> updateTrackingAreas):
You should override this method to remove out of date tracking areas and add recomputed tracking areas; your implementation should call super.
ago%!(EXTRA string=13 years)
Camilla Berglund
053737e660
Use OpenGL to get default framebuffer properties.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a72f33541
Removed GLFW_ACCELERATED window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
302037d5b4
Added stub debug context detection.
ago%!(EXTRA string=13 years)
Camilla Berglund
b28298f329
Fixed call to CGPointMake.
ago%!(EXTRA string=13 years)
Camilla Berglund
52ebc0db85
Fixed use of wrong point type.
ago%!(EXTRA string=13 years)
Camilla Berglund
34c93a5124
Disabled window restoration on Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
e7c4e77214
Fixed cursor positioning in fullscreen on Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
ee66e5fa10
Merged fix for bug #3528964 .
ago%!(EXTRA string=13 years)
Camilla Berglund
cef9dea1d2
Unified nomenclature for cursor positions.
ago%!(EXTRA string=13 years)
Camilla Berglund
2ac8da7465
Merged patch #3519669 .
ago%!(EXTRA string=13 years)
Camilla Berglund
171db6d6cb
Discarded uninteresting scroll events.
ago%!(EXTRA string=13 years)
Camilla Berglund
4ef9aec7e0
Made scrolling deltas floating point.
ago%!(EXTRA string=13 years)
Camilla Berglund
77c9baab35
Fixed issues found with static analysis.
ago%!(EXTRA string=13 years)
Camilla Berglund
d40a3d1617
Renamed Cocoa window object member.
ago%!(EXTRA string=13 years)
Camilla Berglund
8e4e70d7a4
Implemented cursor enter/leave for OS X.
ago%!(EXTRA string=13 years)
Camilla Berglund
29d38c3b64
Increased Cocoa pixel format attribute array size.
ago%!(EXTRA string=13 years)
Camilla Berglund
c58750ef92
Applied fix for pixel format creation failure.
ago%!(EXTRA string=13 years)
Camilla Berglund
eb83a3e8f9
Replaced final deprecated Core Graphics call.
ago%!(EXTRA string=13 years)
Camilla Berglund
339fb7d246
Made key code translation table private to function.
ago%!(EXTRA string=13 years)
Camilla Berglund
89eec8af09
Made more consistent use of key code conversion.
ago%!(EXTRA string=13 years)
Camilla Berglund
8155f90bf3
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
be547da9d2
Replaced more deprecated CoreGraphics calls.
ago%!(EXTRA string=13 years)
Camilla Berglund
a90675c526
Shortened the shortening.
ago%!(EXTRA string=13 years)
Camilla Berglund
3383e59a73
Renamed function.
ago%!(EXTRA string=13 years)
Camilla Berglund
cb9bae5c71
Made glfwOpenWindow enforce the forward-compat and profile hints.
ago%!(EXTRA string=13 years)
Camilla Berglund
e55396d754
Shortened call to setAppleMenu:.
ago%!(EXTRA string=13 years)
Camilla Berglund
c0db61bd6e
Moved autorelease pool back to glfwInit.
ago%!(EXTRA string=13 years)
Camilla Berglund
98fbc07aa4
Fixed GLFW_WINDOW_NO_RESIZE state not being saved.
ago%!(EXTRA string=13 years)