.. |
.cvsignore
|
…
|
|
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
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:13:30 +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 miscellaneous editor leaks. r=jfrancis@netscape.com
|
2000-03-23 01:14:49 +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 |
EditTxn.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:13:30 +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
|
Add nsEditorParserObserver.cpp to the build.
|
2000-03-31 02:36:10 +00:00 |
PlaceholderTxn.cpp
|
make selection sticky across undo/redo (24573);
get bold/italic/underline toolbar feedback working (24574);
fix for 24856: unable to unbold text;
fix for 24572: cant get selection between split lists
|
2000-01-31 10:30:12 +00:00 |
PlaceholderTxn.h
|
make selection sticky across undo/redo (24573);
get bold/italic/underline toolbar feedback working (24574);
fix for 24856: unable to unbold text;
fix for 24572: cant get selection between split lists
|
2000-01-31 10:30:12 +00:00 |
SplitElementTxn.cpp
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:26:47 +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
|
cleanup and small bug fixes
|
2000-03-30 22:57:19 +00:00 |
TypeInState.h
|
cleanup and small bug fixes
|
2000-03-30 22:57:19 +00:00 |
makefile.win
|
Add nsEditorParserObserver.cpp to the build.
|
2000-03-31 02:36:10 +00:00 |
nsAOLCiter.cpp
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +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 |
nsEditProperty.cpp
|
More table editing work (bug 20973) and Page Properies dialog work (bug 14344). Added missing 'tbody' to nsIAtoms list. r=mjudge
|
2000-02-03 02:06:10 +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
|
fixing iid
|
2000-03-24 00:45:44 +00:00 |
nsEditor.cpp
|
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
|
2000-03-29 12:53:23 +00:00 |
nsEditor.h
|
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
|
2000-03-29 12:53:23 +00:00 |
nsEditorCommands.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 11:39:08 +00:00 |
nsEditorCommands.h
|
First Checked In.
|
2000-02-16 01:33:03 +00:00 |
nsEditorController.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 11:39:08 +00:00 |
nsEditorController.h
|
Fix build bustage -- case sensitivity error, apparently
|
2000-02-16 02:36:27 +00:00 |
nsEditorEventListeners.cpp
|
33705: obey middlemouse.paste pref in the editor
|
2000-03-30 01:23:47 +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 |
nsEditorParserObserver.cpp
|
Work in progress for frameset detection, bug 14599. r=cmanske
|
2000-03-31 01:57:28 +00:00 |
nsEditorParserObserver.h
|
Work in progress for frameset detection, bug 14599. r=cmanske
|
2000-03-31 01:57:28 +00:00 |
nsEditorRegistration.cpp
|
fix spelling of hander to handler. bug #29407. r=sspitzer
|
2000-02-27 20:51:11 +00:00 |
nsEditorService.cpp
|
fix spelling of hander to handler. bug #29407. r=sspitzer
|
2000-02-27 20:51:11 +00:00 |
nsEditorService.h
|
not part of the build, yet.
|
2000-02-16 02:21:30 +00:00 |
nsEditorShell.cpp
|
Work in progress for bug 14599 -- handle loading frameset docs. r=cmanske
|
2000-03-31 02:13:00 +00:00 |
nsEditorShell.h
|
Work in progress for bug 14599 -- handle loading frameset docs. r=cmanske
|
2000-03-31 02:13:00 +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
|
Converting usage of ::GetIID() to NS_GET_IID().
|
2000-01-11 20:49:15 +00:00 |
nsEditorTxnLog.h
|
TransactionManager fix for bug #11590: eliminate NS_COMFALSE
|
1999-11-11 19:35:40 +00:00 |
nsEditorUtils.cpp
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:26:47 +00:00 |
nsEditorUtils.h
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:26:47 +00:00 |
nsHTMLEditRules.cpp
|
fixing windows bustage
|
2000-03-30 23:39:26 +00:00 |
nsHTMLEditRules.h
|
cleanup and small bug fixes
|
2000-03-30 22:57:19 +00:00 |
nsHTMLEditUtils.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 11:39:08 +00:00 |
nsHTMLEditUtils.h
|
Finished implementation of menu-driven table selection. Implemented detection of row or column selection. r=mjudge
|
2000-03-21 06:05:24 +00:00 |
nsHTMLEditor.cpp
|
33785: Fix PasteAsCitedQuotation. r=jfrancis
|
2000-03-30 22:26:06 +00:00 |
nsHTMLEditor.h
|
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
|
2000-03-29 12:53:23 +00:00 |
nsHTMLEditorLog.cpp
|
30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp
|
2000-03-20 23:13:25 +00:00 |
nsHTMLEditorLog.h
|
30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp
|
2000-03-20 23:13:25 +00:00 |
nsIAbsorbingTransaction.h
|
make selection sticky across undo/redo (24573);
get bold/italic/underline toolbar feedback working (24574);
fix for 24856: unable to unbold text;
fix for 24572: cant get selection between split lists
|
2000-01-31 10:30:12 +00:00 |
nsIEditProperty.h
|
More table editing work (bug 20973) and Page Properies dialog work (bug 14344). Added missing 'tbody' to nsIAtoms list. r=mjudge
|
2000-02-03 02:06:10 +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 |
nsInterfaceState.cpp
|
Work in progress for bug 14599 -- handle loading frameset docs. r=cmanske
|
2000-03-31 02:13:00 +00:00 |
nsInterfaceState.h
|
Fix for 30301 -- don't waste time trying to update non-existent XUL nodes. r=akkana
|
2000-03-17 01:59:10 +00:00 |
nsInternetCiter.cpp
|
28279: Joe checked in most of the changes to fix quoting, and this
|
2000-02-25 23:26:46 +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 |
nsTableEditor.cpp
|
Fixed window title bug 30100, removed debug code in table editing. r=brade
|
2000-03-25 02:41:19 +00:00 |
nsTextEditRules.cpp
|
cleanup and small bug fixes
|
2000-03-30 22:57:19 +00:00 |
nsTextEditRules.h
|
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
|
2000-03-29 12:53:23 +00:00 |