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
26bdb82961
Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
1999-08-26 03:27:56 +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
cmanske%netscape.com
54edacf12e
Removed unused accesskey entity
1999-08-25 23:45:20 +00:00
cmanske%netscape.com
30b4fdf327
Removed test menu item to load ua.css
1999-08-25 23:44:14 +00:00
cmanske%netscape.com
392c448f01
Activating CSS to show named anchor in editor
1999-08-25 23:40:07 +00:00
sfraser%netscape.com
d77a143711
The document encoder no longer needs a pres shell.
1999-08-25 21:42:47 +00:00
brade%netscape.com
fea1beaef0
add license
1999-08-25 14:40:33 +00:00
brade%netscape.com
b80a7bbf89
xul overlay for ok/cancel
1999-08-25 14:36:13 +00:00
brade%netscape.com
3767dd8ed4
add license; xul overlay for ok/cancel
1999-08-25 14:35:59 +00:00
brade%netscape.com
4756d78987
xul overlay for ok/cancel; add license
1999-08-25 14:28:53 +00:00
brade%netscape.com
140c592eda
xul overlay for ok/cancel
1999-08-25 14:18:04 +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
brade%netscape.com
ca0e0221a7
diffs from pete@postpagan.com (cleanup and alignment css for image dialog)
1999-08-23 15:00:59 +00:00
brade%netscape.com
b868913ed8
diffs from pete@postpagan.com (cleanup and alignment fixes)
1999-08-23 14:59:46 +00:00
brade%netscape.com
256a2f7a8a
diffs from pete@postpagan.com (cleanup and alignment fixes); also fix for enable/disable of dialog based on imageType rather than the existence of a character in the source file
1999-08-23 14:58:54 +00:00
brade%netscape.com
0ed5fea341
changes from pete@postpagan.com
1999-08-23 14:56:57 +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
hyatt%netscape.com
f1252f912a
Renaming onaction to oncommand.
1999-08-20 22:58:32 +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
6187c11f26
Partial work toward 11390, using style instead of embedded pre tag
...
to control wrapping; this adds a style tag that should work, but
doesn't seem to (see bug 4696), so I've left the old pre tag in place.
Also change text to more accurately reflect the situation, and fix the
80 char reference so that it's really 80 chars (was 78 ;-).
1999-08-19 22:14:54 +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
brade%netscape.com
044d8b54aa
add license
1999-08-19 14:38:45 +00:00
brade%netscape.com
aa12d96eec
new images (transparent) from pete@postpagan.com
1999-08-19 14:37:43 +00:00
brade%netscape.com
cca8d157fc
back out license due to bug in parser
1999-08-19 14:35:23 +00:00
brade%netscape.com
8b5fd6fb1a
add license and opening comment (assume that is what was intended)
1999-08-19 14:33:39 +00:00
brade%netscape.com
a6e71d845f
add license
1999-08-19 14:28:44 +00:00
brade%netscape.com
adb72f0a47
diffs from pete@postpagan.com; add license
1999-08-19 14:28:35 +00:00
brade%netscape.com
5b1db25ad2
reformatting by pete@postpagan.com, pixel/percent handling by Brian King
1999-08-19 14:25:32 +00:00
brade%netscape.com
8d11fda7cf
diffs from pete@postpagan.com and Brian King (height and width percent controls)
1999-08-19 14:24:09 +00:00
brade%netscape.com
01734afc38
diffs from pete@postpagan.com and Brian King
1999-08-19 14:22:29 +00:00
buster%netscape.com
3fa1207a8b
fixed some documentation
1999-08-19 13:33:49 +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
87c395df64
Re-enabling Editor API Logging on Mac.
1999-08-19 13:27:57 +00:00