.. |
.cvsignore
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
ChangeAttributeTxn.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
ChangeAttributeTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
CreateElementTxn.cpp
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
CreateElementTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
DeleteElementTxn.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
DeleteElementTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
DeleteRangeTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
DeleteRangeTxn.h
|
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
|
1999-12-07 08:30:19 +00:00 |
DeleteTextTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
DeleteTextTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
EditAggregateTxn.cpp
|
warning cleanup, plus found an uninitialized int variable that I initialized to 0.
|
1999-12-01 15:29:52 +00:00 |
EditAggregateTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
EditTable.cpp
|
Finished basic table editing (bug 6256) r=mjudge. Fixed XUL so debug-only plain text editor works. r=akkana
|
1999-12-07 01:12:10 +00:00 |
EditTxn.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
EditTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
IMECommitTxn.cpp
|
change debug code.
|
1999-12-01 00:35:31 +00:00 |
IMECommitTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
IMETextTxn.cpp
|
change debug code.
|
1999-12-01 00:35:31 +00:00 |
IMETextTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
InsertElementTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
InsertElementTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
InsertTextTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
InsertTextTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
JoinElementTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
JoinElementTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
Makefile.in
|
adding in nsEditorController to makesystem. adding in registration to allow someone to get an editorcontroller from the outside. also change editor shell to register a controller to handle keyboard navigation.
|
1999-12-15 03:46:27 +00:00 |
makefile.win
|
adding in nsEditorController to makesystem. adding in registration to allow someone to get an editorcontroller from the outside. also change editor shell to register a controller to handle keyboard navigation.
|
1999-12-15 03:46:27 +00:00 |
nsAOLCiter.cpp
|
Oops, citer classes weren't initializing refcount, causing an assert on Windows. One-line change, r=rhp
|
1999-11-12 00:57:55 +00:00 |
nsAOLCiter.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditor.cpp
|
continuing the war on the Case Of The Happy Caret
|
2000-01-05 12:24:10 +00:00 |
nsEditor.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
nsEditorController.cpp
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsEditorController.h
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsEditorEventListeners.cpp
|
Fix for PDT+ bugs 21602 and 21648. r=joki
|
1999-12-15 22:04:43 +00:00 |
nsEditorEventListeners.h
|
add query composition event which get current curosor position. add timer base IME x y location query for gtk. r=erik. fix bug 17916 20550
|
1999-12-07 01:29:00 +00:00 |
nsEditorFactory.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditorRegistration.cpp
|
adding in nsEditorController to makesystem. adding in registration to allow someone to get an editorcontroller from the outside. also change editor shell to register a controller to handle keyboard navigation.
|
1999-12-15 03:46:27 +00:00 |
nsEditorShell.cpp
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsEditorShell.h
|
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
|
1999-12-29 07:32:59 +00:00 |
nsEditorShellFactory.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditorTxnLog.cpp
|
TransactionManager fix for bug #11590: eliminate NS_COMFALSE
|
1999-11-11 19:35:40 +00:00 |
nsEditorTxnLog.h
|
TransactionManager fix for bug #11590: eliminate NS_COMFALSE
|
1999-11-11 19:35:40 +00:00 |
nsEditorUtils.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditorUtils.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
nsEditProperty.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditProperty.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditRules.h
|
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
|
1999-12-07 08:30:19 +00:00 |
nsHTMLEditor.cpp
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsHTMLEditor.h
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsHTMLEditorLog.cpp
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsHTMLEditorLog.h
|
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
|
2000-01-04 20:38:12 +00:00 |
nsHTMLEditRules.cpp
|
continuing the war on the Case Of The Happy Caret
|
2000-01-05 12:24:10 +00:00 |
nsHTMLEditRules.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
nsIAbsorbingTransaction.h
|
fixing iid of nsIAbsorbingTransaction
|
1999-11-30 14:31:47 +00:00 |
nsIEditorSupport.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIEditProperty.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsInterfaceState.cpp
|
Fixed bug 19000: Assertion editing remote file. Fixed warning. r=sfraser
|
1999-11-22 14:52:21 +00:00 |
nsInterfaceState.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsInternetCiter.cpp
|
Oops, citer classes weren't initializing refcount, causing an assert on Windows. One-line change, r=rhp
|
1999-11-12 00:57:55 +00:00 |
nsInternetCiter.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsStyleSheetTxns.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsStyleSheetTxns.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsTextEditRules.cpp
|
continuing the war on the Case Of The Happy Caret
|
2000-01-05 12:24:10 +00:00 |
nsTextEditRules.h
|
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
|
1999-12-07 08:30:19 +00:00 |
PlaceholderTxn.cpp
|
improved fix for bug 15696 (leaking an atom). r=floppy moose
|
1999-11-17 11:26:41 +00:00 |
PlaceholderTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
SplitElementTxn.cpp
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
SplitElementTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
TextEditorTest.cpp
|
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
|
1999-12-07 08:30:19 +00:00 |
TextEditorTest.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TransactionFactory.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TransactionFactory.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TypeInState.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TypeInState.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |