Commit Graph

91 Commits

Author SHA1 Message Date
kin%netscape.com
3b5b4d3b48 Added ApplyStyleSheet() method to the various editor interfaces. 1999-07-01 19:32:35 +00:00
akkana%netscape.com
66024861e2 - New dialog and editor shell API for Insert HTML Source
- Add wrapcolumn setting to document encoders, and use it in the editor
- Fix numbered lists in the html to text sink stream.
1999-06-30 19:26:08 +00:00
sfraser%netscape.com
c9d145d7c4 Add getting selection as text or HTML to the Debug TestSelection function. 1999-06-29 20:21:51 +00:00
akkana%netscape.com
f29a859702 Add copyright notice 1999-06-28 19:38:03 +00:00
cmanske%netscape.com
17586ccce6 Adding editor toolbar icon 1999-06-27 19:39:30 +00:00
cmanske%netscape.com
194ec56cfa Composer UI work. Experiment with popup window for alignment setting 1999-06-27 18:47:19 +00:00
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
cmanske%netscape.com
deadc16740 Adding images for main Composer toolbar 1999-06-21 21:13:44 +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
cmanske%netscape.com
2ec855a87b HLine dialog improvements 1999-06-15 04:03:22 +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
ac9180c682 Change dedent to outdent, and alignpopup to align. 1999-05-27 04:06:54 +00:00
sfraser%netscape.com
d8a619ce70 Fix the page title 1999-05-27 04:06:17 +00:00
cmanske%netscape.com
68c91d40d9 Changed ED_AlignPopup.gif to ED_Alig.gif in makefiles 1999-05-27 04:04:02 +00:00
leaf%mozilla.org
7cdb9eb64d fixing -kb flag 1999-05-27 04:01:08 +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
1754b6a5f1 Readding gifs with -kb 1999-05-27 03:48:52 +00:00
cmanske%netscape.com
8772a049f3 Removing gifs not checked in with -kb 1999-05-27 03:47:05 +00:00
cmanske%netscape.com
f177a794e6 Removing gif not checked in with -kb 1999-05-27 03:45:36 +00:00