fix setting of _previousKeyView
fix premature display of the insertion pointer
fix occasional persistence of the insertion pointer in a deactivated text view
fix endEditing of text views on drawers
- improved sheet animation based on the use of layered windows
- NSWindow -setStyleMask: works even if the window is already created
- NSWindow manages a NSGraphicsContext instead of creating a new one each time the -graphicsContext method is called.
- Some child window management code in NSWindow.
- better ordering on autosave frames and use of toolbars preventing windows from growing each time they are created
- window background view marked for display when the toolbar size changes
- NSDockTile ivar added to NSApplication
- implementation of NSString +localizedNameOfStringEncoding:
- CGWindow, NSCustomView, NSDrawer, NSWindow, NSWindowController, Win32Window fixes from Issues 10-17 submitted by Rolf Jansen.
- NSFileWrapper implementation submitted by Dirk Theisen.
- Added stubs to NSAssertionHandler, NSDirectoryEnumerator, NSFileManager for methods needed by NSFileWrapper addition.
- Added FlateDecode filter derived from a public domain implementation (not zlib) by Sean Barrett to the PDF system.
- Added ImageIO directory and starting point files.
- Added more starting point code in KoreGraphics and clean up in KG and Win32. Added KG(Mutable)Path.
- First pass at NSPDFImageRep hooks into underlying KG classes.