gecko-dev/editor/libeditor/base
kin%netscape.com e3bf912523 * Added StartLogging() and StopLogging() methods to nsIEditor,
nsIHTMLEditor, nsITextEditor, and nsIEditorShell and enabled
  the "Start Log" and "End Log" menu items in the editor test bed.

* Modified makefiles for Unix and Win32 to turn on  Editor API Logging.

* Added action argument to the DeleteSelection() method in nsIEditorShell.

* Modified nsJSTxnLog to use nsJSEditorLog when writing it's output.
1999-06-14 20:02:46 +00:00
..
ChangeAttributeTxn.cpp minor cleanup, removal of old code 1999-06-12 21:13:15 +00:00
ChangeAttributeTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
CreateElementTxn.cpp Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +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
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 Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
EditAggregateTxn.h Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +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 Implement InsertHTML. 1999-06-10 21:31:42 +00:00
InsertElementTxn.h Implement InsertHTML. 1999-06-10 21:31:42 +00:00
InsertTextTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +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
nsEditor.cpp * Added StartLogging() and StopLogging() methods to nsIEditor, 1999-06-14 20:02:46 +00:00
nsEditor.h * Added StartLogging() and StopLogging() methods to nsIEditor, 1999-06-14 20:02:46 +00:00
nsEditRules.h checkpointing html typing rules 1999-04-12 12:01:32 +00:00
nsIEditorSupport.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIEditProperty.h changed the way nsEditProperty is used. Right now, it's our placeholder 1999-06-12 21:15:14 +00:00
PlaceholderTxn.cpp As a reminder, we decided to do this based strictly content. Some support for style-based text properties is written, but not used 1999-04-01 17:58:07 +00:00
PlaceholderTxn.h added PlaceholderTxn. This is an aggregate transaction that sits on the undo stack 1999-03-15 00:57:32 +00:00
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
TransactionFactory.cpp Make Insert HTML a transaction 1999-05-07 19:23:17 +00:00
TransactionFactory.h minor fixes and lots of comments 1999-02-15 18:25:30 +00:00