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
3b6ec4e775
Added client API window hint.
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)
Camilla Berglund
a202799f45
Renamed AppKit init function.
ago%!(EXTRA string=13 years)
Camilla Berglund
84ea69358f
Removed unused variable, fixed chdir regression.
ago%!(EXTRA string=13 years)
Camilla Berglund
4a9545317e
Postponed AppKit init to first window creation.
ago%!(EXTRA string=13 years)
Camilla Berglund
e937c86893
Added UTF-8 window title support for Cocooa.
ago%!(EXTRA string=14 years)
Camilla Berglund
ce288a8939
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
ago%!(EXTRA string=14 years)
Camilla Berglund
017e2b3483
Formatting and cleanup.
ago%!(EXTRA string=14 years)
Camilla Berglund
42cf91a07c
Fixed GLFW_KEY_GRAVE_ACCENT and GLFW_KEY_WORLD_1 on Cocoa.
ago%!(EXTRA string=14 years)
Camilla Berglund
b6c510c9d1
Split window and context creation into separate functions.
ago%!(EXTRA string=14 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
d0840bdea1
Added more input functions to clarify internal API.
ago%!(EXTRA string=14 years)
Camilla Berglund
285ab537f7
Initial implementation of cursor mode on Cocoa.
ago%!(EXTRA string=14 years)
Camilla Berglund
39dc15f737
Corrected error message.
ago%!(EXTRA string=14 years)
Camilla Berglund
b1656d7323
Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode.
ago%!(EXTRA string=14 years)