libs-gui/Source
Wolfgang Lux fc16eea0dd Implement smart insert and delete and use it when cutting, copying,
pasting, and deleting full words in a text view or text field.

Note: I have changed NSTextView initialization to enable smart insert
and delete by default, since this is the default on OS X. (It is even
documented, though in a maybe obscure place, cf. "Text Editing
Programming Guide for Cocoa: Subclassing NSTextView".)  However, this
means that support for this feature will be somewhat inconsistent.
Smart insert and delete is enabled for text views created
programmatically (including the field editor), but not for text views
loaded from existing nib files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29426 72102866-910b-0410-8b05-ffd578937521
2010-01-27 23:26:09 +00:00
..
.cvsignore Update the documentation. 1997-10-16 00:12:18 +00:00
CompatibilityHeaders.make Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
DocMakefile Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
externs.m Added NSWindow 'title' binding 2009-12-10 12:43:35 +00:00
Functions.m Small change for bug #27309 and a helper function for GSTaskBar. 2009-11-08 16:12:04 +00:00
GNUmakefile * Headers/Additions/GNUstepGUI/GSTheme.h: Added methods 2010-01-13 20:51:30 +00:00
GNUmakefile.postamble Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GNUmakefile.preamble Fix failure to locate tools 2008-12-06 08:01:09 +00:00
GSAnimator.m Remove retain cycle with NSAnimation and simplify implementation. 2009-01-18 16:04:12 +00:00
GSBindingHelpers.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSDisplayServer.m TG: Add cursor position setter 2009-10-27 18:32:58 +00:00
GSDragView.m Dispatch drag events with -[NSApp sendEvent:] and make each synthetized drag 2010-01-27 11:21:13 +00:00
GSEPSPrintOperation.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSFontInfo.m Two small changes that should make Emacs 23.1 usable with GNUstep. 2009-09-08 22:10:56 +00:00
GSFusedSilica.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSFusedSilicaContext.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSFusedSilicaContext.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSGModelLoader.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSGormLoader.m * Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Remove 2008-12-02 07:05:19 +00:00
GSGormLoading.m * Source/GSGormLoading.m: (-[GSNibItem initWithCoder:]) initialize 2008-12-10 04:22:05 +00:00
GSGuiPrivate.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSHbox.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSHelpManagerPanel.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSHorizontalTypesetter.m Use default paragraph style in text layout when none is set. 2009-09-19 15:28:33 +00:00
GSIconManager.h Patch by German Arias <german@xelalug.org>. 2009-12-21 17:27:56 +00:00
GSIconManager.m Patch by German Arias <german@xelalug.org>. 2009-12-21 17:27:56 +00:00
GSInfoPanel.m Added missing internationalisation and more strings in spanish 2010-01-03 22:27:01 +00:00
GSKeyBindingAction.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSKeyBindingAction.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSKeyBindingTable.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSKeyBindingTable.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSLayoutManager.m * Source/GSHorizontalTypesetter.m: Remove unlock and 2009-08-23 16:37:28 +00:00
GSMemoryPanel.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSModelLoaderFactory.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSNibLoader.m * Source/GSNibLoader.m: Added logging to help debugging of issues 2009-12-11 18:12:46 +00:00
GSNibLoading.m Fix removal of quit item from info menu 2009-11-28 17:31:24 +00:00
GSPDFPrintOperation.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSPrinting.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSPrintOperation.m Add more missing localization includes. 2009-03-01 19:04:58 +00:00
GSServicesManager.m make url loading easier 2009-03-20 10:17:29 +00:00
GSSimpleLayoutManager.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSSlideView.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSSlideView.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSStandardWindowDecorationView.m * Headers/Additions/GNUstepGUI/GSTheme.h: Added methods 2010-01-13 20:51:30 +00:00
GSTable.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSTextStorage.h Fix bad return of proxy to user code 2009-08-27 14:57:00 +00:00
GSTextStorage.m Move warning method that was shown too often. 2009-10-13 20:54:12 +00:00
GSTheme.m Made GSTheme implement fast forwarding. Should speed things up a lot with the new ABI. 2009-11-23 23:13:26 +00:00
GSThemeDrawing.m * Source/GSThemeDrawing.m (-buttonBorderForCell:style:state:): 2010-01-27 23:24:21 +00:00
GSThemeInspector.m Added missing internationalisation (now is completed) and more strings in spanish 2010-01-04 01:41:31 +00:00
GSThemeMenu.m Update menu code and set menu on window creation. 2010-01-23 23:41:07 +00:00
GSThemePanel.m Added missing internationalisation and more strings in spanish 2010-01-03 22:27:01 +00:00
GSThemePrivate.h Support for the padding box/content rect feature of Nine Patch theme tiles 2010-01-27 22:43:21 +00:00
GSThemeTools.m * Source/GSThemeTools.m: Correct implementation of contentRectForRect 2010-01-27 23:17:37 +00:00
GSTitleView.m Get buttons for GSTitleView from NSWindow. 2009-05-01 22:54:11 +00:00
GSToolbarCustomizationPalette.h Stripped down version of the toolbar customization 2009-02-10 21:02:33 +00:00
GSToolbarCustomizationPalette.m * Panels/English.lproj/GSToolbarCustomizationPalette.gorm: Add 2009-03-23 03:57:50 +00:00
GSToolbarView.m Extract a few more drawing and colour methods to GSTheme. 2009-11-02 11:48:22 +00:00
GSToolTips.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSToolTips.m fix #25907 2009-09-01 05:20:08 +00:00
GSTrackingRect.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSTypesetter.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSVbox.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
GSWindowDecorationView.m * Source/GSWindowDecorationView.m: In drawRect:, clear the window 2010-01-24 05:06:33 +00:00
libgnustep-gui.def * Source/libgnustep-gui.def: Export GSTheme class. 2009-08-26 22:55:41 +00:00
linking.m Include <> -> "" 2003-06-13 15:01:12 +00:00
NSActionCell.m Attempt to correct side effect of last NSActionCell change. 2009-11-16 11:40:14 +00:00
NSAffineTransform.m Small code cleanups. 2009-11-08 19:26:49 +00:00
NSAlert.m If the message text of an alert panel is too wide to fit into the 2009-12-21 23:44:44 +00:00
NSAnimation.m Small code cleanups. 2009-11-08 19:26:49 +00:00
NSApplication.m Dispatch drag events with -[NSApp sendEvent:] and make each synthetized drag 2010-01-27 11:21:13 +00:00
NSArrayController.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSAttributedString.m Implementation of -rangeOfTextTable:atIndex: method on 2010-01-27 14:10:38 +00:00
NSBezierPath.m Cairo backend: 2009-12-20 18:47:26 +00:00
NSBitmapImageRep+GIF.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep+GIF.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep+ICNS.h * configure: Regenerated file 2008-08-12 04:58:04 +00:00
NSBitmapImageRep+ICNS.m * Source/NSBitmapImageRep+ICNS.m: Redefine icns_size_t to int, as 2009-08-21 13:57:16 +00:00
NSBitmapImageRep+JPEG.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep+JPEG.m Fix broken jpeg boolean def 2008-10-21 00:55:37 +00:00
NSBitmapImageRep+PNG.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep+PNG.m Look for location of png.h 2009-02-16 23:23:41 +00:00
NSBitmapImageRep+PNM.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep+PNM.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSBitmapImageRep.m Apply patch by Eric Wasylishen to correct the orientation of colorAtX:y: 2009-12-14 13:26:26 +00:00
NSBox.m Make code a little easier to read (and a tiny bit more efficient). 2008-12-29 12:28:50 +00:00
NSBrowser.m Fix NSBrowser so that branch cells are really deselected when multiple 2009-12-15 23:21:16 +00:00
NSBrowserCell.m Phase out the wraps NSCell attribute, since it is implied by the 2009-12-17 01:49:20 +00:00
NSBundleAdditions.m * Source/NSBundleAdditions.m: 2009-02-11 05:43:06 +00:00
NSButton.m Trigger the action of NSButton and NSPopUpButton in their keyDown 2008-11-05 23:01:37 +00:00
NSButtonCell.m Cleaned up implementation of NSButtonCell title setting. This allowed to 2009-12-19 23:05:48 +00:00
NSButtonImageSource.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSButtonImageSource.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSCachedImageRep.m Made all initialisation methods on NSWindowController a bit safer. Solves bug #25004. 2008-12-07 21:22:13 +00:00
NSCell.m removed c99-ism 2009-12-26 10:43:09 +00:00
NSClipView.m removed C99-ism 2008-12-28 15:05:47 +00:00
NSColor.m Small clang compatibility patch by Niels Grewe 2010-01-27 14:23:45 +00:00
NSColorList.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSColorPanel.m Add missing internationalization and more localizable strings in spanish 2010-01-03 04:41:36 +00:00
NSColorPicker.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSColorSpace.m Small changes for colour space handling. 2009-11-03 21:32:52 +00:00
NSColorWell.m * Source/NSColorWell.m: Add a minimum distance which you need to 2010-01-24 06:27:36 +00:00
NSComboBox.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSComboBoxCell.m Fix bug where the field editor of an edited combo box cell overlaps 2009-12-17 02:21:56 +00:00
NSControl.m Fix various issues when drawing controls with edited cells. This 2009-12-17 01:03:07 +00:00
NSController.m Fully implement the class NSUserDefaultsController. 2009-01-05 18:15:53 +00:00
NSCursor.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSCustomImageRep.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSDataLink.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSDataLinkManager.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSDataLinkPanel.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSDocument.m Ensure proper working of autosaving for NSDocument subclasses that 2010-01-11 21:26:12 +00:00
NSDocumentController.m Implement code for exportable, i.e., write-only, document types. 2009-11-05 23:14:15 +00:00
NSDocumentFrameworkPrivate.h Implement code for exportable, i.e., write-only, document types. 2009-11-05 23:14:15 +00:00
NSDrawer.m * Source/NSDrawer.m: Changed - (void) stopTimer. Fixed to 2009-08-12 22:28:25 +00:00
NSEPSImageRep.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSEvent.m Suppress app icon window by simply not ordering it in. 2009-10-17 05:35:56 +00:00
NSFileWrapper.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSFont.m Small theme update, plus documentation fixes and tweaks to avoid warnings. 2009-08-25 07:46:37 +00:00
NSFontDescriptor.m Add better support for font descriptor. Requires a recompile of the backend. 2009-08-23 21:39:28 +00:00
NSFontManager.m Small theme update, plus documentation fixes and tweaks to avoid warnings. 2009-08-25 07:46:37 +00:00
NSFontPanel.m Added missing internationalisation and more strings in spanish 2010-01-03 18:35:25 +00:00
NSForm.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSFormCell.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSGlyphGenerator.m Add fallback glyph when no glyph can be found for current character. 2008-07-13 09:31:00 +00:00
NSGradient.m Correct the geometry computation. 2009-10-25 12:10:59 +00:00
NSGraphicsContext.m Add gradient methods on graphics context. 2009-10-23 19:58:22 +00:00
NSHelpManager.m Fix compiler warnings. 2009-08-23 22:10:32 +00:00
NSHelpPanel.m Added missing internationalisation and more strings in spanish 2010-01-03 22:27:01 +00:00
nsimage-tiff.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSImage.m make extension checking case insensitive 2010-01-17 23:37:11 +00:00
NSImageCell.m Moved _sizeForBorderType() into GSTheme header and added more methods 2008-09-08 18:59:48 +00:00
NSImageRep.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSImageView.m Clean up and addition of cut/copy/paste methods, based on code 2009-12-29 11:24:01 +00:00
NSInputManager.m Merge changes from Doug Simons to trunk. 2009-11-15 18:04:17 +00:00
NSInputServer.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSInterfaceStyle.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSKeyValueBinding.m Small bug fixes for NSKeyValueBinding 2009-06-21 22:21:26 +00:00
NSLayoutManager.m * Source/GSStandardWindowDecorationView.m: Live window resize changes 2009-05-23 15:50:51 +00:00
NSLevelIndicator.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSLevelIndicatorCell.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSManagedObjectContext.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSManagedObjectContext.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSMatrix.m Fix for 64bit specific bug introduced by gc changes 2009-03-12 17:40:55 +00:00
NSMenu.m Correct problem with popups in windows 95 mode. 2010-01-19 18:48:00 +00:00
NSMenuItem.m * Source/NSMenuItem.m: encodeWithCoder: only encode the NSSubitems 2009-08-09 03:27:13 +00:00
NSMenuItemCell.m api cleanup 2009-11-19 20:37:43 +00:00
NSMenuView.m Added the possibility to customize the title view look and behavior in a theme 2010-01-27 11:29:07 +00:00
NSMovie.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSMovieView.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSNib.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSNibAXAttributeConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSNibAXRelationshipConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSNibBindingConnector.m * Source/GSNibLoading.m 2008-12-02 07:27:14 +00:00
NSObjectController.m Add more implementation to NSObjectController. 2009-06-28 23:09:50 +00:00
NSOpenGLContext.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSOpenGLPixelFormat.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSOpenGLView.m Some improvements and bux fix related to OpenGL 2009-03-03 20:12:43 +00:00
NSOpenPanel.m Add missing internationalization and more localizable strings in spanish 2010-01-03 04:41:36 +00:00
NSOutlineView.m Finished to implement the NSTable/OutlineView sort descriptor support. 2010-01-16 14:45:13 +00:00
NSPageLayout.m Added missing internationalisation and more strings in spanish 2010-01-03 19:22:04 +00:00
NSPanel.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSParagraphStyle.m Small theme update, plus documentation fixes and tweaks to avoid warnings. 2009-08-25 07:46:37 +00:00
NSPasteboard.m * Headers/AppKit/NSSpeechSynthesizer.h: Added _module ivar. 2009-04-07 22:52:52 +00:00
NSPopUpButton.m * Source/NSPopUpButton.m (-selectedTag): Return the tag of the selected item. 2009-09-06 21:38:15 +00:00
NSPopUpButtonCell.m New method used by Apple NIB files. 2009-04-11 20:28:08 +00:00
NSPrinter.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSPrintInfo.m And again some more missing localization includes. 2009-03-01 19:13:19 +00:00
NSPrintOperation.m Added missing internationalisation (now is completed) and more strings in spanish 2010-01-04 01:41:31 +00:00
NSPrintPanel.m Added missing internationalisation (now is completed) and more strings in spanish 2010-01-04 01:41:31 +00:00
NSProgressIndicator.m Fix incorrect assignment in NSProgressIndicator -setDisplayedWhenStopped: 2010-01-11 21:15:54 +00:00
NSResponder.m ... and the same change in NSResponder. 2009-11-23 23:06:00 +00:00
NSRulerMarker.m * Source/NSRulerMarker.m: Changes suggested by Doug Simons for 2009-04-10 02:55:34 +00:00
NSRulerView.m Correct NSRulerView version to be an integer. 2009-02-17 07:44:03 +00:00
NSSavePanel.m Add missing internationalisation. 2010-01-02 17:09:11 +00:00
NSScreen.m Small bugfix and performance optimisation. 2009-01-30 16:27:36 +00:00
NSScroller.m init scrollerWidth to 0.0, so that GSTheme can properly override it 2010-01-08 17:58:08 +00:00
NSScrollView.m Fix bug where an NSScrollView incorrectly claimed to be opaque while 2009-12-21 23:01:23 +00:00
NSSearchField.m * Headers/AppKit/NSSearchFieldCell.h: Give the values assigned in 2009-04-19 04:50:04 +00:00
NSSearchFieldCell.m Merge changes from Doug Simons to trunk. 2009-11-15 18:04:17 +00:00
NSSecureTextField.m Change so that echos bullets by default. 2008-12-01 23:57:21 +00:00
NSSegmentedCell.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSSegmentedControl.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSSelection.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSShadow.m Add dummy NSShadow implementation 2010-01-01 04:45:23 +00:00
NSSlider.m Clean up for NSSlider and NSSliderCell 2009-11-16 12:26:38 +00:00
NSSliderCell.m * Source/NSSliderCell.m: Some more changes to NSSliderCell to get 2009-12-20 22:21:40 +00:00
NSSound.m Small theme update, plus documentation fixes and tweaks to avoid warnings. 2009-08-25 07:46:37 +00:00
NSSpeechSynthesizer.m * Headers/AppKit/NSSpeechSynthesizer.h: 2009-06-05 22:26:09 +00:00
NSSpellChecker.m Merge changes from Doug Simons to trunk. 2009-11-15 18:04:17 +00:00
NSSplitView.m Fix storing of splitter locations 2009-11-27 09:22:57 +00:00
NSStepper.m Move stepper drawing code into GSTheme. 2009-11-09 13:01:48 +00:00
NSStepperCell.m Move stepper drawing code into GSTheme. 2009-11-09 13:01:48 +00:00
NSStringDrawing.m * Source/GSHorizontalTypesetter.m: Use thread dictionary to hold 2009-04-15 01:27:42 +00:00
NSTableColumn.m Add the keyed encoding/decoding code for Quentin's extensions. 2009-12-20 23:28:05 +00:00
NSTableHeaderCell.m Move corner view drawing into GSTheme. 2009-11-09 14:53:59 +00:00
NSTableHeaderView.m Finished to implement the NSTable/OutlineView sort descriptor support. 2010-01-16 14:45:13 +00:00
NSTableView.m Fixed sort direction stuck to the reverse of the sort descriptor prototype 2010-01-16 22:43:31 +00:00
NSTabView.m * Source/NSTabView.m: Autoresize subviews when loaded from the nib 2009-04-10 18:03:45 +00:00
NSTabViewItem.m Small theme update, plus documentation fixes and tweaks to avoid warnings. 2009-08-25 07:46:37 +00:00
NSText.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSTextAttachment.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSTextBlock.m First attempt at implemtning these classes. Code mostly by Nikolaus 2009-12-19 22:35:06 +00:00
NSTextContainer.m * Source/GSNibLoader.m: Added logging to help debugging of issues 2009-12-11 18:12:46 +00:00
NSTextField.m Merge bug fix from Doug Simons to trunk. 2009-11-24 23:30:45 +00:00
NSTextFieldCell.m Fix various issues when drawing controls with edited cells. This 2009-12-17 01:03:07 +00:00
NSTextList.m Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
NSTextStorage.m * Source/NSTextStorage.m: Correct spelling of header file. 2009-08-16 19:15:32 +00:00
NSTextTable.m First attempt at implemtning these classes. Code mostly by Nikolaus 2009-12-19 22:35:06 +00:00
NSTextTableBlock.m First attempt at implemtning these classes. Code mostly by Nikolaus 2009-12-19 22:35:06 +00:00
NSTextView.m Implement smart insert and delete and use it when cutting, copying, 2010-01-27 23:26:09 +00:00
NSTextView_actions.m Implement smart insert and delete and use it when cutting, copying, 2010-01-27 23:26:09 +00:00
NSTokenField.m * Headers/AppKit/NSTokenFieldCell.h 2008-08-07 05:17:32 +00:00
NSTokenFieldCell.m * Headers/AppKit/NSTokenFieldCell.h 2008-08-07 05:17:32 +00:00
NSToolbar.m Remove now obsolte comment 2009-09-21 16:59:22 +00:00
NSToolbarFrameworkPrivate.h * Source/NSToolbarFrameworkPrivate.h: Correct include for new 2010-01-14 09:04:45 +00:00
NSToolbarItem.m Some more cleanup of the NSToolbarItem code. 2009-08-04 20:12:35 +00:00
NSToolbarItemGroup.m Extension and clean up of NSToolbarItem. 2008-12-30 22:20:21 +00:00
NSUserDefaultsController.m Retain the shared user defaults controller before returning it in 2009-06-21 22:35:23 +00:00
NSView.m * Source/NSView.m (-setHidden:): When hiding a view, we need to 2010-01-27 08:31:19 +00:00
NSWindow.m * Source/NSWindow.m: Uncomment updateMenu:.. method call in 2010-01-24 08:05:45 +00:00
NSWindowController.m Ensure that new windows properly show their document edited status. 2008-12-14 19:15:18 +00:00
NSWorkspace.m remove misleading comment. 2009-11-29 07:35:06 +00:00
tiff.m Fix incorrect commits 2008-06-12 14:09:48 +00:00
win32-def.top Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
win32-entry.c Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00