Commit Graph

31 Commits

Author SHA1 Message Date
Andrew Hyatt
a23df37eff Remove execution bit from source files of AppKit 2017-08-23 09:25:24 -07:00
Rolf
010813edbf remove logic for not to draw the NSTableHeader border out of uxtheme class 2015-08-09 23:48:05 -03:00
Christopher Lloyd
a0336d6dbc merge rolfanroni-cva 2015-04-13 21:53:33 -04:00
Airy ANDRE
63491c9f2b Clicking on a textfield shouldn't select all of the text 2013-04-16 14:52:03 +02:00
Airy ANDRE
f63e1bdb24 Better formatter support 2013-03-27 20:19:14 +01:00
Christopher Lloyd
4882906f34 merge with ac-2 2012-04-22 23:47:38 -04:00
Christopher Lloyd
ccf18d8eed merge with mainline 2012-04-22 22:31:08 -04:00
Christopher Lloyd
03aa68c916 preserve selection in setStringValue 2012-04-22 00:45:20 -04:00
Christopher Lloyd
da37436be1 _currentEditor from plasq's branch 2012-04-20 23:08:11 -04:00
Christopher Lloyd
d65fdfe57f fine tune key view behavior around editable 2012-03-29 18:50:15 -04:00
Christopher Lloyd
fc971eb37f automatic key view loop 2012-03-26 10:50:19 -04:00
Robert Grant
b2546f40da Don't assign _currentEditor until we're ready to retain it - NSControl tests its value. 2012-02-29 12:14:46 -05:00
Robert Grant
55b8f1c8e5 Make sure NSTextField doesn't keep triggering font update changes 2012-02-29 10:48:50 -05:00
Dr. Rolf Jansen
85f37354d6 support for custom field editors for Text Fields 2011-02-20 21:44:09 -03:00
Christopher Lloyd
a54b722531 merge changes from chbeer78-cocotron 2011-01-30 15:48:05 -05:00
Christopher Lloyd
3d2dd5e5e2 Implement needsPanelToBecomeKey behavior 2011-01-29 16:26:21 -05:00
Christopher Lloyd
4274bb11c7 fix default editability of NSTextField 2011-01-20 16:16:48 -05:00
Christian Beer
02339ac797 Binding implementation 2010-12-08 17:52:48 +01:00
Christian Beer
cf2e9c06c4 Added methods for bindings 2010-12-08 11:02:58 +01:00
Christopher Lloyd
1036031846 NSTextField setTitleWithMnemonic and mouse tracking fixes for NSSearchField 2010-10-22 14:49:57 -04:00
Christopher Lloyd
0665f8342e issue #443) implemented control:textView:doCommandBySelector: delegate method in NSTextField 2009-11-08 19:49:12 +00:00
Christopher Lloyd
28e8b54251 Andy Balholm's NSTextField changes 2009-08-05 20:14:25 +00:00
Christopher Lloyd
a4aac1660a Andy Balholm's Continuously Updates Value bindng option 2009-07-19 16:06:35 +00:00
Christopher Lloyd
62bb373f58 Andy Balholm's shift-tab in text fields fix 2009-07-19 02:32:35 +00:00
Christopher Lloyd
991c0b6f1b Issue #106, NSAlert fixes by Alexei Svitkine 2009-06-26 02:18:45 +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
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
ec80813506 Rolf Jansen's fixes:
-Panels and Drawers no longer appear in task bar
-[NSText(View) setFont:range:] implemented
-NSCell, NSButtonCell loading state from nib file
-NSCell,NSTextField sendsActionOnEndEditing implemented
-NSTabView layout adjustments
-NSComboBox improvements
2007-11-19 14:49:00 +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