cmanske%netscape.com
714789baa3
Added CloneAttributes to IDL and nsIHTMLEditor. Reworked property dialogs to accomodate AdvancedEdit dialog. Preliminary version of AdvancedEdit dialog done
1999-09-02 01:47:18 +00:00
jfrancis%netscape.com
cb1186b037
more deletion work...
1999-09-01 21:23:47 +00:00
cmanske%netscape.com
51a4a28dcb
Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files
1999-09-01 19:58:25 +00:00
cmanske%netscape.com
699e5e802b
Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs.
1999-09-01 01:22:37 +00:00
cyeh%netscape.com
cc2825cbe0
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
ramiro%netscape.com
411c10dc89
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
jfrancis%netscape.com
1a8dca5815
checkpointing some deletion work
1999-08-31 13:55:18 +00:00
tague%netscape.com
e6b1e38570
Updated direct comparison with NS_OK to appropriate macros.
1999-08-31 06:34:56 +00:00
tague%netscape.com
d22744e0e1
Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX.
1999-08-31 01:20:32 +00:00
sfraser%netscape.com
d77e2fc8d8
Back out cmanske's changes to these files, which he checked by by mistake.
1999-08-31 01:14:40 +00:00
cmanske%netscape.com
7d4fcc7485
Added checking if we need to save file before allowing close window or exit (bug 7615). Added support for Confirm and Alert message dialogs
1999-08-31 00:51:23 +00:00
pinkerton%netscape.com
23469bd682
clean up small mem leak.
1999-08-30 22:18:23 +00:00
pinkerton%netscape.com
7fd9256ae5
clean up small memory leak.
1999-08-30 22:17:26 +00:00
buster%netscape.com
178df58863
removed static constructors, since they're illegal in our system
1999-08-30 22:12:11 +00:00
buster%netscape.com
5c31873a0a
fixed bug 12680 (password fields broken)
...
fixed bug 12489 (static contructors must be removed)
1999-08-30 22:11:09 +00:00
kin%netscape.com
c4ea811665
Fix for bugs #7153 , #10673 , #12066 , #12067 , and #12793 .
...
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h
- Added code to scroll the selection into view
after processing key events.
- Commented out the hack that redraws the entire
view when the focus is gained and lost. Replaced
the hack code with calls to RepaintSelection().
layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
- Added ScrollSelectionIntoView() and RepaintSelection() methods.
layout/base/src/nsRangeList.cpp
- Added implementation for ScrollSelectionIntoView() and
RepaintSelection().
- Check for NULL primary frame in GetFocusNodeRect()
to fix bug #12793 .
1999-08-30 21:54:40 +00:00
kin%netscape.com
536dfe95ee
Removed unused static ISupports IID.
1999-08-30 14:50:36 +00:00
kin%netscape.com
fb0c4cf306
Got rid of static buffer in nsEditorTxnLog::GetString().
1999-08-30 14:48:29 +00:00
cmanske%netscape.com
0da377feae
Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files.
1999-08-28 02:40:18 +00:00
akkana%netscape.com
b9c26e9b85
Handle lower-case alt-x as well as upper case
1999-08-28 00:31:06 +00:00
ramiro%netscape.com
877421b755
lower the volume on printf noise.
1999-08-27 09:38:44 +00:00
cmanske%netscape.com
7542d601b8
Fixed bug 12126. Removed pref code from nsHTMLEditor - do HLine pref stuff in JS instead.
1999-08-27 04:12:47 +00:00
sfraser%netscape.com
b6c71e8a29
Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
1999-08-26 03:22:03 +00:00
sfraser%netscape.com
d77a143711
The document encoder no longer needs a pres shell.
1999-08-25 21:42:47 +00:00
jfrancis%netscape.com
92a8df9ea6
making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor
1999-08-25 10:51:55 +00:00
pinkerton%netscape.com
f4a7881b59
toString -> ToString idl change.
1999-08-25 09:15:18 +00:00
pinkerton%netscape.com
edc17e7846
IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter.
1999-08-25 08:35:06 +00:00
bienvenu%netscape.com
9e198e7f4e
fix more spankage bustage
1999-08-25 06:26:42 +00:00
brendan%mozilla.org
bbe959f4d1
Massive spankage to capitalize C++ method and attribute name bindings, per
...
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mscott%netscape.com
2be91e72b5
Fix pedantic build breakage for unix.
1999-08-24 18:38:21 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
buster%netscape.com
664cb722e1
added a special case to the output text rules for an empty document
...
(one that contains the bogus node)
1999-08-24 13:48:08 +00:00
jfrancis%netscape.com
16045e64a5
refactoring text insertion code; indent/outdent now work with lists and list items.
1999-08-24 08:56:51 +00:00
jfrancis%netscape.com
e20e2b97dd
fix for bug #12337 : not counting non-editable nodes when searching for whitespace.
1999-08-24 08:55:28 +00:00
buster%netscape.com
b9f8eebf77
Split out installing the editor's own event handler as a separate step.
...
The owner of the editor can now initialize the editor,
set up its own listeners if it wants to, then the editor will set up it's own
backstop listeners as part of PostCreate().
The backstop key listener now ignores ENTER for single line text controls.
Ugly to have to do it here, it would be better if the owner could just swallow the key event.
1999-08-23 06:42:04 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
mccabe%netscape.com
779d51d186
First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
...
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
dougt%netscape.com
8cf9b81629
xpild-ing nsIAtom. Now nsIAtom is xpcom compliant.
1999-08-21 07:07:00 +00:00
tague%netscape.com
ba8c57abef
Fixed bug #12052 - design changes to the implemenation of the editor charset menu. The charset information is now pushed down to the nsIDocument rather than being stored in the nsEditor component.
1999-08-20 23:52:36 +00:00
akkana%netscape.com
d78cbc0c02
Handle plaintext wrapping in style, rather than a pre tag in the body. Also fix a couple of warnings.
1999-08-20 22:39:48 +00:00
brade%netscape.com
d4a307dbb5
keyhandling for keybindings moved to keypress (was keydown)
1999-08-20 13:14:03 +00:00
akkana%netscape.com
b9ced806e8
11684: remove redundant wrapcol variable from editor
...
(and fix type in obsolete text editor);
Partial work toward 11390, use style rather than embedded PRE for wrapping
(unfinished, currently ifdefed out).
1999-08-19 22:11:58 +00:00
pinkerton%netscape.com
98d586a525
add DragGesture to drag listener.
1999-08-19 19:48:33 +00:00
buster%netscape.com
f391c0c96b
just turned off the noisy debugging
1999-08-19 15:15:41 +00:00
buster%netscape.com
d3b61f6c7b
Fixed a ton of errors where we were not handling error results correctly.
...
Added some comments of the form "// XXX: ERROR_HANDLING <explanation>"
wherever I saw a potential error but wasn't 100% sure of the intention of the code.
Fixed a few bugs along the way.
1999-08-19 13:30:48 +00:00
kin%netscape.com
7c4fbcd36b
Modifications to re-enable Editor API Logging which was broken after the last editor source reorg.
...
editor/base/Makefile.in
editor/base/makefile.win
- Modified makefiles build files that were
renamed, and use new define to build the
API Logging code.
editor/base/nsEditor.cpp
editor/base/nsEditor.h
editor/base/nsHTMLEditor.cpp
- Removed all ENABLE_JS_EDITOR_LOG ifdef'd code.
- Removed all references to nsVector.h.
editor/base/nsEditorFactory.cpp
- Added ENABLE_EDITOR_API_LOG ifdef'd code
that will create an instance of nsHTMLEditorLog
instead of nsHTMLEditor.
editor/base/nsEditorTxnLog.cpp
- Initial checkin of file. File was originally named nsJSTxnLog.cpp.
editor/base/nsEditorTxnLog.h
- Initial checkin of file. File was originally named nsJSTxnLog.h.
editor/base/nsHTMLEditorLog.cpp
- Initial checkin of file. File was originally named nsJSEditorLog.cpp.
- nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
overrides methods that modify the content tree and are publicly
available via XPIDL.
editor/base/nsHTMLEditorLog.h
- Initial checkin of file. File was originally named nsJSEditorLog.h.
- nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
overrides methods that modify the content tree and are publicly
available via XPIDL.
1999-08-19 13:19:10 +00:00
rods%netscape.com
268da867ab
getting unicode data from clipboard
1999-08-18 15:10:18 +00:00
jfrancis%netscape.com
c37cc8a34d
some reorg of block transformation code; implemented make-{header,preformatted,address,normal}; tweaked make list to honor <br> in some circumstances; rewrote "return in list item" to pop you out of list if item is empty; rewrote "return in header" to work with non-trivial headers.
1999-08-18 08:13:06 +00:00
ramiro%netscape.com
96d7df3998
Link with neckoutil_s as windows does.
1999-08-17 16:26:25 +00:00
tague%netscape.com
a15b0b4b19
Fix bug #11687 - [Dogfood] Enable ender to save documents in encodings other than ISO-8859-1. Approved by chofmann@netscape.com, reviewed by buster@netscape.com.
1999-08-13 22:26:50 +00:00
sfraser%netscape.com
1cf591a8c8
Fix the list buttons to show state.
1999-08-10 23:16:43 +00:00
jfrancis%netscape.com
49d0dcd15b
let VC 5 live!
1999-08-10 22:02:27 +00:00
jfrancis%netscape.com
46a01fdc87
more block operation improvements to "make list"
1999-08-10 21:44:10 +00:00
akkana%netscape.com
a18f7427dd
11552: don't hardcode the character set for saving
1999-08-10 21:22:32 +00:00
jfrancis%netscape.com
f1e84c9d2d
begginning of block operations honoring breaks...
1999-08-09 23:39:48 +00:00
jfrancis%netscape.com
65ac5c1602
fixing bug 9366
1999-08-09 22:51:40 +00:00
jfrancis%netscape.com
5237edcf94
default impl for InsertHeader(); plus adapted to new definition of SplitNodeDeep()
1999-08-09 21:51:19 +00:00
jfrancis%netscape.com
305be45591
added InsertHeader()
1999-08-09 21:50:28 +00:00
jfrancis%netscape.com
90559d0488
smarts for creating empty lists in the right places;
prelim work for WillMakeHeader();
prelim work for indenting lists;
helper routine IsEmptyBlock();
1999-08-09 21:50:02 +00:00
jfrancis%netscape.com
3cd7a6362b
added helper function IsEmptyBlock()
1999-08-09 21:49:25 +00:00
jfrancis%netscape.com
1736058750
SplitNodeDeep() now emits an out param that tells you what the effective split offset was. This routine no longer splits text nodes unless it has to; ie, if the original offset was at the beginning or end of the text node, no split occurs in it.
1999-08-09 21:45:52 +00:00
jfrancis%netscape.com
7b11cafa7e
adding InsertHeader()
1999-08-09 21:43:53 +00:00
jfrancis%netscape.com
9cd8e103a9
fix for 10584
1999-08-09 21:42:51 +00:00
buster%netscape.com
8e90ebd62a
moved handling of flags from rules constructor to rules init, so
...
rules code can call SetFlags with mEditor initialized and do real
processing if it wants to.
1999-08-09 18:39:49 +00:00
sfraser%netscape.com
d1b6789d87
Fix the nsTextEditRules init so that setting the flags works.
1999-08-09 18:22:13 +00:00
buster%netscape.com
1a79a33f3f
backed out my last change, it didn't fix the problem I thought it would.
1999-08-09 18:01:08 +00:00
buster%netscape.com
8e4aa41452
call SetFlags from Init, so plaintext logic gets executed.
1999-08-09 17:44:14 +00:00
sfraser%netscape.com
7b95768818
Turn off the JS logging for now, for real this time (duplicate DEFINES line removed)
1999-08-09 02:28:51 +00:00
bienvenu%netscape.com
80501b5855
fix build bustage on win32
1999-08-09 01:57:28 +00:00
sfraser%netscape.com
434d6ba1b8
Turn off the JS logging for now.
1999-08-09 01:42:08 +00:00
sfraser%netscape.com
98818652df
Landing editor API changes. Removed nsITextEditor and nsTextEditor, split interfaces into more, non-overlapping interfaces, and other general cleanup.
1999-08-09 01:37:50 +00:00
sfraser%netscape.com
d5131e8e05
First Checked In.
1999-08-09 01:34:04 +00:00
buster%netscape.com
c45863f493
fixed handling of text controls with a max length set
1999-08-07 05:29:41 +00:00
buster%netscape.com
6a470ed99b
fixed disabled and readonly handling
...
added redraw hack to blur (in addition to focus, already done)
1999-08-07 05:28:57 +00:00
tague%netscape.com
1e3c4f5ac5
Added support for replies from private DOM text events. See bug #4826
1999-08-06 02:32:13 +00:00
cmanske%netscape.com
5603ca24a3
Further table editing work
1999-08-05 20:04:58 +00:00
akkana%netscape.com
58dfd220fa
10684: Fix plaintext paste as quotation crash
1999-08-05 19:48:11 +00:00
valeski%netscape.com
493ae6bd9e
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
kin%netscape.com
efbd1160d8
Fixes for bug #10231 (crash making list after select all)
...
and bug #10815 (Crash deleting selected text and table)
mozilla/editor/base/nsHTMLEditRules.cpp
- Added check, in WillDeleteSelection(), to see if
endpoints of the range are in the body before calling
GetBlockNodeParent(). (Bug #10231 )
- Modified GetPromotedPoint() to check for NULL in the
case where aWhere == kEnd and GetChildAt() returns NULL.
(Bug #10815 )
mozilla/layout/base/src/nsGenericElement.cpp
- Modified RangeAdd() so that it doesn't add
a range if it's already in the list. (Bug #10231 )
mozilla/layout/base/src/nsRangeList.cpp
- Modified GetPrimaryFrameForFocusNode() to
initialize aReturnFrame and to return a failure
if ChildAt() returns NULL. (Bug #10231 )
1999-08-04 18:36:19 +00:00
mcafee%netscape.com
fc63a7be8c
Adding nsJSEditorLog::NormalizeTable() stub to fix breakage. a=melton
1999-08-04 02:51:05 +00:00
cmanske%netscape.com
4936a140bc
Table editing implementation
1999-08-04 02:06:03 +00:00
sfraser%netscape.com
d86a1421e4
Fix the document state listener mechanism so that you can install listeners after the editor has been created, and still get their 'document creation' notification called.
1999-08-03 06:53:45 +00:00
buster%netscape.com
99e4a130b8
added the same hack for blur as for focus, to force a repaint
...
handle TAB in keyDown, not keyPress, so we can surpress focus manager
using TAB to swap focus from the editor.
1999-08-03 06:07:29 +00:00
buster%netscape.com
3e5be0c19e
added a missing break that was leading to an assert in NotifyDocumentListeners
1999-08-03 06:05:29 +00:00
buster%netscape.com
0ae865e438
just fixed warnings
1999-08-03 05:56:55 +00:00
warren%netscape.com
d4aafab09e
Fixing Simon's stuff.
1999-08-03 01:57:26 +00:00
sfraser%netscape.com
c7e760456a
Make the nsIDocumentStateListener interface more useful, with doc creation and destruction notifiers.
1999-08-03 00:58:38 +00:00
sfraser%netscape.com
e7a1cc850e
Support for pre-registering nsIDocumentStateListeners before the editor is created.
1999-08-03 00:57:57 +00:00
sfraser%netscape.com
5c319ede79
Updated for nsIDocumentStateListener interface
1999-08-03 00:57:23 +00:00
buster%netscape.com
33e426c1d3
minor bustage, hopefully before tinderbox even catches it...
1999-08-02 14:13:08 +00:00
buster%netscape.com
a349b5c990
fixed some set and remove text propery bugs
1999-08-02 13:55:45 +00:00
buster%netscape.com
a365d0139b
selection and caret are not displayed at Init time any more. This is done on Focus now.
...
checking in temp hack to repaint on focus
1999-08-02 13:53:23 +00:00
buster%netscape.com
9eef53a8ef
enabled string bundles, now that NECKO has landed
...
selection and caret are not displayed at Init time any more. This is done on Focus now.
1999-08-02 13:51:50 +00:00
cmanske%netscape.com
ec0c057e63
Fixed lots of XUL (adjust for new titledbutton changes and XPMenus). Added initial table properties support and unit test for nsITableLayout methods. Removed unused InsertLink and InsertImage methods. Added lots of comments for interface methods.
1999-08-01 22:37:58 +00:00
akkana%netscape.com
7d4681dfa7
10525: Only handle plaintext paste in base and text editors
1999-07-30 23:46:18 +00:00
akkana%netscape.com
cf860979ff
Fix compile warning
1999-07-30 23:37:57 +00:00
jfrancis%netscape.com
02ce08414e
fixed blocker bug 10698; rvwd: akkana; apprvd: chofmann
1999-07-29 23:40:21 +00:00
mscott%netscape.com
69a94050d1
fix build breakage with necko landing...include config.mak
1999-07-29 04:25:34 +00:00
sfraser%netscape.com
ad67b5fdb6
Remove references to nsIContextLoader.
1999-07-28 03:08:21 +00:00
sfraser%netscape.com
24edc7b880
Implement support for nsIDocumentStateListeners.
1999-07-28 02:55:40 +00:00
sfraser%netscape.com
28445772cc
Support for UI state maintenance, for styles, and the document dirty flag.
1999-07-28 02:54:35 +00:00
sfraser%netscape.com
adc8435f88
Added nsInterfaceState for UI state maintenance
1999-07-28 02:53:09 +00:00
sfraser%netscape.com
9cc7ac565d
First Checked In.
1999-07-28 02:49:12 +00:00
sfraser%netscape.com
27fab696fd
File Removed.
1999-07-28 02:47:47 +00:00
cmanske%netscape.com
7c8bb1af56
Fixed bug in GetElementOrParentByTagname
1999-07-28 01:37:51 +00:00
cmanske%netscape.com
5262654f25
Fixed build bustage - removed references to removed .h files
1999-07-28 00:35:41 +00:00
mcafee%netscape.com
c61b6e8749
cmanske forgot to remove one reference to a removed header file, fixing linux bustage.
1999-07-28 00:33:50 +00:00
cmanske%netscape.com
24ee7966ca
Removing files no longer used.
1999-07-28 00:11:50 +00:00
cmanske%netscape.com
6709d09482
Removing files no longer used.
1999-07-28 00:02:45 +00:00
cmanske%netscape.com
f6fef62102
Initial table editing stuff. Removed table editing transactions (use basic node txns). Fixed TrimString JS methods. Fixed setting border in insert table.
1999-07-27 23:59:22 +00:00
akkana%netscape.com
de384c068e
490: Insert a line break after a br tag. Also fix some warnings
1999-07-27 21:18:10 +00:00
danm%netscape.com
743f1947e6
hooking up window OS border control from JS/C++
1999-07-27 06:34:24 +00:00
rhp%netscape.com
64cc6b88f5
Fix for stopper bug #10504
1999-07-26 18:05:41 +00:00
buster%netscape.com
9703391cfa
Clean-up
...
1) fixed unit tests
2) fixed a bunch of leaks having to do with using enumerators. Thanks for noticing these, Simon.
3) fixed a tiny problem in nsTextEditRules::WillDoAction().
This method was overly aggressive in checking input args, sel can be null for some operations.
1999-07-25 18:14:44 +00:00
jfrancis%netscape.com
a2564d9b74
default to setting selection _after_ a created element
1999-07-25 09:25:02 +00:00
jfrancis%netscape.com
e9c51239b6
making plaintext flag force a "white-space: pre" style on the body. this is a fix for bug 9153
1999-07-25 05:34:02 +00:00
cmanske%netscape.com
5c9096197a
Fixed GetSelectedElement to detect caret or selection inside link text. Link dialog will select entire link. Added GetParentLinkElement.
1999-07-25 01:24:12 +00:00
cmanske%netscape.com
5a825a3726
Fixed insert element bugs. Added message if no misspelled words. Changed 'More Atrributes' to 'Advanced Edit' in dialogs. Improved generic message dialog. Added remove link button to link dialog
1999-07-24 20:27:53 +00:00
cmanske%netscape.com
80d18a0ea9
Fixed bugs relating to insert element
1999-07-23 00:52:17 +00:00
sfraser%netscape.com
6c5abf43b8
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
6e2c96b68d
#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
5ba8ec2d70
Fixed bug #10242 - crash when typing space after IME composition
1999-07-22 23:13:59 +00:00
tao%netscape.com
475cd91987
Adopt new str res api prototype.
1999-07-22 04:41:11 +00:00
akkana%netscape.com
3e2c2dce23
Find file: URLs when searching for embedded elements -- bug 10134
1999-07-20 20:38:04 +00:00
kin%netscape.com
4c6bfbcc09
Switch from override style sheets to doc
...
style sheets.
1999-07-20 19:34:35 +00:00
jfrancis%netscape.com
8e8f2f24ef
assorted work to expose nav html dtd to the editor
1999-07-19 22:49:21 +00:00
akkana%netscape.com
13530acf98
Add GetEmbeddedObjects API to editor shell
1999-07-19 22:36:12 +00:00
tague%netscape.com
5b9e5316a1
Fixed crashing bug with IME support.
1999-07-19 21:16:42 +00:00
joki%netscape.com
0af283b8e2
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
be21cf175a
Fix paste html; remove some unneeded inclusions
1999-07-19 19:37:08 +00:00
akkana%netscape.com
e93a9f9d7c
Add GetEmbeddedObjects API for mail/news
1999-07-19 19:06:39 +00:00
mjudge%netscape.com
7ddf8fee55
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
warren%netscape.com
c5684bf4d7
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
buster%netscape.com
5c7a93503f
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
fa69f0e621
fixed tests
1999-07-15 19:08:49 +00:00
mjudge%netscape.com
795cc26dd3
checkin for carpool for multiple seleciton/ime selection and api changes
1999-07-15 18:19:20 +00:00
cmanske%netscape.com
42f3df044b
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
12152a8eb7
Call a post-save method, and remove bogus nil check.
1999-07-14 22:31:19 +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
tague%netscape.com
5913e0d61d
Fix bug #8459 , #6989 Can't move cursor within IME composition string.
1999-07-14 20:05:25 +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
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
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
buster%netscape.com
bc55cc6026
workaround for blocker bug 8123. approved by chofmann.
1999-07-08 19:52:44 +00:00
cmanske%netscape.com
0345565059
Fixed bug 9287. Reviewed by mjudge, approved by chofmann
1999-07-08 03:28:34 +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
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
cmanske%netscape.com
d92dbb6673
Trying to get dialogs to work again.
1999-07-06 00:19:40 +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
2129a5adab
Changes to editor XUL dialogs to accomodate new window-as-box changes
1999-07-02 22:52:34 +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
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
7a64a88fd0
First Checked In.
1999-07-02 03:56:25 +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
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
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
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
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
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
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
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
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
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
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
akkana%netscape.com
ae0b60e546
Use deep first/last child for Beginning/EndOfDocument methods
1999-06-22 21:42:44 +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
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
a6788bbf76
Fix for the crasher part of 7801: don't use nsAutoSelectionReset in InsertList
1999-06-15 23:24:24 +00:00
mcafee%netscape.com
610b0c79c2
Minor reformatting.
1999-06-15 04:07:36 +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
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
7640929c5a
Turned on bug fix for #6896 : Windows editorinterprets the period key as a forward delete.
1999-06-13 21:13:12 +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
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
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
3c88513d64
Rename nsISpellCheck to nsIEditorSpellCheck
1999-06-11 22:43:19 +00:00
tague%netscape.com
95bea389db
More work on bug #6896
1999-06-11 20:32:09 +00:00
sfraser%netscape.com
0fbfd9b305
Fix the build.
1999-06-11 19:56:35 +00:00