Граф коммитов

530 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com cee9b8c834 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
cmanske%netscape.com f5fa39fb6d Added the redraw hack to SetParagraphFormat so we can see the content change 1999-05-06 01:33:48 +00:00
akkana%netscape.com bbab32e6e7 Track change from iDirection to ECollapsedSelectionAction 1999-05-05 23:36:28 +00:00
cmanske%netscape.com 7296088618 Added new JavaScript files 1999-05-05 23:33:34 +00:00
cmanske%netscape.com 21d9b68709 Split JavaScript out of XUL into separate files 1999-05-05 23:30:21 +00:00
cmanske%netscape.com ac1c0f7709 Added UI for paragraph style and preliminary versions of image and link dialogs 1999-05-05 23:29:18 +00:00
akkana%netscape.com 4123eec5cf - Rename iDirection enum to ECollapsedSelectionAction
- Initial implementation of Insert HTML
1999-05-05 23:27:17 +00:00
waterson%netscape.com 028ee630ca Fix nsCOMPtr bustage. 1999-05-05 05:56:58 +00:00
buster%netscape.com f913f9ba63 fixed mac bustage 1999-05-05 05:17:59 +00:00
buster%netscape.com 5fe17e98f7 added a param to GetPriorNode and GetNextNode to tell these methods whether to use or skip
non-editable content.
added some comments, turned off some debugging flags.
1999-05-05 04:51:54 +00:00
buster%netscape.com 7803f612f1 1. block transformation infrastructure is now in place. We can go ahead and implement interesting
features like set paragraph style, set list type, indent, etc.  I'm sure there's holes in my
implementation that these high level features will make obvious.

2. I've factored a lot of utility methods from several modules into nsEditor as public static methods.
This makes them easily accessable to all, and will help Joe and I remove redundant methods.

3. I changed the HTML tags to lower case, and made all string compares case-insensitive.  No, this
isn't quite the right thing to do, but we don't have atoms from layout yet.  The Right Thing is for us
to reuse those atoms.
1999-05-05 04:05:19 +00:00
kin%netscape.com 097d57f39c Renamed NS_TEXTSERVICE_CID to NS_SPELLCHECKER_CID. 1999-05-04 22:03:32 +00:00
kin%netscape.com d7969791ad Initial checkin of file. 1999-05-04 21:54:11 +00:00
jfrancis%netscape.com 8e03a8d895 fixing problem with undo of join txn 1999-05-04 08:03:51 +00:00
jfrancis%netscape.com a90187c285 revamped join on deletion 1999-05-04 08:03:07 +00:00
tague%netscape.com b23c932029 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
sfraser%netscape.com d342f3f5fe Memory leak fixes for bug 5870. r mjudge, a chofmann. 1999-05-03 22:26:07 +00:00
jfrancis%netscape.com 9a540c8daf fix for bug 5832; bad constant for nbsp value. rvd - floppy moose; appv - chofmann 1999-05-03 22:16:02 +00:00
mjudge%netscape.com adc7387702 ok done Simon reviewed 5870. choffman approved for M5 1999-05-03 21:52:19 +00:00
kostello%netscape.com f21989d181 Changed:
nsI*Editor::OutputText(nsString& aOutputString);
nsI*Editor::OutputHTML(nsString& aOutputString);

These methods always returns back a Unicode version of whatever is in the content model. It is the
responsibility of the caller then to call whatever converter is required to convert to the appropriate
charset.

Added:

nsI*Editor::OutputText(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
nsI*Editor::OutputHTML(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)

These methods output the the current content model to aOutputStream. The document is encoded using the
document defined charset or if the user passes in a non-null value for aCharsetOverride then this
encoding overrides the encoding used by the document.
1999-05-03 18:48:39 +00:00
kostello%netscape.com 6fd6c82744 Added OutputText and OutputHTML that take in an nsIOutputStream. 1999-05-03 18:47:04 +00:00
jfrancis%netscape.com 7fb20b8fe5 fix for bug 5782 - check for null return when getting prev/next node is deletion rules; rvd floppy moose, appr chofmann 1999-05-01 19:37:50 +00:00
buster%netscape.com 69dbf9b019 with permission from chofmann:
1. fix for bug 5796, crash on exit.  This was a bad, bad memory smudge on my part, easily fixed by doing the right ref counting in the
right places.

2. some preliminary code for M6 block transformations has leaked into this checkin.  It's safer than trying to re-code the fix above into
a fresh tree.  Unless you're making calls to do block transformations, you won't see any difference.
1999-04-30 22:40:18 +00:00
joki%netscape.com 91c2b2ba1f Adding scrolling fixes to fix bug #3999, A: chofmann 1999-04-30 19:38:39 +00:00
akkana%netscape.com f55899f2c6 5734: put back working copy from version 1.17, which got accidentally stomped in a cvs merge. a=cyeh,kostello 1999-04-30 18:03:39 +00:00
mjudge%netscape.com f7d1f91157 hack to get redraw to work on setting bold or italics editor only 1999-04-30 00:06:40 +00:00
mjudge%netscape.com d7c5a91c74 FIXING M5 BUGS: making weak links to stop extra addreff to presshell. fixing xul to set editor doc type to "content" 1999-04-29 20:21:04 +00:00
pinkerton%netscape.com b446581eeb fix build bustage comparing raw pointer to nsCOMPtr. 1999-04-29 01:01:04 +00:00
buster%netscape.com 1e084486b5 approved bug fix for infinite loop when typing a space in a document with only a single text node 1999-04-29 00:14:05 +00:00
sfraser%netscape.com 1beb047e50 Move ShowClipboard to the Debug menu 1999-04-28 05:20:05 +00:00
akkana%netscape.com fd7d05f4de Fix location of xul files 1999-04-28 01:36:10 +00:00
ftang%netscape.com 20a6211cc1 pass charset info from the current doc to the parser 1999-04-27 23:52:39 +00:00
kin%netscape.com 2513a7f241 Removed enabled code that was ifdef'd with HAVE_EDIT_ACTION_LISTENERS. 1999-04-27 19:17:35 +00:00
kin%netscape.com f4779236a0 Added AddEditActionListener() and RemoveEditActionListener() methods. 1999-04-27 19:16:26 +00:00
kin%netscape.com 8474633cfe Modified nsIEditActionListener to have Will*() and Do*() methods. Added
nsIEditActionListener support to nsEditor.cpp and nsEditor.h.
1999-04-27 17:14:28 +00:00
rods%netscape.com 214c2eef70 Added "EditorShowClipboard" function 1999-04-27 02:45:37 +00:00
rods%netscape.com 464e3ed8b1 Added seprartor and ShowClipboard menu item 1999-04-27 02:44:55 +00:00
sfraser%netscape.com 84a4e72ab9 Advance the iterator so we don't freeze bringing up the link dialog. 1999-04-27 01:10:10 +00:00
buster%netscape.com 6a3439339c just removing a printf 1999-04-26 23:41:13 +00:00
cmanske%netscape.com 05a602f561 Removed reference to missing file 1999-04-26 20:47:55 +00:00
sfraser%netscape.com c17fa463bb Updated project 1999-04-26 19:52:04 +00:00
law%netscape.com 81153ec3e4 Add txtsvc to get find dialog building on win32 and unix 1999-04-26 19:46:01 +00:00
sspitzer%netscape.com a3b96981ab more cvs ignorage 1999-04-26 18:29:39 +00:00
sspitzer%netscape.com e1453af3fd cvs ignorage of generated makefiles 1999-04-26 18:26:05 +00:00
jfrancis%netscape.com 086fffbf19 adding list to sample html 1999-04-26 14:27:02 +00:00
jfrancis%netscape.com cad36f972d more html typing rules implementation 1999-04-26 14:08:52 +00:00
rickg%netscape.com cc64c0dc7a sync with nsString2 1999-04-24 01:39:50 +00:00
kin%netscape.com bf0d1d3aa1 Misc changes to the nsITextServicesDocument interface. 1999-04-23 16:52:28 +00:00
bruce%cybersight.com 0329417c71 Must define inline methods _before_ calling them on AIX 4.2 with xlC. 1999-04-23 16:47:30 +00:00
kin%netscape.com 3c75e483a8 Removed spellchk from the list of directories to build. 1999-04-23 15:47:33 +00:00