sfraser%netscape.com
023233561d
Part of fix for 47855 -- don't show title prompt when saving from mail or plaintext. r=ducarroz
2000-08-12 00:16:10 +00:00
cmanske%netscape.com
c14362ebb7
Fixing editor ui bugs 47697, image dialog button problem (part of 47651). r=sfraser
2000-08-11 23:43:12 +00:00
mcafee%netscape.com
1966870c36
Editor pref files changed locations, but internal chrome: URLs did not and pref panes were blank. Fixing chrome: URLs. r=syd
2000-08-11 06:17:45 +00:00
cmanske%netscape.com
37cbf70bba
Restrict nsEditorShellMouseListener to HTML editor; fix to optimize GetSelectedNode for named anchors, b=47687, r=sfraser
2000-08-11 04:59:37 +00:00
cmanske%netscape.com
030de906de
More editor UI bug fixes: 47653, 47688, 47693, 47687. r=sfraser
2000-08-11 03:20:47 +00:00
cmanske%netscape.com
80996423fc
Simplified background image UI in Colors and Background dialog, b=47693, r=sfraser
2000-08-10 07:31:52 +00:00
cmanske%netscape.com
0752fd3cbb
Fixed layout in Colors and Background dialog, b=47693, r=sfraser
2000-08-10 07:08:07 +00:00
cmanske%netscape.com
8cfad023a2
Fixed tooltip in Colors and Background dialog, b=47693, r=sfraser
2000-08-10 06:54:03 +00:00
cmanske%netscape.com
742c525adf
Tweaked Insert Table dialog, b=47688, r=sfraser
2000-08-10 06:44:59 +00:00
cmanske%netscape.com
a5251f332c
Big UI fix checkin continued - same bugs as last checkin. r=sfraser
2000-08-10 03:43:09 +00:00
cmanske%netscape.com
c0a534c8ef
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 02:10:17 +00:00
syd%netscape.com
85d4a2f4d7
partial fix for 1611. r=cmanske
2000-08-10 01:04:50 +00:00
anthonyd%netscape.com
9132d3b807
bug fix for 47399
...
dropping a drag session onto the originating selection
should do nothing.
r: mjudge, jfrancis
2000-08-10 01:01:18 +00:00
cmanske%netscape.com
fe2ede9c32
Checking in for rcassin@supernova.org. Composer pref fixes, bug 47703, r=cmanske
2000-08-09 02:33:29 +00:00
ftang%netscape.com
8c792f118c
fix 45347. swap the order for author and content-type to make the content-type
...
appear first in the meta tag since we need to know the encoding before hitting
non ASCII value in the author name. r=cmanske
2000-08-09 02:25:25 +00:00
cmanske%netscape.com
4a0351e364
Checking in for rcassin@supernova.org. Composer pref string fixes, bug 47703, r=cmanske
2000-08-09 02:22:57 +00:00
ftang%netscape.com
4269972c3e
fix 45347. do case insenstive comparesion for html attribute value
...
r=cmanske
2000-08-09 02:22:56 +00:00
sfraser%netscape.com
277decdb88
Fix for 25161 -- allow editor to handle pages with form elements. Avoid infinite loop in editor, and add some CSS for form elements in editor. r=jfrancis
2000-08-08 23:37:51 +00:00
saari%netscape.com
4c09a29ac5
massive landing of joki changes.
...
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
ducarroz%netscape.com
bc46f1e467
Part of fix for bug 36480. I check in this fix for jfrancis. The function EndOfDocument which wasn't used yet was setting the selection on the wrong node. R=ducarroz
2000-08-08 04:05:26 +00:00
anthonyd%netscape.com
562e4bc652
checkins for Hurricane
...
translation of all C++ functions to JS which included SaveDocument
which eventually will allow for the completeion of autosave
r: brade, anthonyd
a: waterson, cmanske
2000-08-07 21:12:18 +00:00
bratell%lysator.liu.se
f30a2447a8
Fix for bug 46306, html-to-plaintext replies have > on blank lines. The fix was to strip ending new lines in the citer. r=akkana, a=waterson.
2000-08-07 06:05:27 +00:00
anthonyd%netscape.com
e7fe7a1010
updating jar packaging file thingy
...
moving editor prefs into editor directory
see bug# 36911
r: ben
2000-08-05 02:23:00 +00:00
anthonyd%netscape.com
60a3b42d16
moving editor prefs to editor directory
...
see bug# 36911
r: ben
2000-08-05 02:21:59 +00:00
shanjian%netscape.com
de23b7e7a9
#14022 IME98 Reconversion does not work in HTML Editor
...
r = jfrancis
a = ftang
fix proposed by m_kato@ga2.so-net.ne.jp
New events are added to support reconversion. As a result, many files
are affected. They are:
editor:
nsEditor.h nsEditor.cpp nsEditorEventListeners.cpp nsEditorEventListeners.h
nsHTMLEditor.h nsHTMLEditor.cpp nsIEditorIMESupport.h
dom and layout:
nsIPrivateCompositionEvent.h nsDOMEvent.h nsDOMEvnet.cpp nsEventListenerManager.cpp
nsIDOMCompositionListener.h
widget:
nsGUIEvent.h nsWindow.h nsWindow.cpp
2000-08-04 21:43:29 +00:00
ducarroz%netscape.com
4ceaa0415e
Fix for bug 47250. As we cannot have more than one keyset per window, we need to define key outside the keyset tag in the overlay. That let other window that includes the overlay defines their own keyset and eventually includes some of the keys defined in the overlay. R=cmanske
2000-08-04 21:35:32 +00:00
brade%netscape.com
3e2f41a7c8
fix src/dest d&d (do move if in same doc unless modifier key is pressed); bug #45607 ; r=kin
2000-08-04 20:51:33 +00:00
brade%netscape.com
c8b3e57e9b
remove extra '"' character discovered in UI review
2000-08-04 20:47:40 +00:00
akkana%netscape.com
837d66702c
Comment out annoying debugging statements. r=sfraser
2000-08-04 20:39:53 +00:00
brade%netscape.com
eb27847005
fix menu and tooltip strings per UI meeting and verah (bug #47509 )
2000-08-04 10:50:41 +00:00
brade%netscape.com
48f1447872
remove font dropdown list from toolbar per Composer UI review (bug #47506 )
2000-08-04 10:50:05 +00:00
brade%netscape.com
acb15c2134
add keybinding for fixed width font, add shift="false" to increase/decrease indent, new string for Insert | HTML..., remove Insert | Break and Insert | Break below Images ( #47523 ), move Revert to after SaveAsCharset ( #47211 ), remove Edit | HTML Source ( #47523 ), remove View | Paragrah Marks, new string/accesskey added for Insert | HTML..., remove separator, Break and BreakBelowImages from Insert menu ( #47523 ), comment out Format | Background Color since it will be moving soon, renumber Format menu, move Align after decrease indent (all per UI review)
2000-08-04 10:25:07 +00:00
brade%netscape.com
67895f1f5b
fix menu and tooltip strings per UI meeting and verah (bug #47509 ); add shortcut keybinding for fixed width font
2000-08-04 10:25:00 +00:00
brade%netscape.com
745358b263
remove unnecessary include of nsContextMenu.js (bug #43239 ) and remove viewParagraphMarks menu item per UI review meeting (bug #47525 )
2000-08-04 10:12:28 +00:00
brade%netscape.com
e358cfe302
removed unnecessary references to nsContextMenu.js (bug #43239 )
2000-08-04 10:10:47 +00:00
bryner%uiuc.edu
b1f3c8f4c2
Removing .cvsignore files so this directory will go away. Not part
...
of build. r=smfr.
2000-08-01 22:53:20 +00:00
brade%netscape.com
d1f946195a
changes submitted by Dan Haddix (dan6992@hotmail.com); bug #37788
2000-08-01 14:31:26 +00:00
brade%netscape.com
458c6c4bbb
Send Page (contributed by rcassin@supernova.org); bug #44802
2000-08-01 14:17:48 +00:00
BlakeR1234%aol.com
fa3dec7235
Fix for bug 47037, remove unnecessary ellipses from some Composer menu items. r=jag, a=brade
2000-07-31 21:25:31 +00:00
brade%netscape.com
827294f418
remove title string (bug #45088 ); r=bking@xmlw.ie
2000-07-31 13:03:45 +00:00
ftang%netscape.com
fd38b8ddf9
fix bug 46272 r=mjudge/brade use CopyUnicharPref instead of CopyCharPref
...
for non ASCII data- Author. a=ftang
2000-07-31 00:43:25 +00:00
BlakeR1234%aol.com
0b5e8c29ba
Fix 17608 a=vera
2000-07-30 01:22:12 +00:00
anthonyd%netscape.com
940be572c5
bug fixes:
...
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 - nsLookAndFeel needs to be a service.
r: mjudge@netscape.com , kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
brade%netscape.com
55c95531cb
add missing move/selection command (cmd_selectBottom); bug #22529
2000-07-28 10:53:27 +00:00
brade%netscape.com
55b64f9e29
string changes for bug #45491 (from mpt@mailandnews.com)
2000-07-28 10:40:30 +00:00
brade%netscape.com
370a188e88
change commented-out code to not show up on some people's lxr searches
2000-07-28 10:19:09 +00:00
brade%netscape.com
085ee726c0
remove save and saveas commands (now in JS); submitted by rcassin@supernova.org (bug #16359 )
2000-07-28 10:15:28 +00:00
brade%netscape.com
c8475ad994
remove registration of save and saveas commands (now handled in JS); submitted by rcassin@supernova.org (bug #16360 )
2000-07-28 10:14:22 +00:00
brade%netscape.com
c1c5d1a530
submitted by rcassin@supernova.org; add save and saveas commands to this file (bug #16360 )
2000-07-28 10:12:53 +00:00
warren%netscape.com
9d3410b0ca
Cleaning up slashes, adding a few missed files.
2000-07-28 06:49:43 +00:00