OpenSceneGraph/include/osgViewer/api/Cocoa
Robert Osfield 6a269e24e5 From Stephan Huber, "attached you'll find some bugfixes and enhancements for the Cocoa
implementation of GraoicsWindowCocoa:

Enhancements/Bugfixes:

+ now it's possible to integrate osgViewer better into existing
cocoa-applications:
* create one or more NSOpenGLView(s) and add these to your window(s)
* create one or more NSWindows
* disable the integrated event-polling of osgViewer, and let the work be
done by Cocoa / NSApplicationRun. You'll have to run the osgViewer's
runloop in a separate thread

+ missing menu-event-handling implemented

+ added NSAutoReleasePools where necessary, this fixes some memory-leaks
+ fixed some crashes and thread-issues"
2009-05-14 15:34:15 +00:00
..
GraphicsWindowCocoa From Stephan Huber, "attached you'll find some bugfixes and enhancements for the Cocoa 2009-05-14 15:34:15 +00:00
PixelBufferCocoa From Stephan Huber, support for Cocoa windowing under OSX. 2009-03-10 10:13:20 +00:00