Commit Graph

1988 Commits

Author SHA1 Message Date
sfraser%netscape.com
2d8017a4a4 File Removed. 2000-05-09 23:24:55 +00:00
sfraser%netscape.com
b2469b9c95 Add nsEditorShellMouseListener.cpp for cmanske 2000-05-09 23:10:30 +00:00
cmanske%netscape.com
0aa739ecd5 Lots of editor feature work: bugs 26286, 34519, 28498, 36998, 37089, 14342. r=sfraser 2000-05-09 23:03:41 +00:00
brade%netscape.com
f243b40d27 move some xul into EditorCommandsOverlay.xul so they can be shared with context menus 2000-05-09 22:31:29 +00:00
brade%netscape.com
b5d0cc9155 add EditorCommandsOverlay.xul, EditorContextMenu.js, EditorContextMenuOverlay.xul 2000-05-09 22:30:43 +00:00
brade%netscape.com
c3f66188bd First Checked In. 2000-05-09 22:28:23 +00:00
cmanske%netscape.com
a3d9e11ec5 Adding new mouse listener for EditorShell. r=sfraser (not used yet) 2000-05-09 22:11:19 +00:00
brade%netscape.com
7cc7de29e8 fix doctype bug 2000-05-09 22:07:33 +00:00
cmanske%netscape.com
d3f2116dfc Fixed missnamed image (not used yet) 2000-05-09 22:07:28 +00:00
cmanske%netscape.com
647db58c09 Adding new UNIX makefile for Composer content images (not used yet) 2000-05-09 22:06:49 +00:00
cmanske%netscape.com
300acfa2a3 New dialog - not used yet 2000-05-09 21:22:01 +00:00
jfrancis%netscape.com
658fa56fa3 editor embedding work; fixing bug with making lists 2000-05-09 21:06:49 +00:00
brade%netscape.com
627866f897 first pass fixes for bug #38565 2000-05-09 14:39:14 +00:00
brade%netscape.com
f54caeb981 clean up of editor prefs 2000-05-09 13:26:38 +00:00
sfraser%netscape.com
e9ed87d342 Fix the paste as quotation command for mailnews. 2000-05-09 01:49:11 +00:00
cmanske%netscape.com
500ad0c399 Changing image for named anchor (not used in build yet) 2000-05-09 01:17:23 +00:00
cmanske%netscape.com
20188405c8 Adding image icons for Composer's Show All Tags editmode. These are also in composer/skin/images, but will be removed from there 2000-05-08 22:50:36 +00:00
cmanske%netscape.com
0bdef0be03 Adding composer image (not used yet) 2000-05-08 20:47:17 +00:00
brade%netscape.com
67d49d6298 bug #34416; tested by axel@pike.org (Thanks!) 2000-05-08 15:00:39 +00:00
brade%netscape.com
79d66d48e5 First Checked In. 2000-05-08 13:47:24 +00:00
jfrancis%netscape.com
bd8b43e4c5 fix for 30759, plaintext paste as quotation creates ubercaret 2000-05-08 07:50:57 +00:00
mjudge%netscape.com
693b7801f1 we get selection controller not from pres shell. we get it from GetSelectionController 2000-05-08 04:01:26 +00:00
brade%netscape.com
186c13552e first pass at some of the editor toolbar tooltips 2000-05-07 10:53:42 +00:00
brade%netscape.com
c5e09486dc missing line 2000-05-07 10:53:09 +00:00
brade%netscape.com
22f2467169 enable tooltips in editor (when in overlay) 2000-05-07 10:52:22 +00:00
brade%netscape.com
344de80885 changes submitted by Brian King (briano9@yahoo.com); improvements to image map editor for skinnability and localization 2000-05-07 10:51:34 +00:00
jfrancis%netscape.com
307b8fbcc5 fixed bug where undo could cause extra break nodes; fixed bug 37845: plaintext gets clutered with empty text nodes; fixed bug where toolbar style feedback was wrong after typing a return. 2000-05-07 01:33:42 +00:00
danm%netscape.com
7cec3168f2 adding chrome registry update directives 2000-05-06 01:02:42 +00:00
sfraser%netscape.com
1ebf5439a6 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
sfraser%netscape.com
f9a3a34695 Get rid of the redundant command state saving methods, and amalgamate the code that deals with multiple reloads into one method. 2000-05-05 23:19:08 +00:00
sfraser%netscape.com
a8340dd50e Get rid of the redundant command state saving methods. 2000-05-05 23:18:15 +00:00
sfraser%netscape.com
58ed70653c Move the cmd_NewFoo command nodes out of any commandset, so that they don't appear disabled always. Remove superfluous cmd_Save nodes. 2000-05-05 23:17:38 +00:00
sfraser%netscape.com
57a43be605 Comment out dump(). 2000-05-05 23:16:52 +00:00
sfraser%netscape.com
811721723e Remove the style commands command set, because we ain't got not style. Fixes JS errors/exceptions. 2000-05-05 23:16:28 +00:00
jfrancis%netscape.com
eb2ab3d2ee rest of fix for bug 30763 2000-05-05 21:57:58 +00:00
jfrancis%netscape.com
04915ae284 splitting mail cites in replies now gives you the caret where you want it. 2000-05-05 21:22:09 +00:00
jfrancis%netscape.com
b109f8dbd6 fixing bugs with paste; making paste not inherit local inline stlyes 2000-05-05 20:42:36 +00:00
brade%netscape.com
5d7b8a936d First Checked In. 2000-05-05 15:05:01 +00:00
kin%netscape.com
c4f863915d Fixed spellchecker recheck bug.
mozilla/editor/base/nsEditorShell.cpp
mozilla/editor/idl/nsIEditorSpellCheck.idl

    - Modified StartSpellChecking() so that it no longer calls
      NextMisspelledWord().
    - Renamed Start/CloseSpellChecking() to Init/UninitSpellChecker().
    - Changed prototype of GetCurrentDictionary() in the idl file.
    - Replaced all references of NS_SPELLCHECKER_CID with NS_SPELLCHECKER_PROGID.

mozilla/editor/txtsvc/public/nsISpellChecker.h

    - Added NS_SPELLCHECKER_PROGID.

mozilla/editor/txtsvc/public/nsTextServicesCID.h

    - Removed NS_SPELLCHECKER_CID.

mozilla/editor/ui/composer/content/ComposerCommands.js

    - Replaced all calls to  Start/CloseSpellChecking() with
      Init/UninitSpellChecker().
    - We now call GetNextMisspelledWord() after initing the spellchecker.

mozilla/editor/ui/dialogs/content/EdSpellCheck.js

    - Dialog now assumes the spellchecker language has been set before the
      dialog is invoked.
    - Fixed Recheck() so that it now sets the language.
2000-05-05 14:58:43 +00:00
cmanske%netscape.com
ca4caf40bc Updating CSS to use new icons for All Tags mode. r=jfrancis 2000-05-05 12:54:55 +00:00
cmanske%netscape.com
d8691d286a Adding images for All Tags edit mode. r=jfrancis 2000-05-05 12:39:41 +00:00
danm%netscape.com
c30da52a01 adding chrome registry update directives 2000-05-05 01:43:24 +00:00
jfrancis%netscape.com
26e457e4fd fix for 29320; deletion putting caret in wrong table cell 2000-05-04 23:54:00 +00:00
sfraser%netscape.com
a425fffce8 Fix bugs 38189 and 38190 -- basic command enabling stuff. 2000-05-04 23:39:14 +00:00
cmanske%netscape.com
78ef893e72 Removed duplicate declarations 2000-05-04 23:01:05 +00:00
cmanske%netscape.com
7237e38781 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
cmanske%netscape.com
d9cf80630b Fixed Spell Check dialog layout. Replace more 'html:script' with 'script'. 2000-05-04 22:21:35 +00:00
brade%netscape.com
45146921c5 add tooltips for page color properties dialog 2000-05-04 14:57:43 +00:00
brade%netscape.com
7e04b92dc7 add tooltips for insert table dialog 2000-05-04 14:56:55 +00:00
brade%netscape.com
87cf80b941 add tooltips for image dialog 2000-05-04 14:56:07 +00:00