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

1082 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com e91f30b7e4 Change comment style the style block. 1999-07-14 22:31:43 +00:00
sfraser%netscape.com 12152a8eb7 Call a post-save method, and remove bogus nil check. 1999-07-14 22:31:19 +00:00
sfraser%netscape.com e2b540b307 Added attribute for document modification state 1999-07-14 22:30:55 +00:00
sfraser%netscape.com bc1f1d52d5 Tidy up the ctor, add a method for getting the document dirty state, and handle multiple loadURLs in the editor content window. 1999-07-14 22:30:39 +00:00
sfraser%netscape.com ceb8158380 Document modification count maintenance. 1999-07-14 22:29:39 +00:00
sfraser%netscape.com 86c0a4fcb6 Don't handle a key event as a keypress if the meta key is down. 1999-07-14 22:29:06 +00:00
brade%netscape.com c0d708c247 First Checked In. 1999-07-14 20:24:10 +00:00
tague%netscape.com 5913e0d61d Fix bug #8459, #6989 Can't move cursor within IME composition string. 1999-07-14 20:05:25 +00:00
brade%netscape.com 1116112b59 add locale 1999-07-14 19:56:08 +00:00
brade%netscape.com e55ca5fdaa First Checked In. 1999-07-14 19:55:23 +00:00
waterson%netscape.com cd0f76e1ae Use enum trick to get around VC++ braindead-ness wrt. 'const PRUin32'. 1999-07-14 19:42:55 +00:00
waterson%netscape.com a4827eaa9c Use allocated buffer instead of trying to allocate dynamic array on stack. 1999-07-14 19:41:05 +00:00
brade%netscape.com 6aeb2fcd4b First Checked In. 1999-07-14 19:20:54 +00:00
akkana%netscape.com 6d07c8eeb4 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
brade%netscape.com 8723619c5e add GetTextLength() 1999-07-14 18:06:13 +00:00
brade%netscape.com ba38beda3e localization 1999-07-14 18:00:26 +00:00
brade%netscape.com e80ea22e6d localization 1999-07-14 17:37:08 +00:00
brade%netscape.com a875d34c6f forceInteger by pete@postpagan.com 1999-07-14 17:32:10 +00:00
kin%netscape.com 2644c77120 Fix for bug #9826: [malloc] memory allocation problems - editor tests
Added checks for NULL everywhere new and create are called.
1999-07-14 17:27:34 +00:00
cmanske%netscape.com 8f1b0f0e2f Generic message dialog, fix insert element-related bugs, initial personal dictionary dialog, other editor bugs 1999-07-14 15:24:33 +00:00
rods%netscape.com 159e84273c Fixed up paste code to help support HTML paste 1999-07-09 19:43:59 +00:00
brade%netscape.com 4f823327de localizable strings pulled out into entities 1999-07-08 20:05:35 +00:00
brade%netscape.com f0ec6ea430 remove hard-coded string; add a parameter to EditorInsertText 1999-07-08 20:05:03 +00:00
buster%netscape.com bc55cc6026 workaround for blocker bug 8123. approved by chofmann. 1999-07-08 19:52:44 +00:00
cmanske%netscape.com 091712f70a Simple removed '.' from the menu text so insert HTML menu item is activated 1999-07-08 17:28:00 +00:00
cmanske%netscape.com 0345565059 Fixed bug 9287. Reviewed by mjudge, approved by chofmann 1999-07-08 03:28:34 +00:00
cmanske%netscape.com 883427f419 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 9f860a03ca fixing bug 6741. Again. 1999-07-08 01:50:52 +00:00
saari%netscape.com 35a37bd7bb A fix and a work around for M8 bugs 6741 and 7878 1999-07-07 23:40:31 +00:00
akkana%netscape.com 4603f8ba86 9370: export insert html dialog. r=cmanske/a=chofmann 1999-07-07 22:43:04 +00:00
hyatt%netscape.com 310eb74dec Making the initial window size larger. 1999-07-07 00:40:56 +00:00
cmanske%netscape.com b6c78404ee Fixed crash in link dialog (but you still can't use OK or Cancel) 1999-07-07 00:08:27 +00:00
cmanske%netscape.com 654d262a20 Moved style attribute for progess area into CSS file 1999-07-06 23:49:54 +00:00
buster%netscape.com 206a9e8934 added code to manage setting/unsetting attribute-value pairs in complex selections.
cases like: <font color=blue>abc</font>some more text<font color=red>def</font>
with the selection from 'b' to 'e' and operations like "set font to green", and "remove font color"
1999-07-06 23:41:37 +00:00
cmanske%netscape.com e6211a8b11 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
buster%netscape.com 263623c628 minor fix for returning when a key is handled or not. This is a tiny part
of the fix for 8123, joki is working on the rest with tague and rods.
1999-07-06 23:31:08 +00:00
akkana%netscape.com 9e5868b5e5 Fix formatted plaintext output -- it wasn't following prettyprint or wrap length 1999-07-06 23:13:15 +00:00
kin%netscape.com ca5bda6648 Fix for bug #7495: [PP]Undo on Linux shows intermediate steps.
Modified Undo() and Redo() to call Begin/EndUpdateViewBatch().
1999-07-06 23:02:12 +00:00
kin%netscape.com 007ce38f0f Fixed warning message by adding missing return. 1999-07-06 23:00:30 +00:00
akkana%netscape.com c4851bb0bc version 1.3 caused this dialog to come up blank! Backing out, filed bug 9313 to track getting the right fix in 1999-07-06 22:44:49 +00:00
cmanske%netscape.com d92dbb6673 Trying to get dialogs to work again. 1999-07-06 00:19:40 +00:00
cmanske%netscape.com 2ea4597280 Fixed alignment popup 1999-07-05 23:08:01 +00:00
cmanske%netscape.com 370a89a358 Changed Named Anchor dialog to use autosizing 1999-07-05 18:36:50 +00:00
cmanske%netscape.com 4c9a7aad73 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 c4259079e5 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
jfrancis%netscape.com 69fcaf14ef SetParagraphFormat() to list item now does someting halfway sane 1999-07-04 00:34:58 +00:00
cmanske%netscape.com 75ee61ce4e Fixed SetCaretAfterElement (but cursor still not redrawn correctly) 1999-07-03 17:07:08 +00:00
jfrancis%netscape.com 4530910330 fix for bug 5903 1999-07-03 13:27:13 +00:00
jfrancis%netscape.com 98ef922bba turning off ill fated coercion of selection for plaintext editing. I'll turn this back on when I know how to correctly detect when it's needed. 1999-07-03 05:13:30 +00:00
cmanske%netscape.com b669ee5666 Modified InsertElement to insert a Named Anchor before the selection, completing that feature 1999-07-03 01:49:30 +00:00
cmanske%netscape.com cb64ee0c59 Fixed bug in inserting Named Anchor element 1999-07-03 00:57:19 +00:00
cmanske%netscape.com eaa80e2526 Simplified insert logic in dialogs 1999-07-03 00:54:23 +00:00
cmanske%netscape.com 2129a5adab Changes to editor XUL dialogs to accomodate new window-as-box changes 1999-07-02 22:52:34 +00:00
cmanske%netscape.com 6b64437d36 Small changes to editor xul files 1999-07-02 21:54:33 +00:00
sfraser%netscape.com 0bd6830519 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 11ff3751cb Fix comment style. 1999-07-02 20:55:46 +00:00
akkana%netscape.com c9092999b8 Reverting to version 1.3 since versions since then completely hork the plaintext editor window 1999-07-02 20:14:04 +00:00
brade%netscape.com 85f570d64f handle appropriate enabling/disabling of OK button based on whether any appropriate values have changed; change from html:select to xul:titledbutton class=popup; add popup menus for pixels/percent and imagetext alignment 1999-07-02 14:43:48 +00:00
brade%netscape.com 5965df8e70 handle enabling of "OK" to only when appropriate values have changed (doesn't handle cases where values aren't actually changed); comment out <label> enabling/disabling until layout bug is fixed; handle hspace/vspace/border 1999-07-02 14:34:42 +00:00
brade%netscape.com 4cf629f884 add SetPixelOrPercentByID() 1999-07-02 14:31:02 +00:00
dveditz%netscape.com ac92b86ba4 makeile cleanups 1999-07-02 13:38:47 +00:00
jfrancis%netscape.com d9232acb8c making the plain text selection pinning savvy to the other flavors of text editors, the ones that DONT have <pre> tags wrapping all the text 1999-07-02 07:53:08 +00:00
hyatt%netscape.com cfdf5ded57 Forgot the vertical alignment for the editor files. 1999-07-02 05:34:59 +00:00
hyatt%netscape.com 3c5b31cf02 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
waterson%netscape.com ada67bac03 Fix nsCOMPtr bustage. 1999-07-02 05:20:31 +00:00
jfrancis%netscape.com c06eaf8c23 bitten by lack of const enforcement in mac coimpiler once again. 1999-07-02 05:13:21 +00:00
jfrancis%netscape.com 1a1f4c3ba2 making rules savvy to multi-char insertions. this means that pasting in text with embedded tabs, returns, spaces, & nbsp's now get the full rules treatment. 1999-07-02 04:46:45 +00:00
sfraser%netscape.com fcdec2a951 Added nsStyleSheetTxns.cpp 1999-07-02 04:01:38 +00:00
sfraser%netscape.com 2fa9524390 Added transactions for applying and removing style sheets 1999-07-02 03:57:50 +00:00
sfraser%netscape.com 2babf83eba Add EditorStyles1.css to the build 1999-07-02 03:57:20 +00:00
sfraser%netscape.com 6640543201 Add stuff for applying style sheets. 1999-07-02 03:56:59 +00:00
sfraser%netscape.com 7a64a88fd0 First Checked In. 1999-07-02 03:56:25 +00:00
cmanske%netscape.com 61ac94bd97 Fixed editor UI to be inline with hyatt's XUL popup window fixes 1999-07-01 23:44:59 +00:00
akkana%netscape.com ac39ef67ec Oops, I misunderstood tor's fix for the sunos bustage 1999-07-01 23:41:29 +00:00
akkana%netscape.com 2338bab316 Fix gcc 2.7.2.3 build -- thanks to tor@boojum.cs.brown.edu (Tim Rowley) for the fix 1999-07-01 23:31:03 +00:00
warren%netscape.com f6d827d932 Added necko util glue. 1999-07-01 21:49:24 +00:00
warren%netscape.com 54cceea1c5 Fixed NewURL for necko. 1999-07-01 21:48:46 +00:00
buster%netscape.com 069ebbe38f minor bug fixes 1999-07-01 20:46:59 +00:00
kin%netscape.com 41af01f373 Added ApplyStyleSheet() method to the various editor interfaces. 1999-07-01 19:32:35 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
akkana%netscape.com b7d203c681 Oops, making wrapcolumn unsigned was a mistake. (Thanks to slamm's
warnings page for showing me that!)  Change it back to signed.
1999-07-01 19:01:04 +00:00
buster%netscape.com 4abaa32e35 0. possible fix for Sun build bustage.
1. IsEditable is much less hacky.  It basically says:
  1. if the node is a special bogus text node, it's not editable
  2. if the node is a text node with only newlines, then it's not editable
  3. if the node has no frame associated with it, then it is not editable
  4. otherwise, it is editable.
As part of this, I had to make IsEditable non-static.  This had some cascading effects on static methods that called
IsEditable, which likewise had to be made non-static.

2. SetTextProperties now works when the endpoints are leaf nodes (like images), not just text.  Charlie, you should
put this through some stress cases.
1999-07-01 18:42:28 +00:00
buster%netscape.com c5a5df01c4 fixed unit test to handle new default doc 1999-07-01 18:24:07 +00:00
jfrancis%netscape.com c491832078 some cleanup and also selection enforcement for plaintext documents: selection is pinned to within the PRE tag on any edit action 1999-07-01 13:42:03 +00:00
akkana%netscape.com e367a4a5d7 Change (commented out) textarea line to be 6 rows long 1999-07-01 00:13:26 +00:00
cmanske%netscape.com cf6386f13e Removed old UI files 1999-06-30 21:09:29 +00:00
cmanske%netscape.com a1573c248a Removed guimanager from makefiles 1999-06-30 20:53:48 +00:00
akkana%netscape.com 830cc10614 - 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
kin%netscape.com e7538328dc Fix Linux build bustage by including nsIDOMCharacterData.h. 1999-06-30 00:52:25 +00:00
cmanske%netscape.com 2ed387d0fa Fixed setting HLine height problems 1999-06-29 21:17:04 +00:00
tague%netscape.com 49953dbf81 Fixed conditional problem on Unix. 1999-06-29 21:12:43 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
tague%netscape.com b40147fcc6 Added clause and selection support for Input Methods. Fixes bug #8639, #8459, #6989, #7824 1999-06-29 20:31:22 +00:00
tague%netscape.com 3456598afe Added clause range and selection support for Input Methods. 1999-06-29 20:30:42 +00:00
sfraser%netscape.com 013a597c84 Add getting selection as text or HTML to the Debug TestSelection function. 1999-06-29 20:21:51 +00:00
sfraser%netscape.com 1452e2050a Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
sfraser%netscape.com 300205e3dd Add new aSelectionOnly param to Output routines 1999-06-29 20:14:24 +00:00
sfraser%netscape.com f8893220d5 Add selectionAsText and selectionAsHTML attributes 1999-06-29 20:13:41 +00:00
buster%netscape.com eaa2ec3d85 caret is placed after inserted element, matches Nav 4 behavior. 1999-06-28 21:35:57 +00:00
akkana%netscape.com 16bad475b7 Fix a warning 1999-06-28 21:26:31 +00:00
akkana%netscape.com 98c84badc6 Add copyright notice 1999-06-28 19:38:03 +00:00
buster%netscape.com 1823698740 fixed warnings 1999-06-28 13:44:40 +00:00
buster%netscape.com 02532a080a Moved GetTextSelectionOffsets and GetDocumentLength from nsTextEditRules to
nsTextEditor.  Added GetDocumentLength to nsITextEditor public interface.
1999-06-28 13:36:38 +00:00
valeski%netscape.com f3e538d9e1 NECKO build. pushed the appropriate NECKO apis down into the editor shell from nsIDocumentLoaderObserver. 1999-06-28 13:01:55 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
cmanske%netscape.com c24e7d555c Adding editor toolbar icon 1999-06-27 19:39:30 +00:00
cmanske%netscape.com 7e58c8536b Composer UI work. Experiment with popup window for alignment setting 1999-06-27 18:47:19 +00:00
cmanske%netscape.com 98244a5d16 Removed causes of warnings 1999-06-27 17:55:37 +00:00
cmanske%netscape.com a49f674f41 Added an addref for returned element from GetSelectedElement 1999-06-27 17:55:01 +00:00
akkana%netscape.com 7b2a39b7e7 Oops, use prettyprinting for OutputTextToStream as well as ToString. 1999-06-26 00:59:12 +00:00
akkana%netscape.com 78e98af618 - Add a prettyprint flag to the html-to-text sink (false by default).
When prettyprinting is on, we will attempt to make the plaintext
  mimic the look of the html; when off (as for copy/paste), we just
  dump the text with no formatting information.
1999-06-26 00:01:11 +00:00
buster%netscape.com d11a09da5d implemented most of max length handling 1999-06-25 22:57:26 +00:00
cmanske%netscape.com 69660ec4be 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:55 +00:00
cmanske%netscape.com 7a2620de1a 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 68200a77ac Fix spelling error that was irritating me 1999-06-25 20:07:18 +00:00
mcafee%netscape.com a2ab4aad4f Adding coment for BeOS. 1999-06-25 14:33:31 +00:00
mcafee%netscape.com b6b945459b Adding comment for BeOS. 1999-06-25 14:26:21 +00:00
jfrancis%netscape.com c1d7309997 these are not the droids you are looking for 1999-06-25 10:36:54 +00:00
jfrancis%netscape.com 563cf4e689 improvement of editing rules for insert list, indent, outdent, and change alignment 1999-06-25 09:33:02 +00:00
cmanske%netscape.com 66a502040d Expanded nsIEditPropery to include all (I hope) HTML tags 1999-06-25 03:18:42 +00:00
hyatt%netscape.com 1be2ff459f Fixing the editor toolbars to fill the whole toolbox. 1999-06-25 01:10:28 +00:00
buster%netscape.com 0155cb4c01 fixed Unix bustage. compare nsCOMPtr xxx.get() rather than just xxx 1999-06-25 00:28:28 +00:00
buster%netscape.com 6276b346e0 quiet debug now 1999-06-24 23:50:53 +00:00
buster%netscape.com 81953536ba added behavior for password fields
fixed a bunch of selection bugs
1999-06-24 23:37:55 +00:00
buster%netscape.com 9916e36a1d added rules for password behavior 1999-06-24 23:36:56 +00:00
buster%netscape.com 219c3661c8 added nsIEditProperty::img 1999-06-24 23:34:41 +00:00
buster%netscape.com b798aecece added img 1999-06-24 23:33:47 +00:00
buster%netscape.com d144050654 fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
cmanske%netscape.com 99408324f7 Changed SetBodyAttribute to use nsEditor::SetAttribute so txn system is used for undo 1999-06-24 21:17:50 +00:00
cmanske%netscape.com 089b86baf7 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
akkana%netscape.com 4a3d398388 Use new document encoding service from nsTextEditor, and make nsHTMLEditor methods call nsTextEditor methods 1999-06-24 20:16:36 +00:00
danm%netscape.com 962c82d198 teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
cmanske%netscape.com d877343e81 Tweaked size of HLine dialog and removed 'dump(element)' that gives and error, preventing insert link from working 1999-06-23 21:24:49 +00:00
brade%netscape.com bcfbf79cab add "enabling/disabling" of <label> 1999-06-23 19:36:43 +00:00
brade%netscape.com 954f18735e remove some of the old stuff which was commented out; add in the dimensions fieldset, alignment and spacing fieldset 1999-06-23 19:35:34 +00:00
brade%netscape.com 4015c0f30b add some enabling/disabling; handle width and height; some infrastructure for alignment and spacing attributes 1999-06-23 19:34:35 +00:00
brade%netscape.com 61ca33839f add some enabling/disabling functions 1999-06-23 19:30:43 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
kin%netscape.com a7c2ae743d 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 0105d4c541 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 8b4f5ff7f2 Added ISO Latin 7 to charset menu, synch with browser. 1999-06-22 21:46:24 +00:00
akkana%netscape.com ae0b60e546 Use deep first/last child for Beginning/EndOfDocument methods 1999-06-22 21:42:44 +00:00
kin%netscape.com 4c2e3d7e69 Fix for bug #8677: Editor API Logging busted.
Put back include for nsIFileSpec.idl.
1999-06-22 21:36:45 +00:00
cmanske%netscape.com 79680bdb88 Adding Named Anchor UI files 1999-06-22 20:19:38 +00:00
cmanske%netscape.com 00a81d1fc0 Added main composer toolbar and HLine dialog work 1999-06-22 19:12:16 +00:00
mcmullen%netscape.com 7aa3076694 Replaced an include by a forward declaration to speed the build 1999-06-22 03:47:00 +00:00
cmanske%netscape.com ab6485833a Adding images for main Composer toolbar 1999-06-21 21:13:44 +00:00
nhotta%netscape.com d8aaa1add3 Adding charset menu for html editor as a part of the bug fix for 7849. 1999-06-21 20:22:52 +00:00
jfrancis%netscape.com 3ae3032390 turn off link following in the editor 1999-06-21 07:49:03 +00:00
sfraser%netscape.com a1c0b66d25 Fix typo in plain text factory. Fix for bug 8554, r sspitzer 1999-06-20 01:01:09 +00:00
sfraser%netscape.com eb992f0b1b Clean up the editorShell, fixing some leaks, and removing old appCore-related cruft. 1999-06-19 22:13:46 +00:00
akkana%netscape.com 48abfe2eaa Eliminate static nsCOMPtr variables in editor factory classes.
These were causing a crash on exit, bug 7938.
Approved by chofmann; Reviewed in concept by dp,
in detail by braddr@portland.puremagic.com and sfraser.
1999-06-18 21:10:59 +00:00
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
kin%netscape.com ca043b32ac Fix for bug #8375: Editor API Log fails to set paragraph style.
Changed "window.editorShell.SetParagraphStyle(" to "window.editorShell.paragraphStyle =".
Approved by chofmann.
1999-06-17 04:40:08 +00:00
jfrancis%netscape.com 8f37d5de7e bug 8300; rvd: floppy moose; aprvd: chofmann 1999-06-16 23:40:16 +00:00
cmanske%netscape.com f94da9f68e Fixed bug 8281. Reviewed by sfraser, approved by chofmann 1999-06-16 21:45:38 +00:00
jfrancis%netscape.com 067c5a4a92 bug 8303; rvd kin; aprvd buster; aprvd chofmann 1999-06-16 21:38:04 +00:00
kin%netscape.com 39c1d45241 Fix for bug #8306: [PP] Need to enable Editor API Logging on the Mac
Uncommented out define for ENABLE_JS_EDITOR_LOG.
Approved by chofmann@netscape.com.
1999-06-16 21:30:16 +00:00
kin%netscape.com cd86e63efb Fix for bug #8309: Need to Flush() during Editor API Logging. 1999-06-16 21:27:46 +00:00
sfraser%netscape.com d8a515da41 Fix for 6345 - opening local files in editor. r kin, a leaf. 1999-06-16 21:05:08 +00:00
akkana%netscape.com dac9eb1324 8283: Fix crash because selectin wasn't initialized. r=sfraser/a=leaf 1999-06-16 21:02:25 +00:00
mcafee%netscape.com e9f2c55f24 Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 05:18:53 +00:00
jfrancis%netscape.com de84bb53ed editor rules framework for {make list, indent, outdent, change alignment} 1999-06-16 05:02:43 +00:00
mcafee%netscape.com 9f00477968 Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 04:52:05 +00:00
akkana%netscape.com 9788382e4d Add a comment and an acute entity, for testing purposes 1999-06-16 00:53:54 +00:00
sfraser%netscape.com 9794d0f703 Don't pass "null" strings in from JavaScript. 1999-06-15 23:25:18 +00:00
akkana%netscape.com a6788bbf76 Fix for the crasher part of 7801: don't use nsAutoSelectionReset in InsertList 1999-06-15 23:24:24 +00:00
sfraser%netscape.com fcdf4b2d72 Add TextEditor xul file. 1999-06-15 23:24:21 +00:00
mcafee%netscape.com 610b0c79c2 Minor reformatting. 1999-06-15 04:07:36 +00:00
cmanske%netscape.com 32162f5535 HLine dialog improvements 1999-06-15 04:03:22 +00:00
tague%netscape.com d59e4ba938 backed out last change. 1999-06-15 01:24:23 +00:00
tague%netscape.com 4e950a2e63 Modified logic so that shortcut keys are actually returns an NS_OK when the keydown handler handels them. 1999-06-15 01:02:14 +00:00
buster%netscape.com b969da295c fixed keydown event processing to return NS_OK when a key is not handled. 1999-06-14 23:25:48 +00:00
sfraser%netscape.com 792d7bfd81 Add JS logging files for kin. 1999-06-14 23:21:03 +00:00
sfraser%netscape.com 58c7268384 Include new config file 1999-06-14 23:20:36 +00:00
sfraser%netscape.com f1a62aaad2 First Checked In. 1999-06-14 23:20:24 +00:00
kin%netscape.com ab81cc6411 Fixed "===" typo. 1999-06-14 22:42:35 +00:00
radha%netscape.com 826362d202 New arguments for OnEndDocumentLoad() 1999-06-14 22:13:00 +00:00
kin%netscape.com 82e5aae898 * 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
tague%netscape.com 246d818095 Removed empty export lists from files. This breaks older versions of nmake 1999-06-14 03:49:31 +00:00
tague%netscape.com 7640929c5a Turned on bug fix for #6896: Windows editorinterprets the period key as a forward delete. 1999-06-13 21:13:12 +00:00
jfrancis%netscape.com c9a41210b4 ssssh, it's a secret 1999-06-13 07:50:17 +00:00
kin%netscape.com c313942dcd Added support for nsIFileSpec writing. We now write out the log to a file
called journal.js.NEW. Changed all calls to printf to Write() and WriteInt().
1999-06-13 03:09:00 +00:00
cmanske%netscape.com 3546f066d0 More improvements to HLine dialog 1999-06-12 22:35:39 +00:00
cmanske%netscape.com 68843366e1 Fixed bug in HLine code. Replaced itoa with PR_snprintf 1999-06-12 22:11:59 +00:00
cmanske%netscape.com 264f43ee2c 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
buster%netscape.com 1f25bbd226 changed the way nsEditProperty is used. Right now, it's our placeholder
for HTML and CSS atoms, since we can't get these from layout yet.  The old
use assumed one editor, but as we know many editors can exist simultaneously.
Now, the editors share a singleton which is fetched from a factory method,
saving memory and allocation overhead.
1999-06-12 21:15:14 +00:00
buster%netscape.com bcf0517bdf minor cleanup, removal of old code 1999-06-12 21:13:15 +00:00
bruce%cybersight.com f4b075532a This file depends directly upon nsFileSpec .. with an upcoming checkin, that include may not be happening in one of the files currently included here, so we best include it here directly. 1999-06-12 20:40:29 +00:00
sspitzer%netscape.com a84b356907 ignore the generated Makefile 1999-06-12 19:23:17 +00:00
kin%netscape.com 69a66cea6f 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 bc0776db93 Added Start/Stop/Run Journal menu items to Debug menu. 1999-06-12 09:15:39 +00:00
kin%netscape.com aa137a4758 Changed all occurrences of "appCore" to "window.editorShell" to sync up
with sfraser@netscape.com's changes to switch the editor over to XPIDL.
1999-06-12 09:14:19 +00:00
sfraser%netscape.com b5d0448eab Export plain text XUL file 1999-06-12 05:18:02 +00:00
sfraser%netscape.com 79959de7c7 Fix case of Exit(). 1999-06-11 23:45:34 +00:00
sfraser%netscape.com de628235ac File Removed. 1999-06-11 22:45:32 +00:00
sfraser%netscape.com 3c88513d64 Rename nsISpellCheck to nsIEditorSpellCheck 1999-06-11 22:43:19 +00:00
sfraser%netscape.com 0f766a9f3d First Checked In. 1999-06-11 22:40:44 +00:00
tague%netscape.com 95bea389db More work on bug #6896 1999-06-11 20:32:09 +00:00
sfraser%netscape.com aa1c0c0d3c More build fixes. 1999-06-11 19:57:05 +00:00
sfraser%netscape.com 0fbfd9b305 Fix the build. 1999-06-11 19:56:35 +00:00
sfraser%netscape.com 8458e5b785 Remove obsolete includes 1999-06-11 19:49:05 +00:00
rpotts%netscape.com d2993db818 removed whitespace after the backslash to fix the build :-) 1999-06-11 19:32:15 +00:00
sfraser%netscape.com 88385b89e7 Fix depth slash 1999-06-11 19:32:13 +00:00
kin%netscape.com 13f7feb5e9 Added various PrintNode methods to support elements that are manually inserted via JavaScript. 1999-06-11 19:29:05 +00:00
sfraser%netscape.com 07a96eccb3 Fix Makefile stupidity. 1999-06-11 19:28:17 +00:00
sfraser%netscape.com 1e0d6edd0a Fix case of GetEditorMonitor call 1999-06-11 19:04:20 +00:00
sfraser%netscape.com 08cee603ce Remove return param from InsertElement 1999-06-11 19:03:37 +00:00
sfraser%netscape.com 0e1ee93e93 GetLocalFileURL has moved to the editorShell 1999-06-11 19:03:05 +00:00
kin%netscape.com 5d5023611f We now check the return result from the call to DeleteSelectionAndPrepareToCreateNode()
in InsertElement(). It was causing a bug that prevented the InsertLink dialog from closing.
1999-06-11 19:02:04 +00:00
sfraser%netscape.com 02289cf92d Fix case of GetMonitor call. 1999-06-11 19:02:03 +00:00
sfraser%netscape.com 7a15b0d1ec Add factory for EditorShell, and fix case of GetMonitor call. 1999-06-11 19:01:07 +00:00
sfraser%netscape.com 7764fdb3ad Add EditorShell and its factory to build, and add idl dir to makefiles. 1999-06-11 19:00:22 +00:00
sfraser%netscape.com 18b7cf617d Get editorShell from window.opener now that editorAppCore is no more. 1999-06-11 18:58:32 +00:00
sfraser%netscape.com 5c154e1294 Various minor changes to synch with others 1999-06-11 18:57:33 +00:00
sfraser%netscape.com b5949c5356 Fixing header output directory 1999-06-11 18:57:03 +00:00
sfraser%netscape.com 3ae4d103b3 Add a new parameter. 1999-06-11 00:04:46 +00:00
sfraser%netscape.com d99d7ff309 First Checked In. 1999-06-11 00:04:24 +00:00
sfraser%netscape.com ff7e20512d First Checked In. 1999-06-10 23:50:26 +00:00
kin%netscape.com 1eb6ba3ae2 Fix build bustage on Win32. 1999-06-10 21:56:47 +00:00
akkana%netscape.com e7a3465092 Implement InsertHTML.
Also, some minor fixes, like warning removal and addition of error checking
in files which needed it.
1999-06-10 21:31:42 +00:00
sfraser%netscape.com bb0a3456e4 First Checked In. 1999-06-10 19:52:49 +00:00
kin%netscape.com 49099c54b7 Added EditorGetNodeFromOffsets() and EditorSetSelectionFromOffsets(). 1999-06-10 19:43:43 +00:00
kin%netscape.com 82359a176a First pass checkin of the JavaScript editor logging mechanism. All changes are
ifdef'd with ENABLE_JS_EDITOR_LOG.
1999-06-10 19:41:40 +00:00
kostello%netscape.com af8311bbc4 Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
kin%netscape.com f111b322ee First pass attempt to write out JavaScript. nsJSEditorLog now inherits from nsIHTMLEditor. 1999-06-09 22:33:30 +00:00
kin%netscape.com c7e04552ff Initial checkin of file. Not part of the build yet. 1999-06-09 22:31:44 +00:00
akkana%netscape.com f9aaca405d Add alt-X and alt-shift-x for debug output html and text 1999-06-09 19:12:28 +00:00
hyatt%netscape.com cf362ebd9d The editor popups are positioned properly. 1999-06-09 09:09:58 +00:00
tague%netscape.com 3f79fc52e2 Conditional fix for #7629. Only builds with a conditional set in my environment 1999-06-09 03:17:56 +00:00
cmanske%netscape.com a3ac5e8cf3 Fixed fingers-to-quick checkin error 1999-06-09 02:28:47 +00:00
cmanske%netscape.com 4f74ac70aa Moved destination of editor string bundle file to editor's chrome directory 1999-06-09 02:26:48 +00:00
cmanske%netscape.com dd55438eba Added string bundle file to Mac manifest file 1999-06-09 02:16:48 +00:00
cmanske%netscape.com 249e0cad09 Added string bundle file 1999-06-09 02:12:52 +00:00
sfraser%netscape.com dca613fe62 Added Network shared lib to fix bustage. 1999-06-09 02:09:24 +00:00
cmanske%netscape.com 351d18f8fa 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
akkana%netscape.com f217743dce 5380: middle-mouse paste to correct position in the editor 1999-06-08 21:51:40 +00:00
warren%netscape.com aaf94a8b04 Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
buster%netscape.com 594211b55c * Added nsAutoSelectionReset, a tiny class that resets the selection to what it was before a block transformation.
* Added some code to restore selection after RemoveTextProperty.
* Made a tiny change to the way the editor holds onto the transaction manager, so client (like the ender text control) can
turn undo on and off effectively
* Fixed a bug in IsNodeInline that was causing GetBlockParent to return the wrong parent node (and who knows what
other mischief) where atom compares were being done on strings of different case, for <B>, "b" vs. "B".  The DOM
method nsIDOMElement::GetTagName forced the returned tag name to upper case.  I don't know how long that has
been true, but I assume it's a fairly recent change (or something on our side related to it changed recently) or this method
never would have worked.  I also found a few cases of nsString::Equals that I changed to EqualsIgnoreCase
* Made some general improvements to the interaction between editors and rules, so that the aCancel out param is always
intialized, and all rules with Will... are matched with a Did... call.  Added Will/DidSetTextProperty() and
Will/DidRemoveTextProperty().  This helps enable plain text mode.  Added a skeleton for max length support in text editor.
* fixed some warnings.
1999-06-08 06:04:51 +00:00
akkana%netscape.com 5fae312cc7 call Init on the document encoder 1999-06-08 00:02:25 +00:00
akkana%netscape.com 7bf706845e Get rid of overloaded class names, to eliminate warnings 1999-06-07 21:12:01 +00:00
pinkerton%netscape.com 26fdcb06d3 changes so that transferable no longer takes ownership of dataflavor string, but correctly copies it. fix some memory leaks as well. 1999-06-07 20:43:23 +00:00
akkana%netscape.com b6db890d57 Split document encoder's Encode() method into a stream method and a string method 1999-06-07 19:32:36 +00:00
law%netscape.com bf1be08cdf "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
tague%netscape.com 9fbcbaf99a Fix for #6896: Windows editor interprests the '.' key as a forward delete. Not building by default -- will switch over once tested on Mac and Unix. 1999-06-04 05:14:01 +00:00
akkana%netscape.com 8b73938c4d Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
warren%netscape.com 447b069ddb IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
kin%netscape.com 70c667d855 Enabled LOCK/UNLOCK macros. 1999-06-03 15:26:48 +00:00
jfrancis%netscape.com 9cd009d527 groundwork for block transformation functionality 1999-06-03 06:01:08 +00:00