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

287 Коммитов

Автор SHA1 Сообщение Дата
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 c5e09486dc missing line 2000-05-07 10:53:09 +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
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 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
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
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
hyatt%netscape.com 1391459a8f fix menus. 2000-04-26 02:27:56 +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
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
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 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 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
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
cmanske%netscape.com fc8ad1658c Fixed spell checker bug 34479. r=akkana, a=leaf 2000-04-06 01:17:54 +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
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
brade%netscape.com 753cbe9c87 add an error check to reduce output to console; comment out an alert; uncomment insertion to reproduce bug; add a dump line 2000-03-21 20:55:56 +00:00
brade%netscape.com d8e82333e8 put image map editor files into proper locations 2000-03-21 20:53:52 +00:00