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

69 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 7b33909001 Implemented use of replaceable letters B, I, and U instead of image icons for editor Bold, Italic, and Underline buttons 1999-06-25 21:40:57 +00:00
cmanske%netscape.com 30169895df Changing to using B,I,U for editor style toolbar and remove 'Clear all styles' icon 1999-06-25 20:16:30 +00:00
akkana%netscape.com f20c9e0ed9 Fix spelling error that was irritating me 1999-06-25 20:07:18 +00:00
hyatt%netscape.com 071e81fe16 Fixing the editor toolbars to fill the whole toolbox. 1999-06-25 01:10:28 +00:00
cmanske%netscape.com aaa2213d4c Fixed GetBodyElement. Changed editor test doc to not use CSS for background. Initial code to edit element properties when double-clicking on element. 1999-06-24 20:59:45 +00:00
kin%netscape.com a844eab276 Removed hack in EditorExecuteScript() that worked around a
bug in nsIFileSpec.readLine() that has now been fixed.
1999-06-22 23:30:21 +00:00
kin%netscape.com bb016fe0bc Modified EditorExecuteScript() to read and execute a line at a time.
This will allow us to load and execute large log files.
1999-06-22 23:20:26 +00:00
nhotta%netscape.com 1cd82c810c Added ISO Latin 7 to charset menu, synch with browser. 1999-06-22 21:46:24 +00:00
cmanske%netscape.com 9b0f76e275 Added main composer toolbar and HLine dialog work 1999-06-22 19:12:16 +00:00
nhotta%netscape.com 58930ff539 Adding charset menu for html editor as a part of the bug fix for 7849. 1999-06-21 20:22:52 +00:00
akkana%netscape.com 16848bc65f Add a comment and an acute entity, for testing purposes 1999-06-16 00:53:54 +00:00
sfraser%netscape.com dd66ebf9ae Don't pass "null" strings in from JavaScript. 1999-06-15 23:25:18 +00:00
sfraser%netscape.com dbd9d3ad49 Add TextEditor xul file. 1999-06-15 23:24:21 +00:00
kin%netscape.com 6a985fd0f2 Fixed "===" typo. 1999-06-14 22:42:35 +00:00
kin%netscape.com e3bf912523 * Added StartLogging() and StopLogging() methods to nsIEditor,
nsIHTMLEditor, nsITextEditor, and nsIEditorShell and enabled
  the "Start Log" and "End Log" menu items in the editor test bed.

* Modified makefiles for Unix and Win32 to turn on  Editor API Logging.

* Added action argument to the DeleteSelection() method in nsIEditorShell.

* Modified nsJSTxnLog to use nsJSEditorLog when writing it's output.
1999-06-14 20:02:46 +00:00
jfrancis%netscape.com e63b590f3b ssssh, it's a secret 1999-06-13 07:50:17 +00:00
cmanske%netscape.com 0e98fa1f0d Horizontal Line dialog and setting/getting hline settings from prefs implemented. Masked effect of bug 8058 by removing popupanchor attribute. 1999-06-12 21:22:12 +00:00
kin%netscape.com ad50cc638f Added functions to run the journal.js file.
Replaced all ocurrences of "appCore" with "window.editorAppShell".
1999-06-12 09:18:14 +00:00
kin%netscape.com 314273b2dc Added Start/Stop/Run Journal menu items to Debug menu. 1999-06-12 09:15:39 +00:00
sfraser%netscape.com 4b1803667a Export plain text XUL file 1999-06-12 05:18:02 +00:00
sfraser%netscape.com 05624ea4f6 Fix case of Exit(). 1999-06-11 23:45:34 +00:00
sfraser%netscape.com 5d6afccf87 Rename nsISpellCheck to nsIEditorSpellCheck 1999-06-11 22:43:19 +00:00
sfraser%netscape.com 946ea1e450 Get editorShell from window.opener now that editorAppCore is no more. 1999-06-11 18:58:32 +00:00
kin%netscape.com c2b19eef9f Added EditorGetNodeFromOffsets() and EditorSetSelectionFromOffsets(). 1999-06-10 19:43:43 +00:00
hyatt%netscape.com d1a4916b8b The editor popups are positioned properly. 1999-06-09 09:09:58 +00:00
cmanske%netscape.com c56d124f5b Moved destination of editor string bundle file to editor's chrome directory 1999-06-09 02:26:48 +00:00
cmanske%netscape.com 19a50dffc4 Added string bundle file to Mac manifest file 1999-06-09 02:16:48 +00:00
cmanske%netscape.com 2707da4d24 Added string bundle file 1999-06-09 02:12:52 +00:00
cmanske%netscape.com c624b316cb Added support for prefs and string bundles for editor, various bug fixes, preliminary Horizontal Line dialog work 1999-06-09 01:27:08 +00:00
law%netscape.com 475e0fa63c "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
akkana%netscape.com ee4632cddb Add paste/insert as quotation into editor app cores to be accessible from JS. 1999-05-28 00:46:34 +00:00
sfraser%netscape.com f8afbe3ce3 Remove the appcore from the AppCoresManager in onunload(). 1999-05-28 00:37:04 +00:00
akkana%netscape.com c30adc3405 Add plaintext editor as an option in browser and editor menus 1999-05-27 22:21:48 +00:00
sfraser%netscape.com b2397b0876 Add Find, Find Next, and Unit Test menu items 1999-05-27 04:08:11 +00:00
sfraser%netscape.com d8a619ce70 Fix the page title 1999-05-27 04:06:17 +00:00
sfraser%netscape.com 9ab7226d23 Add page titles, and white background through style. 1999-05-27 03:56:07 +00:00
cmanske%netscape.com c8ad73f166 Changed font face popup to use menu until popup XUL window works 1999-05-26 22:11:11 +00:00
cmanske%netscape.com a152976669 Continued UI work: Spell checker fixes, toolbar improvements, popup menus implemented for paragraph style, font face and color, setting font color test UI, etc. 1999-05-26 21:40:51 +00:00
cmanske%netscape.com 7b8ab6859b Set initial focus to editor window. Fixes bug 5724. Reviewed by sfraser 1999-05-22 00:40:59 +00:00
jfrancis%netscape.com aaecdca8fb insert list and indent work 1999-05-17 12:22:31 +00:00
ducarroz%netscape.com db02238748 Split EditorStartup() into EditorStartup() & EditorSetup(). Msg Compose use only EditorSetup(). 1999-05-14 22:54:24 +00:00
sfraser%netscape.com 7f70126e71 Since the unload handler gets called at all the wrong times, don't do anying useful in it. 1999-05-14 03:08:24 +00:00
cmanske%netscape.com fdc403c859 Implemented Spell Checking 1999-05-13 20:59:08 +00:00
jfrancis%netscape.com d9dcd880e5 artistic integrity of poetry must not be comprimised! 1999-05-13 02:40:53 +00:00
sfraser%netscape.com e11fb63db9 Give editor app cores a unique name so that you can have more than one open at a time, and fix the dialogs to cope with this. Also added file opening UI. 1999-05-12 22:25:45 +00:00
rods%netscape.com 8516385ae6 removed showclipboard function 1999-05-11 19:59:02 +00:00
rods%netscape.com ad5d48dda7 Removed ShowClipboard menu item 1999-05-11 19:58:18 +00:00
cmanske%netscape.com f01fa8b4ee Hooked up UI(menus) for setting font face and font size 1999-05-08 02:20:51 +00:00
cmanske%netscape.com e508bcd84f Implemented InsertLinkAroundSelection 1999-05-07 22:26:23 +00:00
sfraser%netscape.com 6256ce6464 For some strange reason, the string for editor type was undefined as is. I changed it to a literal. 1999-05-07 05:43:51 +00:00