.. |
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
|
some extremely minor cleanup of bugs found by ftang. Thanks, frank.
|
1999-10-18 21:59:19 +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
|
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
|
1999-10-28 03:16:48 +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
|
fixes for bugs: 16361,12253,15696,15734; r=sfraser
|
1999-11-01 15:15:35 +00:00 |
EditAggregateTxn.h
|
fixes for bugs: 16361,12253,15696,15734; r=sfraser
|
1999-11-01 15:15:35 +00:00 |
EditTxn.cpp
|
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
|
1999-10-08 20:41:19 +00:00 |
EditTxn.h
|
allow for txn to have id/string for get/set
|
1999-09-21 22:31:27 +00:00 |
IMETextTxn.cpp
|
implement input method highlight. r=tague
|
1999-10-27 00:10:03 +00:00 |
IMETextTxn.h
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +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
|
fixed some space leaks reported by kipp. no bug #, r=tague
|
1999-10-06 20:27:41 +00:00 |
InsertTextTxn.h
|
fixed some space leaks reported by kipp. no bug #, r=tague
|
1999-10-06 20:27:41 +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 |
nsEditor.cpp
|
Removed unused NECKO ifdefs.
|
1999-11-02 23:34:03 +00:00 |
nsEditor.h
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +00:00 |
nsEditorFactory.h
|
First Checked In.
|
1999-08-09 01:34:04 +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 |
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 |
nsIAbsorbingTransaction.h
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +00:00 |
nsIEditorSupport.h
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +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 |
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 |
PlaceholderTxn.cpp
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +00:00 |
PlaceholderTxn.h
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +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 |
TransactionFactory.cpp
|
reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
|
1999-10-26 18:54:47 +00:00 |
TransactionFactory.h
|
minor fixes and lots of comments
|
1999-02-15 18:25:30 +00:00 |