mjudge%netscape.com
e6a32c5943
changes to unload my library correctly
1999-01-21 00:56:18 +00:00
sfraser%netscape.com
658863e31c
Reinstate buster's changes, with a fix for the nsCOMPtr problem.
1999-01-15 00:03:41 +00:00
buster%netscape.com
db9c7ea60d
backed out Merge functionality because it doesn't compile on Mac.
1999-01-14 21:52:08 +00:00
buster%netscape.com
92705ab193
added DeleteElementTxn and DeleteRangeTxn, and added merging of text insertions.
...
added some better error checking on all transactions.
1999-01-14 18:02:45 +00:00
pinkerton%netscape.com
c3e3bb6ba5
fixes for SetDOMAttribute --> SetAttribute change.
1999-01-12 18:20:58 +00:00
buster%netscape.com
10b3eb6bea
shuffled around the responsibilities of core editing objects.
...
The key listener is now mostly a mapper of key events to editor actions. Soon, this should be 100% true.
The editor builds transactions that are themselves intelligent. The editor makes very few DOM calls itself.
It relies on the transactions to do most of the actual editing.
1999-01-11 22:47:23 +00:00
buster%netscape.com
1b2e5489c6
implemented joinNode. expect this and similar methods to move into editor.cpp
1999-01-11 19:06:37 +00:00
mcmullen%netscape.com
afeda6e4cc
Remove illegal TextTxn:: within TextTxn class (this is illegal in C++ unless you have a nested class with the same name). This fixes Macintosh build bustage.
1999-01-09 02:41:35 +00:00
buster%netscape.com
42fac746ab
better code factoring, so split and join base methods can be reused
1999-01-09 00:24:48 +00:00
buster%netscape.com
c84d2b5d7c
SplitElementTxn implementation. Do only.
...
test with Control-S.
1999-01-08 22:16:22 +00:00
sfraser%netscape.com
11b23bda85
Hack so that keycodes are returned on Mac (again! Buster wiped it out).
1999-01-08 03:39:55 +00:00
buster%netscape.com
b3c9b491bf
fixed an uninitialized pointer problem
...
ctrl-ins appends an HR to the BODY
1999-01-08 01:41:34 +00:00
buster%netscape.com
cdabceb9ac
implemented do and undo for CreateElement
...
the test is INS key, it adds an HR
1999-01-08 01:30:53 +00:00
buster%netscape.com
3534fc762a
create element transaction WIP
1999-01-07 22:36:23 +00:00
buster%netscape.com
1a32d1c2c7
support for DeleteTextTxn, backspace and delete
1999-01-07 17:58:15 +00:00
buster%netscape.com
3c29071bac
use base class Redo
1999-01-07 17:57:57 +00:00
buster%netscape.com
fbbc2960c9
make Redo call Do by default
1999-01-07 17:57:16 +00:00
buster%netscape.com
4da006f744
Delete Text Transaction initial implementation
1999-01-07 17:56:20 +00:00
buster%netscape.com
2aa0689756
added InsertTextTxn.cpp
1999-01-07 01:28:34 +00:00
sfraser%netscape.com
c0abfe0bd0
Hack so that keycodes are returned on Mac
1999-01-07 01:17:20 +00:00
buster%netscape.com
4fa62cf3f9
support for inserting text
1999-01-07 01:02:32 +00:00
buster%netscape.com
8dc326f5c0
support for removing attributes
1999-01-07 01:02:16 +00:00
akkana%netscape.com
c629f61349
Build EditTxn and ChangeAttributeTxn
1999-01-06 20:31:30 +00:00
buster%netscape.com
2a75ddbb5c
ChangedAttributeTxn implementation
...
base class EditTxn implementation
1999-01-06 20:30:13 +00:00
buster%netscape.com
c60509261d
support for ChangeAttributeTxn
1999-01-06 20:29:11 +00:00
brade%netscape.com
e058147289
add return value (reviewed mjudge@netscape.com)
1998-12-22 18:58:25 +00:00
mjudge%netscape.com
740a2da60c
changing COM_auto_ptr to nsCOMPtr.h
1998-12-17 19:26:17 +00:00
mjudge%netscape.com
b0f765073b
fixing factory issues
1998-12-11 01:03:12 +00:00
cmanske%netscape.com
f39c42ee61
Fixing build bustage?
1998-12-09 22:19:41 +00:00
cmanske%netscape.com
33a7f9a665
Fixing build bustage
1998-12-09 21:22:17 +00:00
cmanske%netscape.com
d0a55aa5d6
Fixed build problems with Editor Gui Manager
1998-12-09 19:57:09 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
mjudge%netscape.com
88bcd1a911
removing NULL replacing with nsnull
1998-12-03 23:46:36 +00:00
jfrancis%netscape.com
cbfd1b2ef0
taking out the factory extern cruft that we only needed before we had shared libs working on the mac. Long live the shared lib conversion!
1998-12-03 09:35:38 +00:00
waterson%netscape.com
79adfa9081
Fix Unix bustage.
1998-11-30 21:17:59 +00:00
mjudge%netscape.com
1a6d6d4c95
blah
1998-11-30 08:36:47 +00:00
mjudge%netscape.com
4f407f1fb8
factory needs work
1998-11-30 08:35:45 +00:00
mjudge%netscape.com
84066440e0
fixing problem in editfactory
1998-11-30 08:25:44 +00:00
mjudge%netscape.com
7c68b19a7a
tabbing
1998-11-29 21:59:52 +00:00
mjudge%netscape.com
60903a364c
modifying
1998-11-28 01:46:56 +00:00
mjudge%netscape.com
8114436240
removed non production code
1998-11-28 01:28:00 +00:00
mjudge%netscape.com
f5653c2454
just broke the mac build. I will tell jfrancis!
1998-11-28 01:19:53 +00:00
jfrancis%netscape.com
b5d47d63e4
fixing compilation errors
1998-11-24 00:26:32 +00:00
jfrancis%netscape.com
8b4ac51cf9
fixing include file typo
1998-11-24 00:19:41 +00:00
mjudge%netscape.com
8b2c0739a2
build breakage... oops
1998-11-23 22:02:18 +00:00
mjudge%netscape.com
7945fe2507
context loader will be used for keybindings
1998-11-23 22:00:29 +00:00
mjudge%netscape.com
e2d9e86574
putting in changes for selection in editor. fixing problem akkana has had?
1998-11-23 21:53:14 +00:00
cyeh%netscape.com
e9d3c67427
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
mjudge%netscape.com
86786e48d0
changing names for nsEditorMouseListener ect
1998-11-20 19:30:50 +00:00
mjudge%netscape.com
ca0b15a703
editor changes
1998-11-20 00:01:15 +00:00