jfrancis%netscape.com
85cc9a5114
rearranging project view a bit
2000-01-15 14:30:22 +00:00
jfrancis%netscape.com
634a777322
* fixed 19596;
* fixed 23597;
* fixed deletion bug that could cause to breaks to be deleted instead of one, when backspacing once. (no #)
* partial fix for current paragraph style not being properly reported in the composer toolbar. (no #)
2000-01-15 14:29:29 +00:00
scc%netscape.com
da2c4e9fd1
Fix build bustage; r=sfraser. My theory for what the current build bustage is: `tainted' |nsCOMPtr<nsIDOMElement>| definition. The full definition of |nsIDOMElement| must be in scope first.
2000-01-14 04:14:09 +00:00
mjudge%netscape.com
035bf4f17e
small fix for bug23833 r= jfrancis
2000-01-13 23:56:34 +00:00
kin%netscape.com
3f215a5e83
We now cut the correct number of characters from the styleValue string.
...
Fixed bug that prevented us from removing properties starting at the
zeroth position in the string.
r=sfraser@netscape.com
2000-01-13 23:50:28 +00:00
rgoodger%ihug.co.nz
d32a214318
fixing 20606, advanced edit dialog comes up blank. r=cmanske@netscape.com
2000-01-13 23:37:01 +00:00
cmanske%netscape.com
e70eaf046f
Table editing work and fixed bug 21389, r=buster. Added detecting table, row, or cell for setting background color, bug 7992, r=kin. Renamed overloaded GetDocumentTitle to GetDocumentTitleString and set new URL of saved page in webshell, bug 23726, r=mjudge
2000-01-13 23:33:00 +00:00
jfrancis%netscape.com
a5fc421d20
fixed bug 20613 & 21121: both invloved newlines in preformatted text. Layout gives no frames for blanklines caused by newlines, so you cant click or arrow to them. I replace such newlines with breaks now.
fixed 21196: select all no longer selects the special break we use in empty documents (this would cause an invisible selection).
fixed 21430: choosing a new alignment in an empty doc used to do nothing. Now it works but I've exposed a selection bug inthe process...
fixed 22225: a little unintended re-entrancy caused multiple breaks to be inserted in empty table cells when doc read in.
2000-01-13 10:17:35 +00:00
cmanske%netscape.com
732e3a013f
Fixed RegExp problems in forceInteger method , implemented JS for text and background color buttons relating to bug 21410 (but blocked by bug 23739). Fixed bug 18707. r=sfraser
2000-01-12 21:45:13 +00:00
rods%netscape.com
bd90662588
removed the hard-coded font for text editor controls
...
b 17303 r=buster
2000-01-12 15:37:39 +00:00
jfrancis%netscape.com
e171985f93
fix for 23551: plaintext mail quoting broken. editor rules code was unaware that we were utting html elements into plaintext (namely pre, used to contain the quote). fixed.
2000-01-12 02:58:57 +00:00
jfrancis%netscape.com
54bd51b737
fix for bug 23595: lines permuted by forward delete of a break. one line fix - some misordered parameters.
2000-01-12 02:20:24 +00:00
akkana%netscape.com
cf64a5c902
23335: Don't return error codes from the editor controller; the resulting JS messages just confuse the user. r=mjudge
2000-01-11 23:42:15 +00:00
cmanske%netscape.com
8366ff5308
Oops! Restore 'g' in RegExp with last checkin. r=sfraser
2000-01-11 21:11:34 +00:00
cmanske%netscape.com
c3fb41fb30
Part of fix for why forceInteger filter in Composer edit boxes doesn't work (fixed RegExp syntax). Added debug dump lines to help investigate bug 18707 (exists only in optimized builds). r=sfraser
2000-01-11 21:03:23 +00:00
pp%ludusdesign.com
698852a4f4
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
cls%seawood.org
4f34e05855
Removed redundant XPDIST from the build. Changed existing references to DIST.
...
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
jfrancis%netscape.com
1f37b81420
fixing VC5 build (missing return value)
2000-01-11 01:25:00 +00:00
jfrancis%netscape.com
7f37ccf2d2
not all compilers created equal
2000-01-10 10:44:18 +00:00
jfrancis%netscape.com
81a137561c
fix for 11994, an IME bug. (accidentally left out of prior checkin)
2000-01-10 10:20:51 +00:00
jfrancis%netscape.com
e72a2924a8
added in some rules code for mail quoting. This
fixes bug: 19979 (extra blank line showing up in
mail that has quotes)
partial progress on block transformation work:
unlisting a list now works mostly correctly again,
instead of merging all the former list items into
one run of text (no bug number).
Moz-br's are now added in one more circumstance:
when you have a br at the end of some inline
content that is followed by a new block (like a
list, table, etc.). This is needed for the same
reason that the other moz-br's are: to generate a
blank line that the user expects after hitting
return. (no bug number)
DTD-related work to enable the editor to check if
you should be able to type given the current
selection.
fixed bug 22944: inserting an <A> in a table
splits the table.
Made some progress on text paste performance, but
it's still too slow. That's 19273, which I'm
leaving open
fixed bug 15258: selection capable of getting out
of the body element.
fixed a bug where code that merged adjacent text
nodes would merge the non-editable "formatting"
textnodes, (no bug number). Added code to prevent
selection from ending up inside a non-editable
text node.
fix for 11994, an IME bug.
2000-01-10 10:13:58 +00:00
akkana%netscape.com
8c236a7d13
23169: Fix uninitialized variables, including one which was disallowing splitting lines by hitting return. r=jfrancis
2000-01-06 22:35:04 +00:00
jfrancis%netscape.com
b99928a9c0
fixing warnings
2000-01-06 00:16:18 +00:00
jfrancis%netscape.com
6229129616
continuing the war on the Case Of The Happy Caret
2000-01-05 12:24:10 +00:00
ducarroz%netscape.com
deae78654f
Fix for bug 23009. Add a space after the comma (typo). R=nicole
2000-01-04 20:38:16 +00:00
akkana%netscape.com
0b23aa43ac
22655: add API to allow specifying charset when inserting/quoting html. r=rhp
...
16015: Add API and implementation for delete-to-beginning (^U). r=slamm,rhp
490: Insert formatting newlines when inserting new nodes. r=rhp
2000-01-04 20:38:12 +00:00
mcafee%netscape.com
af019e592d
Fixing unix bustage.
2000-01-04 04:28:39 +00:00
jfrancis%netscape.com
c207257f01
adding construct-time value for an editor member bool.
2000-01-04 04:24:04 +00:00
jfrancis%netscape.com
d6e95890c8
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
2000-01-04 03:09:41 +00:00
rgoodger%ihug.co.nz
086989d23d
Frivolous comment added to XUL file. First Checkin of the year 2000! Made approximately 12:50AM, 01/00/00 NZST. r=me
1999-12-31 11:53:03 +00:00
rpotts%netscape.com
af4f9c2189
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
1999-12-29 07:32:59 +00:00
bryner%uiuc.edu
efb687dcad
Changing a char array to a PRUnichar array, to fix a build
...
warning. r=sspitzer.
1999-12-29 03:45:26 +00:00
buster%netscape.com
03ce06ed8d
fixed bug 21032 ([regression] can paste multiple lines of text into a single-line text control)
...
when we were using <BR>'s in plaintext, this wasn't an issue.
when we switched to using \n, we needed to put in an extra check to transform CRLF to space.
partial fix bug 20387 (scroll bars appearing in single line text control)
part of the problem is we were leaving an empty text node lying around after inserting the bogus <br>
this induced layout to add a line after the <BR>, making the document in an empty text control too tall
Kin still has the task of hiding the scroll bar in certain situations, but this was the right thing to do
anyway.
r=kin
1999-12-24 15:48:48 +00:00
buster%netscape.com
dc92b5dab3
fixed bug 22228
...
r=dcone
For this part of the fix, removed a precondition check for a null input param. It's legal (and necessary) here.
1999-12-23 21:02:45 +00:00
rods%netscape.com
a45b5daae1
backing out change and reopening bugs 17303, 19426, the default case where input isn't specified
...
causes a lot of problems becuase of the style it needs.
r=self
1999-12-23 20:13:46 +00:00
brade%netscape.com
16961c8f81
remove duplicate prefs
1999-12-23 15:36:54 +00:00
cmanske%netscape.com
9192125ad9
Fixed bug 22072, loading style sheet in editor. a=jar, r=brade
1999-12-22 23:57:04 +00:00
cmanske%netscape.com
2716ab607d
Fixed bugs 20694 (Colorpicker crash in UNIX, Mac), 22064 (text wrap for insert image), 22176 (Insert table menu item). a=jar, r=brade
1999-12-22 23:53:27 +00:00
cmanske%netscape.com
cf0bba39bf
Fixed bugs 20694 (Colorpicker crash in UNIX, Mac), 22064 (text wrap for insert image), 22176 (Insert table menu item)
1999-12-22 23:52:10 +00:00
rgoodger%ihug.co.nz
6dcca1a1a3
CSS cleanup for advanced edit dialog, r=cmanske, brade, a=gramps
1999-12-22 23:32:08 +00:00
kin%netscape.com
6bd2f7ab0c
Changed write string for "paragraphFormat" to "SetParagraphFormat()"
...
to get log playback working again.
r=buster@netscape.com ,cmanske@netscape.com a=don@netscape.com
1999-12-22 19:44:00 +00:00
rods%netscape.com
f06bddeda0
removed the hard coded font-family in the PlaintextInitalStyle for the set flags
...
r=buster bugs 17303,19426
1999-12-22 19:41:11 +00:00
ftang%netscape.com
982fa55c82
partial fix for bug 15533 (size part). 1. change the return value from nsPiont to nsRect. Change widget code to reflect the change. In Gtk, change XIM FontSet based on the rect height. r=cata a=chofmann
1999-12-22 07:56:40 +00:00
brade%netscape.com
d8c1142ecd
don't prompt to save changes to an empty/new window (bug #13933 ) fix by sfraser r=brade
1999-12-21 15:27:54 +00:00
tbogard%aol.net
9230d33f83
Changed to talk to webshell using the nsIBaseWindow where appropriate.
1999-12-17 23:44:43 +00:00
kin%netscape.com
e328b78703
Fix for bug #21683 : [dogfood] Can't set focus to end of reply message to type
...
Added beginRulesSniffing local variable.
r=jfrancis@netscape.com a=chofmann@netscape.com
1999-12-16 00:59:08 +00:00
saari%netscape.com
a622c90955
Fix for PDT+ bugs 21602 and 21648. r=joki
1999-12-15 22:04:43 +00:00
waterson%netscape.com
02a83c388c
Fix whitespace snafu that was tripping up my gmake.
1999-12-15 07:18:41 +00:00
sfraser%netscape.com
05077a3ecd
Really added nsEditorController.cpp for mjudge.
1999-12-15 04:09:34 +00:00
mjudge%netscape.com
c8e34eada6
adding in nsEditorController to makesystem. adding in registration to allow someone to get an editorcontroller from the outside. also change editor shell to register a controller to handle keyboard navigation.
1999-12-15 03:46:27 +00:00