gecko-dev/editor/base
tague%netscape.com 58316bd322 Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
..
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
ChangeAttributeTxn.cpp fixed warnings 1999-06-28 13:44:40 +00:00
ChangeAttributeTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
CreateElementTxn.cpp default to setting selection _after_ a created element 1999-07-25 09:25:02 +00:00
CreateElementTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
DeleteElementTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
DeleteElementTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
DeleteRangeTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
DeleteRangeTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
DeleteTextTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
DeleteTextTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
EditAggregateTxn.cpp fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
EditAggregateTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
EditTable.cpp Further table editing work 1999-08-05 20:04:58 +00:00
EditTxn.cpp Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
EditTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
IMECommitTxn.cpp replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
IMECommitTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
IMETextTxn.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
IMETextTxn.h Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
InsertElementTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
InsertElementTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
InsertTextTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
InsertTextTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
JoinElementTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
JoinElementTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
Makefile.in Added nsInterfaceState for UI state maintenance 1999-07-28 02:53:09 +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 replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
SplitElementTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
SplitElementTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
TextEditorTest.cpp Clean-up 1999-07-25 18:14:44 +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 Fixed build bustage - removed references to removed .h files 1999-07-28 00:35:41 +00:00
TransactionFactory.h minor fixes and lots of comments 1999-02-15 18:25:30 +00:00
TypeInState.h Must define inline methods _before_ calling them on AIX 4.2 with xlC. 1999-04-23 16:47:30 +00:00
makefile.win fix build breakage with necko landing...include config.mak 1999-07-29 04:25:34 +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
nsEditFactory.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsEditFactory.h * the viewer test app now instantiates an nsITextEditor via nsRepository for "Editor mode" 1999-02-12 17:18:58 +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 checkpointing html typing rules 1999-04-12 12:01:32 +00:00
nsEditor.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsEditor.h Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsEditorEventListeners.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsEditorEventListeners.h Preparation for ender-based text control 1999-05-28 21:24:18 +00:00
nsEditorShell.cpp api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss. 1999-08-05 01:28:30 +00:00
nsEditorShell.h api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss. 1999-08-05 01:28:30 +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 New files for nsHTMLEditor and table editing transactions (not working yet) 1999-03-01 19:54:47 +00:00
nsHTMLEditRules.cpp Fixes for bug #10231 (crash making list after select all) 1999-08-04 18:36:19 +00:00
nsHTMLEditRules.h Oops, I misunderstood tor's fix for the sunos bustage 1999-07-01 23:41:29 +00:00
nsHTMLEditor.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsHTMLEditor.h Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +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 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsInsertHTMLTxn.cpp massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
nsInsertHTMLTxn.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
nsInterfaceState.cpp Updated for nsIDocumentStateListener interface 1999-08-03 00:57:23 +00:00
nsInterfaceState.h Updated for nsIDocumentStateListener interface 1999-08-03 00:57:23 +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
nsJSEditorLog.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsJSEditorLog.h Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +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
nsStyleSheetTxns.cpp Switch from override style sheets to doc 1999-07-20 19:34:35 +00:00
nsStyleSheetTxns.h replaced IID's with CID's where they were appropriate, and removed lots of 1999-07-15 19:13:46 +00:00
nsTextEditFactory.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsTextEditFactory.h Implemented nsHTMLEditor. Changed prototypes to be use NS_IMETHOD and NS_IMETHODIMP. Started table editing transactions 1999-03-02 05:30:53 +00:00
nsTextEditRules.cpp Clean-up 1999-07-25 18:14:44 +00:00
nsTextEditRules.h making the plain text selection pinning savvy to the other flavors of text editors, the ones that DONT have <pre> tags wrapping all the text 1999-07-02 07:53:08 +00:00
nsTextEditor.cpp Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
nsTextEditor.h Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00