Commit Graph

1469 Commits

Author SHA1 Message Date
cmanske%netscape.com
16ff2d941c Fixed bugs relating to insert element 1999-07-23 00:52:17 +00:00
sfraser%netscape.com
5f74f88c68 Turn on selection for all documents that are being edited. This enables selection in GFX ender widgets. 1999-07-23 00:11:00 +00:00
sfraser%netscape.com
f4d8e41aad #ifdef out loading the string bundle, because it causes onEndDocumentLoad handlers to fire, which is very bad. 1999-07-22 23:52:08 +00:00
tague%netscape.com
27e1b6498d Fixed bug #10242 - crash when typing space after IME composition 1999-07-22 23:13:59 +00:00
tao%netscape.com
0d92312a0a Adopt new str res api prototype. 1999-07-22 04:41:11 +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
b50909c48d Find file: URLs when searching for embedded elements -- bug 10134 1999-07-20 20:38:04 +00:00
kin%netscape.com
21186cafc1 Switch from override style sheets to doc
style sheets.
1999-07-20 19:34:35 +00:00
akkana%netscape.com
327cb41fc4 Loop over embedded objects and print them 1999-07-19 22:55:01 +00:00
jfrancis%netscape.com
2ec53e1f90 assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
akkana%netscape.com
1f9dc3d358 Add GetEmbeddedObjects API to editor shell 1999-07-19 22:36:12 +00:00
tague%netscape.com
2c7d6571f3 Fixed crashing bug with IME support. 1999-07-19 21:16:42 +00:00
joki%netscape.com
d752334449 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
akkana%netscape.com
a0beec3a1a Fix paste html; remove some unneeded inclusions 1999-07-19 19:37:08 +00:00
akkana%netscape.com
6d4424c765 Add GetEmbeddedObjects API for mail/news 1999-07-19 19:06:39 +00:00
brade%netscape.com
31b1217345 constrainProportions 1999-07-19 14:03:12 +00:00
brade%netscape.com
7d0310bd0d fix updating; add constrainProportions (thanks for petejc@postpagan.com and shaver@mozilla.org) 1999-07-19 14:02:24 +00:00
mjudge%netscape.com
c0b1525970 massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
cmanske%netscape.com
a69f0ba9f3 Added error-checking JS method and used it for named anchor properties dialog 1999-07-16 20:34:16 +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
ramiro%netscape.com
416ac6f958 Dont clobber the DEFINES macro. 1999-07-16 13:28:12 +00:00
warren%netscape.com
84bd74a4fd Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
brade%netscape.com
4e6b79e7fa integration of forceInteger (Thanks to pete@postpagan.com!) 1999-07-16 09:10:35 +00:00
brade%netscape.com
af7014d103 changes for forceInteger by pete@postpagan.com 1999-07-16 09:10:08 +00:00
brade%netscape.com
c97363423e forceInteger integration (thanks to pete@postpagan.com) 1999-07-16 09:08:13 +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
buster%netscape.com
dca6c49edd replaced IID's with CID's where they were appropriate, and removed lots of
NS_DEFINE_IID macros in favor of GetCID() wherever I could.
plus some minor bug fixes.
1999-07-15 19:13:46 +00:00
buster%netscape.com
602954ae93 fixed tests 1999-07-15 19:08:49 +00:00
mjudge%netscape.com
21700e5d88 checkin for carpool for multiple seleciton/ime selection and api changes 1999-07-15 18:19:20 +00:00
cmanske%netscape.com
e433362b49 Finished Personal Dictionary dialog. Added 4th button to generic message dialog. Cleaned up syntax errors for in params for spell checking methods 1999-07-15 14:43:48 +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
sfraser%netscape.com
d0abc9db2c Call a post-save method, and remove bogus nil check. 1999-07-14 22:31:19 +00:00
sfraser%netscape.com
874ba8c8df Added attribute for document modification state 1999-07-14 22:30:55 +00:00
sfraser%netscape.com
7a2849e934 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
ee9108dff0 Document modification count maintenance. 1999-07-14 22:29:39 +00:00
sfraser%netscape.com
c9dbb47be6 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
6a82ae5b4f First Checked In. 1999-07-14 20:24:10 +00:00
tague%netscape.com
a6a76c7c7b Fix bug #8459, #6989 Can't move cursor within IME composition string. 1999-07-14 20:05:25 +00:00
brade%netscape.com
c31c6675f2 add locale 1999-07-14 19:56:08 +00:00
brade%netscape.com
af071680bb First Checked In. 1999-07-14 19:55:23 +00:00
waterson%netscape.com
9479c899ab Use enum trick to get around VC++ braindead-ness wrt. 'const PRUin32'. 1999-07-14 19:42:55 +00:00
waterson%netscape.com
7e3d90b60c Use allocated buffer instead of trying to allocate dynamic array on stack. 1999-07-14 19:41:05 +00:00
brade%netscape.com
c01836380d First Checked In. 1999-07-14 19:20:54 +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
brade%netscape.com
71aa77c2e1 add GetTextLength() 1999-07-14 18:06:13 +00:00
brade%netscape.com
0c78b1b64d localization 1999-07-14 18:00:26 +00:00
brade%netscape.com
db566ab1bf localization 1999-07-14 17:37:08 +00:00
brade%netscape.com
6e5fbf7c25 forceInteger by pete@postpagan.com 1999-07-14 17:32:10 +00:00
kin%netscape.com
54e49f6b16 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
f85acd993e 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
96b1b0347f Fixed up paste code to help support HTML paste 1999-07-09 19:43:59 +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
buster%netscape.com
693e31fcd2 workaround for blocker bug 8123. approved by chofmann. 1999-07-08 19:52:44 +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
b4cf103e73 Fixed bug 9287. Reviewed by mjudge, approved by chofmann 1999-07-08 03:28:34 +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
akkana%netscape.com
c8c0d76456 9370: export insert html dialog. r=cmanske/a=chofmann 1999-07-07 22:43:04 +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
47cbdeeb9f 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
f65007f48c Moved style attribute for progess area into CSS file 1999-07-06 23:49:56 +00:00
buster%netscape.com
7add901c31 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
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
buster%netscape.com
58aa59e827 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
5c1253edca Fix formatted plaintext output -- it wasn't following prettyprint or wrap length 1999-07-06 23:13:15 +00:00
kin%netscape.com
bc437183b9 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
8c6b3f72a0 Fixed warning message by adding missing return. 1999-07-06 23:00:30 +00:00
akkana%netscape.com
e49e94125e 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
6fbc2e6065 Trying to get dialogs to work again. 1999-07-06 00:19:40 +00:00
cmanske%netscape.com
80b4711b79 Fixed alignment popup 1999-07-05 23:08:01 +00:00
cmanske%netscape.com
964e056ebd Changed Named Anchor dialog to use autosizing 1999-07-05 18:36:50 +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
jfrancis%netscape.com
ba66393a39 SetParagraphFormat() to list item now does someting halfway sane 1999-07-04 00:34:58 +00:00
cmanske%netscape.com
738b71ccbe Fixed SetCaretAfterElement (but cursor still not redrawn correctly) 1999-07-03 17:07:08 +00:00
jfrancis%netscape.com
b570308383 fix for bug 5903 1999-07-03 13:27:13 +00:00
jfrancis%netscape.com
dcb4b5045a 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
b51b2b4a76 Modified InsertElement to insert a Named Anchor before the selection, completing that feature 1999-07-03 01:49:30 +00:00
cmanske%netscape.com
2f22406b27 Fixed bug in inserting Named Anchor element 1999-07-03 00:57:19 +00:00
cmanske%netscape.com
8585e05699 Simplified insert logic in dialogs 1999-07-03 00:54:23 +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
brade%netscape.com
64a3c9c81f 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
7bce2c15f3 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
e2af06b196 add SetPixelOrPercentByID() 1999-07-02 14:31:02 +00:00
dveditz%netscape.com
9bc612bf52 makeile cleanups 1999-07-02 13:38:47 +00:00
jfrancis%netscape.com
5020b85ebb 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
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
waterson%netscape.com
2036cc44fb Fix nsCOMPtr bustage. 1999-07-02 05:20:31 +00:00
jfrancis%netscape.com
1338afd680 bitten by lack of const enforcement in mac coimpiler once again. 1999-07-02 05:13:21 +00:00
jfrancis%netscape.com
dad328a513 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
684c2fd8dc Added nsStyleSheetTxns.cpp 1999-07-02 04:01:38 +00:00
sfraser%netscape.com
fecb23a8fd Added transactions for applying and removing style sheets 1999-07-02 03:57:50 +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
sfraser%netscape.com
d78b1fc110 First Checked In. 1999-07-02 03:56:25 +00:00
cmanske%netscape.com
e5c849294a Fixed editor UI to be inline with hyatt's XUL popup window fixes 1999-07-01 23:45:01 +00:00
akkana%netscape.com
c8b9982001 Oops, I misunderstood tor's fix for the sunos bustage 1999-07-01 23:41:29 +00:00
akkana%netscape.com
7ef7ab7f49 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
70ee2e1253 Added necko util glue. 1999-07-01 21:49:24 +00:00
warren%netscape.com
3e3429dbf5 Fixed NewURL for necko. 1999-07-01 21:48:46 +00:00
buster%netscape.com
894d0f0085 minor bug fixes 1999-07-01 20:46:59 +00:00
kin%netscape.com
3b5b4d3b48 Added ApplyStyleSheet() method to the various editor interfaces. 1999-07-01 19:32:35 +00:00
warren%netscape.com
bd73f68e8b 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
8afa44f109 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
7bc9bfc2b0 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
f4797d2939 fixed unit test to handle new default doc 1999-07-01 18:24:07 +00:00
jfrancis%netscape.com
7904f484a3 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
13f718dc90 Change (commented out) textarea line to be 6 rows long 1999-07-01 00:13:26 +00:00
cmanske%netscape.com
1159b4f200 Removed old UI files 1999-06-30 21:09:29 +00:00
cmanske%netscape.com
a9ccf99dd1 Removed guimanager from makefiles 1999-06-30 20:53:48 +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
kin%netscape.com
a0534c39c1 Fix Linux build bustage by including nsIDOMCharacterData.h. 1999-06-30 00:52:25 +00:00
cmanske%netscape.com
9cfe9b82d2 Fixed setting HLine height problems 1999-06-29 21:17:04 +00:00
tague%netscape.com
7940cb458f Fixed conditional problem on Unix. 1999-06-29 21:12:43 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
tague%netscape.com
353d857fed 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
ca31701108 Added clause range and selection support for Input Methods. 1999-06-29 20:30:42 +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
sfraser%netscape.com
90131e6812 Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
sfraser%netscape.com
c50cff4c35 Add new aSelectionOnly param to Output routines 1999-06-29 20:14:24 +00:00
sfraser%netscape.com
50a54d3f72 Add selectionAsText and selectionAsHTML attributes 1999-06-29 20:13:41 +00:00
buster%netscape.com
75e33996cd caret is placed after inserted element, matches Nav 4 behavior. 1999-06-28 21:35:57 +00:00
akkana%netscape.com
552ab3e5ca Fix a warning 1999-06-28 21:26:31 +00:00
akkana%netscape.com
f29a859702 Add copyright notice 1999-06-28 19:38:03 +00:00
buster%netscape.com
481008636f fixed warnings 1999-06-28 13:44:40 +00:00
buster%netscape.com
52fea2d39d 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
75e16c007f 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
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +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
9990cdcf6c Removed causes of warnings 1999-06-27 17:55:37 +00:00
cmanske%netscape.com
60d5aba6fb Added an addref for returned element from GetSelectedElement 1999-06-27 17:55:01 +00:00
akkana%netscape.com
32d1fa05cb Oops, use prettyprinting for OutputTextToStream as well as ToString. 1999-06-26 00:59:12 +00:00
akkana%netscape.com
77de9e4f9c - 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
96d97515ac implemented most of max length handling 1999-06-25 22:57:26 +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
mcafee%netscape.com
d8516561a9 Adding coment for BeOS. 1999-06-25 14:33:31 +00:00
mcafee%netscape.com
663392c33d Adding comment for BeOS. 1999-06-25 14:26:21 +00:00
jfrancis%netscape.com
7e6d227982 these are not the droids you are looking for 1999-06-25 10:36:54 +00:00
jfrancis%netscape.com
0db5edf4c8 improvement of editing rules for insert list, indent, outdent, and change alignment 1999-06-25 09:33:02 +00:00
cmanske%netscape.com
ea7bde4716 Expanded nsIEditPropery to include all (I hope) HTML tags 1999-06-25 03:18:42 +00:00
hyatt%netscape.com
071e81fe16 Fixing the editor toolbars to fill the whole toolbox. 1999-06-25 01:10:28 +00:00
buster%netscape.com
4d7c316355 fixed Unix bustage. compare nsCOMPtr xxx.get() rather than just xxx 1999-06-25 00:28:28 +00:00
buster%netscape.com
e85123ef14 quiet debug now 1999-06-24 23:50:53 +00:00
buster%netscape.com
4b4a096a17 added behavior for password fields
fixed a bunch of selection bugs
1999-06-24 23:37:55 +00:00
buster%netscape.com
4707ee0cc9 added rules for password behavior 1999-06-24 23:36:56 +00:00
buster%netscape.com
6eaba5847c added nsIEditProperty::img 1999-06-24 23:34:41 +00:00
buster%netscape.com
5b68553f5b added img 1999-06-24 23:33:47 +00:00
buster%netscape.com
ab2b06f0c5 fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
cmanske%netscape.com
7b44d7dad9 Changed SetBodyAttribute to use nsEditor::SetAttribute so txn system is used for undo 1999-06-24 21:17:50 +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
akkana%netscape.com
a6030b3d64 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
582ad47b3f 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
7e8b37648c 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
28cb791d9a add "enabling/disabling" of <label> 1999-06-23 19:36:43 +00:00
brade%netscape.com
fb8df5e170 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
589c90daaa 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
846ddbbec3 add some enabling/disabling functions 1999-06-23 19:30:43 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +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
akkana%netscape.com
41d7f80962 Use deep first/last child for Beginning/EndOfDocument methods 1999-06-22 21:42:44 +00:00
kin%netscape.com
b8b6c988f9 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
fe50001323 Adding Named Anchor UI files 1999-06-22 20:19:38 +00:00
cmanske%netscape.com
9b0f76e275 Added main composer toolbar and HLine dialog work 1999-06-22 19:12:16 +00:00
mcmullen%netscape.com
8d5d0da8e8 Replaced an include by a forward declaration to speed the build 1999-06-22 03:47:00 +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
jfrancis%netscape.com
f66290066f turn off link following in the editor 1999-06-21 07:49:03 +00:00
sfraser%netscape.com
71f072beae Fix typo in plain text factory. Fix for bug 8554, r sspitzer 1999-06-20 01:01:09 +00:00
sfraser%netscape.com
9a9b1a9b44 Clean up the editorShell, fixing some leaks, and removing old appCore-related cruft. 1999-06-19 22:13:46 +00:00
akkana%netscape.com
92ed1fb8a0 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
e23b3c673c 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
0d1eb2c7d1 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
78b68b1878 bug 8300; rvd: floppy moose; aprvd: chofmann 1999-06-16 23:40:16 +00:00
cmanske%netscape.com
bba456da6c Fixed bug 8281. Reviewed by sfraser, approved by chofmann 1999-06-16 21:45:38 +00:00
jfrancis%netscape.com
657c148e9e bug 8303; rvd kin; aprvd buster; aprvd chofmann 1999-06-16 21:38:04 +00:00
kin%netscape.com
c1cae87a79 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
3dfd600432 Fix for bug #8309: Need to Flush() during Editor API Logging. 1999-06-16 21:27:46 +00:00
sfraser%netscape.com
7e56fb870f Fix for 6345 - opening local files in editor. r kin, a leaf. 1999-06-16 21:05:08 +00:00
akkana%netscape.com
62144999f4 8283: Fix crash because selectin wasn't initialized. r=sfraser/a=leaf 1999-06-16 21:02:25 +00:00
mcafee%netscape.com
5e598e62bd Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 05:18:53 +00:00
jfrancis%netscape.com
41074bcccd editor rules framework for {make list, indent, outdent, change alignment} 1999-06-16 05:02:43 +00:00
mcafee%netscape.com
71f3ec8513 Removing NEW_DRAG_AND_DROP ifdef, this is on by default now. 1999-06-16 04:52:05 +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
akkana%netscape.com
4b38ec8a5c Fix for the crasher part of 7801: don't use nsAutoSelectionReset in InsertList 1999-06-15 23:24:24 +00:00
sfraser%netscape.com
dbd9d3ad49 Add TextEditor xul file. 1999-06-15 23:24:21 +00:00
mcafee%netscape.com
31010fa35d Minor reformatting. 1999-06-15 04:07:36 +00:00
cmanske%netscape.com
2ec855a87b HLine dialog improvements 1999-06-15 04:03:22 +00:00
tague%netscape.com
0ef188f82e backed out last change. 1999-06-15 01:24:23 +00:00
tague%netscape.com
81b161e737 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
e8cc730b08 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
eb6c46ed5d Add JS logging files for kin. 1999-06-14 23:21:03 +00:00
sfraser%netscape.com
cf71ed2648 Include new config file 1999-06-14 23:20:36 +00:00
sfraser%netscape.com
55c9847471 First Checked In. 1999-06-14 23:20:24 +00:00
kin%netscape.com
6a985fd0f2 Fixed "===" typo. 1999-06-14 22:42:35 +00:00
radha%netscape.com
0e09812639 New arguments for OnEndDocumentLoad() 1999-06-14 22:13:00 +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
tague%netscape.com
50ebaac494 Removed empty export lists from files. This breaks older versions of nmake 1999-06-14 03:49:31 +00:00
tague%netscape.com
8688949472 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
e63b590f3b ssssh, it's a secret 1999-06-13 07:50:17 +00:00
kin%netscape.com
e470e4cb84 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
d5a334dbe5 More improvements to HLine dialog 1999-06-12 22:35:39 +00:00
cmanske%netscape.com
22a602e2c3 Fixed bug in HLine code. Replaced itoa with PR_snprintf 1999-06-12 22:11:59 +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
buster%netscape.com
f9ffc2238d 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
b76bed3c61 minor cleanup, removal of old code 1999-06-12 21:13:15 +00:00
bruce%cybersight.com
fdd462c57a 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
c90553e24b ignore the generated Makefile 1999-06-12 19:23:17 +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
kin%netscape.com
5832c77926 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
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
e59e832a60 File Removed. 1999-06-11 22:45:32 +00:00
sfraser%netscape.com
5d6afccf87 Rename nsISpellCheck to nsIEditorSpellCheck 1999-06-11 22:43:19 +00:00
sfraser%netscape.com
1123cb05e5 First Checked In. 1999-06-11 22:40:44 +00:00
tague%netscape.com
e885d271de More work on bug #6896 1999-06-11 20:32:09 +00:00
sfraser%netscape.com
3bd652822e More build fixes. 1999-06-11 19:57:05 +00:00
sfraser%netscape.com
894167d143 Fix the build. 1999-06-11 19:56:35 +00:00
sfraser%netscape.com
a0940f1f65 Remove obsolete includes 1999-06-11 19:49:05 +00:00
rpotts%netscape.com
785b837f43 removed whitespace after the backslash to fix the build :-) 1999-06-11 19:32:15 +00:00
sfraser%netscape.com
501d857319 Fix depth slash 1999-06-11 19:32:13 +00:00
kin%netscape.com
a7c134f94a Added various PrintNode methods to support elements that are manually inserted via JavaScript. 1999-06-11 19:29:05 +00:00
sfraser%netscape.com
34eec00412 Fix Makefile stupidity. 1999-06-11 19:28:17 +00:00
sfraser%netscape.com
5f5cc0b06f Fix case of GetEditorMonitor call 1999-06-11 19:04:20 +00:00
sfraser%netscape.com
e2d945d7e1 Remove return param from InsertElement 1999-06-11 19:03:37 +00:00
sfraser%netscape.com
4adc73a847 GetLocalFileURL has moved to the editorShell 1999-06-11 19:03:05 +00:00
kin%netscape.com
3fb9c877f5 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
a1d6501462 Fix case of GetMonitor call. 1999-06-11 19:02:03 +00:00
sfraser%netscape.com
0f307500ed Add factory for EditorShell, and fix case of GetMonitor call. 1999-06-11 19:01:07 +00:00
sfraser%netscape.com
3e892d3cc8 Add EditorShell and its factory to build, and add idl dir to makefiles. 1999-06-11 19:00:22 +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
sfraser%netscape.com
995c5f30d9 Various minor changes to synch with others 1999-06-11 18:57:33 +00:00
sfraser%netscape.com
c6bf449f89 Fixing header output directory 1999-06-11 18:57:03 +00:00
sfraser%netscape.com
720eb07f7f Add a new parameter. 1999-06-11 00:04:46 +00:00
sfraser%netscape.com
469b7ffe36 First Checked In. 1999-06-11 00:04:24 +00:00
sfraser%netscape.com
d7aa6cb4f6 First Checked In. 1999-06-10 23:50:26 +00:00
kin%netscape.com
832fc1f7cd Fix build bustage on Win32. 1999-06-10 21:56:47 +00:00
akkana%netscape.com
87633c23c7 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
f89448d11d First Checked In. 1999-06-10 19:52:49 +00:00
kin%netscape.com
c2b19eef9f Added EditorGetNodeFromOffsets() and EditorSetSelectionFromOffsets(). 1999-06-10 19:43:43 +00:00
kin%netscape.com
b5f80cce0c 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
683648b5be 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
9271fc6144 First pass attempt to write out JavaScript. nsJSEditorLog now inherits from nsIHTMLEditor. 1999-06-09 22:33:30 +00:00
kin%netscape.com
ed035c39e4 Initial checkin of file. Not part of the build yet. 1999-06-09 22:31:44 +00:00
akkana%netscape.com
a90ad21220 Add alt-X and alt-shift-x for debug output html and text 1999-06-09 19:12:28 +00:00
hyatt%netscape.com
d1a4916b8b The editor popups are positioned properly. 1999-06-09 09:09:58 +00:00
tague%netscape.com
d0540fc75b Conditional fix for #7629. Only builds with a conditional set in my environment 1999-06-09 03:17:56 +00:00
cmanske%netscape.com
e351151970 Fixed fingers-to-quick checkin error 1999-06-09 02:28:47 +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
sfraser%netscape.com
8fd9fae568 Added Network shared lib to fix bustage. 1999-06-09 02:09:24 +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
akkana%netscape.com
9b33e3e633 5380: middle-mouse paste to correct position in the editor 1999-06-08 21:51:40 +00:00
warren%netscape.com
b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
buster%netscape.com
6a3429ddc2 * 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
4dc34da92a call Init on the document encoder 1999-06-08 00:02:25 +00:00
akkana%netscape.com
f08ae8af33 Get rid of overloaded class names, to eliminate warnings 1999-06-07 21:12:01 +00:00
pinkerton%netscape.com
1e3b08c682 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
b80a790741 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
475e0fa63c "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
briano%netscape.com
8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
tague%netscape.com
6740fde5bb 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
b0031e0a99 Vidur's initial implementation of Insert HTML Fragment 1999-06-03 22:38:38 +00:00
warren%netscape.com
cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
kin%netscape.com
236417d08b Enabled LOCK/UNLOCK macros. 1999-06-03 15:26:48 +00:00
jfrancis%netscape.com
1522156259 groundwork for block transformation functionality 1999-06-03 06:01:08 +00:00
jfrancis%netscape.com
dc79d9b074 using nsAutoEditBatch where appropriate; changed all "result" variables to "res" so they won't show up types in mac dev editor; groundwork for block transformation functions 1999-06-03 06:00:23 +00:00
jfrancis%netscape.com
965cc90b46 fixing a comment 1999-06-03 05:58:38 +00:00
jfrancis%netscape.com
9c7801d005 adding stackbased class for editor transaction batching 1999-06-03 05:58:20 +00:00
jfrancis%netscape.com
388fb3940d linking against nspr 1999-06-01 22:07:00 +00:00
bruce%cybersight.com
73409a6395 Correct typo, fix HP-UX bustage. 1999-05-29 02:15:07 +00:00
kin%netscape.com
ae5b3d673c Fixed double addref in EnableUndo() that was causing us to leak the transaction manager on destruction of the editor. 1999-05-28 21:49:24 +00:00
buster%netscape.com
6b09e8c917 Preparation for ender-based text control
* added focus listener.  Doesn't do much yet, but when focus notifications start appearing, we'll be ready for them.  The code is in
place to hide selection when we lose focus and paint selection when we get focus.  That's probably not quite right, but it's a start.
We will need to be able to determine the distinction between losing focus to another control within our app, and losing focus to
another app.
* added support for disabled and readonly states in the editor.  This is accomplished by having flags set by the client, and letting the
rules system deal with those flags.  The flags I added are:
     TEXT_EDITOR_FLAG_PLAINTEXT   0x01   // only plain text editing is allowed
     TEXT_EDITOR_FLAG_SINGLELINE  0x02   // enter key and CR-LF handled specially
     TEXT_EDITOR_FLAG_PASSWORD    0x04   // text is not entered into content, only a representative character
     TEXT_EDITOR_FLAG_READONLY    0x08   // editing events are disabled.  Editor may still accept focus.
     TEXT_EDITOR_FLAG_DISALBED    0x10   // all events are disabled (like scrolling).  Editor will not accept focus.
* added WillInsertBreak/DidInsertBreak into text rules, so flags could be checked.  This gets us readonly, disabled, and single line
behavior.
* cleaned up the code that allocates, registers, and destroys event listeners.  Thanks to Kin and Simon for cleaning up the
ownership model on the listeners, it was a big help.
* added support for a max text length.  You can now tell the text editor, be no bigger than n characters.
1999-05-28 21:24:18 +00:00
jfrancis%netscape.com
38b9a7c369 cleanup util function duplication 1999-05-28 21:17:30 +00:00
alecf%netscape.com
e6f2aa2ab6 GetCharPref() is going away for nsIPref scriptability. Use CopyCharPref instead 1999-05-28 00:50:29 +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
sfraser%netscape.com
f538ed4757 Removed obsolete IID definitions, use GetIID() instead. 1999-05-28 00:20:41 +00:00
sfraser%netscape.com
b7ca9366ce Fix the event listeners to no longer hold owning pointer to the editor. 1999-05-28 00:19:51 +00:00
sfraser%netscape.com
7e9989b7b9 Change the transactions to have non-owning pointers to the editor. 1999-05-28 00:16:55 +00:00
sfraser%netscape.com
7e7e1b3a66 Changed transactions not to have owning pointers to the Editor. 1999-05-28 00:13:02 +00:00
mcmullen%netscape.com
43e2872126 Removed obsolete base/baseDebug.shlb 1999-05-27 23:28:37 +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
kin%netscape.com
41199b08d2 Changed all occurrences of GetUndoString() and GetRedoString() to accept nsString *. 1999-05-27 20:50:52 +00:00
kin%netscape.com
4c8dbecd07 Changed GetUndoString() and GetRedoString() to use nsString *. 1999-05-27 20:50:05 +00:00
kin%netscape.com
8245590ade Changed interface and implementation to us NS_IMETHOD and NS_IMPMETHOD macros. 1999-05-27 20:48:55 +00:00
rickg%netscape.com
b9c5e27244 changed to align with nsString2 1999-05-27 07:38:37 +00:00
sfraser%netscape.com
2239a8a64e Add unit test call to nsIEditor, and implement it in nsText- and nsHTMLEditors. 1999-05-27 04:10:04 +00:00
sfraser%netscape.com
220d4a3520 Remove the old key code function, and call the new unit test routine 1999-05-27 04:08:59 +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
sfraser%netscape.com
db5f974fac File Removed. 1999-05-27 03:43:02 +00:00
sfraser%netscape.com
c128bbdc12 First Checked In. 1999-05-27 03:42:49 +00:00
sfraser%netscape.com
8d1f8d3b7b Fix -kb flag 1999-05-27 03:40:22 +00:00
akkana%netscape.com
5e72395c16 Require pref headers now 1999-05-27 01:46:06 +00:00
bienvenu%netscape.com
68d0be1d31 fix build bustage by adding prefs include 1999-05-27 01:45:27 +00:00
akkana%netscape.com
d2c4947c26 Insert / Paste as Quotation. 1999-05-27 00:08:15 +00:00
sfraser%netscape.com
4b0bc2da7c Add nsAOLCiter.cpp and nsInternetCiter.cpp for akkana. 1999-05-27 00:04:31 +00:00
akkana%netscape.com
0c1e4a2525 Add Internet and AOL style citers 1999-05-26 23:14:05 +00:00
akkana%netscape.com
bf5cc84e81 Add nsICiter, for mail quoting 1999-05-26 23:13:03 +00:00
jfrancis%netscape.com
f60a7f5872 fix for bug 5979 1999-05-26 22:44:08 +00:00
cmanske%netscape.com
72dc09cc02 Fixed missing do_QueryInterface that busted Linux build 1999-05-26 22:30:50 +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
eb549f64f3 Removed Windows-specific default directory string from prefs 1999-05-26 21:39:59 +00:00
kin%netscape.com
819e65af00 Disabled HACKForceRedraw() calls. Added calls to nsIViewManager::BeginUpdateViewBatch() and nsIViewManager::EndUpdateViewBatch(). 1999-05-26 21:18:12 +00:00
kin%netscape.com
ea1a98b277 Added support for nsITransactionListener.
Cleaned up includes in header files.
1999-05-26 21:16:25 +00:00
kin%netscape.com
1a11a04e9f Initial checkin of file. 1999-05-26 21:14:32 +00:00
pinkerton%netscape.com
be6f4e4d75 new multiple-item drag and drop apis. 1999-05-26 21:08:14 +00:00
dp%netscape.com
65309656b6 removing -lreg 1999-05-26 07:08:19 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +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
akkana%netscape.com
c25fa13fd9 6773: an nsresult was being checked before it was initialized. Appv'd chofmann 1999-05-20 01:48:12 +00:00
kin%netscape.com
79af47e95c Fix build bustage when --disable-editor is used.
Approved by chofmann@netscape.com and leaf@mozilla.org.
1999-05-19 20:26:51 +00:00
joki%netscape.com
71e96012a3 Breaking nsIDOMEvent out into nsIDOMEvent and nsIDOMUIEvent. 1999-05-18 23:51:04 +00:00
kin%netscape.com
26a02881cd Fix for bug #4796: UMR: nsEditor::JoinNodesImpl(). 1999-05-17 18:59:40 +00:00
jfrancis%netscape.com
502531964b const crazy - bet you can't eat jsut one! 1999-05-17 14:14:36 +00:00
kin%netscape.com
c8136e6dbe Commented out all calls to HACKForceRedraw(). We now call it from
nsEditor::EndTransaction().
1999-05-17 13:31:56 +00:00
jfrancis%netscape.com
cdffd008a0 fixing bustage 1999-05-17 13:10:29 +00:00
jfrancis%netscape.com
aaecdca8fb insert list and indent work 1999-05-17 12:22:31 +00:00
mjudge%netscape.com
b4419648ae adding in selection ability for images in editor only 1999-05-17 00:21:50 +00:00
ducarroz%netscape.com
db02238748 Split EditorStartup() into EditorStartup() & EditorSetup(). Msg Compose use only EditorSetup(). 1999-05-14 22:54:24 +00:00
akkana%netscape.com
6cb88d9602 Change some comments re body wrap width 1999-05-14 19:25:43 +00:00
akkana%netscape.com
b12ce1b2cf 5786: Cut shouldn't do anything when selection is collapsed 1999-05-14 19:24:10 +00:00
pinkerton%netscape.com
3232f45efc fix a d&d bug introduced in the transferable interface merging and add a SetCanDrop at the point of the drop for MacOS. 1999-05-14 18:44:28 +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
99752a9477 Fixing editor dialog bugs 1999-05-14 01:30:19 +00:00
akkana%netscape.com
e9c48ece9f Implementations for new fcn Get/SetBodyWrapWidth 1999-05-13 22:11:05 +00:00
rods%netscape.com
e4ee930f8c removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable 1999-05-13 21:53:57 +00:00
cmanske%netscape.com
6e8c359133 Removed unused CSS 1999-05-13 21:01:43 +00:00
cmanske%netscape.com
fdc403c859 Implemented Spell Checking 1999-05-13 20:59:08 +00:00
sfraser%netscape.com
9c72f5a3ac Stub in the get/set column width calls for plain text editing. 1999-05-13 04:44:57 +00:00
sfraser%netscape.com
b2bdec1fa2 Removed extra ; 1999-05-13 04:42:23 +00:00
sfraser%netscape.com
389fa2053b Fix misplaced ) 1999-05-13 04:42:11 +00:00
jfrancis%netscape.com
d9dcd880e5 artistic integrity of poetry must not be comprimised! 1999-05-13 02:40:53 +00:00
tague%netscape.com
dce36849c6 Added work around for #5912 1999-05-12 23:23:14 +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
sfraser%netscape.com
9897e27ec2 Added file opening functionality 1999-05-12 22:24:47 +00:00
kin%netscape.com
ea696e615b Made read only parameters const. 1999-05-12 22:17:41 +00:00
kin%netscape.com
72b795573f Changed all references to nsVoidArray to nsStringArray. 1999-05-12 21:56:11 +00:00
sspitzer%netscape.com
94f811637a fix pedantic build bustage. (thanks to kin for the fix) 1999-05-12 16:53:26 +00:00
akkana%netscape.com
b0b172cff8 Add test for IsDataFlavorSupported for xpfe folks to fix bug 6289 1999-05-11 23:34:40 +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
kin%netscape.com
2f9144f0b4 Added implementation for First/LastSelectedBlock().
Added better iterator status tracking.
1999-05-11 19:16:24 +00:00
kin%netscape.com
f56ad4a10c Made Add/RemoveWordToPersonalDictionary pure virtual. 1999-05-11 19:14:43 +00:00
kin%netscape.com
92ef71eee9 Added nsISpellChecker.h to export list. 1999-05-11 19:13:39 +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
8af2538796 Add nsInsertHTMLTxn.cpp for akkana. 1999-05-07 19:43:36 +00:00
rods%netscape.com
f49013bbe7 Changed code to use the new DragSession interface 1999-05-07 19:42:27 +00:00
rods%netscape.com
f449ed62cf Added ifdef for installing DragListener 1999-05-07 19:41:32 +00:00
rods%netscape.com
52fabe8f5c Removed static IID defs and am now using GetIID from the interface 1999-05-07 19:39:58 +00:00
rods%netscape.com
ac50aa3b0f Added nsInsertHTMLTxn 1999-05-07 19:38:53 +00:00
akkana%netscape.com
6d64f20d89 Make Insert HTML a transaction 1999-05-07 19:23:17 +00:00
akkana%netscape.com
dea0153e34 Middle-mouse paste; also, fix a bunch of warnings 1999-05-07 19:22:38 +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
sfraser%netscape.com
739c21a94c Export Editor.css to resources. 1999-05-07 05:32:06 +00:00
sfraser%netscape.com
1aef9ea8d6 Fix a case typo in a header file name. 1999-05-07 05:26:50 +00:00
sfraser%netscape.com
d77c6bd688 Implement Save, Save As in editor. 1999-05-07 05:02:35 +00:00
cmanske%netscape.com
5e9c46fab5 Fixed infinite loop in dialog Cancel hander 1999-05-07 01:54:38 +00:00
cmanske%netscape.com
daa9065307 More improvements to insert link and insert image dialogs. Added EdDialogCommon.js, where we should put java script used by all dialogs 1999-05-07 00:44:46 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
cmanske%netscape.com
583a805f99 Added the redraw hack to SetParagraphFormat so we can see the content change 1999-05-06 01:33:48 +00:00
akkana%netscape.com
430fc255bd Track change from iDirection to ECollapsedSelectionAction 1999-05-05 23:36:28 +00:00
cmanske%netscape.com
c52a827c0d Added new JavaScript files 1999-05-05 23:33:34 +00:00
cmanske%netscape.com
9ebbada5a7 Split JavaScript out of XUL into separate files 1999-05-05 23:30:21 +00:00
cmanske%netscape.com
5f7dc926d8 Added UI for paragraph style and preliminary versions of image and link dialogs 1999-05-05 23:29:18 +00:00
akkana%netscape.com
1f3151a20d - Rename iDirection enum to ECollapsedSelectionAction
- Initial implementation of Insert HTML
1999-05-05 23:27:17 +00:00
waterson%netscape.com
dc4863fc21 Fix nsCOMPtr bustage. 1999-05-05 05:56:58 +00:00
buster%netscape.com
3ea6d7ff2b fixed mac bustage 1999-05-05 05:17:59 +00:00
buster%netscape.com
cadc514e1d added a param to GetPriorNode and GetNextNode to tell these methods whether to use or skip
non-editable content.
added some comments, turned off some debugging flags.
1999-05-05 04:51:54 +00:00
buster%netscape.com
99a96a39ec 1. block transformation infrastructure is now in place. We can go ahead and implement interesting
features like set paragraph style, set list type, indent, etc.  I'm sure there's holes in my
implementation that these high level features will make obvious.

2. I've factored a lot of utility methods from several modules into nsEditor as public static methods.
This makes them easily accessable to all, and will help Joe and I remove redundant methods.

3. I changed the HTML tags to lower case, and made all string compares case-insensitive.  No, this
isn't quite the right thing to do, but we don't have atoms from layout yet.  The Right Thing is for us
to reuse those atoms.
1999-05-05 04:05:19 +00:00
kin%netscape.com
dc11fb7a86 Renamed NS_TEXTSERVICE_CID to NS_SPELLCHECKER_CID. 1999-05-04 22:03:32 +00:00
kin%netscape.com
4d9e8272c4 Initial checkin of file. 1999-05-04 21:54:11 +00:00
jfrancis%netscape.com
f32cb5f466 fixing problem with undo of join txn 1999-05-04 08:03:51 +00:00
jfrancis%netscape.com
6035561262 revamped join on deletion 1999-05-04 08:03:07 +00:00
tague%netscape.com
83e78f89e5 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
sfraser%netscape.com
3b2d7aef50 Memory leak fixes for bug 5870. r mjudge, a chofmann. 1999-05-03 22:26:07 +00:00
jfrancis%netscape.com
724e8503af fix for bug 5832; bad constant for nbsp value. rvd - floppy moose; appv - chofmann 1999-05-03 22:16:02 +00:00
mjudge%netscape.com
f9a664a948 ok done Simon reviewed 5870. choffman approved for M5 1999-05-03 21:52:19 +00:00
kostello%netscape.com
860a8b9cfa Changed:
nsI*Editor::OutputText(nsString& aOutputString);
nsI*Editor::OutputHTML(nsString& aOutputString);

These methods always returns back a Unicode version of whatever is in the content model. It is the
responsibility of the caller then to call whatever converter is required to convert to the appropriate
charset.

Added:

nsI*Editor::OutputText(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
nsI*Editor::OutputHTML(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)

These methods output the the current content model to aOutputStream. The document is encoded using the
document defined charset or if the user passes in a non-null value for aCharsetOverride then this
encoding overrides the encoding used by the document.
1999-05-03 18:48:39 +00:00
kostello%netscape.com
b9a1437db0 Added OutputText and OutputHTML that take in an nsIOutputStream. 1999-05-03 18:47:04 +00:00
jfrancis%netscape.com
8bd92b238d fix for bug 5782 - check for null return when getting prev/next node is deletion rules; rvd floppy moose, appr chofmann 1999-05-01 19:37:50 +00:00
buster%netscape.com
c6d23e3e18 with permission from chofmann:
1. fix for bug 5796, crash on exit.  This was a bad, bad memory smudge on my part, easily fixed by doing the right ref counting in the
right places.

2. some preliminary code for M6 block transformations has leaked into this checkin.  It's safer than trying to re-code the fix above into
a fresh tree.  Unless you're making calls to do block transformations, you won't see any difference.
1999-04-30 22:40:18 +00:00
joki%netscape.com
d1f2b3ef88 Adding scrolling fixes to fix bug #3999, A: chofmann 1999-04-30 19:38:39 +00:00
akkana%netscape.com
3b7263ff95 5734: put back working copy from version 1.17, which got accidentally stomped in a cvs merge. a=cyeh,kostello 1999-04-30 18:03:39 +00:00
mjudge%netscape.com
4b46397958 hack to get redraw to work on setting bold or italics editor only 1999-04-30 00:06:40 +00:00
mjudge%netscape.com
b77df20b6e FIXING M5 BUGS: making weak links to stop extra addreff to presshell. fixing xul to set editor doc type to "content" 1999-04-29 20:21:04 +00:00
pinkerton%netscape.com
f029f1c432 fix build bustage comparing raw pointer to nsCOMPtr. 1999-04-29 01:01:04 +00:00
buster%netscape.com
457a1555e7 approved bug fix for infinite loop when typing a space in a document with only a single text node 1999-04-29 00:14:05 +00:00
sfraser%netscape.com
b471a1fc77 Move ShowClipboard to the Debug menu 1999-04-28 05:20:05 +00:00
akkana%netscape.com
28ec093fff Fix location of xul files 1999-04-28 01:36:10 +00:00
ftang%netscape.com
6115c0b0c5 pass charset info from the current doc to the parser 1999-04-27 23:52:39 +00:00
kin%netscape.com
a716fda659 Removed enabled code that was ifdef'd with HAVE_EDIT_ACTION_LISTENERS. 1999-04-27 19:17:35 +00:00
kin%netscape.com
2426441f95 Added AddEditActionListener() and RemoveEditActionListener() methods. 1999-04-27 19:16:26 +00:00
kin%netscape.com
6aa1c4b270 Modified nsIEditActionListener to have Will*() and Do*() methods. Added
nsIEditActionListener support to nsEditor.cpp and nsEditor.h.
1999-04-27 17:14:28 +00:00
rods%netscape.com
285b916f78 Added "EditorShowClipboard" function 1999-04-27 02:45:37 +00:00
rods%netscape.com
367d5114e2 Added seprartor and ShowClipboard menu item 1999-04-27 02:44:55 +00:00
sfraser%netscape.com
a2d921d85e Advance the iterator so we don't freeze bringing up the link dialog. 1999-04-27 01:10:10 +00:00
buster%netscape.com
8f5def6551 just removing a printf 1999-04-26 23:41:13 +00:00
cmanske%netscape.com
7bae157253 Removed reference to missing file 1999-04-26 20:47:55 +00:00
sfraser%netscape.com
3947ef627f Updated project 1999-04-26 19:52:04 +00:00
law%netscape.com
f51accb75c Add txtsvc to get find dialog building on win32 and unix 1999-04-26 19:46:01 +00:00
sspitzer%netscape.com
90b0dbe615 more cvs ignorage 1999-04-26 18:29:39 +00:00
sspitzer%netscape.com
fcfd7c1d8b cvs ignorage of generated makefiles 1999-04-26 18:26:05 +00:00
jfrancis%netscape.com
3df268e5de adding list to sample html 1999-04-26 14:27:02 +00:00
jfrancis%netscape.com
dfd141ac76 more html typing rules implementation 1999-04-26 14:08:52 +00:00
rickg%netscape.com
f822b17f07 sync with nsString2 1999-04-24 01:39:50 +00:00
kin%netscape.com
0a1c9c3096 Misc changes to the nsITextServicesDocument interface. 1999-04-23 16:52:28 +00:00
bruce%cybersight.com
0e89b6e2ab Must define inline methods _before_ calling them on AIX 4.2 with xlC. 1999-04-23 16:47:30 +00:00
kin%netscape.com
8a94321424 Removed spellchk from the list of directories to build. 1999-04-23 15:47:33 +00:00
rods%netscape.com
a570e5b6c0 Switch Drag&Drop over to nsCOMPtr and fixed service release 1999-04-23 14:43:30 +00:00
rods%netscape.com
4f4cf854ea Switch Paste support over to nsCOMPtr 1999-04-23 14:41:32 +00:00
akkana%netscape.com
a2c7b3006a Fix linux startup crash parsing entity defs 1999-04-22 22:30:44 +00:00
buster%netscape.com
0423fb36df vastly improved type-in state handling. smaller and faster 1999-04-22 14:46:53 +00:00
buster%netscape.com
d4f70efea8 remove block 1999-04-22 14:45:48 +00:00
warren%netscape.com
c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
rickg%netscape.com
a059047f9d update to sync with nsString2 1999-04-22 06:19:44 +00:00
mcafee%netscape.com
8c94674b00 Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 05:41:51 +00:00
sspitzer%netscape.com
128e16b958 add the cvs ignore file. (Am I the only one who ever does this?) 1999-04-22 04:09:35 +00:00
sspitzer%netscape.com
a1b51ff2e4 add the cvsignore files 1999-04-22 04:08:37 +00:00
sfraser%netscape.com
07cfc3750f Install resources inside 'default' directory in content, skin etc. 1999-04-22 02:57:57 +00:00
buster%netscape.com
84cc0a7462 added the notion of contain vs. replace for block transformations. 1999-04-21 21:01:59 +00:00
buster%netscape.com
44f4dcec30 fixed a bug in handling text properties that have an attribute, such as <FONT color=...> 1999-04-21 21:01:30 +00:00
cmanske%netscape.com
6fe595eca4 Moved global java script variables into js file 1999-04-21 20:55:31 +00:00
sfraser%netscape.com
1079026e2b Fix manifest for editor dialogs 1999-04-21 20:53:44 +00:00
cmanske%netscape.com
26373876b4 Fixed problems with insert link dialog 1999-04-21 20:46:40 +00:00
akkana%netscape.com
74b899ecad composer ui should be installed to chrome/editor/composer, not just chrome/editor 1999-04-21 20:44:59 +00:00
cmanske%netscape.com
cf0e05cd03 Fixed error in link properties dialog reference 1999-04-21 20:31:17 +00:00
sfraser%netscape.com
3e50cddfb6 Fix the chrome URL for the bold GIF 1999-04-21 19:31:36 +00:00
sfraser%netscape.com
c95b7f0a83 Set export by pragma and fragment names. 1999-04-21 19:12:08 +00:00
sfraser%netscape.com
789195888f Added EditorInitPagePlain.html 1999-04-21 19:11:19 +00:00
sfraser%netscape.com
974edaafa3 First Checked In. 1999-04-21 19:11:18 +00:00
cmanske%netscape.com
6228e33112 Added simple dialogs for insert link and restructured ui source directories 1999-04-21 18:53:55 +00:00
jfrancis%netscape.com
4eb392665e more typing rules work - space and tab occassionally do the right thing now 1999-04-21 14:49:58 +00:00
kin%netscape.com
12277f312f Added code to track iterator status, and modified first/last/next/prev
methods to set the iterator based on this status.
1999-04-21 14:38:15 +00:00
buster%netscape.com
d0c30e4948 more block transformation WIP: nested blocks work much better now 1999-04-21 04:08:43 +00:00
cmanske%netscape.com
7f01f9158a Removed makefiles not needed 1999-04-21 03:44:24 +00:00
cmanske%netscape.com
19624c3e5d Added new dialog XUL for editor 1999-04-21 03:38:29 +00:00
cmanske%netscape.com
70ca9dc98e Built new chrome directories for Editor 1999-04-21 03:35:51 +00:00
cmanske%netscape.com
a5eea2eb19 Added general CSS file for main editor window 1999-04-21 03:31:41 +00:00
sfraser%netscape.com
f4441d5a7e First Checked In. 1999-04-20 22:51:57 +00:00
sfraser%netscape.com
aa63654780 First Checked In. 1999-04-20 22:24:20 +00:00
buster%netscape.com
f72d765be4 more factoring 1999-04-20 22:02:02 +00:00
kin%netscape.com
8c816eb4aa Commented out debugging printfs and added HAVE_EDIT_ACTION_LISTENERS ifdef
to fix build bustage.
1999-04-20 21:54:10 +00:00
mcmullen%netscape.com
f662c72c7b Fix busted debug build by adding TextEditorTest.cpp. Somebody else should fix this properly. Grrr. 1999-04-20 21:41:02 +00:00
jfrancis%netscape.com
08f41d1832 File Removed. 1999-04-20 21:40:48 +00:00
jfrancis%netscape.com
c7dd8a6be9 First Checked In. 1999-04-20 21:39:53 +00:00
sfraser%netscape.com
ebc0d2da0b First Checked In. 1999-04-20 20:48:46 +00:00
kin%netscape.com
1d5d418552 Some changes to keep the offset table in sync with editor changes to the DOM. 1999-04-20 17:59:19 +00:00
kin%netscape.com
2a887f14f1 Added nsTSDNotifier.cpp to build list. 1999-04-20 17:57:48 +00:00
kin%netscape.com
18794ac117 Initial checkin of file. 1999-04-20 17:57:20 +00:00
jfrancis%netscape.com
54241dd9c1 fixing access path 1999-04-20 17:55:09 +00:00
jfrancis%netscape.com
1ac6394a63 First Checked In. 1999-04-20 17:53:46 +00:00
kin%netscape.com
991e1b0db6 Added nsIEditActionListener.h to list of exported headers. 1999-04-20 17:51:26 +00:00
buster%netscape.com
f2c86d8f47 preliminary work for applying block transformations to content. 1999-04-20 17:50:56 +00:00
buster%netscape.com
7f1d6dfe95 factoring of text property code for reuse.
extended APIs to handle fonts -- the trick here is to allow attributes and values
to effectively describe independent properties.
1999-04-20 17:49:34 +00:00
buster%netscape.com
8f038d3ca8 preliminary work for applying block transformations to content. works for simple selections.
remove block parent not yet implemented.
1999-04-20 17:47:12 +00:00
kin%netscape.com
9ad95fe43d Initial checkin of file. 1999-04-20 17:44:44 +00:00
buster%netscape.com
b2ce083800 added tests for fonts and block transformations 1999-04-20 17:43:26 +00:00
buster%netscape.com
f9fbaf0b1a added atoms for H1 and H2 1999-04-20 17:42:07 +00:00
buster%netscape.com
f3c8213457 fix warning 1999-04-20 17:41:00 +00:00
buster%netscape.com
c3f43edd68 allow delete of a node that is not in the document tree. This is a no-op. 1999-04-20 17:40:15 +00:00
buster%netscape.com
ced0729237 *** empty log message *** 1999-04-20 17:39:23 +00:00
rickg%netscape.com
e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
rods%netscape.com
333dab2402 Added additional comments for Paste 1999-04-19 19:35:55 +00:00
rods%netscape.com
f820cbd648 Switched over nsIGenericTransferable
and added D&D Support
1999-04-17 13:52:28 +00:00
rods%netscape.com
c514b25e3b Switched over to new nsIGenericTransferable 1999-04-17 13:51:42 +00:00
bruce%cybersight.com
43a4ff916b Add new line for native unix compilers. 1999-04-17 02:32:32 +00:00
bruce%cybersight.com
36de21b47e Added blank line for native compilers. 1999-04-16 22:34:54 +00:00
sfraser%netscape.com
2879c226b6 Fix Mac build bustage 1999-04-16 20:26:29 +00:00
buster%netscape.com
2bf66d8abf I think this will fix Mac build. 1999-04-16 19:34:13 +00:00
buster%netscape.com
3c2f906370 factored out re-parenting of content into MoveContentIntoNewParent
WIP on font handling.
1999-04-16 18:29:12 +00:00
sfraser%netscape.com
a497442a45 Adapt to fixed selection interface 1999-04-15 20:20:12 +00:00
buster%netscape.com
20edf80408 initial check in for nsITextEditor unit test 1999-04-15 07:01:24 +00:00
buster%netscape.com
033ffdd7ed * beginnings of font handling. WIP, I did a big merge today and I'm checking in to synch up, not to announce new functionality here.
* added TextEditorTest.cpp, a unit test module for nsTextEditor.  It's use is actually commented out since my checkin is happening so late due
to all-day build bustage, and I don't have a Mac handy to verify.  With someone's Mac help tomorrow, I can turn it on.
* some minor bug fixes to property handling
1999-04-15 06:06:33 +00:00
jfrancis%netscape.com
e816efb197 merging in rules work with Simon's selection changes 1999-04-13 13:35:08 +00:00
bruce%cybersight.com
f872183b94 Fix for compile error on AIX. Need to define inline functions before calling them. Reviewed by akkana. 1999-04-13 02:28:11 +00:00
sfraser%netscape.com
f0acea2009 Updated to conform to new IDL-ized selection interfaces. 1999-04-13 01:33:32 +00:00
akkana%netscape.com
ee178adf4a turn off annoying debug print 1999-04-12 22:37:20 +00:00
jdunn%netscape.com
502899b64d on AIX (and I am suspecting HPUX) nsDerivedSafe needs to be a friend in
order to access the private constructor.
1999-04-12 20:14:20 +00:00
jfrancis%netscape.com
88527c7d24 attempting to fix unix build 1999-04-12 14:10:24 +00:00
jfrancis%netscape.com
0b0035a95c checkpointing html typing rules 1999-04-12 12:01:32 +00:00
buster%netscape.com
f8f342f19a vastly improved RemoveTextProperty
turned off debug output
1999-04-11 22:55:40 +00:00
buster%netscape.com
4f6edce3cd added some debugging output 1999-04-11 22:53:17 +00:00
mjudge%netscape.com
54aef1837f fixed selection results after bold/italics. 4593 bug. simply collapsed range and extended it to take up the whole new range 1999-04-08 01:30:05 +00:00
mjudge%netscape.com
0f03b6a5f0 adding batch changes around editor BeginTransaction. bug 4593 1999-04-08 01:28:33 +00:00
akkana%netscape.com
834d6dd1ed Cleaner addendum to the fix for 4661 1999-04-08 00:54:32 +00:00
akkana%netscape.com
84380c250e 4661: Fix win32 crasher inserting an image. Approved by chofmann.
Split nsEditor::DeleteSelectionAndCreateNode into two parts,
so that routines like InsertImage which need to set attributes
on the new node before inserting into the tree can do so.
This is somewhat temporary, since the current method isn't undo-able;
undo will be implemented after M4.
1999-04-08 00:46:10 +00:00
mcafee%netscape.com
c98d0e698a Removing clipboard define comment. 1999-04-07 06:54:15 +00:00
mcafee%netscape.com
616c553b24 Finishing clipboard ifdef so we can remove the old clipboard. 1999-04-07 03:56:07 +00:00
rods%netscape.com
ac37096cb3 Commented out the NEW_CLIPBOARD_SUPPORT 1999-04-07 01:35:49 +00:00
rods%netscape.com
46393b489c Turning on new clipboard support 1999-04-06 23:05:59 +00:00
rods%netscape.com
1d0886bcf6 Turning on new Clipboard support 1999-04-06 23:01:55 +00:00
rods%netscape.com
946396a03f Upgraded to implement new methods in D&D interface 1999-04-06 20:24:09 +00:00
akkana%netscape.com
f3c2fcdd4a Fix some ordering problems in image insertion; make sure we end the transaction 1999-04-06 19:49:33 +00:00
buster%netscape.com
8c7af6070a RemoveTextPropery works in all cases now. 1999-04-06 18:21:43 +00:00
jband%netscape.com
01475d8a25 fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00
buster%netscape.com
8b2ac0cbbc fixed bug 4517
WIP on remove text attributes
1999-04-05 20:52:29 +00:00
jfrancis%netscape.com
56d2269962 bug fix: typing didn't work 1999-04-05 19:21:22 +00:00
jfrancis%netscape.com
fffd5158c3 redoing rules architecture 1999-04-05 17:21:59 +00:00
jfrancis%netscape.com
7c1be30e3d First Checked In. 1999-04-05 17:21:14 +00:00
buster%netscape.com
73f3b2da71 Improved setting text property for next type-in (that is, setting text properties with a collapsed selection.) Bold, italic, and underline
all work.  Better error checking, and factored out some common code.
1999-04-04 20:10:39 +00:00
buster%netscape.com
332345e744 fixed some broken asserts 1999-04-04 20:10:24 +00:00
buster%netscape.com
16027c9454 implemented simple cases of RemoveTextProperty. other cases are no-op'd now.
added aFirst out param to GetTextProperty, so the caller can know if the first character has the property in the case of aAny=true and aAll=false.
fixed a bunch of places where result was being used incorrectly as a return val from do_QueryInterface
some minor undo/redo fixes to split and join of interior nodes.
1999-04-04 18:01:35 +00:00
buster%netscape.com
b249af5eeb added aFirst out param to GetTextProperty, so the caller can know if the first character has the property
in the case of aAny=true and aAll=false.
1999-04-04 17:59:09 +00:00
mcafee%netscape.com
b459733e17 Newline at end of file. 1999-04-03 09:28:08 +00:00
kin%netscape.com
74afbe7060 Changes to build the entire editor by default, unless DISABLE_EDITOR is defined. 1999-04-03 00:03:54 +00:00
mcafee%netscape.com
6b79f86be1 Initializing some variables, protecting a null reference. 1999-04-02 01:34:05 +00:00
sfraser%netscape.com
a84dcaa401 Call the new presshell->SetCaretEnabled() call to show the caret when editing. 1999-04-02 00:01:31 +00:00
buster%netscape.com
9da84d9d0c GetTextProperty is now content-based, not style-based 1999-04-01 19:28:48 +00:00
buster%netscape.com
7462debe8b needed to include "nsCoord.h" in mixed case, not "nscoord" 1999-04-01 19:26:27 +00:00
buster%netscape.com
990f624122 initial checkin. 1999-04-01 18:40:35 +00:00
buster%netscape.com
52bb18a74f As a reminder, we decided to do this based strictly content. Some support for style-based text properties is written, but not used
anywhere any more.

* Cleaned up split and join undo/redo.
* Added TypeInState, a data struct that remembers things about text properties for collapsed selections, so you can type
* Ctrl-B with an insertion point and the next character will be bold.
* Added all the logic to handle inline vs. block elements when setting text properties.
* Added some support for italic and underline as well.  Adding these things is pretty easy now.  Ctrl-B, Ctrl-I, Ctrl-U for testing bold, italic, underline.
* Added all the logic to make sure we only add style tags where they're needed, so you should never get the same style tag nested within itself, except as needed for block elements.
* Added methods for testing a node to see if a particular style is set.  This isn't 100% done yet, but with very little work we could have toolbar buttons that respond to selection changed notification that show the state of bold, italic, underline, etc. in real time.  Supports tri-state:  whole selection is bold, some of selection is bold, none of selection is bold, ...
* Fully undoable and redoable.
* Added some debug printfs to transactions and editors.  all controlled by a gNoisy static in each module.  helps me track down undo/redo problems.  if the output bugs people enough, I'll shut it off and re-enable it in my local tree.

Noticably missing:  make un-bold, make un-italic, etc.  This is coming soon.
1999-04-01 17:58:07 +00:00
rods%netscape.com
6eb99d23f2 Fixed up new ifdef'ed clipboard support 1999-04-01 14:28:13 +00:00
kin%netscape.com
da5a91388e Removed nsITextServicesDocumentInternal.h. 1999-03-31 22:10:42 +00:00
kin%netscape.com
a886d08255 Initial checkin of file. 1999-03-31 19:26:55 +00:00
kin%netscape.com
78383c59cf Initial checkin of files. 1999-03-31 19:25:05 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
akkana%netscape.com
cf7607381c Editor: Add Insert Link and Image 1999-03-29 22:01:26 +00:00
jfrancis%netscape.com
22ec10b544 don't drop tab keys 1999-03-29 08:02:50 +00:00
jfrancis%netscape.com
0db3d1ee04 seperating out html edit rules from text edit rules 1999-03-29 08:02:05 +00:00
jfrancis%netscape.com
fbf6bdcbae Adding nsHTMLEditRules.cpp 1999-03-29 08:01:21 +00:00
jfrancis%netscape.com
c7f3ede1e6 First Checked In. 1999-03-29 06:21:01 +00:00
joki%netscape.com
e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
rods%netscape.com
00af88c97a Minor changes to call to new clipboard 1999-03-26 15:49:28 +00:00
mcafee%netscape.com
2813616d59 Renamed GetTransferable() to GetData() 1999-03-25 23:39:03 +00:00
mcafee%netscape.com
dd87f3c4fb initializing a variable to zero. 1999-03-24 09:08:24 +00:00
mcafee%netscape.com
f75b5055fd Checking for null references on clipboard, trans (gtk/unix). 1999-03-24 01:43:46 +00:00
rods%netscape.com
cb5eefe915 Added code for switching over Clipboard support to new classes
At the moment the are ifdef'ed out
1999-03-23 15:45:58 +00:00
akkana%netscape.com
5850dbaca8 Add hard-coded alt-I for testing insert html 1999-03-22 22:10:29 +00:00
jfrancis%netscape.com
1d6d98a5e5 bug 4057: fix is in layout; here I'm removing the old workaround code 1999-03-22 09:04:06 +00:00
tague%netscape.com
6e19645586 Added support for basic Japanese input on Win32 1999-03-19 23:36:20 +00:00
buster%netscape.com
0708f3ac6d small change to match change in semantics in nsIDOMRange::GetCommonParent 1999-03-18 21:55:23 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
buster%netscape.com
af5243998a split and join now properly remember which content gets deleted, and which content remains in the tree
split and join now properly set selection to the remaining node, at the proper offset.
fixes bugs 3910 3881, with approval from chofmann
1999-03-17 20:56:10 +00:00
buster%netscape.com
a6b14ae03b I fixed the content twiddling part of bug 3778. Mike has a fix for the display part of it in his tree, but determined the risk didn't
justify the benefit.  This is partly true because he and I would have had to integrate tonight before checking in, which we thought
presented some additional risk.  In any event, this bug is fixed for all cases except when the user hits enter at the end of the
document.  That is the only case in text editing when the selection will not render correctly.

Some related problems got fixed as a side benefit of my code changes.  I filed bug 3896.
1999-03-17 06:13:46 +00:00
buster%netscape.com
53b3380a59 fixed join.
made a special case for typing with BR as the selection (as after an InsertBreak.)
made DEL and BACKSPACE at the beginning and end of a text node
fixes bugs 3742 and 3756 (with permission from choff and gkostello)
1999-03-16 16:38:09 +00:00
buster%netscape.com
6ce58013c8 added WillUndo, DidUndo, WillRedo, DidRedo and some supporting code so
the text edit rule object can maintain it's own state more efficiently and correctly.
1999-03-15 05:08:30 +00:00
buster%netscape.com
6989731b82 added files: mozilla/editor/base/PlaceholderTxn.cpp 1999-03-15 00:58:15 +00:00
buster%netscape.com
d5932338f7 added PlaceholderTxn. This is an aggregate transaction that sits on the undo stack
and merges in subsequent transactions indiscriminately until it's told to stop.
It also gives the last transaction in its child list a chance to merge the
next transaction.
All this is in support of complex transactions that result in text insertion
being able to collapse into a single undoable event.
Also improved tracking of bogus content node used when document is empty.
1999-03-15 00:57:32 +00:00
rods%netscape.com
61cfe9a3d0 Added DragListener for Drag & Drop (it's not turned on) 1999-03-14 04:45:00 +00:00
buster%netscape.com
4f91976666 added checks for DOM Key event returning 0x0 key code. If we get 0, we bail. 1999-03-14 04:12:21 +00:00
kostello%netscape.com
af8a9c4ee1 Added HACKForceRedraw() when deleting a range or inserting text 1999-03-14 01:02:53 +00:00
kostello%netscape.com
ce8451f01d Add HACKForceRedraw() to force a redraw until the drawing
problems are solved in Gecko
1999-03-14 00:31:35 +00:00
buster%netscape.com
458de90002 InsertBreak now works at the beginning of a line. Plus a trivial bug fix. 1999-03-13 05:31:22 +00:00
buster%netscape.com
bd6cb52f35 added delegate code for InsertText (WillInsertText, DidInsertText)
which calls generic WillInsert, DidInsert to test for magic bogus
content and does the right thing.
You now can't delete magic content with user gestures, and when you
insert anything the magic kludgy &nbsp; is deleted first.
1999-03-13 04:53:21 +00:00
kostello%netscape.com
c609b1e2dc Force Redraw on Enter: this is a workaround for bug#3356 & bug#3639 1999-03-12 15:40:29 +00:00
sfraser%netscape.com
895b199ee2 Throw the switch so we now pay attention to the charCode in the key event. 1999-03-12 05:28:22 +00:00
buster%netscape.com
b615bb95b3 deleting the last editable object in a document now causes a bogus placeholder <P>&nbsp;</P> to be added to the document. This node has the
attribute MOZ_EDITOR_BOGUS_NODE set to TRUE.  this solves the problem of when you do a SelectAll then a DEL, you don't have a cursor
or any way to set selection in the document. You do still have the problem that the nbsp is pretty narrow and the frame containing it is hard to hit
with the mouse.  We really need the "set selection to frame nearest the mouse down point" operation.

the intent is for all inserts to look for this node, and if found delete it before the insert.  likewise, all deletes will be no-ops if this node is found.
1999-03-12 02:28:24 +00:00
buster%netscape.com
9450d290ae fixed a small bug. mRefNode may be nsnull. 1999-03-12 02:27:48 +00:00
mjudge%netscape.com
17ab7eccaa reverting fix :( 1999-03-12 01:49:12 +00:00
mjudge%netscape.com
d765fc4d34 fixed copy paste issue on windows, linking wrong.lib file 1999-03-12 00:01:24 +00:00
sfraser%netscape.com
694f4956da Fix for 3630 -- terminate text and HTML strings returned from the editor. 1999-03-11 21:31:03 +00:00
sfraser%netscape.com
452e7019bf Fix the key handling, and fix my macro for the charCode stuff 1999-03-11 19:34:28 +00:00
sfraser%netscape.com
0ca9df8689 Add SelectAll() 1999-03-11 19:33:37 +00:00
sfraser%netscape.com
beb4a09d21 Adapted key listener to get char code directly from event, rather than trying to do a key code conversion (#ifdeffed out until char code is there on all platforms). 1999-03-11 06:42:09 +00:00
sfraser%netscape.com
4c25a873df Add widget.shlb to fix link bustage 1999-03-11 01:26:19 +00:00
mjudge%netscape.com
40d69bded8 fixing windows build bustage by temporarily loading the raptorwidget_s.dll when ender.dll is loaded. temporary until repository code working 1999-03-11 00:20:27 +00:00
akkana%netscape.com
a293292ac6 Change the reference to the global selection mgr to fix windows build 1999-03-11 00:08:10 +00:00
akkana%netscape.com
174aeed3d2 Comment out debug prints 1999-03-10 22:50:51 +00:00
akkana%netscape.com
57638ea34c Implement editor cut/copy/paste 1999-03-10 22:46:15 +00:00
akkana%netscape.com
cac34c12b2 Fix Solaris build problems -- thanks to braddr & bruce @ puremagic.com 1999-03-10 22:41:18 +00:00
sfraser%netscape.com
697f88d422 Add Cut, Copy and Paste to editor interfaces and classes, with a stub implemenatioon in nsEditor. 1999-03-10 21:29:41 +00:00
kin%netscape.com
806301a0b5 Changed all occurences of NS_TRANSACTION_MANAGER_FACTORY_CID
and kCTransactionManagerFactoryCID to NS_TRANSACTIONMANAGER_CID
and kCTransactionManagerCID.
1999-03-10 21:27:02 +00:00
sfraser%netscape.com
339921715b Add static to remove warning 1999-03-10 21:26:33 +00:00
kin%netscape.com
17133e31ce Modified the clobber target so that it removes the dll from the bin/components directory. 1999-03-10 21:25:03 +00:00
buster%netscape.com
80388f4d9e first cut at rules delegate for text editor, will change drastically in the next week or two 1999-03-10 19:53:26 +00:00
buster%netscape.com
7ddbcd287f creation of text nodes now supported 1999-03-10 19:51:55 +00:00
buster%netscape.com
cfcffb6aff mNewNode is a DOM Node, not a DOM Element 1999-03-10 19:51:07 +00:00
buster%netscape.com
70eb4bfeed small fix of an off-by-one error in an assertion 1999-03-10 19:50:17 +00:00
buster%netscape.com
efe5fd63d6 SelectAll wired to Ctrl-A. 1999-03-10 19:49:43 +00:00
buster%netscape.com
8aba8ecce7 small interface change to InsertBreak 1999-03-10 19:49:18 +00:00