glazman%netscape.com
034aaf432f
missing files for b=47066, r=brade,cmanske, sr=kin
2003-02-24 10:18:18 +00:00
glazman%netscape.com
2a1389ecba
Allow mouse-driven resizing of images and tables in all instances of editor.
...
For the default Mozilla build, this includes Composer and Mail Composition.
Embeddors willing to disable this feature should look at |nsHTMLEditor::SetIsImageResizingEnabled()|
Displays eight resizing handles plus an info box. Images are resized real-time.
Uses HTML attributes in pure HTML mode (mail composition for instance) and CSS properties when available.
Undoable and Redoable. Does not grind coffe and make a good expresso yet.
Thanks if you really read to that line.
b=47066, r=brade, r=cmanske (for the algo part inheriting from the XBL patch), sr=kin
2003-02-24 09:37:18 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
rods%netscape.com
ca00db2d37
Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail
...
Bug 173046 r=jfrancis sr=kin a=asa
2002-12-10 15:03:04 +00:00
cmanske%netscape.com
1c667569a9
Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser
2002-11-27 00:35:09 +00:00
cmanske%netscape.com
4e3ba622bb
Final removal of 'editorShell' and associated files. b=169029, r=brade, sr=sfraser
2002-11-15 15:36:44 +00:00
cmanske%netscape.com
d42b2c8c8d
Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser
2002-11-12 22:52:55 +00:00
akkana%netscape.com
7224a79a1a
168999: Make nsEditorSpellCheck an independant object instead of part of editorshell. r=brade sr=kin a=asa
2002-10-11 23:46:57 +00:00
akkana%netscape.com
45a6f01fac
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 20:24:23 +00:00
cmanske%netscape.com
429a6fcbe9
Implemented command and Composer UI for 'Paste Without Formatting' command. b=64647, r=mjudge, sr=darin
2002-10-06 01:23:18 +00:00
cmanske%netscape.com
70ac511de8
Remove editorShell from main Composer window. b=169026, r=brade, sr=alecf
2002-10-03 04:07:10 +00:00
bryner%netscape.com
53392b85c9
Add a configure option to disable building composer (bug 170136). Move handling of the -composer command-line option from libeditor/base/ to composer/src/. Remove unused nsIEditorService interface. r=seawood, sr=sfraser.
2002-10-01 00:16:51 +00:00
brade%netscape.com
a57e1f3bcc
bug 121648; remove unused portions of editorshell; r=glazou, sr=kin
2002-09-30 13:51:58 +00:00
akkana%netscape.com
b51594a07c
169308: Make nsIEditorLogging scriptable: a couple of nicities suggested by Kin. r=brade sr=kin
2002-09-25 23:34:04 +00:00
akkana%netscape.com
6a82a1274b
169308: Make nsIEditorLogging scriptable. r=brade sr=kin
2002-09-25 23:29:40 +00:00
cmanske%netscape.com
22d098a717
Progress on removing editorShell from Composer: fixed controller and command problems and mimetype and 'documentEditable' to editor interfaces, b=169029, r=brade, sr=dveditz
2002-09-18 19:42:38 +00:00
glazman%netscape.com
dfe457b9a4
fixes several bugs at once:
...
could not revert to HTML attributes default value,
VALIGN attribute on table elements was not CSSized,
page colors of new documents were not CSSized,
bad design in |nsEditor::CloneAttributes()|,
new image width/height/border attributes were not CSSized,
error in EdTableProps.js
b=167712, b=167716, r=brade, r=jfrancis, sr=kin
2002-09-17 12:04:59 +00:00
akkana%netscape.com
899ec31c99
124265: make nsIEditorStyleSheet more scriptable. Fix is partly me r=cmanske, partly cmanske r=me; all is sr=alecf
2002-09-13 19:47:38 +00:00
cmanske%netscape.com
32a04fd3c8
Fixed table row deletion and reorganized nsITableEditor methods. b=166922, r=akkana, sr=hewitt
2002-09-13 04:19:30 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
mjudge%netscape.com
543b9c1e7e
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
2002-07-15 22:04:13 +00:00
akkana%netscape.com
a57a0e776a
126312: Remove the obsolete old find code. r=brade, sr=alecf.
2002-07-09 20:24:37 +00:00
kin%netscape.com
e208ac0aa5
Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
...
mozilla/content/base/public/nsISelectionController.idl
mozilla/content/base/src/nsSelection.cpp
mozilla/editor/composer/src/nsEditorShell.cpp
mozilla/editor/idl/nsIPlaintextEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/nsEditor.h
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
mozilla/editor/ui/dialogs/content/EdTableProps.js
mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
mozilla/layout/base/public/nsIFrameSelection.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/mailnews/compose/src/nsMsgCompose.cpp
mozilla/xpfe/browser/resources/content/viewPartialSource.js
- Added aIsSynchronous arg to the ScrollSelectionIntoView()
method of nsISelectionController and nsIFrameSelection.
Updated all callers to pass new arg.
- Modified selection to post a plevent to call which does the
call to ScrollIntoView() in the async ScrollIntoView() case.
- Edits in text widgets now use asynchronous reflow, paint,
and scroll processing full time.
- Removed redundant ScrollSelectionIntoView() calls in the
editor event listeners.
- Editor IME code now forced to flush reflows and paints before
getting caret coordinates.
r=jfrancis@netscape.com sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
brade%netscape.com
4150a9ffcb
remove checkOpenWindowForURLMatch (now in JS, editorApplicationOverlay.js) bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime
2002-04-06 00:47:21 +00:00
akkana%netscape.com
f93c06c8f7
131277: change signature of outputToString to return the string. r=jfrancis sr=sfraser a=asa
2002-03-25 22:39:19 +00:00
dbaron%fas.harvard.edu
c27759216d
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:16:54 +00:00
cmanske%netscape.com
92c7ad6a5e
Moved mouse listener from EditorShell to HTMLEditor but keep previous context click and doubleclick element selection behavior. b=112181 & 128836, r=akkana, sr=sfraser, a=asa
2002-03-17 20:39:16 +00:00
glazman%netscape.com
4860f9539e
It was impossible to set the background color of a table thru TableOrCell Background Color menu item.
...
b=127723, r=jfrancis, r=cmanske, sr=kin, a=asa
2002-03-15 15:33:29 +00:00
akkana%netscape.com
d4afc4dae6
128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron
2002-03-14 22:11:14 +00:00
glazman%netscape.com
76f1156090
Adding noCSS flag to nsHTMLEditor; b=bugscape11956, r=brade, sr=kin
2002-02-05 15:16:14 +00:00
glazman%netscape.com
f0b7a4e269
inline styles were not saved because gElement was outside of document's tree; b=91548, r=brade, sr=kin
2002-01-28 16:00:12 +00:00
glazman%netscape.com
7d7fdeaafe
move CSS in Composer stuff from nsEditorShell to nsHTMLEditor; b=121081, r=brade, sr=kin
2002-01-25 10:20:11 +00:00
glazman%netscape.com
31d7bfc1f0
remove CSSisms from nsEditor; b=121092, r=brade, sr=kin
2002-01-25 10:16:52 +00:00
brade%netscape.com
b5713251e3
remove SaveDocument from the API; use nsIWebBrowserPersist instead
2002-01-14 20:33:18 +00:00
glazman%netscape.com
e33a80b378
CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin
2002-01-09 13:51:37 +00:00
cmanske%netscape.com
12a9531fc6
Support changing list bullet/number style for selected list items. b=92278 r=jfrancis,brade sr=kin
2001-12-12 03:57:32 +00:00
brade%netscape.com
27cf82446b
implement modification count in editor; bug 112008, sr=smfr, r=akk
2001-12-10 15:23:11 +00:00
cmanske%netscape.com
ace0e065c5
Remove nsIEditorShell::Init(), b=110763, r=brade, sr=sfraser
2001-12-06 15:11:50 +00:00
brade%netscape.com
4169c84d7f
allow scripting of methods with no parameters (bug #112008 , r=akkana, sr=sfraser)
2001-11-29 10:05:36 +00:00
brade%netscape.com
278a7adb19
remove unused methods; r=cmanske; sr=kin (bug #107636 )
2001-11-27 13:59:57 +00:00
brade%netscape.com
71f286e157
add doAfterSave and isSupportedTextType so they can be called from JS (bug #107636 r=kin; sr=sfraser)
2001-11-20 09:54:01 +00:00
brade%netscape.com
211b7874ca
nsIFile->nsIURI in SaveDocument api (bug #104883 )
2001-11-01 15:26:34 +00:00
gerv%gerv.net
a6cbe5b4e0
License changes, take 2. Bug 98089. mozilla/editor/.
2001-09-25 22:53:13 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
cmanske%netscape.com
d6009bca2d
Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa
2001-08-24 19:47:46 +00:00
akkana%netscape.com
ced498ab2c
54726: Add link to W3C Validator
...
90550: Need to rewrite URLs for publishing and for save as
91388: Link checker, Work in progress (doesn't work yet)
r=brade, sr=kin
2001-08-07 21:39:07 +00:00
akkana%netscape.com
02fa2be9b3
Adding html URI ref object to the build. r=brade sr=kin. Work in progress.
2001-08-07 21:12:08 +00:00
kin%netscape.com
6398cb9d59
Fix for bug #93109 : Orphaned #endif's in IDLs crashes xpidl during build
...
Removed bogus #endif statements in:
mozilla/editor/idl/nsIEditorIMESupport.idl
mozilla/editor/idl/nsITableEditor.idl
mozilla/editor/txmgr/idl/nsITransactionManager.idl
sr=waterson@netscape.com
2001-08-02 20:34:54 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00