.. |
.cvsignore
|
|
|
ChangeAttributeTxn.cpp
|
|
|
ChangeAttributeTxn.h
|
|
|
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
|
|
|
DeleteElementTxn.cpp
|
|
|
DeleteElementTxn.h
|
|
|
DeleteRangeTxn.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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
|
|
|
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
|
|
|
EditTable.cpp
|
Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge
|
2000-01-13 23:33:00 +00:00 |
EditTxn.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
EditTxn.h
|
|
|
IMECommitTxn.cpp
|
change debug code.
|
1999-12-01 00:35:31 +00:00 |
IMECommitTxn.h
|
|
|
IMETextTxn.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
IMETextTxn.h
|
|
|
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
|
|
|
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
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsAOLCiter.h
|
|
|
nsEditor.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsEditor.h
|
not all compilers created equal
|
2000-01-10 10:44:18 +00:00 |
nsEditorController.cpp
|
23335: Don't return error codes from the editor controller; the resulting JS messages just confuse the user. r=mjudge
|
2000-01-11 23:42:15 +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
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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
|
|
|
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
|
Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge
|
2000-01-13 23:33:00 +00:00 |
nsEditorShell.h
|
Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge
|
2000-01-13 23:33:00 +00:00 |
nsEditorShellFactory.h
|
|
|
nsEditorTxnLog.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsEditorTxnLog.h
|
|
|
nsEditorUtils.cpp
|
|
|
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
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsEditProperty.h
|
|
|
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
|
We now cut the correct number of characters from the styleValue string.
|
2000-01-13 23:50:28 +00:00 |
nsHTMLEditor.h
|
Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge
|
2000-01-13 23:33:00 +00:00 |
nsHTMLEditorLog.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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
|
small fix for bug23833 r= jfrancis
|
2000-01-13 23:56:34 +00:00 |
nsHTMLEditRules.h
|
added in some rules code for mail quoting. This
fixes bug: 19979 (extra blank line showing up in
mail that has quotes)
partial progress on block transformation work:
unlisting a list now works mostly correctly again,
instead of merging all the former list items into
one run of text (no bug number).
Moz-br's are now added in one more circumstance:
when you have a br at the end of some inline
content that is followed by a new block (like a
list, table, etc.). This is needed for the same
reason that the other moz-br's are: to generate a
blank line that the user expects after hitting
return. (no bug number)
DTD-related work to enable the editor to check if
you should be able to type given the current
selection.
fixed bug 22944: inserting an <A> in a table
splits the table.
Made some progress on text paste performance, but
it's still too slow. That's 19273, which I'm
leaving open
fixed bug 15258: selection capable of getting out
of the body element.
fixed a bug where code that merged adjacent text
nodes would merge the non-editable "formatting"
textnodes, (no bug number). Added code to prevent
selection from ending up inside a non-editable
text node.
fix for 11994, an IME bug.
|
2000-01-10 10:13:58 +00:00 |
nsIAbsorbingTransaction.h
|
fixing iid of nsIAbsorbingTransaction
|
1999-11-30 14:31:47 +00:00 |
nsIEditorSupport.h
|
|
|
nsIEditProperty.h
|
|
|
nsInterfaceState.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsInterfaceState.h
|
|
|
nsInternetCiter.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsInternetCiter.h
|
|
|
nsStyleSheetTxns.cpp
|
|
|
nsStyleSheetTxns.h
|
|
|
nsTextEditRules.cpp
|
fixed bug 20613 & 21121: both invloved newlines in preformatted text. Layout gives no frames for blanklines caused by newlines, so you cant click or arrow to them. I replace such newlines with breaks now.
fixed 21196: select all no longer selects the special break we use in empty documents (this would cause an invisible selection).
fixed 21430: choosing a new alignment in an empty doc used to do nothing. Now it works but I've exposed a selection bug inthe process...
fixed 22225: a little unintended re-entrancy caused multiple breaks to be inserted in empty table cells when doc read in.
|
2000-01-13 10:17:35 +00:00 |
nsTextEditRules.h
|
fixed bug 20613 & 21121: both invloved newlines in preformatted text. Layout gives no frames for blanklines caused by newlines, so you cant click or arrow to them. I replace such newlines with breaks now.
fixed 21196: select all no longer selects the special break we use in empty documents (this would cause an invisible selection).
fixed 21430: choosing a new alignment in an empty doc used to do nothing. Now it works but I've exposed a selection bug inthe process...
fixed 22225: a little unintended re-entrancy caused multiple breaks to be inserted in empty table cells when doc read in.
|
2000-01-13 10:17:35 +00:00 |
PlaceholderTxn.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
PlaceholderTxn.h
|
|
|
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
|
|
|
TransactionFactory.cpp
|
|
|
TransactionFactory.h
|
|
|
TypeInState.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
TypeInState.h
|
|
|