Commit Graph

824 Commits

Author SHA1 Message Date
brade%netscape.com
7f1b053d50 add some tooltips that were missing 2000-05-15 14:19:33 +00:00
brade%netscape.com
efbb1e3fa7 add some more tooltips which weren't added earlier 2000-05-15 14:17:34 +00:00
brade%netscape.com
7d337a76ec add tooltip to editfield 2000-05-15 14:16:20 +00:00
brade%netscape.com
e0a9dfda7f add tooltip to advanced button (ugh) 2000-05-15 14:15:43 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
cmanske%netscape.com
1d4413a1f8 Minor change to JoinCells isCommandEnabled 2000-05-15 04:13:14 +00:00
cmanske%netscape.com
9a3e623727 Fixed problems with table editing commands. New 'All Tags' mode images and CSS from beppe (28498), added EditorSharedStart() for initialization actions common to all editor users. 2000-05-15 03:05:56 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com
49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
cmanske%netscape.com
0dd4f7da76 Fixed layout of personal dictionary dialog 2000-05-13 00:38:54 +00:00
cmanske%netscape.com
0e428e9ba3 Fixing spellcheck bug 34356 2000-05-12 22:11:06 +00:00
cmanske%netscape.com
78271287f8 Added focus reset to table editcommands, added a couple of missing commands, changed name for some global variables in editor.js, added some 'dump's to debug flaky command firing 2000-05-12 14:46:25 +00:00
brade%netscape.com
f74f4da535 actual js implementation; remove copied mailnews context menu stuff 2000-05-12 13:13:03 +00:00
brade%netscape.com
93ca94724b new ids 2000-05-12 13:11:50 +00:00
brade%netscape.com
84e6ca6d75 moved commands from EditorCommandsOverlay.xul back here; removed unnecessary keybindings (should be in task menu overlay), add values for edit menu commands 2000-05-12 13:09:41 +00:00
cmanske%netscape.com
f97ba701a4 More table command enable work. Eliminate old commands and consolidate into ComposerCommands.js 2000-05-12 06:54:52 +00:00
cmanske%netscape.com
a72f5458c0 Commandset for table commands must be included in master xul file even if update is done only in 'oncreate' method. Remove 'events' attribute to avoid updating unnecessarily 2000-05-12 05:15:41 +00:00
cmanske%netscape.com
632d5d57c2 UI work: Implemented table commands (part of 20973), fixed Plain Text editor, don't remove toolbars for HTML Source editmode, helped ftang with new 'Save As Charset' dialog (moved methods shared with Page Properties dialog to common file) 2000-05-12 02:37:40 +00:00
sfraser%netscape.com
4cab49c7dd Fix bug 38818 -- prefs in composer. 2000-05-11 23:49:30 +00:00
ftang%netscape.com
8f6430e1b6 check in SaveAsCharset work. r=cmanske 2000-05-11 22:45:29 +00:00
sspitzer%netscape.com
873b3acf42 these have moved. 2000-05-11 04:20:49 +00:00
sspitzer%netscape.com
4f8943bfb0 editor skins no longer here. 2000-05-11 04:18:50 +00:00
ftang%netscape.com
6b37d20159 first add. not part of the build system yet. fix 38321 2000-05-11 00:19:03 +00:00
brade%netscape.com
80e864ba4c turn on editor context menus (though they are not done yet) 2000-05-10 21:02:28 +00:00
brade%netscape.com
b4b3615c3d fix to correspond with jst's fix (setting doctype properly) 2000-05-10 19:53:38 +00:00
brade%netscape.com
f553ca6f5d check in change that was lost 2000-05-10 14:41:12 +00:00
cmanske%netscape.com
cd1ccbd5e1 Removing EditorCommands.js (replaced by editor.js) 2000-05-10 13:57:33 +00:00
cmanske%netscape.com
ba93f893eb Switch to using 'editor.js' instead of 'EditorCommands.js', Removed obsolete methods in editor.js, Removed unnecessary code in editorshell. 2000-05-10 13:56:30 +00:00
sspitzer%netscape.com
84c3b9069a ignore generated makefiles 2000-05-10 06:58:36 +00:00
cmanske%netscape.com
e5cdd6f420 Changed rules for All Tags mode so background color is not affected, only background image 2000-05-10 06:08:00 +00:00
cmanske%netscape.com
50f11b2e2f Adding editor.js as replacement for EditorCommands.js to avoid confusion with ComposerCommands.js (not used yet) 2000-05-10 05:30:13 +00:00
cmanske%netscape.com
eaa0ce25a0 Removed temporary hack to test EditConflict dialog 2000-05-10 02:38:08 +00:00
danm%netscape.com
f116f169ed more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
cmanske%netscape.com
8051a466c5 Collapse now works for hiding toolbars! Use this to hide toolbars in HTML Source editing 2000-05-10 02:03:47 +00:00
danm%netscape.com
6073141fbd chrome installation manifests 2000-05-10 02:02:13 +00:00
cmanske%netscape.com
bf3eb07a15 Removing tag icons from makefile (moved to ui/composer/content/makefile.win) 2000-05-10 02:01:46 +00:00
cmanske%netscape.com
0bd93f0480 The correct version of EditorCommands.js that was supposed to be in last checkin! 2000-05-10 00:57:05 +00:00
sfraser%netscape.com
2d8017a4a4 File Removed. 2000-05-09 23:24:55 +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
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
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
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
cmanske%netscape.com
e78e6fbae6 Fixed Composer bugs 287475, 36937, 36981, 36996. More massive XUL skin conversion. 2000-04-28 05:59:16 +00:00
cmanske%netscape.com
5c8ee3b969 Changed flex=100% to flex=1 2000-04-27 01:03:15 +00:00
brade%netscape.com
86008c59a7 fix some of the brokenness; don't always add a map tag; set customsize/original size appropriately; enable/disable some strings 2000-04-26 15:06:24 +00:00
brade%netscape.com
0351594df1 bad parameter 2000-04-26 15:04:51 +00:00
brade%netscape.com
c46e9ceee9 latest changes to image map editor; hooking it up to image properties dialog (submitted by Dan Haddix; dan6992@hotmail.com) 2000-04-26 10:07:04 +00:00
brade%netscape.com
fd620d7f49 latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-04-26 10:04:43 +00:00
brade%netscape.com
c0b91488d9 latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-04-26 09:50:23 +00:00
brade%netscape.com
50c3390051 forgot to add contributor Brian King (noticed by Dan Haddix) 2000-04-26 09:46:05 +00:00
brade%netscape.com
300e634ddf fix bug; set heightInput 2000-04-26 08:48:47 +00:00
ben%netscape.com
a3689cb38f files I forgot to checkin with yesterday's prefwindow landing 2000-04-26 05:56:26 +00:00
hyatt%netscape.com
1391459a8f fix menus. 2000-04-26 02:27:56 +00:00
danm%netscape.com
2aeb01376b use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
ben%netscape.com
fac49c6c14 PrefWindow IV landing 2000-04-25 03:09:02 +00:00
cmanske%netscape.com
dfd6ae4398 Very simple UI fix - replaced titledbutton with button for Plain Text Editor 2000-04-22 01:49:00 +00:00
akkana%netscape.com
1e8272b521 36778: Contribution from Ryan Cassin (kidteckco@hotmail.com) to fix toolbar and titlebar in plaintext editor 2000-04-22 01:12:52 +00:00
sfraser%netscape.com
a9566d98c3 Fix for 24043, close empty editor doc when opening a new file. Help from Ryan Cassin <kidteckco@hotmail.com>. 2000-04-21 22:32:57 +00:00
cmanske%netscape.com
6886a5b883 Lots of xul rewrite, e.g., replaced all 'align' on box with 'orient', using <tree> for simple lists. Added 'Insert Chars' feature by bakibon@yahoo.com 2000-04-21 15:00:23 +00:00
akkana%netscape.com
c2c750f37e 6276: Add wrapping support for mail. 2000-04-20 22:45:54 +00:00
brade%netscape.com
ee58896b25 changes submitted by Brian King (briank@clubi.ie); handle the case where an image hasn't been inserted but will be. 2000-04-20 14:12:33 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
akkana%netscape.com
b16cf77faa 29794: Disable meta-refresh in editor pages.
API and some implementation for 6276: rewrap.
2000-04-18 22:39:10 +00:00
brade%netscape.com
e43c308855 commented out some code that really should be rewritten 2000-04-18 14:33:23 +00:00
brade%netscape.com
285279591a submitted changes from Brian King (briano9@yahoo.com) as well as some tweaking needed to get it to layout a bit better with new xul widgets 2000-04-18 14:32:27 +00:00
brade%netscape.com
3ff7c999db changes submitted by Dan Haddix (dan6992@hotmail.com); also I added some error checking 2000-04-18 14:26:36 +00:00
cmanske%netscape.com
37cc8bf4d2 Replace 'onclick' with 'oncommand' in sidebar xul. 2000-04-16 21:27:42 +00:00
cmanske%netscape.com
13a52a1650 Put 'width' controls first in HLine Props dialog 2000-04-16 20:49:15 +00:00
cmanske%netscape.com
371c750504 Most all dialogs rewritten for XUL widget covnersion for skins, bug 19565 2000-04-16 20:29:08 +00:00
cmanske%netscape.com
24189be5e5 Replaced titledbuttons with button (part of 19565), onclick with oncommand in dialogs. Added more text styles (34894) 2000-04-15 02:03:52 +00:00
cmanske%netscape.com
f23eaa74fb Removing blue background css for cells with border=0 2000-04-14 21:51:51 +00:00
cmanske%netscape.com
55e2ac48d1 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
akkana%netscape.com
b9bccbdcc4 Fix Editor's View Source dialog (r=cmanske) 2000-04-13 19:41:11 +00:00
brade%netscape.com
dcba534195 remove duplicate line 2000-04-12 13:30:32 +00:00
brade%netscape.com
e79e8c6fd8 remove colon from alignment box label; add image map box label 2000-04-12 13:27:00 +00:00
brade%netscape.com
032ff51733 redo with xul widgets 2000-04-12 13:26:16 +00:00
brade%netscape.com
c3944720b7 remove update of labels which are being removed altogether; add edit image map js 2000-04-12 13:24:41 +00:00
brade%netscape.com
eb0240a37d remove commented out keybindings; comment out stylesheet insertion menu items 2000-04-12 13:07:02 +00:00
brade%netscape.com
bea97dd36d remove EditorApplyStyleSheet and EditorImageMap functions (we aren't supporting insertion of stylesheets at this time and image map function is moved to image dialog js file). 2000-04-12 13:05:28 +00:00
cmanske%netscape.com
fc8ad1658c Fixed spell checker bug 34479. r=akkana, a=leaf 2000-04-06 01:17:54 +00:00
sfraser%netscape.com
d3c9e4771c Fix for 28491 -- clicking list buttons should unlist correctly now, and some other minor cleanup. r=cmanske. 2000-04-05 00:06:13 +00:00
pavlov%netscape.com
8242fd6791 Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog 2000-04-04 23:50:41 +00:00
cmanske%netscape.com
a70cf9ae17 Fixed window title bug (28591), spell check done notification (28152), validate param range in dialogs (33027), converted to using nsIFilePicker in dialogs, other skinability fixes. r=mjudge,jfrancis 2000-04-04 14:51:26 +00:00
brade%netscape.com
35b5c18ff8 fix bug #9753 for constrain not working properly with pixels/percent 2000-04-03 14:33:17 +00:00
brade%netscape.com
c9409f4f03 add entities for localization of "recent files" 2000-03-31 15:15:19 +00:00
brade%netscape.com
148db8fc49 add doctype to new editor pages 2000-03-31 13:59:14 +00:00
evaughan%netscape.com
53b00e50f0 box skinnablility changes.
-r Hyatt
2000-03-31 07:02:06 +00:00
cmanske%netscape.com
9a9c1a24e8 Show/hide paragraph marks (b=22181) and cleaned up style sheet code. 3-D shading fixed for HLine props (b=26841). Toolbar button spaces (b=12514). New color picker button and other conversions to new XUL widgets in dialogs. Optimizations in table editing. r=sfraser 2000-03-31 04:18:29 +00:00
sfraser%netscape.com
be4e1951a7 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 02:15:40 +00:00
sfraser%netscape.com
d3d03371f7 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 01:59:45 +00:00
akkana%netscape.com
5811b87ebb Part of Paste as Quotation fix; remove a comment. r=cmanske 2000-03-30 02:20:09 +00:00
akkana%netscape.com
28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
brade%netscape.com
00f4b049c4 made some progress reorganizing code when setting defaults for new documents; should now add charset if pref is set 2000-03-28 14:59:13 +00:00
akkana%netscape.com
7a61aa1ec0 Fix an entity bug for Naoki: Japanese entities weren't being correctly
pasted.  This also fixes the symptoms, but not the underlying cause,
of the html mail nbsp bug.  r=nhotta
2000-03-28 00:10:44 +00:00