15 Commits

Author SHA1 Message Date
Christopher Lloyd
14258607ad UIKit framework added and Onyx reorg to accomodate it 2010-12-02 23:23:52 -05:00
Christopher Lloyd
bab2e55385 QuartzCore work 2010-10-21 21:21:17 -04:00
Christopher Lloyd
00dea648f8 - attempt at fixing flickering NSOpenGLView on Windows 7
- added opengl32 as a direct dependency
- added CGGradient skeleton
- reorganized some private CA, FreeBSD CGL fixes
2010-05-21 16:44:50 -04:00
Christopher Lloyd
589f709a12 - addresses issue #491 for borderless windows and opaque opengl surface
- Fixes issues in the FreeBSD build
2010-05-17 21:14:13 -04:00
Christopher Lloyd
bcb17abeb4 - Added NSAccessibility, NSNibAXRelationshipConnector, NSCIImageRep, CI* classes to AppKit project
- enable CIContext on NSGraphicsContext
- NSMenu decodes parent menu from coder instead of setting it programmatically
- NSException prints exception if NSDebugEnabled instead of raising
- NSKeyedUnarchiver properly decodes NSNumber's
- forwarding code added to NSProxy
2010-04-29 14:55:24 -04:00
Christopher Lloyd
61d3e2f55e standardize all build directories as in project directory 2010-04-01 13:01:05 -04:00
Christopher Lloyd
25f22b4c7b split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
Christopher Lloyd
b8bc414c64 - CFCopyDescription fix
- CFArrayGetCountOfValue fix
- NSString * to NSString * const fixes
- requestUserAttention: implementation
- NSTrackingArea fix, retains userInfo, does not retain userData
- removed unused code from NSWindowBackgroundView
- couple more font mappings in NSFont
- fixes to NSTrackingArea behavior in NSView
- faster visibleRect, precalculate as zero rect if hidden
- Fixed NSTrackingInVisibleRect behavior, doesn't do hit test
- Fixed NSTrackingArea testing to properly order exit/enter events
- setFrame: doesn't do anything if the new value is the same as the old value
- reorganize NSWIndow setFrame:display:/setFrame:display:animation:
- mark window as needing display if display called and not visible
- Win32Display will load fonts in main bundle for private usage
- use of setControlView: for cells in NSOutlineView and NSTableView
- _setSelectedRowIndexes: added to NSTableView for KVO
- NSString cString related fixes
- NSStringFormatter changes to accomodate NSNumberFormatter grouping separator
- NSNumberFormatter fixes
- appendFloat_generic removed, might cause problems
- NSSet fixes
- NSSocket_windows fixes for SSL handler
- per thread select capabilities
- NSLog uses fprintf instead of WriteFile so it synchronizes with NSCLog
2010-03-16 20:38:14 +00:00
Christopher Lloyd
7a3666e54f Some initial CI class implementations 2010-03-08 16:18:32 +00:00
Christopher Lloyd
b1c373412f (fixes issue #511) by tobias at platen-software.de 2010-03-02 15:44:18 +00:00
Christopher Lloyd
121ce922b8 X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows 2010-01-10 03:19:27 +00:00
Christopher Lloyd
f397a480c8 some basic QuartzCore work 2010-01-09 21:54:29 +00:00
Christopher Lloyd
00f59e8b51 i379, CGLCreateContext/CGLDestroyContext/CGLLockContext/CGLUnlockContext/CGLGetCurrentContext/CGLSetCurrentContext implemented for Windows, NSOpenGLContext currentContext is now per-thread 2009-09-02 20:25:49 +00:00
Christopher Lloyd
6170488acc opengl header fixes in OpenGL and AppKit, NSCollectionView/Item rough in 2009-08-21 20:00:16 +00:00
Christopher Lloyd
898f6839b8 Added non-functional initial QuartzCore project, CALayer header 2009-07-26 14:32:59 +00:00