Commit Graph

676 Commits

Author SHA1 Message Date
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
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
danm%netscape.com
7cec3168f2 adding chrome registry update directives 2000-05-06 01:02:42 +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
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
sfraser%netscape.com
a425fffce8 Fix bugs 38189 and 38190 -- basic command enabling stuff. 2000-05-04 23:39:14 +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
brade%netscape.com
d9597d7e35 add tooltips to hrule dialog 2000-05-04 14:53:52 +00:00
kin%netscape.com
9a62a21851 Added spellchecker support for different dictionaries/languages:
mozilla\editor\base\nsEditorShell.cpp
    mozilla\editor\idl\nsIEditorSpellCheck.idl
    mozilla\editor\txtsvc\public\nsISpellChecker.h

      - Added GetDictionaryList() and Get/SetCurrentDictionary() methods.

    mozilla\editor\ui\dialogs\content\EdDialogCommon.js

      - Added AppendValueAndDataToMenulist() function.

    mozilla\editor\ui\dialogs\content\EdSpellCheck.xul

      - We now import strres.js.

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

      - Added InitLanguageMenu().
2000-05-04 14:37:56 +00:00
cmanske%netscape.com
3403bfda38 HTML Soure editor is working. Tweaked some dialog xul. Removed some unused stuff from EditorCommands.js 2000-05-04 14:02:03 +00:00
sfraser%netscape.com
a43512054e Make the quit menu item work in composer, bug 38074. 2000-05-04 00:33:44 +00:00
cmanske%netscape.com
3b8303878c Change to correct strings for 'Recent Pages' and 'Revert to Last Saved' 2000-05-03 21:40:18 +00:00
brade%netscape.com
d3dd6e17e4 add some missing entities so Composer will startup today; add some tooltips which Simone will reword 2000-05-03 14:47:05 +00:00
brade%netscape.com
f98c49b79b check in some missing entities so Composer might open up 2000-05-03 14:28:52 +00:00
cmanske%netscape.com
eec2372c22 Strings and menu items for 'Revert' and 'Recent pages'. Preliminary UI for HTML Source editor (not activated). 2000-05-03 05:17:43 +00:00
sfraser%netscape.com
e22440d244 General tidyup. 2000-05-03 05:14:11 +00:00
sfraser%netscape.com
80719a03c9 Fix for bug 37898 -- can't type in editor, msg and IM compose. r=kin, a=leaf 2000-05-02 21:46:23 +00:00
cmanske%netscape.com
003a94051d Set focus when page is done loading. Fixed labels for menus and toolbars. Replaced 'vertical-align' with 'valign' for box alignment. Changed strings for Edit Modes. Unload style sheets when loading a url into existing window 2000-05-02 03:24:11 +00:00
sfraser%netscape.com
9b856fda03 Make the toolbar look purdy. 2000-05-01 22:19:26 +00:00
sfraser%netscape.com
bf637866d2 Minor fixage for new command stuff. 2000-05-01 22:15:40 +00:00
sfraser%netscape.com
035965297d 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
sfraser%netscape.com
591d1d8d90 Remove bogus button styles. 2000-05-01 21:42:58 +00:00
sfraser%netscape.com
ea0cf39f2e Add ComposerCommands.js 2000-05-01 21:39:02 +00:00
sfraser%netscape.com
bdc2737942 Adding ComposerCommands.js 2000-05-01 21:38:11 +00:00
sfraser%netscape.com
288d009794 First Checked In. 2000-05-01 21:37:38 +00:00
ben%netscape.com
b0ab659e09 editor skinnability fixes 2000-04-30 02:49:23 +00:00
cmanske%netscape.com
9efe5dc6eb Added last-modified date to Page Properties dialog 2000-04-28 23:35:36 +00:00
cmanske%netscape.com
748e1bd3de Added method to select textfield. Fixed error in pixel/percent menulist initialization 2000-04-28 14:41:04 +00:00
cmanske%netscape.com
4113539c28 More editor CSS and XUL cleanup. Use grid to control button widths in dialogs. [Grids rock!]. New text for Edit Mode buttons 2000-04-28 14:06:34 +00:00
cmanske%netscape.com
92a8c74bdd Tweak EdImageProps.js 2000-04-28 07:57:29 +00:00
cmanske%netscape.com
dafd33e59b Fixed AdvancedEditButton in ImageProps dialog 2000-04-28 07:54:58 +00:00
cmanske%netscape.com
db7bb1ebe8 Fixed EdHLineProps.xul and EdColorProps.xul. Cleaned up AdvancedEdit buttons 2000-04-28 07:34:48 +00:00