.. |
.cvsignore
|
|
|
ChangeAttributeTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
ChangeAttributeTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
CreateElementTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
CreateElementTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteElementTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteElementTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteRangeTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteRangeTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteTextTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
DeleteTextTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
EditAggregateTxn.cpp
|
allow txn to get/set string and id
|
1999-09-21 22:29:44 +00:00 |
EditAggregateTxn.h
|
allow txn to get/set string and id
|
1999-09-21 22:29:44 +00:00 |
EditTable.cpp
|
Editor bug fixes. List Properties dialog work. Fixed menu access keys in DTD file. Fixed using selection->Clear() cases
|
1999-09-21 01:36:30 +00:00 |
EditTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
EditTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
IMECommitTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
IMECommitTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
IMETextTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
IMETextTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
InsertElementTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
InsertElementTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
InsertTextTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
InsertTextTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
JoinElementTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
JoinElementTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
Makefile.in
|
Cleanup the neckutil linking thing.
|
1999-09-15 02:15:11 +00:00 |
makefile.win
|
Remove unused insert html txn
|
1999-09-02 18:37:24 +00:00 |
nsAOLCiter.cpp
|
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
|
1999-06-29 21:01:31 +00:00 |
nsAOLCiter.h
|
Add Internet and AOL style citers
|
1999-05-26 23:14:05 +00:00 |
nsEditor.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsEditor.h
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsEditorEventListeners.cpp
|
More list property dialog work. Remaned GetParagraphStyle to more readable GetParagraphTags. Added GetListTags needed for list manipulation. Enhanced GetElementOrParentByTagName to handle lists
|
1999-09-22 05:52:44 +00:00 |
nsEditorEventListeners.h
|
Back out cmanske's changes to these files, which he checked by by mistake.
|
1999-08-31 01:14:40 +00:00 |
nsEditorFactory.cpp
|
Modifications to re-enable Editor API Logging which was broken after the last editor source reorg.
|
1999-08-19 13:19:10 +00:00 |
nsEditorFactory.h
|
First Checked In.
|
1999-08-09 01:34:04 +00:00 |
nsEditorRegistration.cpp
|
First Checked In.
|
1999-08-09 01:34:04 +00:00 |
nsEditorShell.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsEditorShell.h
|
Carpool checkin, r=brade. Lots of editor UI work, including new Advanced Edit dialog by Ben Goodger. Fixed style sheet loading leaks and implemented override style sheets for editor behavior, which be unloaded for edit mode vs. browser preview mode
|
1999-09-29 21:45:50 +00:00 |
nsEditorShellFactory.cpp
|
Landing editor API changes. Removed nsITextEditor and nsTextEditor, split interfaces into more, non-overlapping interfaces, and other general cleanup.
|
1999-08-09 01:37:50 +00:00 |
nsEditorShellFactory.h
|
First Checked In.
|
1999-06-10 23:50:26 +00:00 |
nsEditorTxnLog.cpp
|
Got rid of static buffer in nsEditorTxnLog::GetString().
|
1999-08-30 14:48:29 +00:00 |
nsEditorTxnLog.h
|
Got rid of static buffer in nsEditorTxnLog::GetString().
|
1999-08-30 14:48:29 +00:00 |
nsEditorUtils.cpp
|
fix for 13516
|
1999-09-12 01:30:53 +00:00 |
nsEditorUtils.h
|
revised UNDO; introduced first cut at the "mozdiv" typing rules
|
1999-09-29 20:08:15 +00:00 |
nsEditProperty.cpp
|
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
|
1999-06-29 21:01:31 +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
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditor.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditor.h
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditorLog.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditorLog.h
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditRules.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsHTMLEditRules.h
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsIAbsorbingTransaction.h
|
First Checked In.
|
1999-09-29 20:07:32 +00:00 |
nsIEditorSupport.h
|
|
|
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 |
nsInterfaceState.cpp
|
More list property dialog work. Remaned GetParagraphStyle to more readable GetParagraphTags. Added GetListTags needed for list manipulation. Enhanced GetElementOrParentByTagName to handle lists
|
1999-09-22 05:52:44 +00:00 |
nsInterfaceState.h
|
Some utility methods, and added ForceUpdate.
|
1999-09-22 01:22:35 +00:00 |
nsInternetCiter.cpp
|
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
|
1999-06-29 21:01:31 +00:00 |
nsInternetCiter.h
|
Add Internet and AOL style citers
|
1999-05-26 23:14:05 +00:00 |
nsStyleSheetTxns.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
nsStyleSheetTxns.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
nsTextEditRules.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
nsTextEditRules.h
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
PlaceholderTxn.cpp
|
revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
|
1999-10-06 19:34:09 +00:00 |
PlaceholderTxn.h
|
revised UNDO; introduced first cut at the "mozdiv" typing rules
|
1999-09-29 20:08:15 +00:00 |
SplitElementTxn.cpp
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
SplitElementTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
TextEditorTest.cpp
|
fixed password editors, while maintaining output of empty HTML documents
|
1999-09-09 19:39:36 +00:00 |
TextEditorTest.h
|
Landing editor API changes. Removed nsITextEditor and nsTextEditor, split interfaces into more, non-overlapping interfaces, and other general cleanup.
|
1999-08-09 01:37:50 +00:00 |
TransactionFactory.cpp
|
Remove unused insert html txn
|
1999-09-02 18:37:24 +00:00 |
TransactionFactory.h
|
|
|
TypeInState.cpp
|
First Checked In.
|
1999-08-09 01:34:04 +00:00 |
TypeInState.h
|
Some utility functions for getting state.
|
1999-09-22 01:18:51 +00:00 |