Lines Matching full:undo
1464 * layout-tests/editing/deleting/delete-and-undo-expected.txt:
1708 * layout-tests/editing/undo/redo-typing-001-expected.txt:
1709 * layout-tests/editing/undo/undo-typing-001-expected.txt:
20700 <rdar://problem/4042935> undo doesn't work properly during inline input
20705 TypingCommand::insertText to map the way that international text input works onto the typing undo system.
20814 <rdar://problem/4052642> Each delete keystroke is in its own undo group; not included in undo group with other typing
20817 keystrokes grouped together in a single undo operation. A change on 27 Jan in WebKit to change the way delete
24848 - fixed <rdar://problem/3986639> Crash occurs after choosing Undo Typing from the Edit menu
24850 * kwq/KWQTextArea.mm: (-[KWQTextArea viewWillMoveToWindow:]): Remove actions from undo manager when the view is
25476 * layout-tests/editing/deleting/delete-and-undo-expected.txt: Added.
25477 * layout-tests/editing/deleting/delete-and-undo.html: Added.
25819 - fixed <rdar://problem/3874683> REGRESSION (161-162): Crash after typing command-Z to undo after pasting text with newline in it into a text field <input type=text>
25842 properly with Undo, and the old technique did not.
26695 (khtml::SetNodeAttributeCommand::doUnapply): Should not assert on undo if old value of attribute was null.
28080 - rest of WebCore fix for <rdar://problem/3790011> undoable operations all say "Undo"
28220 - added Undo action names for Cut, Paste, and Drag
28235 - architecture for WebCore part of fix for <rdar://problem/3790011> undoable operations all say "Undo" in the menu,
28258 to get the localized string to use for the Undo action name
32325 * layout-tests/editing/undo/redo-typing-001-expected.txt:
32326 * layout-tests/editing/undo/undo-typing-001-expected.txt:
35133 - fix crash when pasting text at the end of the document and then doing an undo
39893 than ever. I did test this before, so my best guess is an accidental undo or
40235 - fixed <rdar://problem/3141150> can't undo in form textarea fields
42042 (KHTMLPart::undo): Added.
42065 * kwq/WebCoreBridge.h: Added undoManager, removed undo-related methods.
43693 Fixed regression where undoing typing would undo character-by-character.
47515 * layout-tests/editing/undo/redo-typing-001-expected.txt: Added.
47516 * layout-tests/editing/undo/redo-typing-001.html: Added.
47517 * layout-tests/editing/undo/undo-typing-001-expected.txt: Added.
47518 * layout-tests/editing/undo/undo-typing-001.html: Added.
47583 (KWQKHTMLPart::issueUndoCommand): New function for calling undo programatically.
49379 single command over to the Cocoa undo system in all cases.
49388 4. I fixed up our integration with the Cocoa undo
49389 system. I also removed much of the undo support code
49392 a KDE hookup is quite feasible. As a result, undo
50563 "Undo typing" now implemented, even though the name is not in the menu yet.
50755 Fixed: <rdar://problem/3552545>: Cut, Paste and Delete must support Undo and Redo
51414 2. Implemented undo/redo, and hooked into the Cocoa undo architecture. The
51447 (KWQKHTMLPart::registerCommandForUndo): Added hook to Cocoa undo/redo architecture.
51456 (-[WebCoreBridge undoRedoEditing:]): Added hook to Cocoa undo/redo architecture.