gecko-dev/editor/base
buster%netscape.com 75e33996cd caret is placed after inserted element, matches Nav 4 behavior. 1999-06-28 21:35:57 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp fixed warnings 1999-06-28 13:44:40 +00:00
ChangeAttributeTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
CreateElementTxn.cpp fixed warnings 1999-06-28 13:44:40 +00:00
CreateElementTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
DeleteElementTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteElementTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
DeleteRangeTxn.cpp Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
DeleteRangeTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
DeleteTableCellTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableCellTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableColumnTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableColumnTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableRowTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableRowTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTableTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteTextTxn.cpp Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
DeleteTextTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
EditAggregateTxn.cpp fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
EditAggregateTxn.h fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
EditTable.cpp Removed causes of warnings 1999-06-27 17:55:37 +00:00
EditTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
EditTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertElementTxn.cpp caret is placed after inserted element, matches Nav 4 behavior. 1999-06-28 21:35:57 +00:00
InsertElementTxn.h Implement InsertHTML. 1999-06-10 21:31:42 +00:00
InsertTableCellTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableCellTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableColumnTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableColumnTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableRowTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableRowTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTableTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
InsertTextTxn.cpp fixed warnings 1999-06-28 13:44:40 +00:00
InsertTextTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
JoinElementTxn.cpp Change the transactions to have non-owning pointers to the editor. 1999-05-28 00:16:55 +00:00
JoinElementTxn.h Change the transactions to have non-owning pointers to the editor. 1999-05-28 00:16:55 +00:00
JoinTableCellsTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
JoinTableCellsTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
Makefile.in * Added StartLogging() and StopLogging() methods to nsIEditor, 1999-06-14 20:02:46 +00:00
PlaceholderTxn.cpp
PlaceholderTxn.h
SplitElementTxn.cpp Change the transactions to have non-owning pointers to the editor. 1999-05-28 00:16:55 +00:00
SplitElementTxn.h Change the transactions to have non-owning pointers to the editor. 1999-05-28 00:16:55 +00:00
TextEditorTest.cpp Add unit test call to nsIEditor, and implement it in nsText- and nsHTMLEditors. 1999-05-27 04:10:04 +00:00
TextEditorTest.h Add unit test call to nsIEditor, and implement it in nsText- and nsHTMLEditors. 1999-05-27 04:10:04 +00:00
TransactionFactory.cpp
TransactionFactory.h
TypeInState.h
makefile.win Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
nsAOLCiter.cpp changed to align with nsString2 1999-05-27 07:38:37 +00:00
nsAOLCiter.h Add Internet and AOL style citers 1999-05-26 23:14:05 +00:00
nsContextLoader.cpp
nsEditFactory.cpp Eliminate static nsCOMPtr variables in editor factory classes. 1999-06-18 21:10:59 +00:00
nsEditFactory.h
nsEditProperty.cpp Expanded nsIEditPropery to include all (I hope) HTML tags 1999-06-25 03:18:42 +00:00
nsEditProperty.h changed the way nsEditProperty is used. Right now, it's our placeholder 1999-06-12 21:15:14 +00:00
nsEditRules.h
nsEditor.cpp implemented most of max length handling 1999-06-25 22:57:26 +00:00
nsEditor.h implemented most of max length handling 1999-06-25 22:57:26 +00:00
nsEditorEventListeners.cpp Fixed GetBodyElement. Changed editor test doc to not use CSS for background. Initial code to edit element properties when double-clicking on element. 1999-06-24 20:59:45 +00:00
nsEditorEventListeners.h Preparation for ender-based text control 1999-05-28 21:24:18 +00:00
nsEditorShell.cpp NECKO build. pushed the appropriate NECKO apis down into the editor shell from nsIDocumentLoaderObserver. 1999-06-28 13:01:55 +00:00
nsEditorShell.h NECKO build. pushed the appropriate NECKO apis down into the editor shell from nsIDocumentLoaderObserver. 1999-06-28 13:01:55 +00:00
nsEditorShellFactory.cpp Eliminate static nsCOMPtr variables in editor factory classes. 1999-06-18 21:10:59 +00:00
nsEditorShellFactory.h First Checked In. 1999-06-10 23:50:26 +00:00
nsHTMLEditFactory.cpp Eliminate static nsCOMPtr variables in editor factory classes. 1999-06-18 21:10:59 +00:00
nsHTMLEditFactory.h
nsHTMLEditRules.cpp Fix a warning 1999-06-28 21:26:31 +00:00
nsHTMLEditRules.h improvement of editing rules for insert list, indent, outdent, and change alignment 1999-06-25 09:33:02 +00:00
nsHTMLEditor.cpp Added an addref for returned element from GetSelectedElement 1999-06-27 17:55:01 +00:00
nsHTMLEditor.h * Added StartLogging() and StopLogging() methods to nsIEditor, 1999-06-14 20:02:46 +00:00
nsIEditProperty.h Changing to using B,I,U for editor style toolbar and remove 'Clear all styles' icon 1999-06-25 20:16:30 +00:00
nsIEditorSupport.h
nsInsertHTMLTxn.cpp Fix build bustage on Win32. 1999-06-10 21:56:47 +00:00
nsInsertHTMLTxn.h Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
nsInternetCiter.cpp Add Internet and AOL style citers 1999-05-26 23:14:05 +00:00
nsInternetCiter.h Add Internet and AOL style citers 1999-05-26 23:14:05 +00:00
nsJSEditorLog.cpp Fix for bug #8375: Editor API Log fails to set paragraph style. 1999-06-17 04:40:08 +00:00
nsJSEditorLog.h Fix for bug #8309: Need to Flush() during Editor API Logging. 1999-06-16 21:27:46 +00:00
nsJSTxnLog.cpp Fix for bug #8309: Need to Flush() during Editor API Logging. 1999-06-16 21:27:46 +00:00
nsJSTxnLog.h Fix for bug #8309: Need to Flush() during Editor API Logging. 1999-06-16 21:27:46 +00:00
nsTextEditFactory.cpp Fix typo in plain text factory. Fix for bug 8554, r sspitzer 1999-06-20 01:01:09 +00:00
nsTextEditFactory.h
nsTextEditRules.cpp Moved GetTextSelectionOffsets and GetDocumentLength from nsTextEditRules to 1999-06-28 13:36:38 +00:00
nsTextEditRules.h Moved GetTextSelectionOffsets and GetDocumentLength from nsTextEditRules to 1999-06-28 13:36:38 +00:00
nsTextEditor.cpp Moved GetTextSelectionOffsets and GetDocumentLength from nsTextEditRules to 1999-06-28 13:36:38 +00:00
nsTextEditor.h Moved GetTextSelectionOffsets and GetDocumentLength from nsTextEditRules to 1999-06-28 13:36:38 +00:00