-[NSWindow setViewsNeedDisplay:] will now schedule a displayIfNeeded to properly redisplay after a non-UI event.
NSFont LucidaGrande, LucidaGrande-Bold mapping
NSMenuItem NSValidatedUserInterfaceItem conformance
NSProgressIndicator tweaks for display update
NSThemeFrame fixes for toolbar layout
NSView autoresizesSubviews set to YES always when reading from nibs
Mouse deltas and scroll wheel fixes in Win32Display
NSPropertyListReader_vintage reads hex encoded NSData now.
assorted mundane fixes
- brought X11 back to current for Darwin and FreeBSD
- removed CairoCacheImage, added O2Surface_cairo
- separated TTFFont into O2FontState_cairo/O2Font_FT/TTFFont
- renamed CairoContext O2Context_cairo
- added O2Context_builtin_FT which implements Onyx2D+FreeType
- moved font queries to X11Display
- added NSPlatform_bsd.m to AppKit
- encoding change/fix(?) in NSColor.m
- moved showText: into abstract class O2Context from _gdi classes
- fix for ObjCModule.m to get executable path
- Issue #320 fix by Glenn Ganz, support for NSWindowsCP1252StringEncoding
- resave NSColorPanel nibs to newer version which has expected autosizing flag values
- move common stuff from array controller to object controller
- move common stuff from KVO binder to vanilla binder
- replacement key path for values used
- binding thru NSObjectController now works
- NSApplication*ActiveNotification's behavior implemented
- gcc 4.2.1 compiler warnings reduced
- First pass at PDF output, -[NSView dataWithPDFInsideRect:], and underlying NSPrintOperation, KGPDFContext and KGPDF* code functional but not complete (text, images and shadings not functional)
- Cleanup of KGContext,KGGraphicsState to be more general/abstract, moved KGRendering/DeviceContext into Win32
- NSCachedImageRep changed to use NSWindow instead of CGLayer
- Added axial shaders via CGShading/CGFunction interface
- Added clipping to path
- Added ApplicationServices project for header compatibility if you use CoreGraphics
- Fixed problem with nib connections which do not have : at end
- Fixed problem with system images not appearing in check boxes loaded from nib