gecko-dev/editor/base
jfrancis%netscape.com f574b5218f more deletion work...
1999-09-01 21:23:47 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
ChangeAttributeTxn.h
CreateElementTxn.cpp removed static constructors, since they're illegal in our system 1999-08-30 22:12:11 +00:00
CreateElementTxn.h
DeleteElementTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
DeleteElementTxn.h
DeleteRangeTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
DeleteRangeTxn.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
DeleteTextTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
DeleteTextTxn.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTable.cpp Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files 1999-09-01 19:58:25 +00:00
EditTxn.cpp
EditTxn.h
IMECommitTxn.cpp
IMECommitTxn.h
IMETextTxn.cpp Updated direct comparison with NS_OK to appropriate macros. 1999-08-31 06:34:56 +00:00
IMETextTxn.h making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
InsertElementTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
InsertElementTxn.h
InsertTextTxn.cpp making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
InsertTextTxn.h making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
JoinElementTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
JoinElementTxn.h
Makefile.in Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
makefile.win Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
nsAOLCiter.cpp
nsAOLCiter.h
nsEditFactory.cpp
nsEditFactory.h
nsEditor.cpp Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files 1999-09-01 19:58:25 +00:00
nsEditor.h Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files 1999-09-01 19:58:25 +00:00
nsEditorEventListeners.cpp Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX. 1999-08-31 01:20:32 +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 Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files 1999-09-01 19:58:25 +00:00
nsEditorShell.h Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs. 1999-09-01 01:22:37 +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
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 First Checked In. 1999-08-09 01:34:04 +00:00
nsEditorUtils.h First Checked In. 1999-08-09 01:34:04 +00:00
nsEditProperty.cpp
nsEditProperty.h
nsEditRules.h moved handling of flags from rules constructor to rules init, so 1999-08-09 18:39:49 +00:00
nsHTMLEditFactory.cpp
nsHTMLEditFactory.h
nsHTMLEditor.cpp Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs. 1999-09-01 01:22:37 +00:00
nsHTMLEditor.h Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files. 1999-08-28 02:40:18 +00:00
nsHTMLEditorLog.cpp Removed unused static ISupports IID. 1999-08-30 14:50:36 +00:00
nsHTMLEditorLog.h Modifications to re-enable Editor API Logging which was broken after the last editor source reorg. 1999-08-19 13:19:10 +00:00
nsHTMLEditRules.cpp more deletion work... 1999-09-01 21:23:47 +00:00
nsHTMLEditRules.h more deletion work... 1999-09-01 21:23:47 +00:00
nsIEditorSupport.h
nsIEditProperty.h
nsInsertHTMLTxn.cpp
nsInsertHTMLTxn.h
nsInterfaceState.cpp Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc). 1999-08-26 03:22:03 +00:00
nsInterfaceState.h Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc). 1999-08-26 03:22:03 +00:00
nsInternetCiter.cpp
nsInternetCiter.h
nsJSEditorLog.cpp Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files. 1999-08-28 02:40:18 +00:00
nsJSEditorLog.h Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files. 1999-08-28 02:40:18 +00:00
nsJSTxnLog.cpp
nsJSTxnLog.h
nsStyleSheetTxns.cpp Switch from override style sheets to doc 1999-07-20 19:34:35 +00:00
nsStyleSheetTxns.h
nsTextEditFactory.cpp
nsTextEditFactory.h
nsTextEditor.cpp xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
nsTextEditor.h 11684: remove redundant wrapcol variable from editor 1999-08-19 22:11:58 +00:00
nsTextEditRules.cpp fixed bug 12680 (password fields broken) 1999-08-30 22:11:09 +00:00
nsTextEditRules.h refactoring text insertion code; indent/outdent now work with lists and list items. 1999-08-24 08:56:51 +00:00
PlaceholderTxn.cpp lower the volume on printf noise. 1999-08-27 09:38:44 +00:00
PlaceholderTxn.h
SplitElementTxn.cpp Fixed a ton of errors where we were not handling error results correctly. 1999-08-19 13:30:48 +00:00
SplitElementTxn.h
TextEditorTest.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
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 Fixed build bustage - removed references to removed .h files 1999-07-28 00:35:41 +00:00
TransactionFactory.h
TypeInState.cpp First Checked In. 1999-08-09 01:34:04 +00:00
TypeInState.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