Commit Graph

84 Commits

Author SHA1 Message Date
Christopher Lloyd
be53f5e0b9 replace build rule with compiler variable in build setting for Windows 386 2012-03-05 22:12:14 -05:00
Christopher Lloyd
1c8c0ef617 cleanup warnings 2012-02-14 22:17:28 -05:00
Christopher Lloyd
8d9e281df4 merge in OpenGL fixes, zooming behavior change 2012-01-27 01:04:05 -05:00
Christopher Lloyd
8f748d4ee9 almost working opengl flush 2011-11-14 10:31:51 -05:00
Christopher Lloyd
7b60e7e2bb isolate pixel copy in CGLContext 2011-10-14 18:13:31 -04:00
Autorelease Pool
dcdf46c78f fix issue 655 2011-10-09 14:43:46 +02:00
Christopher Lloyd
84813cc6ac remove GCC_C_LANGUAGE_STANDARD from target build settings, couple build setting fixes 2011-09-28 23:24:31 -04:00
Christopher Lloyd
2b59273a1a switch framework search path to implicit TARGET_BUILD_DIR 2011-09-27 11:30:51 -04:00
Christopher Lloyd
5fbac7dc5c move deployment options to xcconfig 2011-09-27 10:25:49 -04:00
Christopher Lloyd
1fc511eda0 remove EXECUTABLE_SUFFIX, fix Foundation base xcconfig 2011-09-26 23:28:47 -04:00
Christopher Lloyd
028364941e move DEPLOYMENT_LOCATION to xcconfig 2011-09-26 23:19:53 -04:00
Christopher Lloyd
a9a5306e07 add framework xcconfig 2011-09-26 18:06:39 -04:00
Christopher Lloyd
fe2733fa5a move Windows INSTALL_PATH to xcconfig 2011-09-26 14:32:36 -04:00
Christopher Lloyd
2d69bdf6a3 add basic xcconfig's for current targets and update build paths to use EFFECTIVE_PLATFORM_NAME 2011-09-26 14:16:24 -04:00
Dr. Rolf Jansen
d807d76600 merge with head of the regular cocotron 2011-05-22 09:18:16 -03:00
Christopher Lloyd
aab9497a47 clean up some warnings, NSSearchPathForDirectoriesInDomains fixes 2011-05-03 11:08:30 -04:00
Dr. Rolf Jansen
3d9c3b7fe8 fix a bunch various compiler warnings 2011-02-20 16:22:31 -03:00
Christopher Lloyd
02a7635f37 CA fixes 2011-01-10 11:50:38 -05:00
Christopher Lloyd
2858245160 CoreAnimation work 2011-01-03 21:45:53 -05:00
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