Lines Matching full:undo
1116 Undo previous incorrect fix.
6608 <rdar://problem/4042935> undo doesn't work properly during inline input
6613 order to provide a better mapping of international text input onto the typing command/undo design.
6635 <rdar://problem/4052642> Each delete keystroke is in its own undo group; not included in undo group with other typing
6638 keystrokes grouped together in a single undo operation. My change on 27 Jan to route delete keystrokes
8708 - rest of WebKit fix for <rdar://problem/3790011> undoable operations all say "Undo"
8712 says "Undo Change Attributes" when it should say "Undo Set Color", from font panel
8792 - WebKit part of plumbing of fix for <rdar://problem/3790011> undoable operations all say "Undo" in the menu,
11558 <rdar://problem/3790011> undoable operations all say "Undo" in the menu, no specific action names
11567 added this placeholder method whose purpose is to hold localizable strings for all the Undo
13901 * WebCoreSupport.subproj/WebBridge.m: Removed undo-related methods.
14720 Fixed regression where undoing typing would undo character-by-character.
15459 - avoid messing with undo manager needlessly for ~1% HTML iBench speedup
15463 (-[WebBridge registerCommandForUndo:]): mark undo/redo item flag
16549 (-[WebBridge issueUndoCommand]): New method. Forwards call to the undo manager. Added
16550 to support undo called via Javascript execCommand.
16950 (-[WebBridge clearUndoRedoOperations]): Use the web view's undo manager.
16957 (-[WebFramePrivate dealloc]): WebFrame no longer has an undo manager.
17878 (-[WebBridge clearUndoRedoOperations]): Tells the Cocoa undo manager to clear
17880 * WebView.subproj/WebFrame.h: Declare undo manager accessor.
17882 (-[WebFramePrivate dealloc]): Release undo manager
17883 (-[WebFrame undoManager]): Allocate and return an undo manager. This helps
17884 undo in a browser to be per tab.
17885 * WebView.subproj/WebFramePrivate.h: Declare undo manager ivar.
17935 Added so that editing can hook into Cocoa undo architecture.