mkaply%us.ibm.com
9be067b01f
#79954
...
r=anthonyd, sr=sfraser
Enable middle button paste on OS/2 by using kGlobalClipboard
2001-05-22 14:11:17 +00:00
mkaply%us.ibm.com
e6051fdfae
#80550
...
r=jfrancis, sr=sfraser, r=leaf for build changes
Putting back Bidi selection code that was removed by 65557
2001-05-21 23:57:55 +00:00
jst%netscape.com
f72e19a2c3
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
ftang%netscape.com
36ab05611e
fix bug 80552 r=ftang r/sr=jst
...
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
kin%netscape.com
fa37dd981f
Fix for bug #75305 : Doing Undo and Redo crashes browser
...
Added nsAutoUpdateViewBatch class, and use it in
nsPlaintexteditor::Undo()/Redo().
editor/base/nsEditorUtils.h
editor/base/nsPlaintextEditor.cpp
r=jfrancis@netscape.com sr=sfraser@netscape.com
2001-05-11 13:59:11 +00:00
brade%netscape.com
d1b8bd42d1
fix rewrap problems by only outputing lf linebreak (checkin for Akkana); bug #54090
2001-05-09 13:05:05 +00:00
brade%netscape.com
12baaccae3
add debug insertion to detect unexpected linefeeds (checkin for Akkana); bug #54090
2001-05-09 13:01:48 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
jfrancis%netscape.com
e4c224dc74
bug 76888: plaintext editor deletion can move/lose whitesapce. r=sfraser; sr=kin
2001-04-26 20:14:26 +00:00
pinkerton%netscape.com
019b201d54
wow i biffed that last checkin
2001-04-26 19:48:40 +00:00
pinkerton%netscape.com
67cc7a834c
use GetCurrentSession() instead of QI to get drag session from service. r=pchen/sr=sfraser. bug# 77380
2001-04-26 19:05:08 +00:00
shanjian%netscape.com
7e501c5ca2
#59405 IME candidate window position is not correct in text field on New card and To field
...
r = sfraser sr=kin a=blizzard
Handle the difference of cursor coordinate required by different platform.
nsICaret.h
nsCaret.cpp
nsEditor.cpp
nsPlaintextEditor.cpp
nsHTMLEditor.cpp
2001-04-19 22:46:29 +00:00
mjudge%netscape.com
b46f58dc17
forgot 1 change sr=scc r=anthonyd 76442
2001-04-18 06:26:19 +00:00
mjudge%netscape.com
9692e7d349
76442 sr= scc r= anthonyd. last minute fixes to editor to not do stupid copies and instead to use new case insensitive string compares.
2001-04-18 06:17:05 +00:00
shanjian%netscape.com
cc644ffafc
#59405 IME candidate window position is not correct in text field on New card and To field
...
r = kin, sr = sfraser
change the type of coordinate return for windows and unix
2001-04-13 22:27:18 +00:00
mjudge%netscape.com
d8ad0a43f1
66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings
2001-04-07 00:45:26 +00:00
akkana%netscape.com
97414320ad
66345: New unix/win makefiles for new editor directories,
...
anticipating the move of files from editor/base.
Not built yet, needs Mac project. r=jfrancis, sr=kin/sfraser
2001-04-05 23:51:30 +00:00
akkana%netscape.com
77bd006639
66345: Factoring necessary for editor reorganization. sr=kin/sfraser, r=jfrancis
2001-04-05 23:48:01 +00:00
akkana%netscape.com
a82b0338ad
New files necessary for phase 1 of editor reorganization checkin.
...
r=jfrancis, sr=kin,sfraser
2001-04-05 23:34:08 +00:00
scc%mozilla.org
c355507eda
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
erik%netscape.com
84ace96483
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
...
from IBM bidi project (Arabic, Hebrew, etc); some in ifdef for now
2001-03-21 01:16:22 +00:00
Peter.VanderBeken%pandora.be
ede8756d78
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
brade%netscape.com
2923c3eb03
stop propagation on drop over non-editable fields (unfortunately we have to additionally catch it in the drop since someone else might have accepted the drag for us); sr=kin
2001-03-02 14:11:55 +00:00
blakeross%telocity.com
686e5a8010
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
blakeross%telocity.com
4c8a38b2d1
Making editor's |dont_AddRef| usages easier on the eyes (56033). r=timeless sr=scc
2001-02-26 00:28:58 +00:00
blakeross%telocity.com
61e2ace39e
Make tab and shift+tab move to the next and previous (focusable) elements for textfields (2083, 47282). r=brade sr=sfraser
2001-02-16 03:40:15 +00:00
brade%netscape.com
675fa242c6
preventdefault on drag&drop over non-editable fields
2001-02-07 13:42:24 +00:00
anthonyd%netscape.com
a269d8a282
landing jfrancis fix for 67109 - Drag and drop to and from textfields is broken
...
sr=kin
r=anthonyd
2001-02-07 02:50:05 +00:00
brade%netscape.com
8e5fc69dde
caret method renamed to GetCaretCoordinates; r=kin; sr=sfraser
2001-02-05 15:44:38 +00:00
dbaron%fas.harvard.edu
e0028605f5
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl
2001-02-04 19:39:56 +00:00
akkana%netscape.com
8e06cb3628
66718: fix a signed/unsigned problem. r=cmanske, sr=kin
2001-01-31 22:55:15 +00:00
blakeross%telocity.com
73c5411576
Fix 66500 (plaintext editor case): paste is disabled for readonly textfields. r=timeless sr=sfraser
2001-01-31 02:50:16 +00:00
jfrancis%netscape.com
d9f4b4f5a9
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
akkana%netscape.com
dbb2184847
64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin
2001-01-25 23:12:16 +00:00
anthonyd%netscape.com
cee32ef734
fix for bug #59003 fix for keybindings
...
sr=kin@netscape.com
r=akkana@netscape.com
2001-01-09 23:22:56 +00:00
akkana%netscape.com
d3089c475e
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
2001-01-08 21:01:29 +00:00
dbaron%fas.harvard.edu
33c4278ab5
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
akkana%netscape.com
f60790d279
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
2000-11-17 00:25:31 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
jst%netscape.com
b3d9cbac12
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
...
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).
Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
mjudge%netscape.com
57f515ad9c
r=sfrasier a=pdt+ fixing plain text mail 33654 see kin@netscape.com
2000-09-22 00:43:44 +00:00
joki%netscape.com
dc08d4dbd9
Partially fix bug 28323 by changing the text field editor keypress listener to not add characters into the text field if the user has cancelled the event. r:jst
2000-09-15 06:09:26 +00:00
akkana%netscape.com
aa26dc55fd
Fixing solaris build bustage: substring workaround suggested by scc
2000-09-14 21:27:59 +00:00
akkana%netscape.com
e74c0ae592
51799: Smarter quote rewrapping, taking into account multiple quote levels, and RFC2646-style citations. r=cmanske
2000-09-14 19:55:40 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
jfrancis%netscape.com
ed5ef690db
fixes for 45608, 51398, 51591; r=cmanske
2000-09-14 05:59:19 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
akkana%netscape.com
009cf43b57
52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis
2000-09-12 02:01:12 +00:00
cmanske%netscape.com
cd6e884c07
Composer bugs: Drag and drop problems (47399, r=anthonyd), workaround for bad dragNdrop event (50703, r=nisheeth)
2000-09-05 23:26:48 +00:00