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

562 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 9c72f5a3ac Stub in the get/set column width calls for plain text editing. 1999-05-13 04:44:57 +00:00
sfraser%netscape.com b2bdec1fa2 Removed extra ; 1999-05-13 04:42:23 +00:00
sfraser%netscape.com 389fa2053b Fix misplaced ) 1999-05-13 04:42:11 +00:00
jfrancis%netscape.com d9dcd880e5 artistic integrity of poetry must not be comprimised! 1999-05-13 02:40:53 +00:00
tague%netscape.com dce36849c6 Added work around for #5912 1999-05-12 23:23:14 +00:00
sfraser%netscape.com e11fb63db9 Give editor app cores a unique name so that you can have more than one open at a time, and fix the dialogs to cope with this. Also added file opening UI. 1999-05-12 22:25:45 +00:00
sfraser%netscape.com 9897e27ec2 Added file opening functionality 1999-05-12 22:24:47 +00:00
kin%netscape.com ea696e615b Made read only parameters const. 1999-05-12 22:17:41 +00:00
kin%netscape.com 72b795573f Changed all references to nsVoidArray to nsStringArray. 1999-05-12 21:56:11 +00:00
sspitzer%netscape.com 94f811637a fix pedantic build bustage. (thanks to kin for the fix) 1999-05-12 16:53:26 +00:00
akkana%netscape.com b0b172cff8 Add test for IsDataFlavorSupported for xpfe folks to fix bug 6289 1999-05-11 23:34:40 +00:00
rods%netscape.com 8516385ae6 removed showclipboard function 1999-05-11 19:59:02 +00:00
rods%netscape.com ad5d48dda7 Removed ShowClipboard menu item 1999-05-11 19:58:18 +00:00
kin%netscape.com 2f9144f0b4 Added implementation for First/LastSelectedBlock().
Added better iterator status tracking.
1999-05-11 19:16:24 +00:00
kin%netscape.com f56ad4a10c Made Add/RemoveWordToPersonalDictionary pure virtual. 1999-05-11 19:14:43 +00:00
kin%netscape.com 92ef71eee9 Added nsISpellChecker.h to export list. 1999-05-11 19:13:39 +00:00
cmanske%netscape.com f01fa8b4ee Hooked up UI(menus) for setting font face and font size 1999-05-08 02:20:51 +00:00
cmanske%netscape.com e508bcd84f Implemented InsertLinkAroundSelection 1999-05-07 22:26:23 +00:00
sfraser%netscape.com 8af2538796 Add nsInsertHTMLTxn.cpp for akkana. 1999-05-07 19:43:36 +00:00
rods%netscape.com f49013bbe7 Changed code to use the new DragSession interface 1999-05-07 19:42:27 +00:00
rods%netscape.com f449ed62cf Added ifdef for installing DragListener 1999-05-07 19:41:32 +00:00
rods%netscape.com 52fabe8f5c Removed static IID defs and am now using GetIID from the interface 1999-05-07 19:39:58 +00:00
rods%netscape.com ac50aa3b0f Added nsInsertHTMLTxn 1999-05-07 19:38:53 +00:00
akkana%netscape.com 6d64f20d89 Make Insert HTML a transaction 1999-05-07 19:23:17 +00:00
akkana%netscape.com dea0153e34 Middle-mouse paste; also, fix a bunch of warnings 1999-05-07 19:22:38 +00:00
sfraser%netscape.com 6256ce6464 For some strange reason, the string for editor type was undefined as is. I changed it to a literal. 1999-05-07 05:43:51 +00:00
sfraser%netscape.com 739c21a94c Export Editor.css to resources. 1999-05-07 05:32:06 +00:00
sfraser%netscape.com 1aef9ea8d6 Fix a case typo in a header file name. 1999-05-07 05:26:50 +00:00
sfraser%netscape.com d77c6bd688 Implement Save, Save As in editor. 1999-05-07 05:02:35 +00:00
cmanske%netscape.com 5e9c46fab5 Fixed infinite loop in dialog Cancel hander 1999-05-07 01:54:38 +00:00
cmanske%netscape.com daa9065307 More improvements to insert link and insert image dialogs. Added EdDialogCommon.js, where we should put java script used by all dialogs 1999-05-07 00:44:46 +00:00
dp%netscape.com b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
cmanske%netscape.com 583a805f99 Added the redraw hack to SetParagraphFormat so we can see the content change 1999-05-06 01:33:48 +00:00
akkana%netscape.com 430fc255bd Track change from iDirection to ECollapsedSelectionAction 1999-05-05 23:36:28 +00:00
cmanske%netscape.com c52a827c0d Added new JavaScript files 1999-05-05 23:33:34 +00:00
cmanske%netscape.com 9ebbada5a7 Split JavaScript out of XUL into separate files 1999-05-05 23:30:21 +00:00
cmanske%netscape.com 5f7dc926d8 Added UI for paragraph style and preliminary versions of image and link dialogs 1999-05-05 23:29:18 +00:00
akkana%netscape.com 1f3151a20d - Rename iDirection enum to ECollapsedSelectionAction
- Initial implementation of Insert HTML
1999-05-05 23:27:17 +00:00
waterson%netscape.com dc4863fc21 Fix nsCOMPtr bustage. 1999-05-05 05:56:58 +00:00
buster%netscape.com 3ea6d7ff2b fixed mac bustage 1999-05-05 05:17:59 +00:00
buster%netscape.com cadc514e1d 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 99a96a39ec 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 dc11fb7a86 Renamed NS_TEXTSERVICE_CID to NS_SPELLCHECKER_CID. 1999-05-04 22:03:32 +00:00
kin%netscape.com 4d9e8272c4 Initial checkin of file. 1999-05-04 21:54:11 +00:00
jfrancis%netscape.com f32cb5f466 fixing problem with undo of join txn 1999-05-04 08:03:51 +00:00
jfrancis%netscape.com 6035561262 revamped join on deletion 1999-05-04 08:03:07 +00:00
tague%netscape.com 83e78f89e5 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
sfraser%netscape.com 3b2d7aef50 Memory leak fixes for bug 5870. r mjudge, a chofmann. 1999-05-03 22:26:07 +00:00
jfrancis%netscape.com 724e8503af 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 f9a664a948 ok done Simon reviewed 5870. choffman approved for M5 1999-05-03 21:52:19 +00:00