mcafee%netscape.com
0d9d97bf4f
Adding do_QueryInterface() wrapper for Solaris, this is the other part of scc's nsCOMPtr carpool
1999-02-18 23:18:56 +00:00
mcafee%netscape.com
5b9af87290
Solaris needs newline at end of file.
1999-02-18 23:09:08 +00:00
buster%netscape.com
d968e97e64
work in progress
1999-02-18 23:01:06 +00:00
mcafee%netscape.com
202ec44d6e
Solaris needs newline at end of file.
1999-02-18 23:00:45 +00:00
mcafee%netscape.com
cbff9a4021
Adding newline at end of file for Solaris/CC
1999-02-18 12:14:59 +00:00
buster%netscape.com
d3c188869b
fix mac build for new nsCOMPtr code
1999-02-17 20:44:44 +00:00
buster%netscape.com
1b73ea36a7
Highlights:
...
updated to new nsCOMPtr usage
nsTextEditor::InsertBreak() implemented
splits the text node at the caret (deletes any extended selection to force a collapsed selection.)
inserts a <BR> which I assume we'll convert to a CR when we write to a text stream.
undo and redo work, except for the bug noted below
More stuff:
interface cleanup
strategic debugging code added
delete selection txn sets the collapses the selection...this is just a placeholder, but I needed it for undo/redo of InsertBreak.
join and split now work for text nodes as well as interior nodes
1999-02-17 19:42:29 +00:00
buster%netscape.com
750156a8dd
private interface for editor, used for common editing operations that
...
we don't want to expose publically.
1999-02-17 18:34:41 +00:00
danm%netscape.com
fec8319485
fixing compilation problems with new nsCOMPtr. part of the carpool.
1999-02-17 06:18:11 +00:00
mjudge%netscape.com
0f60b22018
new modifications to nsCOMPtr to explicitly change to QueryInterface
1999-02-17 01:59:56 +00:00
buster%netscape.com
3c0989c25b
minor fixes and lots of comments
1999-02-15 18:25:30 +00:00
buster%netscape.com
1cd1a05857
merges text insertions again, based on new aggregate insert txn
1999-02-15 18:24:58 +00:00
buster%netscape.com
edfd4544b9
removed unnecessary parent param from DeleteNode
1999-02-15 18:22:58 +00:00
sfraser%netscape.com
d5c6142412
Cause the caret to become visible in the presentation shell when instantiating an editor.
1999-02-13 04:48:09 +00:00
buster%netscape.com
0febfca71d
changed deleteSelection back to not use the range
1999-02-12 19:36:18 +00:00
buster%netscape.com
16de5238df
changed DeleteSelection back to using nsIDOMRange directly.
1999-02-12 18:09:38 +00:00
buster%netscape.com
f7598d9c91
removed renamed modules
1999-02-12 17:49:19 +00:00
kipp%netscape.com
36c243cdc0
COMized nsIPresShell and nsIPresContext
1999-02-12 17:45:58 +00:00
dcone%netscape.com
d6b84bcdc2
Renamed editor.cpp to nsEditor.cpp
and added nsTextEditor.cpp
1999-02-12 17:29:19 +00:00
buster%netscape.com
1ceedf5abc
* the viewer test app now instantiates an nsITextEditor via nsRepository for "Editor mode"
...
* the TxnMgr is invoked by the editor via nsRepository
* editor.h|cpp have been renamed nsEditor.h|cpp for consistency
* editorInterfaces.h|cpp have been renamed nsEditorEventListeners.c|hpp
* added nsITextEditor.h, nsTextEditor.h|cpp. The text editor is a placeholder for the rules unique to text
editing. It invokes the nsIEditor to do core editing operations.
* reworked nsIEditor and related interfaces as per emerging design.
* nsEditor::BeginTransaction and EndTransaction call nsTransactionManager::BeginBatch and EndBatch.
1999-02-12 17:18:58 +00:00
buster%netscape.com
35970a939a
splitting core editing from text editing
1999-02-12 17:18:04 +00:00
kin%netscape.com
6b7560f829
Removed all references to ServiceManager, we now rely on nsRepository directly.
1999-02-12 16:57:55 +00:00
kin%netscape.com
0985517287
Added NSRegisterSelf() and NSUnregisterSelf().
1999-02-12 16:56:04 +00:00
sfraser%netscape.com
2b0f35a208
Un-macro the release for ease of debugging
1999-02-11 23:46:59 +00:00
akkana%netscape.com
7982a421d6
Rename nsISelection to nsIFrameSelection
1999-02-11 23:12:28 +00:00
dp%netscape.com
81c281f428
Adding libreg as xpcom depends on it
1999-02-10 02:01:50 +00:00
kin%netscape.com
9bd79d07f3
Added test cases for TransactionManager's BeginBatch() and EndBatch() methods.
1999-02-08 17:30:30 +00:00
kin%netscape.com
225d4fcce1
Added BeginBatch(), EndBatch(), BeginTransaction() and EndTransaction()
...
methods.
1999-02-08 17:29:43 +00:00
kin%netscape.com
efd75e5cfe
Added BeginBatch(), EndBatch(), BeginTransaction() and EndTransaction()
...
methods. Modified Do() method to use Begin/EndTransaction().
1999-02-08 17:28:33 +00:00
kin%netscape.com
0de03a45e7
Changed all occurences of !NS_SUCCEEDED() to NS_FAILED().
1999-02-08 17:28:08 +00:00
kin%netscape.com
5797e5b2a3
Added GetNumberOfChildren() method. Changed all occurences of !NS_SUCCEEDED()
...
to NS_FAILED(). Modified GetNumberOfUndoItems() and GetNumberOfRedoItems() to
handle the case where their stack is NULL.
1999-02-08 17:27:42 +00:00
mcafee%netscape.com
9acb2c565e
Woops, no tests directory here
1999-02-08 09:44:22 +00:00
kin%netscape.com
3c7b27cf7e
Made nsTransactionReleaseFunctor destructor virtual.
1999-02-04 17:40:35 +00:00
kin%netscape.com
ad9f0f2bad
Modified Redo() method to allow for mTransaction being NULL.
1999-02-04 17:39:21 +00:00
kin%netscape.com
17208b294c
Fixed regression introduced by the renaming of nsDeque::Pop()
...
to nsDeque::PopFront().
1999-02-04 17:36:24 +00:00
kin%netscape.com
208f109b51
Added calls to nsServiceManager::ShutdownService() to get the tests working
...
again. Fixed some compiler warnings.
1999-02-04 17:35:04 +00:00
akkana%netscape.com
7ce99a3b55
Fix memory leak: use nsCOMPtr for frame selection everywhere
1999-02-04 01:00:34 +00:00
akkana%netscape.com
00d99334c5
Fix typein
1999-02-04 00:19:30 +00:00
mcafee%netscape.com
4f34ff2320
Ignore generated Makefiles
1999-02-02 06:11:26 +00:00
mcafee%netscape.com
a9f46578c7
Ignore generated Makefile
1999-02-02 01:03:32 +00:00
akkana%netscape.com
abd713be3f
Rename an ifdef
1999-01-30 01:05:39 +00:00
akkana%netscape.com
eb4fd64caa
Implement a new interface, nsIDOMSelection, intended to become the
...
external interface for selection (to be IDL-ified later).
Fix some editor bugs:
- Advance the cursor on text insert (so text is inserted in the right order)
- Make DeleteSelection in the editor call the actual selection
- Make DeleteSelection update the frames' notion of the selection
1999-01-29 18:57:56 +00:00
buster%netscape.com
666e4a3c97
fixed some UMR's due to mRefCnt being uninitialized. This fixes some memory leaks.
1999-01-28 19:45:23 +00:00
buster%netscape.com
e1f0594680
put in crude support for aggregating type-ins across selection changes.
...
this needs to get beefed up to handle offsets within elements, which we'll
do as soon as selection is set properly following an insertion.
1999-01-28 19:00:14 +00:00
buster%netscape.com
a0bfc18e76
fixed a minor problem with merging type-in transactions.
1999-01-28 17:19:24 +00:00
buster%netscape.com
cd0654ab9d
fixed a minor bug where shortcut keys were being declared as "handled" even if
...
Ctrl wasn't pressed, so you couldn't type in the character.
1999-01-28 17:06:42 +00:00
brade%netscape.com
2525568a72
File Removed.
1999-01-28 17:01:19 +00:00
pinkerton%netscape.com
6b4a3d5de1
comment out section that doesn't compile to fix bustage.
1999-01-28 16:43:07 +00:00
pinkerton%netscape.com
7c7a4f4dc2
comment out routine that doesn't compile to fix bustage.
1999-01-28 16:42:47 +00:00
buster%netscape.com
1d6de2d02b
changed nsIEditor to enable undo separately from Init
...
work in progress API changes to nsIEditor and nsEditor
1999-01-28 06:02:53 +00:00