gecko-dev/editor/base
mjudge%netscape.com ec56b60700 wrong ifdef. 25% increase in editor typing on windows r=ftang 2000-06-28 03:41:32 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp
ChangeAttributeTxn.h
CreateElementTxn.cpp Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
CreateElementTxn.h
DeleteElementTxn.cpp
DeleteElementTxn.h
DeleteRangeTxn.cpp
DeleteRangeTxn.h
DeleteTextTxn.cpp
DeleteTextTxn.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTxn.cpp
EditTxn.h
IMECommitTxn.cpp
IMECommitTxn.h
IMETextTxn.cpp #39726 typo in IMETextTxn.cpp 2000-06-08 23:40:31 +00:00
IMETextTxn.h massive change to stop the editor fromknowing about nsIPresShell or nsIDocument 2000-04-28 06:20: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
InsertTextTxn.cpp massive change to stop the editor fromknowing about nsIPresShell or nsIDocument 2000-04-28 06:20:36 +00:00
InsertTextTxn.h
JoinElementTxn.cpp
JoinElementTxn.h
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 ender lite checkin. 2000-04-27 07:37:12 +00:00
PlaceholderTxn.h
SplitElementTxn.cpp
SplitElementTxn.h
TextEditorTest.cpp
TextEditorTest.h
TransactionFactory.cpp
TransactionFactory.h
TypeInState.cpp 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
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 Fixed list command problems: bug 41735, r=brade 2000-06-16 14:21:46 +00:00
nsComposerCommands.h Fixed list command problems: bug 41735, r=brade 2000-06-16 14:21:46 +00:00
nsEditProperty.cpp
nsEditProperty.h
nsEditRules.h
nsEditor.cpp wrong ifdef. 25% increase in editor typing on windows r=ftang 2000-06-28 03:41:32 +00:00
nsEditor.h Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +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 Fixed list command problems: bug 41735, r=brade 2000-06-16 14:21:46 +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 call PreventDefault for key events which we want to "consume" (bug #42510); r=smfr 2000-06-20 14:23:43 +00:00
nsEditorEventListeners.h Fix for bug #36935: [i18n] Textwidget doesn't scroll when non-7-bit-ascii chars 2000-05-31 03:18:05 +00:00
nsEditorFactory.h
nsEditorParserObserver.cpp Fix frameset detection. An additional Notify() method was not hooked up properly. 2000-04-21 00:50:04 +00:00
nsEditorParserObserver.h
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
nsEditorService.h
nsEditorShell.cpp Change nsIDOMXULDocument --> nsIDOMDocument 2000-06-24 01:29:58 +00:00
nsEditorShell.h Checkin for sfraser: Fix document-load listener to work when loading URL into an existing Composer window. b=41584, r=cmanske 2000-06-22 05:24:42 +00:00
nsEditorShellFactory.h
nsEditorShellMouseListener.cpp Checking for brade: Use PreventDefault instead of returning NS_ERROR_BASE to stop event processing in mouse listners. b=42510, r=cmanske 2000-06-22 04:54:55 +00:00
nsEditorShellMouseListener.h Fixed object properties bug 39649. r=sfraser 2000-05-25 03:34:20 +00:00
nsEditorTxnLog.cpp
nsEditorTxnLog.h
nsEditorUtils.cpp
nsEditorUtils.h
nsHTMLEditRules.cpp Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsHTMLEditRules.h backend work for 41034: getting format feedback and list feedback untangled from each other. 2000-06-02 07:47:53 +00:00
nsHTMLEditUtils.cpp Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsHTMLEditUtils.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
nsHTMLEditor.cpp fix for 42188, r=akkana 42347. use selection controller to tell the doc if it should display non-text-selection. 2000-06-23 04:00:45 +00:00
nsHTMLEditor.h Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsHTMLEditorLog.cpp Added 'Split Cell' and fixed initialization of 'Join Cells' in table menu. Added stubs for 'Split Cell' 2000-05-04 22:32:24 +00:00
nsHTMLEditorLog.h Added 'Split Cell' and fixed initialization of 'Join Cells' in table menu. Added stubs for 'Split Cell' 2000-05-04 22:32:24 +00:00
nsIAbsorbingTransaction.h
nsIEditProperty.h
nsIEditorSupport.h
nsIHTMLEditRules.h backend work for 41034: getting format feedback and list feedback untangled from each other. 2000-06-02 07:47:53 +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 making string conversions explicit 2000-04-21 09:33:45 +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
nsTableEditor.cpp Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsTextEditRules.cpp Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +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