Commit Graph

2543 Commits

Author SHA1 Message Date
cmanske%netscape.com
5b282dbb47 Fixed color picker buttons in dialogs, b=66417, r=blake, sr=sfraser 2001-02-02 00:14:43 +00:00
cmanske%netscape.com
82435e7f96 Fixed align menulist in Image properties dialog, b=66354, r=blake, sr=sfraser 2001-02-02 00:14:29 +00:00
kin%netscape.com
96a8f8234b Fix for bug #67256: ReplaceAll with WrapAround should stop replacing before passing initial caret position.
Fixed the off by +1 error GetCurrentBlockIndex() so it now returns the
correct block index. Modified DoFind() to compare mCurrentSelOffset and
mStartSelOffset to check if we are passing the initial caret position.
We now only call GetCurrentBlockIndex() if we are wrapping.
r=akkana@netscape.com sr=sfraser@netscape.com
2001-02-01 19:00:40 +00:00
jfrancis%netscape.com
335dd75242 bug 67241: regression from the mongo embedding landing. now the smarts (for adding extra br's at the end of blocks when you hit return) are turned back on for html editors. r=fm; sr=kin 2001-01-31 23:58:42 +00:00
akkana%netscape.com
19a79462ba 66718: fix a signed/unsigned problem. r=cmanske, sr=kin 2001-01-31 22:55:15 +00:00
valeski%netscape.com
6c882d4bc8 r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs 2001-01-31 21:01:41 +00:00
blakeross%telocity.com
7643d2d739 Fix 66500 (plaintext editor case): paste is disabled for readonly textfields. r=timeless sr=sfraser 2001-01-31 02:50:16 +00:00
gagan%netscape.com
79713bc4c2 Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org 2001-01-31 01:33:03 +00:00
mkaply%us.ibm.com
04152e6af4 #67044
smoketest blocker
2001-01-30 16:58:29 +00:00
brade%netscape.com
9449e16be0 fix typo; r=cmanske; sr=kin 2001-01-30 15:19:24 +00:00
mkaply%us.ibm.com
2650fd00d4 #60160
r=blake, sr=alecf
Remove Win32 specific code for system colors - make it XP using nsLookAndFeel
2001-01-30 04:41:49 +00:00
jfrancis%netscape.com
d863a1552c fixing build bustage 2001-01-28 20:56:55 +00:00
jfrancis%netscape.com
fb60392b41 bug 66290: embedding work: refactor editor to allow smaller plaintext only library. Embedding clients may be interested inthis library if they want to embed a browser but not composer/mail-compose. Reduces library footprint for plaintext-only library by over 50% on all three platforms. r=fm; sr=kin 2001-01-28 20:13:07 +00:00
attinasi%netscape.com
6079447d19 Put link color: blue back in for composer. b=66578 r=beppe 2001-01-27 07:16:33 +00:00
sfraser%netscape.com
a4e38719fe Work in progress on editor embedding, NOT PART OF THE BUILD. 2001-01-26 02:16:14 +00:00
akkana%netscape.com
9bb492fd88 64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin 2001-01-25 23:12:16 +00:00
blakeross%telocity.com
5ff07f6519 Fix 66500: paste is enabled for readonly textfields. r=timeless sr=sfraser 2001-01-25 21:36:51 +00:00
hewitt%netscape.com
91633148b4 65990 - composer color palette, r=cmanske, sr=sfraser 2001-01-25 19:56:55 +00:00
kin%netscape.com
9e5c66a52a Fix for bug #6254 (Find/Replace needs to be implemented.) First pass implementation of Find and Replace. sr=sfraser@netscape.com r=ducarroz@netscape.com New Files: editor/txtsvc/macbuild/txtsvcIDL.mcp editor/txtsvc/public/MANIFEST_IDL editor/txtsvc/public/nsIFindAndReplace.idl editor/txtsvc/src/nsFindAndReplace.cpp editor/txtsvc/src/nsFindAndReplace.h xpfe/components/find/resources/replacedialog.js xpfe/components/find/resources/replacedialog.xul xpfe/components/find/resources/locale/en-US/replacedialog.dtd Modified Files: build/mac/build_scripts/MozillaBuildList.pm editor/base/nsEditorShell.cpp editor/idl/nsIEditorShell.idl editor/txtsvc/macbuild/txtsvc.mcp editor/txtsvc/public/Makefile.in editor/txtsvc/public/makefile.win editor/txtsvc/public/MANIFEST editor/txtsvc/src/Makefile.in editor/txtsvc/src/makefile.win editor/txtsvc/src/nsTextServicesFactory.cpp editor/ui/composer/content/ComposerCommands.js editor/ui/composer/content/editor.js editor/ui/composer/content/editorOverlay.xul editor/ui/composer/locale/en-US/editorOverlay.dtd mailnews/compose/resources/content/messengercompose.xul mailnews/compose/resources/content/MsgComposeCommands.js mailnews/compose/resources/locale/en-US/messengercompose.dtd xpfe/components/jar.mn xpfe/components/find/public/nsIFindComponent.idl xpfe/components/find/public/nsISearchContext.idl xpfe/components/find/resources/makefile.win xpfe/components/find/resources/MANIFEST xpfe/components/find/resources/locale/en-US/MANIFEST xpfe/components/find/src/nsFindComponent.cpp xpfe/components/find/src/nsFindComponent.h 2001-01-23 21:55:31 +00:00
kin%netscape.com
4275b833c4 Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com  r=ducarroz@netscape.com

New Files:

    editor/txtsvc/macbuild/txtsvcIDL.mcp
    editor/txtsvc/public/MANIFEST_IDL
    editor/txtsvc/public/nsIFindAndReplace.idl
    editor/txtsvc/src/nsFindAndReplace.cpp
    editor/txtsvc/src/nsFindAndReplace.h
    xpfe/components/find/resources/replacedialog.js
    xpfe/components/find/resources/replacedialog.xul
    xpfe/components/find/resources/locale/en-US/replacedialog.dtd


Modified Files:

    build/mac/build_scripts/MozillaBuildList.pm
    editor/base/nsEditorShell.cpp
    editor/idl/nsIEditorShell.idl
    editor/txtsvc/macbuild/txtsvc.mcp
    editor/txtsvc/public/Makefile.in
    editor/txtsvc/public/makefile.win
    editor/txtsvc/public/MANIFEST
    editor/txtsvc/src/Makefile.in
    editor/txtsvc/src/makefile.win
    editor/txtsvc/src/nsTextServicesFactory.cpp
    editor/ui/composer/content/ComposerCommands.js
    editor/ui/composer/content/editor.js
    editor/ui/composer/content/editorOverlay.xul
    editor/ui/composer/locale/en-US/editorOverlay.dtd
    mailnews/compose/resources/content/messengercompose.xul
    mailnews/compose/resources/content/MsgComposeCommands.js
    mailnews/compose/resources/locale/en-US/messengercompose.dtd
    xpfe/components/jar.mn
    xpfe/components/find/public/nsIFindComponent.idl
    xpfe/components/find/public/nsISearchContext.idl
    xpfe/components/find/resources/makefile.win
    xpfe/components/find/resources/MANIFEST
    xpfe/components/find/resources/locale/en-US/MANIFEST
    xpfe/components/find/src/nsFindComponent.cpp
    xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
brade%netscape.com
0ba1822f4e fix call to focus to have () and add var; sr=kin 2001-01-23 15:31:08 +00:00
cmanske%netscape.com
77ae89a6d9 Checkin for doronr@naboonline.com: bug 63971, r=cmanske, sr=sfraser 2001-01-19 02:34:04 +00:00
m_kato%ga2.so-net.ne.jp
dc83a95253 bug 65547, r=jag, sr=sfraser
delete unused line
2001-01-18 02:50:29 +00:00
cmanske%netscape.com
8bb00b9309 Fixed sidebar separator not hidden by default, b=65774, r=mjudge, sr=sfraser 2001-01-18 01:22:43 +00:00
kin%netscape.com
1091ddb143 Initial checkin of project. Part of fix for bug #6254 (Find/Replace needs to be implemented) sr=sfraser@netscape.com Not part of the build yet. 2001-01-18 01:07:01 +00:00
cmanske%netscape.com
4dd49c277c Remove JS warnings, b=57649,r=timeless, sr=kin. Fix to 50328 (bring up Cell properties when caret is in cell) by hwaara@chello.se, r=cmanske, sr=kin 2001-01-18 00:59:18 +00:00
blakeross%telocity.com
36f2c20b6e Fix 59327: hwaara's patch to add an assertion. r=jag sr=blizzard 2001-01-17 20:01:11 +00:00
blakeross%telocity.com
4085bd987d Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf 2001-01-16 23:53:27 +00:00
cmanske%netscape.com
a857fc568d Fix Save enabling in HTML source (b=61996). Part of fix for Composer file menu overlays, b=54584, r=mjudge, sr=smfr 2001-01-16 23:12:22 +00:00
cmanske%netscape.com
050956738a Part of fix for Composer file menu overlays, b=54584, r=ducarroz, sr=smfr 2001-01-16 23:02:32 +00:00
cmanske%netscape.com
a0a3f20731 Fixing Edit Page bug 65610. r=blake, sr=smfr 2001-01-16 21:57:07 +00:00
cmanske%netscape.com
708d52fab8 Added notes for localization of string in editor.properties. r=timeless, sr=sfraser 2001-01-12 22:44:31 +00:00
cmanske%netscape.com
b13119af74 Show underline for links in editor, b=63528, r=mjudge, sr=sfraser 2001-01-12 22:32:44 +00:00
cmanske%netscape.com
f46626eb26 Fixed bug 64920, can't insert image. r=mjudge, sr=kin 2001-01-12 20:03:57 +00:00
m_kato%ga2.so-net.ne.jp
12250decb0 bug 64983, r=nhotta, sr=sfraser
When open DBCS filename by composer, title is shown incorrectly.
This bug is the regression of sfraser's check in (nsEditorShell.cpp
v1.222).
2001-01-12 11:29:59 +00:00
cmanske%netscape.com
95302b189a Fix bug 55879 (handle default alignment in TH vs. TD in table properties) r=mjudge, sr=sfraser 2001-01-11 05:01:24 +00:00
cmanske%netscape.com
fa6b576db4 Fix bugs 55286 (foreign char in URL not converted correctly), 62386 (enable OK after selecting anchor) r=mjudge, sr=sfraser 2001-01-11 04:59:19 +00:00
cmanske%netscape.com
96d49d4442 Fix bug 58364 (remove appcore from dialog template file) r=mjudge, sr=sfraser 2001-01-11 04:57:23 +00:00
cmanske%netscape.com
54a108c4b4 Fix bug 53275 (disable colorpickers in prefs if not 'Custom colors') r=mjudge, sr=sfraser 2001-01-11 04:55:33 +00:00
cmanske%netscape.com
dabe980b15 Fix bug 58496 (Insert table should delete selection) r=mjudge, sr=sfraser 2001-01-11 04:54:20 +00:00
cmanske%netscape.com
cb2d225d80 Fix bug 55991 (right click in table cell and context menus) r=mjudge, sr=sfraser 2001-01-11 04:49:42 +00:00
dbaron%fas.harvard.edu
b95efc763f Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2001-01-10 04:12:05 +00:00
anthonyd%netscape.com
101cc14924 fix for bug #59003 fix for keybindings
sr=kin@netscape.com
r=akkana@netscape.com
2001-01-09 23:22:56 +00:00
sfraser%netscape.com
6906fda17c Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin. Also changing from nsIFileWidget to nsIFilePicker, bug 47553, r=cmanske, sr=kin 2001-01-09 22:47:30 +00:00
sfraser%netscape.com
a0dda75954 Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin 2001-01-09 22:47:02 +00:00
anthonyd%netscape.com
dbd36fbbfb bug fix for 62796
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
cmanske%netscape.com
4a25db7345 Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584, r=ducarroz, sr=syd 2001-01-09 21:38:47 +00:00
cmanske%netscape.com
88bec31c65 Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584 2001-01-09 20:35:47 +00:00
akkana%netscape.com
d53a276b40 33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser 2001-01-08 21:01:29 +00:00
bryner%uiuc.edu
f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
cmanske%netscape.com
bffe182249 Initialize variable to avoid JS warning (60631), r=mjudge, sr=sfraser 2001-01-04 01:30:17 +00:00
cmanske%netscape.com
b6ef8c3379 Removed redundant registering of command causing JS warning, r=mjudge, sr=sfraser 2001-01-04 01:10:40 +00:00
cmanske%netscape.com
32d551740a Use 'oninput' instead of 'onkeyup' for JS input handler (59654). r=mjudge, sr=sfraser 2001-01-04 01:08:06 +00:00
cmanske%netscape.com
50c21b52c4 Fixed radio buttons (60850) and use 'oninput' instead of 'onkeyup' (59654). r=mjudge, sr=sfraser 2001-01-04 01:03:03 +00:00
cmanske%netscape.com
0c9ba5eef0 Fixed JS warnings (60669). r=mjudge, sr=sfraser 2001-01-04 00:59:45 +00:00
cmanske%netscape.com
34b5ff782e Allow not changing name in Named Anchor dialog (53539). r=mjudge, sr=sfraser 2001-01-04 00:58:10 +00:00
cmanske%netscape.com
a198b1c7fa Fixed List dialog not closing (60125). r=mjudge, sr=sfraser 2001-01-04 00:55:00 +00:00
cmanske%netscape.com
06befed73f Fixed Advanced Edit dialog problems (56541). r=mjudge, sr=sfraser 2001-01-04 00:52:49 +00:00
cmanske%netscape.com
41a7ad5b44 Fix tooltip text in Image dialog (63509). r=mjudge, sr=sfraser 2001-01-04 00:49:32 +00:00
cmanske%netscape.com
99d90debce Improve UI and text for composer prefs (51396). Use 'oninput' instead of 'onkeyup' (59694). r=mjudge, sr=sfraser 2001-01-04 00:45:35 +00:00
cmanske%netscape.com
be7735d169 Make all property menuitems use '...' (47037). r=mjudge, sr=sfraser 2001-01-04 00:38:51 +00:00
cmanske%netscape.com
178cdf8e86 Handle escaped characters when editing <title> text in HTML source (55150), fix JS warnings (60631). r=mjudge, sr=sfraser 2001-01-04 00:34:37 +00:00
bryner%uiuc.edu
69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
valeski%netscape.com
b3214951df r=kin, sr=sfraser. 47207. removal of extraneous (and noisy in embedding builds) printf. 2001-01-02 23:20:56 +00:00
danm%netscape.com
a69146cf0b adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people. 2000-12-27 22:41:46 +00:00
anthonyd%netscape.com
795524ba64 fix for bug#58028 - Range CompareBoundaryPoints returning incorrect values
r=jst,kin
a=kin
2000-12-27 00:37:01 +00:00
blakeross%telocity.com
6f718a65ce Fix 63572: colorpicker in Composer and message compose is broken. r=cmanske sr=syd 2000-12-24 06:40:52 +00:00
harishd%netscape.com
f4101b2637 62754 - Fix meta charset that was getting ignored.
63234 - Fix up an infinite looping caused by embedded null chars.

r=ftang
sr=vidur
2000-12-21 20:46:00 +00:00
cmanske%netscape.com
1c49ac5fbf Reinstating table selection work for bug 57863 now that textfield.value bug 63376 is fixed. r=kin, sr=sfraser 2000-12-20 22:13:56 +00:00
rpotts%netscape.com
5fa3c9c558 bug #15345 (r=sfraser, sr=mscott). Removed nsIDocumentLoaderObserver and replaced it with the new nsIWebProgress notifications... 2000-12-20 22:09:55 +00:00
leaf%mozilla.org
c7984c2caa backing out regression-causing changes to reopen tree 2000-12-20 18:09:53 +00:00
cmanske%netscape.com
a272728996 Changes for table selection enums, part of bug 57863, r=jfrancis, sr=kin 2000-12-20 02:35:27 +00:00
dbaron%fas.harvard.edu
556384e922 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=brendan@mozilla.org 2000-12-17 16:02:58 +00:00
bryner%uiuc.edu
8f781031b4 Oops, forgot this one - we don't need to build in editor/ui either. Bug 55778. r=dprice, sr=cls. 2000-12-15 10:02:13 +00:00
blakeross%telocity.com
689f92be09 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=kin sr=sfraser 2000-12-15 00:42:53 +00:00
vidur%netscape.com
4f62c23956 Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst 2000-12-12 21:58:13 +00:00
dbaron%fas.harvard.edu
fa7d014c05 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
dbaron%fas.harvard.edu
2b2160f1b0 Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
jfrancis%netscape.com
a4b7a1f805 fixes bug 62148: mac optimized build runs out of memory building nsHTMLEditor.cpp. I refactored a huge routine to be kinder to the codewarrior compiler. r=sfraser; sr=kin 2000-12-06 23:11:21 +00:00
sfraser%netscape.com
7e9ec3377c Fix for 62039 -- change methods to use const PRUnichar* instead of nsStrings for NS_LITERAL_STRING loving. r=cmanske, akkana, sr=kin 2000-12-06 20:48:35 +00:00
mkaply%us.ibm.com
40bb409f37 #59895
r=timeless, a=sfraser
Check type of open dialog and use correct title
2000-11-30 22:10:35 +00:00
disttsc%bart.nl
ab948d4512 Last batch of the <titledbutton>s in xul/js... bug=57751, r=kin, a=ben 2000-11-30 15:07:53 +00:00
kin%netscape.com
ab5cd791f6 Misc fixes for pedantic build warnings.
r=jfrancis@netscape.com a=sfraser@netscape.com
2000-11-29 22:06:02 +00:00
blakeross%telocity.com
ff36ab76c2 Fix 57615: accesskey for print preview shows as (V) in composer. r=jag sr=sfraser 2000-11-28 21:50:08 +00:00
rcassin%supernova.org
9183c01edd Fix for bug 53658: Pref titledbox "Default Page Colors" should be "Default Page Appearance". r=brade, sr=sfraser 2000-11-23 15:19:20 +00:00
rcassin%supernova.org
4d12b7c43e Fix for bug 57345: "Cancel" in Save as Charset brings up Page Title. r=brade, sr=sfraser 2000-11-23 15:13:34 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
danm%netscape.com
2c6d578e14 removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
sfraser%netscape.com
4d2dbcae97 Removal of some crufty old code that used to do UI udpating, and was obsolete by XUL command nodes. r=akkana 2000-11-17 01:25:28 +00:00
akkana%netscape.com
d20c260cc6 Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis 2000-11-17 00:25:31 +00:00
akkana%netscape.com
98e58dcf47 Add nsIPlaintextEditor. 2000-11-17 00:19:56 +00:00
akkana%netscape.com
d180f4af3a Plaintext editor API. sr=sfraser 2000-11-17 00:10:37 +00:00
brade%netscape.com
6ba1558722 fix bugs #56139 and (partially) #57206; r=cmanske; sr=kin; remove table height until css support for it is provided; always write valign until we know how to search up the tree 2000-11-16 15:17:58 +00:00
bryner%uiuc.edu
ab2d4076b4 Trivial change, missing "return". r/sr/a=sfraser. 2000-11-16 02:13:30 +00:00
brade%netscape.com
eacccdf6f3 fix image dimension problems (updating/constraining/etc.); r=kin; sr=sfraser; bug #57313 2000-11-13 15:06:59 +00:00
kin%netscape.com
028f5f41e8 Fix from katakai@japan.sun.com for bug #58698: Solaris only: cmd_cut operation fails in optimize build
Initialize result with NS_OK in CreateTxnsToDeleteContent().
r=kin@netscape.com  sr=sfraser@netscape.com
2000-11-10 14:53:40 +00:00
brade%netscape.com
1eb8805101 always lowercase so alignment now works; r=kin; sr=sfraser; bug #57298 2000-11-09 14:40:57 +00:00
blakeross%telocity.com
8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
hyatt%netscape.com
fae32fdbd7 Fix for 54203. r=saari, a=brendan 2000-11-04 08:21:20 +00:00
attinasi%netscape.com
909d6a194e Changed font specification from 'monospace' to '-moz-fixed' to enforce fixed-width fonts always. b=58098 r=akkana,rickg a=buster 2000-10-30 22:22:17 +00:00