9 Commits

Author SHA1 Message Date
Christopher Lloyd
6a5b382055 merge 28aba5e cjwlloyd-ac-2 2015-04-09 22:51:38 -04:00
Christopher Lloyd
5caf8b0aa7 working directshow sound 2013-10-10 02:13:17 -04:00
Christopher Lloyd
b30d694abb rough in DIrectShow sound playing 2013-10-10 00:34:41 -04:00
Autorelease Pool
c5274409ac fix previous NSSound fix to actually compile 2011-10-09 15:30:36 +02:00
Autorelease Pool
61556ffe38 fix issue 702 2011-10-09 15:07:17 +02:00
Christopher Lloyd
30d3663853 Fix replaying the same sound 2011-08-16 22:21:34 -04:00
Christopher Lloyd
a73db3310f - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both)
- new experimental AppKit-MacOS-i386 target which sits on Apple's Foundation, ApplicationServices (not operational). Header&api usage fixes to clean this up.
- Redid NSBezierPath so it doesn't rely on private Cocotron CoreGraphics API.
- Change the NSRaise macros/functions to be inline so AppKit can just include it instead of depending on them in Foundation since they aren't present in OSX.
- split NSRaiseException() into it's own Foundation private header and removed use from AppKit.
- changed use of NSRangeEntries so AppKit can embed it on MacOS
- switched NSOutlineView use of NSInt*CallBacks to NSInteger*CallBacks
- added CGPDFContext and CGDataConsumer
2009-06-05 03:16:46 +00:00
Christopher Lloyd
ca879fbb39 - NSToolbar/NSToolbarItem overhaul. Better layout including visibility priority, streamlined sizing interaction between items, toolbar and window, better overflow menu tracking. Customization palette work in progress. Probably some regressions if anyone was using it.
- Removed import of windows.h in OBJCDynamicModule and typed NSModuleHandle as void * for windows. Fixed windows specific files which needed windows.h
-NSTableView/NSOutlineView changed to not cache numberOfRows in instance, but do cache inside methods, to avoid out of sync situations (doc.s do say it is called a lot). Some NSInteger updating.
- NSNib, fixed duplicate sending of awakeFromNib to objects in name table as they were already in archive after being assigned UID provided name was present in nib. Does not send awakeFromNib to objects in name table not present in nib.
- NSBundle, disable NSUnimplementedMethod in localizedInfoDictionary
- use winsock2 in NSSocket_windows
- NSBitmapImageRep imageRepsWithContentsOfFile check for nil result on initWithContentsOfFile:
- Fixed KGPDFPage box calculations
- NSSound_win32 BOOL fixes
2009-02-17 19:12:02 +00:00
Christopher Lloyd
090430cc4b Moved Win32 NSSSound code to NSSound_win32 2008-12-08 03:55:01 +00:00