Christopher Lloyd
631462795d
Reformat entire project using newer style
2015-05-23 20:15:45 -04:00
Christopher Lloyd
f738dc44f9
merge fa2cbb5
2015-03-29 22:58:59 -04:00
Airy ANDRE
f63e1bdb24
Better formatter support
2013-03-27 20:19:14 +01:00
Christopher Lloyd
c81b653943
merge with snstevenicholson-work
2011-10-20 11:26:27 -04:00
Christopher Lloyd
6a46a641bd
fix build errors
2011-10-09 21:43:41 -04:00
Autorelease Pool
fa2cbb5175
fix trunk not building
2011-10-09 14:18:24 +02:00
Steve Nicholson
858ab01fa0
Implement setIntegerValue
2011-09-12 18:25:50 -07:00
Pauli Ojala
ea181f19ae
added support for NSInteger values in accessors to match Cocoa
2011-09-06 13:52:17 +03:00
Pauli Ojala
d928e94459
small AppKit fixes; fix for a pointer bug in NSUndoManager
2011-05-25 22:17:05 +03:00
Christopher Lloyd
47cb06926c
NSControl fixes, NSPDFImageRep fixes
2010-10-22 15:22:22 -04:00
Christopher Lloyd
3c0f029d38
- NSBitmapImageRep use of CF* for CF types
...
- NSScroller use of display fixes
- NSMenuView use of display fixes
- NSToolbar fixes for delegate based default items
- NSToolbarItemView selection drawing
- NSControl fixes
- NSGraphicsContext behavior fixes
- NSBundle pathForResourceFile:inDirectory:, pathsForResourcesOfType:inDirectory fixes, localization table caching
- NSAffineTransform decoding
- NSString boolValue, intValuem integerValue, longLongValue fixes
- NSPathUtilities constants, skeletons
- renamed objc_msg_send to objc_msgSendv, objc_msgSendv_stret implementation for Windows (unused)
- NSOldXMLReader fixes when disabling exceptions
- NSCurrentLocaleIsMetric for windows
- Switch Foundation to use -l ws2_32
2010-03-09 18:14:48 +00:00
Christopher Lloyd
cbeae71792
(fixes issue #499 ) constant NSString fixes by Sven Weidauer, NSPathCell/Control import fixes
2010-03-02 16:33:55 +00:00
Christopher Lloyd
7f0957f110
remove @optional from NSControl.h due to compiler problems
2010-01-04 14:48:10 +00:00
Christopher Lloyd
0665f8342e
issue #443 ) implemented control:textView:doCommandBySelector: delegate method in NSTextField
2009-11-08 19:49:12 +00:00
Christopher Lloyd
1291736574
Fixed NSColorWell initWithFrame: default values
2009-10-07 17:34:39 +00:00
Dr. Rolf Jansen
39b7a4790f
implemented delegate methods -[NSTextField textShouldBeginEditing:] and -[NSTextField textShouldEndEditing:]
...
declared the respective delegate methods in NSControl.h -[NSObject(NSControl_delegate) control:textShouldBeginEditing:] and -[NSObject(NSControl_delegate) control:textShouldBeginEditing:]
-[NSTextView resignFirstResponder:] calls the the delegates textShouldEndEditing if it exists.
2008-10-03 13:31:45 +00:00
Christopher Lloyd
e64bcd2609
- NSAlert implemented
...
- NSButton expanded to match doc.s, NSCell, NSButtonCell attributedTitle work
2008-05-13 18:43:48 +00:00
Christopher Lloyd
9a385037d9
Rolf Jansen's fixes:
...
- NSString percent escape methods return self instead of nil
- precision fix for NSStringFormatter
- [NSFont familyName] implemented
- NSControl, doubleValue, setDoubleValue, takeDoubleValueFrom: implemented
2007-11-26 02:43:51 +00:00
Christopher Lloyd
95a0d5cf32
- Issue 39 fix for NSDateFormatter, check for error being NULL in NSDateFormatter getObjectValue:
...
- Fixed bug in NSRunLoop which would cause a timer set up during an ASAP notification to not fire
- Removed text drag acceptance by non-key text fields, not the correct behavior
- Assortment of missing methods added, some implemented whole or partially, some not.
- Updated some of the Objective-C runtime structures to reflect Apple conventions (OBJCMethod -> struct objc_method, OBJCMethodList -> struct objc_method_list, etc)
2007-08-26 18:29:25 +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