Commit Graph

143 Commits

Author SHA1 Message Date
hyatt%netscape.com
4fdc913376 Patching the text editor XUL file. 1999-07-31 07:26:19 +00:00
hyatt%netscape.com
7bbfc016e5 Patching the editor's main menu bar. Now it and the browser have menus,
but nobody else does yet.  Stay tuned.
1999-07-31 07:24:01 +00:00
hyatt%netscape.com
9bb4fb2ec0 Phase 1 of menu landing. Patching the syntax of XUL files to fix them up. 1999-07-31 02:48:17 +00:00
hyatt%netscape.com
f3e7ecf26f Patching the editor XUL file to update to the new menu syntax. 1999-07-31 02:17:30 +00:00
akkana%netscape.com
a20696b16d Fix Paste as Quotation label 1999-07-30 23:38:16 +00:00
sfraser%netscape.com
045c8e6c4d Lowercase the ids of the style button names. 1999-07-28 02:56:03 +00:00
sfraser%netscape.com
2281da4657 Added broadcasters for style and document dirty states, and hooked up style buttons as observers. 1999-07-28 02:52:40 +00:00
sfraser%netscape.com
dfe465cb81 Added callback functions for style and dirty state changes. Also added EditorToggleStyle() call. 1999-07-28 02:51:58 +00:00
sfraser%netscape.com
351c71d179 First Checked In. 1999-07-28 02:49:12 +00:00
sfraser%netscape.com
5568be8916 Add ED_SaveMod.gif to the build. 1999-07-28 02:43:28 +00:00
sfraser%netscape.com
2d07b9a72c Bring the table borders back! 1999-07-28 01:23:53 +00:00
kin%netscape.com
5a4c170b72 Added code to EditorExecuteScript() that will
report the line number in the script where
an exception is thrown.
1999-07-27 23:18:03 +00:00
akkana%netscape.com
a630458576 Fix problem bringing up browser window 1999-07-27 21:19:16 +00:00
akkana%netscape.com
e339f2e165 Get rid of confusing duplicated paragraph 1999-07-27 21:18:51 +00:00
cmanske%netscape.com
db6e5788b8 Fixed insert element bugs. Added message if no misspelled words. Changed 'More Atrributes' to 'Advanced Edit' in dialogs. Improved generic message dialog. Added remove link button to link dialog 1999-07-24 20:27:53 +00:00
cmanske%netscape.com
16ff2d941c Fixed bugs relating to insert element 1999-07-23 00:52:17 +00:00
cmanske%netscape.com
d207e61ac3 Changed editor chrome file references. Eliminated chrome/editor/editordlg 1999-07-21 19:56:21 +00:00
akkana%netscape.com
327cb41fc4 Loop over embedded objects and print them 1999-07-19 22:55:01 +00:00
akkana%netscape.com
1f9dc3d358 Add GetEmbeddedObjects API to editor shell 1999-07-19 22:36:12 +00:00
cmanske%netscape.com
202e798a0a Fixed getSelectionAsText breakage, added loading an editor-specific CSS file and switching between it and browser (ua.css) at runtime, removed Publish button. 1999-07-16 18:04:03 +00:00
akkana%netscape.com
c3f819a479 Fix JS error 1999-07-16 00:14:29 +00:00
akkana%netscape.com
cec59f5980 Fix Paste As Quotation label 1999-07-16 00:14:18 +00:00
akkana%netscape.com
565a58e4d7 Add a sentence with a bunch of nbsp's 1999-07-16 00:13:57 +00:00
sfraser%netscape.com
08e6659317 Added various event listeners, in preparation for document modification state UI reflection. 1999-07-14 22:33:20 +00:00
sfraser%netscape.com
169c61fe28 Fix window title entity, and add ID on save button. 1999-07-14 22:32:26 +00:00
sfraser%netscape.com
e8de333888 Change comment style the style block. 1999-07-14 22:31:43 +00:00
akkana%netscape.com
a3fb11b98f Restructure the editor output routines to allow passing in
a mime type and a flag argument.  Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
      editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
cmanske%netscape.com
f85acd993e Generic message dialog, fix insert element-related bugs, initial personal dictionary dialog, other editor bugs 1999-07-14 15:24:33 +00:00
brade%netscape.com
a39971f094 localizable strings pulled out into entities 1999-07-08 20:05:35 +00:00
brade%netscape.com
9948bbbe05 remove hard-coded string; add a parameter to EditorInsertText 1999-07-08 20:05:03 +00:00
cmanske%netscape.com
652ddfd960 Simple removed '.' from the menu text so insert HTML menu item is activated 1999-07-08 17:28:00 +00:00
cmanske%netscape.com
2cebc0bad4 Fixed editor dialogs to work with now-fixed autosizing window. Changed buttons to titledbuttons for better layout. Reviewed by sfraser, approved by chofmann 1999-07-08 03:21:01 +00:00
saari%netscape.com
44652397ac fixing bug 6741. Again. 1999-07-08 01:50:52 +00:00
saari%netscape.com
f4c149eed7 A fix and a work around for M8 bugs 6741 and 7878 1999-07-07 23:40:31 +00:00
cmanske%netscape.com
17877ac6b0 Changed attempt to display a Named Anchor using CSS so it can have an HREF. (it doesn't work yet, anyway) 1999-07-07 00:57:04 +00:00
hyatt%netscape.com
753822a195 Making the initial window size larger. 1999-07-07 00:40:56 +00:00
cmanske%netscape.com
f65007f48c Moved style attribute for progess area into CSS file 1999-07-06 23:49:56 +00:00
cmanske%netscape.com
a24fd80ebe Fixed small default window size for editor content window and changed min-width on toolbars to allow reducing content window to smaller than toolbars 1999-07-06 23:40:27 +00:00
cmanske%netscape.com
80b4711b79 Fixed alignment popup 1999-07-05 23:08:01 +00:00
cmanske%netscape.com
586992a44e Trying to get popup XUL windows to behave: not correct yet, but checking in so others can examine 1999-07-04 23:14:36 +00:00
cmanske%netscape.com
9761f8e938 Implemented insert named anchor and table. Fixed dialogs to utilize autosizing. Popups are screwed up because of stupid box layout behavior 1999-07-04 23:01:10 +00:00
cmanske%netscape.com
7e87a94450 Changes to editor XUL dialogs to accomodate new window-as-box changes 1999-07-02 22:52:34 +00:00
cmanske%netscape.com
372b26f358 Small changes to editor xul files 1999-07-02 21:54:33 +00:00
sfraser%netscape.com
bae3928e88 Go back to a 1.6, and fix the HTML iframe content-primary attribute so that everything works again. 1999-07-02 21:08:33 +00:00
sfraser%netscape.com
66b85275ae Fix comment style. 1999-07-02 20:55:46 +00:00
akkana%netscape.com
5c021cefde Reverting to version 1.3 since versions since then completely hork the plaintext editor window 1999-07-02 20:14:04 +00:00
hyatt%netscape.com
ca4d2ad7fa Forgot the vertical alignment for the editor files. 1999-07-02 05:34:59 +00:00
hyatt%netscape.com
f260c11c18 Changing the editor main window to work with the new XUL changes (making
the window tag a box).
1999-07-02 05:26:18 +00:00
sfraser%netscape.com
0fed0447a1 Add EditorStyles1.css to the build 1999-07-02 03:57:20 +00:00
sfraser%netscape.com
5f69ebe5b1 Add stuff for applying style sheets. 1999-07-02 03:56:59 +00:00