Commit Graph

20 Commits

Author SHA1 Message Date
TheBrokenRail
b6548a202d Fix Continuation Indent 2020-05-12 17:04:16 -04:00
TheBrokenRail
55c7b99e5d Proper Braces 2020-05-12 17:04:16 -04:00
TheBrokenRail
cda40d9947 Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00
Sergey Bugaev
e3bb5c9196 CGFloat/O2Float-ization
See darlinghq/darling#418
2018-09-12 09:25:27 +03:00
Andrew Hyatt
a23df37eff Remove execution bit from source files of AppKit 2017-08-23 09:25:24 -07:00
Christopher Lloyd
631462795d Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
Robert Grant
7d5138cadf Skip comment args in RTF files 2014-02-13 13:55:06 -08:00
Airy ANDRE
5fd9c8e584 Current "destination" setting is broken 2014-01-07 18:10:30 +01:00
Airy ANDRE
f19dfc48c4 Fixes for the RTF reader & writer to unicode chars + better handling of some unicode newline codes 2014-01-01 10:09:07 +01:00
Airy ANDRE
545af7d2a8 Recent Word rtf can't be read 2013-12-04 15:40:05 +01:00
Robert Grant
4e1562593c RichTextReader is trusting fontWithName:size: to create legitimate fonts which it's not 2013-07-19 13:11:13 -04:00
Airy ANDRE
db9efd24ad Support for RTF pasteboard content + better RTF parsing 2013-07-16 14:44:52 +02:00
Steve Nicholson
1a2095b560 Escape backslash character when writing RTF 2011-09-13 10:52:39 -07: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
97a4048fb2 Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation
- added 2.0 objc/runtime.h, message.h with most of the declarations
- added deprecated.h for deprecated declarations
- cleanup objc-class.h to use standard naming for structs
- moved FOUNDATION_EXPORT to NSObjCRuntime.h
- deleted ObjCTypes.h, ObjectiveC.h
- moved Object.h/Protocol.h to objc headers
- added method.m, ivar.m for method_ and ivar_ functions
- Changed all use of deprecated SELNAME to sel_getName
- Changed use of OBJCLog in Foundation to replacement NSCLog
- Changed most all the equivalent OBJC* names to 2.0 function names
- rename OBJCIsKindOfClass to NSObjectIsKindOfClass, move to NSObject.m
- removed empty OBJCReportStatistics, objc_lock.h
2009-04-07 00:17:26 +00:00
Christopher Lloyd
e2f6f40b36 - Issue #193, Ken & Glen Aspeslagh's NSWindowTemplate autosave name fix
- Issue #194, Ken & Glen Aspeslagh's support for menu checkmark's
- Issue #195, Ken & Glen Aspeslagh's support for zero-width NSSplitView divider
- Issue #197, Ken & Glen Aspeslagh's support for "par" and "tab" in NSRichTextReader
- Issue #200, Ken & Glen Aspeslagh's -[NSFileManager subpathsAtPath:] implementation
- Issue #201, Ken & Glen Aspeslagh's [NSMutableString replaceOccurrencesOfString:withString:options:range:] implementation
- Issue #202, Ken & Glen Aspeslagh's fix for [NSString pathComponents] so it doesn't return empty path components
- Issue #203, Ken & Glen Aspeslagh's Added support for file size attribute in NSFileManager_win32 fileAttributesAtPath:traverseLinks:
- Issue #206, Ken & Glen Aspeslagh's Fix for issue with NSTableView vertical resizing
2008-10-31 18:27:58 +00:00
Dr. Rolf Jansen
aa297a661e added missing blank at the end of the rtf type specifier in NSRichTextWriter writeRichText. Without the blank, RichText readers (Cocotron and Cocoa) would eat the first char of the content. 2008-07-04 18:33:34 +00:00
Christopher Lloyd
6ba570c3fc - Johannes Fortmann's Nov 8, 2007 patch and NSControllerSelectionProxy.h/.m for binding and controllers
- Rolf Jansen's fixes for r56 regression
2007-11-11 02:21:42 +00:00
Christopher Lloyd
578873e3cf Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
Christopher Lloyd
30916ff6e5 Original 2006-12-22 04:41:44 +00:00