Граф коммитов

744 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com 0c98c23c58 check in change that was lost 2000-05-10 14:41:12 +00:00
cmanske%netscape.com 59fe85bd0d Removing EditorCommands.js (replaced by editor.js) 2000-05-10 13:57:33 +00:00
cmanske%netscape.com 04b50d0613 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 0398a51a85 ignore generated makefiles 2000-05-10 06:58:36 +00:00
cmanske%netscape.com 288a4ae330 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 b1d5f067af 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 3a7f5c1d1a Removed temporary hack to test EditConflict dialog 2000-05-10 02:38:08 +00:00
danm%netscape.com 9e41eb5be5 more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
cmanske%netscape.com cf5de0c3d3 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 476b766667 chrome installation manifests 2000-05-10 02:02:13 +00:00
cmanske%netscape.com 64f3198f5a Removing tag icons from makefile (moved to ui/composer/content/makefile.win) 2000-05-10 02:01:46 +00:00
cmanske%netscape.com fdab5bbdc0 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 2b851ee06c File Removed. 2000-05-09 23:24:55 +00:00
cmanske%netscape.com 0c4e2853d6 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 705656a8ae 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 5bd38ca685 add EditorCommandsOverlay.xul, EditorContextMenu.js, EditorContextMenuOverlay.xul 2000-05-09 22:30:43 +00:00
brade%netscape.com cc44d1c43c First Checked In. 2000-05-09 22:28:23 +00:00
brade%netscape.com 3cde0ac18e fix doctype bug 2000-05-09 22:07:33 +00:00
cmanske%netscape.com 91dd817268 Fixed missnamed image (not used yet) 2000-05-09 22:07:28 +00:00
cmanske%netscape.com 866c09316b Adding new UNIX makefile for Composer content images (not used yet) 2000-05-09 22:06:49 +00:00
cmanske%netscape.com 03f605d366 New dialog - not used yet 2000-05-09 21:22:01 +00:00
brade%netscape.com 06a5cd8641 first pass fixes for bug #38565 2000-05-09 14:39:14 +00:00
brade%netscape.com 4a04693828 clean up of editor prefs 2000-05-09 13:26:38 +00:00
sfraser%netscape.com c7fe116ca4 Fix the paste as quotation command for mailnews. 2000-05-09 01:49:11 +00:00
cmanske%netscape.com 65dbe1dbbe Changing image for named anchor (not used in build yet) 2000-05-09 01:17:23 +00:00
cmanske%netscape.com 8fc4f7d8db 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 49f83693a9 Adding composer image (not used yet) 2000-05-08 20:47:17 +00:00
brade%netscape.com 69e1a5fda1 bug #34416; tested by axel@pike.org (Thanks!) 2000-05-08 15:00:39 +00:00
brade%netscape.com 11e64a0ab0 First Checked In. 2000-05-08 13:47:24 +00:00
brade%netscape.com 69dace1745 first pass at some of the editor toolbar tooltips 2000-05-07 10:53:42 +00:00
brade%netscape.com 968316a1fe missing line 2000-05-07 10:53:09 +00:00
brade%netscape.com ef8e32a1ab enable tooltips in editor (when in overlay) 2000-05-07 10:52:22 +00:00
brade%netscape.com e673afa20d 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 3043bb6880 adding chrome registry update directives 2000-05-06 01:02:42 +00:00
sfraser%netscape.com 77b282630e 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 223a759dfe Comment out dump(). 2000-05-05 23:16:52 +00:00
sfraser%netscape.com 4f26c8ba73 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 2e7a68225d First Checked In. 2000-05-05 15:05:01 +00:00
kin%netscape.com df150785ad 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 146482efbb Updating CSS to use new icons for All Tags mode. r=jfrancis 2000-05-05 12:54:55 +00:00
cmanske%netscape.com 59959e5d5b Adding images for All Tags edit mode. r=jfrancis 2000-05-05 12:39:41 +00:00
danm%netscape.com 1e2d7af6d7 adding chrome registry update directives 2000-05-05 01:43:24 +00:00
sfraser%netscape.com cf21c24f3d Fix bugs 38189 and 38190 -- basic command enabling stuff. 2000-05-04 23:39:14 +00:00
cmanske%netscape.com 6446b2e1b0 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 0b78819d79 Fixed Spell Check dialog layout. Replace more 'html:script' with 'script'. 2000-05-04 22:21:35 +00:00
brade%netscape.com b1cdb27d7a add tooltips for page color properties dialog 2000-05-04 14:57:43 +00:00
brade%netscape.com 947aec5414 add tooltips for insert table dialog 2000-05-04 14:56:55 +00:00
brade%netscape.com 6f62bbc1dc add tooltips for image dialog 2000-05-04 14:56:07 +00:00
brade%netscape.com c9ffd2f00c add tooltips to hrule dialog 2000-05-04 14:53:52 +00:00
kin%netscape.com b68c6a6249 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 997a0f430f 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 7377347319 Make the quit menu item work in composer, bug 38074. 2000-05-04 00:33:44 +00:00
cmanske%netscape.com 5565cdf7de Change to correct strings for 'Recent Pages' and 'Revert to Last Saved' 2000-05-03 21:40:18 +00:00
brade%netscape.com b134d8cbed 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 a18d82d66d check in some missing entities so Composer might open up 2000-05-03 14:28:52 +00:00
cmanske%netscape.com a6ccf041dc 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 2f950817d9 General tidyup. 2000-05-03 05:14:11 +00:00
sfraser%netscape.com 3482bd6475 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 fc2bc945aa 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 b1f4f54b0d Make the toolbar look purdy. 2000-05-01 22:19:26 +00:00
sfraser%netscape.com e441c67e15 Minor fixage for new command stuff. 2000-05-01 22:15:40 +00:00
sfraser%netscape.com 29ea7a1c61 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 1d8af5f2ec Remove bogus button styles. 2000-05-01 21:42:58 +00:00
sfraser%netscape.com bac2045b2a Add ComposerCommands.js 2000-05-01 21:39:02 +00:00
sfraser%netscape.com a66df4e4e4 Adding ComposerCommands.js 2000-05-01 21:38:11 +00:00
sfraser%netscape.com d05c4aaf49 First Checked In. 2000-05-01 21:37:38 +00:00
ben%netscape.com 039d328c1a editor skinnability fixes 2000-04-30 02:49:23 +00:00
cmanske%netscape.com ce39726da5 Added last-modified date to Page Properties dialog 2000-04-28 23:35:36 +00:00
cmanske%netscape.com 32b4a273f2 Added method to select textfield. Fixed error in pixel/percent menulist initialization 2000-04-28 14:41:04 +00:00
cmanske%netscape.com bfc5c9dba8 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 ed2325fbfe Tweak EdImageProps.js 2000-04-28 07:57:29 +00:00
cmanske%netscape.com 51c191c161 Fixed AdvancedEditButton in ImageProps dialog 2000-04-28 07:54:58 +00:00
cmanske%netscape.com dd2362047e Fixed EdHLineProps.xul and EdColorProps.xul. Cleaned up AdvancedEdit buttons 2000-04-28 07:34:48 +00:00
cmanske%netscape.com 0b1fa1f02b Fixed Composer bugs 287475, 36937, 36981, 36996. More massive XUL skin conversion. 2000-04-28 05:59:16 +00:00
cmanske%netscape.com 9660639fcd Changed flex=100% to flex=1 2000-04-27 01:03:15 +00:00
brade%netscape.com 78568930ce 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 d982aa0ac4 bad parameter 2000-04-26 15:04:51 +00:00
brade%netscape.com 9eb225729f 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 a3cfd7f436 latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-04-26 10:04:43 +00:00
brade%netscape.com 115f43cbf0 latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-04-26 09:50:23 +00:00
brade%netscape.com 2cc2ad4b96 forgot to add contributor Brian King (noticed by Dan Haddix) 2000-04-26 09:46:05 +00:00
brade%netscape.com 2fd82e227c fix bug; set heightInput 2000-04-26 08:48:47 +00:00
ben%netscape.com fa192a33e9 files I forgot to checkin with yesterday's prefwindow landing 2000-04-26 05:56:26 +00:00
hyatt%netscape.com cd173af5c6 fix menus. 2000-04-26 02:27:56 +00:00
danm%netscape.com 45273d5ee3 use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
ben%netscape.com 82b4585995 PrefWindow IV landing 2000-04-25 03:09:02 +00:00
cmanske%netscape.com 038db9e9d4 Very simple UI fix - replaced titledbutton with button for Plain Text Editor 2000-04-22 01:49:00 +00:00
akkana%netscape.com 8eb33e6c21 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 8083a51230 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 fa443a4f8d 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 74cc74130e 6276: Add wrapping support for mail. 2000-04-20 22:45:54 +00:00
brade%netscape.com d9a687d813 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 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
akkana%netscape.com a9942efa49 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 730afe4a44 commented out some code that really should be rewritten 2000-04-18 14:33:23 +00:00
brade%netscape.com e9ba05d6af 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 0f8eff9542 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 66347ddb3a Replace 'onclick' with 'oncommand' in sidebar xul. 2000-04-16 21:27:42 +00:00
cmanske%netscape.com f96b0141e2 Put 'width' controls first in HLine Props dialog 2000-04-16 20:49:15 +00:00
cmanske%netscape.com 4cd1f27938 Most all dialogs rewritten for XUL widget covnersion for skins, bug 19565 2000-04-16 20:29:08 +00:00