dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
kin%netscape.com
85e6822f31
Fix for bug #99517 : Text migrates past H. Line, loses formatting when converted to list
...
Modified WillMakeList() to clear prevListItem after adding a block
to a list item so that any inline nodes after the block are put
in a new list item.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2001-11-02 14:47:10 +00:00
akkana%netscape.com
2afd40f3c2
106111: heed --enable-plaintext-editor-only for editor build.
...
r=cls sr=kin
2001-11-01 22:29:13 +00:00
rjesup%wgate.com
f2dbbc234c
Bug 106509: SaveSelection() doesn't delete entries from range correctly;
...
the test was backwards and never executed. r=jfrancis, sr=kin
2001-11-01 15:44:26 +00:00
brade%netscape.com
7ebe0db7c7
nsIFile->nsIURI in nsIDiskDocument; fix SaveDocument api (bug #104883 )
2001-11-01 15:27:38 +00:00
brade%netscape.com
3db1cf977b
nsIFile->nsIURI in nsIDiskDocument shows missing #include; now added (bug #104883 )
2001-11-01 15:22:10 +00:00
brade%netscape.com
9a48776dcc
add necko requires (makefile.win already has this); bug #104883
2001-11-01 15:09:56 +00:00
glazman%netscape.com
03c6c7c1ca
call to GetNodesForOperation() in GetAlignment() missed a parameter indicating it should not modify the tree; b=107372, r=brade, sr=kin
2001-10-31 15:30:49 +00:00
cmanske%netscape.com
d3b903775a
Fixed setting all attributes on an inserted link, b=97455, r=jfrancis, sr=kin
2001-10-30 23:24:44 +00:00
mkaply%us.ibm.com
19d9b60647
OS/2 bustage - ugly I know - I'm opening a bug with the compiler folk
2001-10-27 14:47:08 +00:00
jaggernaut%netscape.com
1903aa2e76
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 11:28:06 +00:00
sspitzer%netscape.com
fb3ad2ed98
fix for #106269 . reply wasn't quoting the message body.
...
r/sr=kin
2001-10-26 21:21:04 +00:00
kin%netscape.com
db5facf9b9
Fix for bug #104692 : Edit field line break didn't updated
...
Modified WillInsertText() so that it adds a mozbr if
the last char in the plaintext string is a newline,
and we are inserting at the end of the doc. This gives
the blank line people expect to see.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2001-10-26 14:22:31 +00:00
timeless%mac.com
9afcc9a371
Bugzilla Bug 106839 amTargettedCorrectly should be isTargetedCorrectly
...
r=bbaetz,glazou sr=brendan
2001-10-26 10:54:15 +00:00
alecf%netscape.com
91f782f06b
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
alecf%netscape.com
8f4c5f1454
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
jfrancis%netscape.com
81488356e4
fixes following bugs:
...
77902: toggling from normal to source view and back in composer can leave source in normal view.
101645: big/small tags get seperately wrapped around br nodes
81315: drag and drop doesn't behave same as copy paste
90759: ascii spaces don't behave in IME mode
96328: cant outdent certain indented text
58629: some mail messages cannot be accurately quoted on reply
93088/93477: forward deletion broken
46290: relative font size controls dont play nice with absolute font size
r=various; sr=kin
2001-10-22 06:22:52 +00:00
cmanske%netscape.com
d392da0cc8
Fixed table editing hang when spliting cell (b=102967, r=brade, sr=kin) and don't copy empty cell's <br> when joining cells (b=102930, r=brade, sr=hewitt)
2001-10-19 21:33:20 +00:00
kin%netscape.com
323a6fd821
Fix for bug 101690: Delete key at end of line deletes a line then caret freezes
...
Modified WillDeleteSelection() to make sure that
sibling is a TextNode before trying to join it
with startNode (which is guaranteed to be a text node).
r=jfrancis@netscape.com sr=sfraser@netscape.com
2001-10-19 13:48:43 +00:00
bernd.mielke%snafu.de
3425765751
bug 103443 - remove the return rv?rv: NS_ERROR_FAILURE pattern from the editor files.
...
the editor/base remain untouched r=cmanske sr=kin
2001-10-17 14:33:50 +00:00
dbaron%fas.harvard.edu
3dac3645cb
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
2001-10-16 05:31:36 +00:00
dbaron%fas.harvard.edu
34fc404be7
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
alecf%netscape.com
511a787492
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
2001-10-13 00:16:32 +00:00
cmanske%netscape.com
957b3a0dde
Fix memory leak (not using nsCOMPtr) in editor, b=103317, r=rcassin, sr=kin
2001-10-10 21:29:46 +00:00
glazman%netscape.com
058bcc0e0c
Make html alignment in Composer use the align attribute and get rid of a lot of useless divs; b=102135, r=jfrancis, sr=kin
2001-10-09 10:00:33 +00:00
waterson%netscape.com
93c9b9dee3
Bug 103372. Add EXPORT_LIBRARY and MODULE_NAME decls. r=cls, sr=shaver
2001-10-08 04:02:30 +00:00
jaggernaut%netscape.com
25694acfa3
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
seawood%netscape.com
e1f0ca461b
Some platforms require all symbols to be linked at link-time.
...
r,sr,a,moa=flaming tinderboxes.
2001-10-05 08:20:31 +00:00
akkana%netscape.com
a7760bae60
Fix OBJDIR build bustage associated with 66345 editor reorg checkin
2001-10-05 01:57:05 +00:00
akkana%netscape.com
58778d0b86
66345: Flipping the switch on the editor reorg.
...
Remove unused directories which should not have been created.
r=cmanske,jfrancis,brade sr=sfraser,kin a=dbaron
2001-10-05 01:23:23 +00:00
akkana%netscape.com
16b53171d4
66345: Flipping the switch on the editor reorg.
...
base will no longer be built (and will be cvs removed soon);
libeditor and composer are now built, building separate libraries.
Doing unix/windows now; mac will follow shortly.
r=cmanske,jfrancis sr=sfraser,kin a=dbaron
2001-10-05 00:37:04 +00:00
akkana%netscape.com
8fac938ca0
66345: windows makefiles for editor reorganization.
...
Not yet part of the build (until the switch is flipped).
r=cmanske, sr=sfraser,kin, a=dbaron + leaf,loan.
2001-10-04 23:12:09 +00:00
akkana%netscape.com
695d293f5b
66345: Update the Makefiles to make REQUIRES work. Not yet part of the build.
2001-10-03 00:54:12 +00:00
dbaron%fas.harvard.edu
0cc7ea34da
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
2001-10-02 03:18:08 +00:00
bzbarsky%mit.edu
9ecdcf391f
Make ctrl-delete delete to end of line on Unix when no text is
...
selected. Bug 102448, r=akkana, sr=kin
2001-10-02 00:01:26 +00:00
roc+%cs.cmu.edu
9d0e4a50ab
Bug 56696. Let ctrl-enter escape from multiline editors. r=brade, sr=blizzard
2001-10-01 02:11:19 +00:00
mkaply%us.ibm.com
6979218b43
#79798
...
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
glazman%netscape.com
c7d9447b00
alignment status in Composer was erroneous for cells into an aligned table; b=97519, r=jfrancis, sr=kin
2001-09-27 08:44:25 +00:00
gerv%gerv.net
a6cbe5b4e0
License changes, take 2. Bug 98089. mozilla/editor/.
2001-09-25 22:53:13 +00:00
akkana%netscape.com
28412b356e
Unix/Win makefiles for 66345. r=cmanske, sr=sfraser. Not yet part of the build
2001-09-25 00:45:54 +00:00
jfrancis%netscape.com
3c63ecfa21
fixes bug 96676: deletion can pull text out of inline containers
...
fixes bug 97685: unbulleting empty bullet list item can create nested list
r=fm; sr=kin
2001-09-24 03:43:34 +00:00
jfrancis%netscape.com
69faca2cc5
fixes bug 98573: style feedback incorrect after a <br>; r=fm; sr=kin
2001-09-24 03:40:23 +00:00
cmanske%netscape.com
b9adcbb3b9
Fixed removal of empty selection ranges after joining table cells, b=96668, r=akkana, sr=hewitt
2001-09-22 18:40:58 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jfrancis%netscape.com
861ddc03d5
fixes 88109: caret jumps down when typing after inserting table. One liner to properly set selection after table insertion. r=fm;sr=kin
2001-09-14 21:12:35 +00:00
jfrancis%netscape.com
dddbea89ab
fixes 97797: empty solo list item won't indent. Changes to nsHTMLEditRules::WillMakeList() to not outsmart itself so badly. r=fm;sr=kin
2001-09-14 21:09:55 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00