gecko-dev/editor/base
1999-03-14 01:02:53 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
ChangeAttributeTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
CreateElementTxn.cpp fixed a small bug. mRefNode may be nsnull. 1999-03-12 02:27:48 +00:00
CreateElementTxn.h mNewNode is a DOM Node, not a DOM Element 1999-03-10 19:51:07 +00:00
DeleteElementTxn.cpp
DeleteElementTxn.h
DeleteRangeTxn.cpp small fix of an off-by-one error in an assertion 1999-03-10 19:50:17 +00:00
DeleteRangeTxn.h including header 1999-03-09 20:04:59 +00:00
DeleteTableCellTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableCellTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableColumnTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableColumnTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableRowTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableRowTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTableTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTextTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
DeleteTextTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTable.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
EditTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
EditTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertElementTxn.cpp
InsertElementTxn.h
InsertTableCellTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableCellTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableColumnTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableColumnTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableRowTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableRowTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTableTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTextTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
InsertTextTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
JoinElementTxn.cpp
JoinElementTxn.h
JoinTableCellsTxn.cpp Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
JoinTableCellsTxn.h Changed editor classes to inherited model. Fixed lots of destructor warnings. 1999-03-05 21:05:35 +00:00
Makefile.in added nsTextEditRules 1999-03-10 19:47:34 +00:00
makefile.win reverting fix :( 1999-03-12 01:49:12 +00:00
nsContextLoader.cpp
nsEditFactory.cpp nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsEditFactory.h
nsEditor.cpp Add HACKForceRedraw() to force a redraw until the drawing 1999-03-14 00:31:35 +00:00
nsEditor.h Add HACKForceRedraw() to force a redraw until the drawing 1999-03-14 00:31:35 +00:00
nsEditorEventListeners.cpp Throw the switch so we now pay attention to the charCode in the key event. 1999-03-12 05:28:22 +00:00
nsEditorEventListeners.h
nsEditProperty.cpp
nsEditProperty.h
nsHTMLEditFactory.cpp nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsHTMLEditFactory.h
nsHTMLEditor.cpp Add SelectAll() 1999-03-11 19:33:37 +00:00
nsHTMLEditor.h Add SelectAll() 1999-03-11 19:33:37 +00:00
nsIEditorSupport.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIEditProperty.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsTextEditFactory.cpp nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
nsTextEditFactory.h
nsTextEditor.cpp Added HACKForceRedraw() when deleting a range or inserting text 1999-03-14 01:02:53 +00:00
nsTextEditor.h deleting the last editable object in a document now causes a bogus placeholder <P>&nbsp;</P> to be added to the document. This node has the 1999-03-12 02:28:24 +00:00
nsTextEditRules.cpp InsertBreak now works at the beginning of a line. Plus a trivial bug fix. 1999-03-13 05:31:22 +00:00
nsTextEditRules.h added delegate code for InsertText (WillInsertText, DidInsertText) 1999-03-13 04:53:21 +00:00
SplitElementTxn.cpp
SplitElementTxn.h
TransactionFactory.cpp
TransactionFactory.h