.. |
.cvsignore
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
ChangeAttributeTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
fix for regression, bug#45477
|
2000-07-14 18:38:24 +00:00 |
CreateElementTxn.h
|
anthonyd: r=mjudge bug 39919 letting DOM level 2 stuff work for the editor. eliminating createelementNS and using the factory instead.
|
2000-07-13 23:15:41 +00:00 |
DeleteElementTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
fix for 43366; r=kin
|
2000-07-11 19:51:36 +00:00 |
IMETextTxn.h
|
fix for 43366; r=kin
|
2000-07-11 19:51:36 +00:00 |
InsertElementTxn.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +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
|
massive change to stop the editor fromknowing about nsIPresShell or nsIDocument
|
2000-04-28 06:20:36 +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
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
|
2000-05-17 06:45:45 +00:00 |
PlaceholderTxn.cpp
|
fix for undo in ender-lite (text fields, url bar, etc)
|
2000-06-30 04:58:34 +00:00 |
PlaceholderTxn.h
|
fix for undo in ender-lite (text fields, url bar, etc)
|
2000-06-30 04:58:34 +00:00 |
SplitElementTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:52:02 +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
|
making string conversions explicit
|
2000-04-18 07:52:02 +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
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
TypeInState.h
|
fixes:
14753, 29843, 39864, 40141,
40139, 36679, 39542, 34729,
34855, 37216, 39292, 26447
r=sfraser,cmanske,fm; a=beppe
|
2000-05-24 23:00:24 +00:00 |
makefile.win
|
Lots of editor feature work: bugs 26286, 34519, 28498, 36998, 37089, 14342. r=sfraser
|
2000-05-09 23:03:41 +00:00 |
nsAOLCiter.cpp
|
making string conversions explicit
|
2000-04-21 09:33:45 +00:00 |
nsAOLCiter.h
|
6276: Add wrapping support for mail.
|
2000-04-20 22:45:54 +00:00 |
nsComposerCommands.cpp
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
nsComposerCommands.h
|
remove save and saveas commands (now in JS); submitted by rcassin@supernova.org (bug #16359)
|
2000-07-28 10:15:28 +00:00 |
nsEditProperty.cpp
|
Fix a warning.
|
2000-04-20 03:58: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
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
nsEditor.h
|
fix for 48297: ome edit operations not scroling selection into view; r=fm
|
2000-08-14 02:39:37 +00:00 |
nsEditorCommands.cpp
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorCommands.h
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorController.cpp
|
checkins for Hurricane
|
2000-08-07 21:12:18 +00:00 |
nsEditorController.h
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorEventListeners.cpp
|
bug fix for 47399
|
2000-08-10 01:01:18 +00:00 |
nsEditorEventListeners.h
|
#14022 IME98 Reconversion does not work in HTML Editor
|
2000-08-04 21:43:29 +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
|
Fix frameset detection. An additional Notify() method was not hooked up properly.
|
2000-04-21 00:50:04 +00:00 |
nsEditorParserObserver.h
|
Added the new Notify(), overloaded, method.
|
2000-04-04 23:59:33 +00:00 |
nsEditorRegistration.cpp
|
Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions.
|
2000-05-01 21:49:52 +00:00 |
nsEditorService.cpp
|
dist...chrome restructuring
|
2000-04-19 21:42:30 +00:00 |
nsEditorService.h
|
not part of the build, yet.
|
2000-02-16 02:21:30 +00:00 |
nsEditorShell.cpp
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
nsEditorShell.h
|
groundwork for 44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection
|
2000-08-14 12:07:10 +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 |
nsEditorShellMouseListener.cpp
|
Big UI fix checkin continued - same bugs as last checkin. r=sfraser
|
2000-08-10 03:43:09 +00:00 |
nsEditorShellMouseListener.h
|
Fixed object properties bug 39649. r=sfraser
|
2000-05-25 03:34:20 +00:00 |
nsEditorTxnLog.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +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
|
fix for 48297: ome edit operations not scroling selection into view; r=fm
|
2000-08-14 02:39:37 +00:00 |
nsHTMLEditRules.cpp
|
fixing 49392: editor spazzing uneeded br tags in tables; r=fm
|
2000-08-19 05:58:11 +00:00 |
nsHTMLEditRules.h
|
adding a hidden pref for the editor:
editor.liReturnBehavior "no" will disable the default behavior of popping you out of lists if you hit return in an empty list item.
|
2000-08-17 05:26:32 +00:00 |
nsHTMLEditUtils.cpp
|
fix for 45281, cannot insert a table caption. r=fm
|
2000-08-13 23:53:34 +00:00 |
nsHTMLEditUtils.h
|
fix for 45281, cannot insert a table caption. r=fm
|
2000-08-13 23:53:34 +00:00 |
nsHTMLEditor.cpp
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
nsHTMLEditor.h
|
groundwork for 44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection
|
2000-08-14 12:07:10 +00:00 |
nsHTMLEditorLog.cpp
|
Table editing work. b=20973, r=jfrancis
|
2000-07-01 00:37:12 +00:00 |
nsHTMLEditorLog.h
|
Table editing work. b=20973, r=jfrancis
|
2000-07-01 00:37:12 +00:00 |
nsIAbsorbingTransaction.h
|
fix for undo in ender-lite (text fields, url bar, etc)
|
2000-06-30 04:58:34 +00:00 |
nsIEditProperty.h
|
Lots and lots of bug fixes and XUL widget conversions. Work in progress, but must checkin to allow XPFE to fix bugs
|
2000-04-14 03:19:31 +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 |
nsIHTMLEditRules.h
|
groundwork for 44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection
|
2000-08-14 12:07:10 +00:00 |
nsInterfaceState.cpp
|
Change nsIDOMXULDocument --> nsIDOMDocument
|
2000-06-24 01:29:58 +00:00 |
nsInterfaceState.h
|
Change nsIDOMXULDocument --> nsIDOMDocument
|
2000-06-24 01:29:58 +00:00 |
nsInternetCiter.cpp
|
Correct an error in a comment
|
2000-08-21 23:54:59 +00:00 |
nsInternetCiter.h
|
6276: Add wrapping support for mail.
|
2000-04-20 22:45:54 +00:00 |
nsStyleSheetTxns.cpp
|
ender lite checkin.
|
2000-04-27 07:37:12 +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
|
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
|
2000-08-20 00:34:08 +00:00 |
nsTextEditRules.cpp
|
fix for regression, bug#45477
|
2000-07-14 18:38:24 +00:00 |
nsTextEditRules.h
|
Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana
|
2000-06-22 05:39:54 +00:00 |
nsWrapUtils.cpp
|
making string conversions explicit
|
2000-04-21 09:33:45 +00:00 |
nsWrapUtils.h
|
Wrapping code, useful for citers and perhaps other code
|
2000-04-20 22:32:56 +00:00 |