akkana%netscape.com
87e3d9d3a9
Use new ToString method on selection
1999-09-21 01:42:41 +00:00
cmanske%netscape.com
3744ca849c
Editor bug fixes. List Properties dialog work. Fixed menu access keys in DTD file. Fixed using selection->Clear() cases
1999-09-21 01:36:30 +00:00
waterson%netscape.com
848853d3e8
Fix Linux bustage.
1999-09-20 04:50:18 +00:00
buster%netscape.com
16446efc84
most of the fix for bug 11804, type-in state wasn't properly removing
...
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.
1999-09-20 04:20:18 +00:00
buster%netscape.com
ebe26ab6d3
turned off a debug flag
1999-09-20 04:17:05 +00:00
buster%netscape.com
3c3fee1121
fixed recent bustage on windows that '.' key wouldn't work, making it
...
tough to type URL's in browser. still needs work, but it's usable again.
1999-09-20 04:16:34 +00:00
buster%netscape.com
700374e720
turned off a noisy debug flag
1999-09-20 04:15:36 +00:00
jfrancis%netscape.com
2569f4a0cb
fixing a heap-o-undo problems and some mBogusNode problems
1999-09-20 01:31:44 +00:00
buster%netscape.com
ad6f14fd32
fixed an error where the out param was not being initialized to null.
...
This could cause an error in the caller if the caller fails to check the return
code as well as the pointer!=null before dereferencing the result.
1999-09-19 23:47:04 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
jfrancis%netscape.com
02f20427ef
improved handling of tabs (nested tables now work) and also fixed bug 13662
1999-09-19 10:32:21 +00:00
jfrancis%netscape.com
7f1813ed34
fix bug 13469
1999-09-19 10:31:31 +00:00
jfrancis%netscape.com
c91289428f
putting tab handling back in KeyDown(). Else editor never gets tabs.
1999-09-19 10:30:30 +00:00
tao%netscape.com
180969e7ad
Hook up da-DK.
1999-09-18 01:26:24 +00:00
davidm%netscape.com
06e68518d9
Change the call to shutdown to a call to quit.
1999-09-18 00:29:01 +00:00
cmanske%netscape.com
d3749a97dd
Fixed printing from the editor toolbar, bug 8806.
1999-09-17 23:46:36 +00:00
jfrancis%netscape.com
248452a87c
fix for 13677
1999-09-17 23:15:12 +00:00
cmanske%netscape.com
763c9009c8
Added items for list menu and dialog so DTD work can continue. Change openDialog calls to use '_blank' as window name.
1999-09-17 23:13:59 +00:00
tao%netscape.com
45dd700b63
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:55:59 +00:00
tao%netscape.com
4682741d61
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:44:01 +00:00
buster%netscape.com
496568c9b5
fixed some warnings
1999-09-17 20:22:13 +00:00
buster%netscape.com
b7d6fcb807
fixed a compiler warning
1999-09-17 20:19:50 +00:00
buster%netscape.com
adc523b979
fixed an assesrtion in ~nsHTMLEditor caused by calling GetDocument()
...
when Init() had never been called. This is a legal sequence
(nsHTMLEditor is instantiated and destroyed without Init() ever being called),
so now it's allowed.
1999-09-17 20:18:50 +00:00
buster%netscape.com
420962b484
fixed a warning
1999-09-17 20:17:22 +00:00
akkana%netscape.com
6f7a630dad
Handle everything in KeyPress; make KeyDown a nop. This also fixes bug 13962
1999-09-17 20:11:13 +00:00
sfraser%netscape.com
a68044b6d1
Fix the double reload problem in the editor, which fixes bug 14045 and maybe others.
1999-09-16 23:54:08 +00:00
kin%netscape.com
1cecddb18c
Changed all occurrences of window.content.addEventListener()
...
to window.addEventListener() to fix editor default page not loading.
1999-09-16 18:40:17 +00:00
sspitzer%netscape.com
2061dc9f57
ignore generated makefiles
1999-09-16 11:33:15 +00:00
cmanske%netscape.com
c3e0b340d1
Added an HR to editor test page
1999-09-16 04:38:50 +00:00
cmanske%netscape.com
3c48229507
Editor UI work. Integrated Brendan's JS improvements. Trying to get popups to work in dialogs. Add Ben Goodger's table properties dialog work.
1999-09-16 04:36:16 +00:00
sfraser%netscape.com
380a9bb11a
Don't show the caret initially; it will be made visible when the editor, or text widget, gets a focus event.
1999-09-16 01:16:31 +00:00
cmanske%netscape.com
fe95945cb2
Added a link and named anchor to the editor test page
1999-09-15 20:37:10 +00:00
buster%netscape.com
8a995bfc5e
fixed bug 13810 by removing an extraneous check for empty string. empty strings are perfectly legal
...
in WillInsertText
1999-09-15 19:43:19 +00:00
akkana%netscape.com
3867426c89
Turn on whitespace insertion
1999-09-15 17:55:41 +00:00
rjc%netscape.com
75a2402566
"rdf:find" is now called "rdf:localsearch"
1999-09-15 10:21:47 +00:00
jfrancis%netscape.com
63b3dce079
fix for bug 13500 - typo that broke deletion
1999-09-15 05:43:25 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
cmanske%netscape.com
326f584d8e
Put loading of EditorContent.css within an if DEBUG_cmanske 'cause it prevents initial reflow and others will complain!
1999-09-15 01:12:58 +00:00
cmanske%netscape.com
0be67b52f1
Fixed bug 8806 - printing from editor
1999-09-15 01:10:10 +00:00
sfraser%netscape.com
b329d8555b
Changes to nsAutoStrings, and do the funky new caret thing.
1999-09-14 23:44:05 +00:00
sfraser%netscape.com
20029fa588
Use nsAutoStrings where appropriate
1999-09-14 23:40:16 +00:00
akkana%netscape.com
2f8fd57333
Remove style info -- we need the plaintext-mode editor to do this for us, not requiring it to be in the file
1999-09-14 21:30:58 +00:00
law%netscape.com
a874b261ad
Enable editor window to be opened via window.openDialog
1999-09-14 20:36:19 +00:00
buster%netscape.com
161438718c
fixed bug 13669, wrong password when user typed with 1 or more characters selected
1999-09-14 00:11:22 +00:00
akkana%netscape.com
488d492da2
Fix an erroneous debug print; fix some build warnings
1999-09-13 21:39:51 +00:00
buster%netscape.com
b10892ab14
added GetAbsoluteOffsetsForPoints, so we can get the length of a document without
...
playing with it's selection. Much faster, and doesn't mess with the display at all.
1999-09-13 20:44:38 +00:00
cmanske%netscape.com
527b9eef42
Fixed bug 10236 - suppressing hand cursor over links in editor
1999-09-13 19:21:34 +00:00
brade%netscape.com
e34846ad47
move to keycode for VK_* keys
1999-09-13 13:52:41 +00:00
jfrancis%netscape.com
8de9e45071
implementing EditorKeyPress and handling tabs in tables and shift-return meaning <br>
1999-09-13 09:37:51 +00:00
hangas%netscape.com
ef232c9643
Updated help menu to match new id in globalOverlay.xul
1999-09-12 02:50:24 +00:00