brade%netscape.com
b9379cbb11
First Checked In.
1999-09-21 22:27:05 +00:00
buster%netscape.com
fdb1657ecb
fixed a problem with asserts trying to merge empty aggregate transactions.
...
if the aggregate transaction is empty, don't execute it. It's not technically
illegal, but it's a waste, and it causes the assert.
1999-09-21 20:46:36 +00:00
joki%netscape.com
96be20de98
Changing dom event VK_* names to DOM_VK_*
1999-09-21 14:19:17 +00:00
tao%netscape.com
8891fb2578
Move editor.properties from content/ to locale/,
1999-09-21 06:30:03 +00:00
hangas%netscape.com
eff52cac56
Added key binding for OK/Cancel buttons.
1999-09-21 05:23:14 +00:00
hangas%netscape.com
3db876b7a6
Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys.
1999-09-21 05:20:56 +00:00
akkana%netscape.com
87e3d9d3a9
Use new ToString method on selection
1999-09-21 01:42:41 +00:00
cmanske%netscape.com
3744ca849c
Editor bug fixes. List Properties dialog work. Fixed menu access keys in DTD file. Fixed using selection->Clear() cases
1999-09-21 01:36:30 +00:00
waterson%netscape.com
848853d3e8
Fix Linux bustage.
1999-09-20 04:50:18 +00:00
buster%netscape.com
16446efc84
most of the fix for bug 11804, type-in state wasn't properly removing
...
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.
1999-09-20 04:20:18 +00:00
buster%netscape.com
ebe26ab6d3
turned off a debug flag
1999-09-20 04:17:05 +00:00
buster%netscape.com
3c3fee1121
fixed recent bustage on windows that '.' key wouldn't work, making it
...
tough to type URL's in browser. still needs work, but it's usable again.
1999-09-20 04:16:34 +00:00
buster%netscape.com
700374e720
turned off a noisy debug flag
1999-09-20 04:15:36 +00:00
jfrancis%netscape.com
2569f4a0cb
fixing a heap-o-undo problems and some mBogusNode problems
1999-09-20 01:31:44 +00:00
buster%netscape.com
ad6f14fd32
fixed an error where the out param was not being initialized to null.
...
This could cause an error in the caller if the caller fails to check the return
code as well as the pointer!=null before dereferencing the result.
1999-09-19 23:47:04 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
jfrancis%netscape.com
02f20427ef
improved handling of tabs (nested tables now work) and also fixed bug 13662
1999-09-19 10:32:21 +00:00
jfrancis%netscape.com
7f1813ed34
fix bug 13469
1999-09-19 10:31:31 +00:00
jfrancis%netscape.com
c91289428f
putting tab handling back in KeyDown(). Else editor never gets tabs.
1999-09-19 10:30:30 +00:00
tao%netscape.com
180969e7ad
Hook up da-DK.
1999-09-18 01:26:24 +00:00
davidm%netscape.com
06e68518d9
Change the call to shutdown to a call to quit.
1999-09-18 00:29:01 +00:00
cmanske%netscape.com
d3749a97dd
Fixed printing from the editor toolbar, bug 8806.
1999-09-17 23:46:36 +00:00
jfrancis%netscape.com
248452a87c
fix for 13677
1999-09-17 23:15:12 +00:00
cmanske%netscape.com
763c9009c8
Added items for list menu and dialog so DTD work can continue. Change openDialog calls to use '_blank' as window name.
1999-09-17 23:13:59 +00:00
tao%netscape.com
45dd700b63
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:55:59 +00:00
tao%netscape.com
4682741d61
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:44:01 +00:00
buster%netscape.com
496568c9b5
fixed some warnings
1999-09-17 20:22:13 +00:00
buster%netscape.com
b7d6fcb807
fixed a compiler warning
1999-09-17 20:19:50 +00:00
buster%netscape.com
adc523b979
fixed an assesrtion in ~nsHTMLEditor caused by calling GetDocument()
...
when Init() had never been called. This is a legal sequence
(nsHTMLEditor is instantiated and destroyed without Init() ever being called),
so now it's allowed.
1999-09-17 20:18:50 +00:00
buster%netscape.com
420962b484
fixed a warning
1999-09-17 20:17:22 +00:00
akkana%netscape.com
6f7a630dad
Handle everything in KeyPress; make KeyDown a nop. This also fixes bug 13962
1999-09-17 20:11:13 +00:00
sfraser%netscape.com
a68044b6d1
Fix the double reload problem in the editor, which fixes bug 14045 and maybe others.
1999-09-16 23:54:08 +00:00
kin%netscape.com
1cecddb18c
Changed all occurrences of window.content.addEventListener()
...
to window.addEventListener() to fix editor default page not loading.
1999-09-16 18:40:17 +00:00
sspitzer%netscape.com
2061dc9f57
ignore generated makefiles
1999-09-16 11:33:15 +00:00
cmanske%netscape.com
c3e0b340d1
Added an HR to editor test page
1999-09-16 04:38:50 +00:00
cmanske%netscape.com
3c48229507
Editor UI work. Integrated Brendan's JS improvements. Trying to get popups to work in dialogs. Add Ben Goodger's table properties dialog work.
1999-09-16 04:36:16 +00:00
sfraser%netscape.com
380a9bb11a
Don't show the caret initially; it will be made visible when the editor, or text widget, gets a focus event.
1999-09-16 01:16:31 +00:00
cmanske%netscape.com
fe95945cb2
Added a link and named anchor to the editor test page
1999-09-15 20:37:10 +00:00
buster%netscape.com
8a995bfc5e
fixed bug 13810 by removing an extraneous check for empty string. empty strings are perfectly legal
...
in WillInsertText
1999-09-15 19:43:19 +00:00
akkana%netscape.com
3867426c89
Turn on whitespace insertion
1999-09-15 17:55:41 +00:00
rjc%netscape.com
75a2402566
"rdf:find" is now called "rdf:localsearch"
1999-09-15 10:21:47 +00:00
jfrancis%netscape.com
63b3dce079
fix for bug 13500 - typo that broke deletion
1999-09-15 05:43:25 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
cmanske%netscape.com
326f584d8e
Put loading of EditorContent.css within an if DEBUG_cmanske 'cause it prevents initial reflow and others will complain!
1999-09-15 01:12:58 +00:00
cmanske%netscape.com
0be67b52f1
Fixed bug 8806 - printing from editor
1999-09-15 01:10:10 +00:00
sfraser%netscape.com
b329d8555b
Changes to nsAutoStrings, and do the funky new caret thing.
1999-09-14 23:44:05 +00:00
sfraser%netscape.com
20029fa588
Use nsAutoStrings where appropriate
1999-09-14 23:40:16 +00:00
akkana%netscape.com
2f8fd57333
Remove style info -- we need the plaintext-mode editor to do this for us, not requiring it to be in the file
1999-09-14 21:30:58 +00:00
law%netscape.com
a874b261ad
Enable editor window to be opened via window.openDialog
1999-09-14 20:36:19 +00:00
buster%netscape.com
161438718c
fixed bug 13669, wrong password when user typed with 1 or more characters selected
1999-09-14 00:11:22 +00:00
akkana%netscape.com
488d492da2
Fix an erroneous debug print; fix some build warnings
1999-09-13 21:39:51 +00:00
buster%netscape.com
b10892ab14
added GetAbsoluteOffsetsForPoints, so we can get the length of a document without
...
playing with it's selection. Much faster, and doesn't mess with the display at all.
1999-09-13 20:44:38 +00:00
cmanske%netscape.com
527b9eef42
Fixed bug 10236 - suppressing hand cursor over links in editor
1999-09-13 19:21:34 +00:00
brade%netscape.com
e34846ad47
move to keycode for VK_* keys
1999-09-13 13:52:41 +00:00
jfrancis%netscape.com
8de9e45071
implementing EditorKeyPress and handling tabs in tables and shift-return meaning <br>
1999-09-13 09:37:51 +00:00
hangas%netscape.com
ef232c9643
Updated help menu to match new id in globalOverlay.xul
1999-09-12 02:50:24 +00:00
jfrancis%netscape.com
51ef4144c9
fix for 12675; also added a wrapper for GetNextNode()/GetPriorNode() that checks for containment in the <body>
1999-09-12 01:36:07 +00:00
jfrancis%netscape.com
bc8d6fdd33
adding a default case enum value for rules action enum
1999-09-12 01:33:20 +00:00
jfrancis%netscape.com
bf59a17512
fix for 12675
1999-09-12 01:31:57 +00:00
jfrancis%netscape.com
1563ce314f
fix for 13516
1999-09-12 01:30:53 +00:00
briano%netscape.com
17719069b0
General cleanup.
1999-09-11 01:20:05 +00:00
jfrancis%netscape.com
8afc93ce24
cleaning up warnings (bug 13469)
1999-09-11 00:20:59 +00:00
jfrancis%netscape.com
1cfeb34196
bug fix: paragraphs now merge properly.
1999-09-10 23:32:28 +00:00
jfrancis%netscape.com
9fb4ecf8c8
bug fix (no #) for GetPriorNode/GetNextNode
1999-09-10 23:31:43 +00:00
jfrancis%netscape.com
9ffdeba4b6
rearranging project view a bit
1999-09-10 23:31:04 +00:00
jfrancis%netscape.com
2408eadfce
bug fix for 13500
1999-09-10 23:30:35 +00:00
akkana%netscape.com
76f259b9e9
Better debug prints: tell which tag we're creating
1999-09-10 22:34:18 +00:00
akkana%netscape.com
d2d2dcd442
490: infrastructure for inserting formatting whitespace. Not turned on yet except for DEBUG_akkana
1999-09-10 18:54:13 +00:00
brade%netscape.com
86f98ddbd2
handle hard-coded keybindings on Mac; begin to support new key event spec (lower case letters for charcodes)
1999-09-10 14:42:20 +00:00
jfrancis%netscape.com
89c84eeb43
fix for bug 13482
1999-09-09 22:22:14 +00:00
buster%netscape.com
dadb1ea557
fixed password editors, while maintaining output of empty HTML documents
...
fixes bug 13404, a blocker for enabling gfx text controls
1999-09-09 19:39:36 +00:00
briano%netscape.com
3b2876966d
General cleanup.
1999-09-09 04:00:39 +00:00
briano%netscape.com
d4bdb95d66
General cleanup.
1999-09-09 03:34:19 +00:00
sfraser%netscape.com
7aead9fea3
Add DocumentIsEmpty to EditorShell.idl and nsIEditor, and modify length and content getters to do the right thing with an empty document (which contains the bogus text node).
1999-09-08 23:32:04 +00:00
sfraser%netscape.com
152c78716c
Add tests for empty doc, and get doc length in EditorTestSelection.
1999-09-08 23:27:22 +00:00
sfraser%netscape.com
c2206d7d88
Removed nsInsertHTMLTxn.cpp
1999-09-08 20:18:29 +00:00
sfraser%netscape.com
62af2e6a2e
File Removed.
1999-09-08 20:17:32 +00:00
brade%netscape.com
78400921e1
remove unneeded / redundant code; fix updating of controls
1999-09-08 20:10:22 +00:00
sfraser%netscape.com
154205b3b9
File Removed.
1999-09-08 20:07:57 +00:00
sfraser%netscape.com
e00aa228a0
Remove commented out nsIEditRules
1999-09-08 20:06:01 +00:00
brade%netscape.com
f53c478e3f
fix typo
1999-09-08 19:54:40 +00:00
sfraser%netscape.com
8048e8e1be
File Removed.
1999-09-08 19:51:03 +00:00
jfrancis%netscape.com
ed0c4b6278
oops, missed a case....
1999-09-08 19:10:13 +00:00
jfrancis%netscape.com
84f8f0436e
fixing case sensitivity problem
1999-09-08 18:49:01 +00:00
brade%netscape.com
4388022a24
optimizations from Ben Goodger; move global var tagName to local; remove old comment; add new comments; don't pass around image editfield id
1999-09-08 14:57:44 +00:00
brade%netscape.com
b8b8eba393
add license and selection keys (home, end, pgup, pgdn, arrows, shift-selects, etc.)
1999-09-08 14:04:41 +00:00
brade%netscape.com
092ae0eba8
readd spacers in toolbar
1999-09-08 13:36:32 +00:00
jfrancis%netscape.com
35644158db
making special mail-compose editing rules accessible to mail
1999-09-08 06:26:53 +00:00
jfrancis%netscape.com
adbfb599f8
restoring 1.54 checkin: no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
fix for bug 13251 is now in layout/src/base/nsRange.cpp
1999-09-08 05:30:48 +00:00
cmanske%netscape.com
1c0bbcda59
Activated collapsing of table row in Image Dialog to implement 'More'/'Fewer' behavior, now that sizeToContent works!
1999-09-08 00:50:45 +00:00
cmanske%netscape.com
38f7e609e4
Fixed Insert Table dialog to not insert if properties are not valid
1999-09-07 23:55:13 +00:00
cmanske%netscape.com
fb204e8246
Adding Advanced Property Editing dialog work by Ben Goodger (rgoodger@ihug.co.nz)
1999-09-07 23:49:46 +00:00
sfraser%netscape.com
31f93e4339
Remove the view source menu item because it doesn't work right yet, and fix the contentframe.xul URL to work with some obscure CAPS changes.
1999-09-07 23:25:59 +00:00
kin%netscape.com
0e3c4c80ff
Fix for bug #13251 : gfx text fields are not accepting input
...
Reenabled call to ClearSelection() in nsTextEditRules::WillInsert().
1999-09-07 22:47:50 +00:00
cmanske%netscape.com
aa789f9790
Fixed bug 13164 preventing Open from working in editor
1999-09-07 19:08:24 +00:00
sfraser%netscape.com
f22e449ba9
Fix view source to work with the new browser appcore replacement
1999-09-07 18:53:02 +00:00
sfraser%netscape.com
7a96214432
Fix the implicit global editorShell weirdness, and change the viewsource window opening.
1999-09-07 18:52:27 +00:00
brade%netscape.com
5bd970f118
fix copyright; add contributor (Sammy Ford)
1999-09-07 14:32:03 +00:00
jfrancis%netscape.com
5772ba3e39
implemented RemoveList();
deletion doesn't scatter so many empty nodes;
mailcite rules started;
general deletion work (still WIP);
several small bugfixes;
refactored list item outdenting code
1999-09-06 19:51:59 +00:00
jfrancis%netscape.com
0ae3fcf4ec
implementing RemoveList() - ie, list button now works as a toggle
1999-09-06 19:47:25 +00:00
jfrancis%netscape.com
0103003252
no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
1999-09-06 19:45:26 +00:00
jfrancis%netscape.com
f286c55765
adding type="cite" to the blockquote, for testing purposes
1999-09-06 19:44:14 +00:00
bruce%cybersight.com
5f9f8618b6
Use nsCRT::free() instead of delete[] for char* data.
1999-09-06 06:22:51 +00:00
dougt%netscape.com
dd5c903d9e
Changes nsIAtom iterface to return a shared (non-allocated) wstring when
...
GetUnicode() is called. (thanks waterson, jband)
Also fixing 12237. (thanks jband).
1999-09-03 22:21:29 +00:00
cmanske%netscape.com
a281ed4e8d
Fixed all property dialogs to use global onAdvancedEdit() feature. Moved lots of JS strings into string bundle file.
1999-09-03 22:05:47 +00:00
sspitzer%netscape.com
189dd57d74
add newline to end of file to please certain UNIX compilers.
1999-09-03 10:43:00 +00:00
cls%seawood.org
dad3de1884
Fix for the AIX build which claims 'Operand of "&" operator must be an lvalue.'
1999-09-03 09:04:31 +00:00
sspitzer%netscape.com
9cda4419de
it really scares me to see my password get sent to the console when I type it. it's scaring others, see #13061 . wrapping this code with #ifdef DEBUG_<author>. I'll send them mail directly.
1999-09-03 08:31:33 +00:00
cmanske%netscape.com
48ab0481b5
Added 'Cancel' to editor save file Confirm dialog and changed to accomodate common dialog interface changes
1999-09-03 01:23:19 +00:00
buster%netscape.com
2d6f90643c
got rid of a nasty compiler warning by changing an unsigned int to signed
1999-09-02 20:37:19 +00:00
akkana%netscape.com
03a054d79d
Remove unused insert html txn
1999-09-02 18:37:24 +00:00
akkana%netscape.com
9bb71184c1
11864: Make InsertHTML undoable.
...
Insert the top-level nodes in the doc frag one by one,
instead of passing the whole doc frag to InsertNode.
1999-09-02 17:56:09 +00:00
sfraser%netscape.com
ea60e1db58
First Checked In.
1999-09-02 05:27:20 +00:00
sfraser%netscape.com
710593e1c9
Move most of the entities to the editorOverlay.dtd files
1999-09-02 04:57:22 +00:00
sfraser%netscape.com
5217765152
Add the editorOverlay.dtd file
1999-09-02 04:56:57 +00:00
sfraser%netscape.com
2a391869b0
Landing XUL overlays for editor keys, toolbars and menus.
1999-09-02 04:55:52 +00:00
sfraser%netscape.com
2392cf590f
Add editor overlay XUL and JS files
1999-09-02 04:54:36 +00:00
sfraser%netscape.com
02deb62abb
File Removed.
1999-09-02 04:51:04 +00:00
sfraser%netscape.com
732b1353f5
First Checked In.
1999-09-02 04:49:24 +00:00
sfraser%netscape.com
509d788966
Add a UTF-8 charset declaratoin, and some Japanese for grins.
1999-09-02 04:49:09 +00:00
sfraser%netscape.com
0ee52b3211
Turn off debug printfs for everyone except buster.
1999-09-02 04:48:17 +00:00
cmanske%netscape.com
714789baa3
Added CloneAttributes to IDL and nsIHTMLEditor. Reworked property dialogs to accomodate AdvancedEdit dialog. Preliminary version of AdvancedEdit dialog done
1999-09-02 01:47:18 +00:00
jfrancis%netscape.com
cb1186b037
more deletion work...
1999-09-01 21:23:47 +00:00
cmanske%netscape.com
51a4a28dcb
Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files
1999-09-01 19:58:25 +00:00
sfraser%netscape.com
0691aa68f0
Fix the plain text XUL to load -- fix entity
1999-09-01 05:50:36 +00:00
sfraser%netscape.com
5173bce570
Add viewsource.dtd for sford
1999-09-01 05:48:41 +00:00
sfraser%netscape.com
c2ea958ef5
First Checked In.
1999-09-01 05:47:40 +00:00
sfraser%netscape.com
1ce1e35d3c
Remove double spacing.
1999-09-01 05:47:00 +00:00
cmanske%netscape.com
699e5e802b
Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs.
1999-09-01 01:22:37 +00:00
cyeh%netscape.com
cc2825cbe0
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
ramiro%netscape.com
411c10dc89
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
jfrancis%netscape.com
1a8dca5815
checkpointing some deletion work
1999-08-31 13:55:18 +00:00
brade%netscape.com
7fd1d23f43
add license; add viewsource (contribution by Sammy Ford)
1999-08-31 12:57:26 +00:00
brade%netscape.com
a93342bc4b
add files for viewsource; fix years for copyright
1999-08-31 12:56:30 +00:00
brade%netscape.com
7fb947585a
removed bad line
1999-08-31 12:55:02 +00:00
brade%netscape.com
024277769e
add viewsource files (contribution by Sammy Ford); fix years in copyright
1999-08-31 12:54:24 +00:00
brade%netscape.com
35f377fe1c
viewsource files
1999-08-31 12:53:49 +00:00
brade%netscape.com
1a9fec6d24
First Checked In.
1999-08-31 12:53:13 +00:00
brade%netscape.com
ab5c9e1f08
View Source (contribution by Sammy Ford); fix year for copyright
1999-08-31 12:52:50 +00:00
brade%netscape.com
c141070d53
add View Source to the menu (contribution by Sammy Ford)
1999-08-31 12:51:30 +00:00
tague%netscape.com
e6b1e38570
Updated direct comparison with NS_OK to appropriate macros.
1999-08-31 06:34:56 +00:00
tague%netscape.com
d22744e0e1
Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX.
1999-08-31 01:20:32 +00:00
sfraser%netscape.com
d77e2fc8d8
Back out cmanske's changes to these files, which he checked by by mistake.
1999-08-31 01:14:40 +00:00
cmanske%netscape.com
5a60e43f1d
Changed PRBool to boolean in IDL file
1999-08-31 01:13:54 +00:00
cmanske%netscape.com
7d4fcc7485
Added checking if we need to save file before allowing close window or exit (bug 7615). Added support for Confirm and Alert message dialogs
1999-08-31 00:51:23 +00:00
sfraser%netscape.com
90c9e7b29a
Fix double spacing in these files.
1999-08-31 00:09:14 +00:00
pinkerton%netscape.com
23469bd682
clean up small mem leak.
1999-08-30 22:18:23 +00:00
brade%netscape.com
077a4c073f
add spacers to toolbars (contribution by Michael Lowe)
1999-08-30 22:17:27 +00:00
pinkerton%netscape.com
7fd9256ae5
clean up small memory leak.
1999-08-30 22:17:26 +00:00
buster%netscape.com
178df58863
removed static constructors, since they're illegal in our system
1999-08-30 22:12:11 +00:00
buster%netscape.com
5c31873a0a
fixed bug 12680 (password fields broken)
...
fixed bug 12489 (static contructors must be removed)
1999-08-30 22:11:09 +00:00
kin%netscape.com
c4ea811665
Fix for bugs #7153 , #10673 , #12066 , #12067 , and #12793 .
...
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h
- Added code to scroll the selection into view
after processing key events.
- Commented out the hack that redraws the entire
view when the focus is gained and lost. Replaced
the hack code with calls to RepaintSelection().
layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
- Added ScrollSelectionIntoView() and RepaintSelection() methods.
layout/base/src/nsRangeList.cpp
- Added implementation for ScrollSelectionIntoView() and
RepaintSelection().
- Check for NULL primary frame in GetFocusNodeRect()
to fix bug #12793 .
1999-08-30 21:54:40 +00:00
kin%netscape.com
536dfe95ee
Removed unused static ISupports IID.
1999-08-30 14:50:36 +00:00
kin%netscape.com
fb0c4cf306
Got rid of static buffer in nsEditorTxnLog::GetString().
1999-08-30 14:48:29 +00:00
syd%netscape.com
296b1b25e3
Comment out rdf for files, this crashes editor when you bring it up. See bug 12725.
1999-08-28 06:03:49 +00:00
bienvenu%netscape.com
bcd174a9e4
more makefile bustage
1999-08-28 03:36:06 +00:00
bienvenu%netscape.com
f0370f8fe7
another attempt to fix linux build bustage
1999-08-28 03:01:13 +00:00
bienvenu%netscape.com
3a38c06ffb
attempt to fix linux build bustage
1999-08-28 02:58:48 +00:00
cmanske%netscape.com
0da377feae
Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files.
1999-08-28 02:40:18 +00:00
akkana%netscape.com
b9c26e9b85
Handle lower-case alt-x as well as upper case
1999-08-28 00:31:06 +00:00
brade%netscape.com
e826a888a6
add sidebar
1999-08-27 13:07:40 +00:00
brade%netscape.com
1b58a6a096
add sidebar files
1999-08-27 13:06:56 +00:00
brade%netscape.com
1f4e888c9d
add files for sidebar
1999-08-27 13:06:19 +00:00
brade%netscape.com
c38267461e
add license; add files for sidebar
1999-08-27 13:06:00 +00:00
brade%netscape.com
30578f0a75
add license; add sidebar dtd files
1999-08-27 13:05:44 +00:00
brade%netscape.com
bb4179aa91
add sidebar dtd files
1999-08-27 13:04:46 +00:00
brade%netscape.com
1e028f7932
First Checked In.
1999-08-27 13:04:03 +00:00
brade%netscape.com
9af2c6b2ca
change comment for lxr searches
1999-08-27 13:02:38 +00:00
ramiro%netscape.com
877421b755
lower the volume on printf noise.
1999-08-27 09:38:44 +00:00
cmanske%netscape.com
7542d601b8
Fixed bug 12126. Removed pref code from nsHTMLEditor - do HLine pref stuff in JS instead.
1999-08-27 04:12:47 +00:00
sfraser%netscape.com
26bdb82961
Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
1999-08-26 03:27:56 +00:00
sfraser%netscape.com
b6c71e8a29
Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
1999-08-26 03:22:03 +00:00
cmanske%netscape.com
54edacf12e
Removed unused accesskey entity
1999-08-25 23:45:20 +00:00
cmanske%netscape.com
30b4fdf327
Removed test menu item to load ua.css
1999-08-25 23:44:14 +00:00
cmanske%netscape.com
392c448f01
Activating CSS to show named anchor in editor
1999-08-25 23:40:07 +00:00
sfraser%netscape.com
d77a143711
The document encoder no longer needs a pres shell.
1999-08-25 21:42:47 +00:00
brade%netscape.com
fea1beaef0
add license
1999-08-25 14:40:33 +00:00
brade%netscape.com
b80a7bbf89
xul overlay for ok/cancel
1999-08-25 14:36:13 +00:00
brade%netscape.com
3767dd8ed4
add license; xul overlay for ok/cancel
1999-08-25 14:35:59 +00:00
brade%netscape.com
4756d78987
xul overlay for ok/cancel; add license
1999-08-25 14:28:53 +00:00
brade%netscape.com
140c592eda
xul overlay for ok/cancel
1999-08-25 14:18:04 +00:00
jfrancis%netscape.com
92a8df9ea6
making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor
1999-08-25 10:51:55 +00:00
pinkerton%netscape.com
f4a7881b59
toString -> ToString idl change.
1999-08-25 09:15:18 +00:00
pinkerton%netscape.com
edc17e7846
IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter.
1999-08-25 08:35:06 +00:00
bienvenu%netscape.com
9e198e7f4e
fix more spankage bustage
1999-08-25 06:26:42 +00:00
brendan%mozilla.org
bbe959f4d1
Massive spankage to capitalize C++ method and attribute name bindings, per
...
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mscott%netscape.com
2be91e72b5
Fix pedantic build breakage for unix.
1999-08-24 18:38:21 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
buster%netscape.com
664cb722e1
added a special case to the output text rules for an empty document
...
(one that contains the bogus node)
1999-08-24 13:48:08 +00:00
jfrancis%netscape.com
16045e64a5
refactoring text insertion code; indent/outdent now work with lists and list items.
1999-08-24 08:56:51 +00:00
jfrancis%netscape.com
e20e2b97dd
fix for bug #12337 : not counting non-editable nodes when searching for whitespace.
1999-08-24 08:55:28 +00:00
brade%netscape.com
ca0e0221a7
diffs from pete@postpagan.com (cleanup and alignment css for image dialog)
1999-08-23 15:00:59 +00:00
brade%netscape.com
b868913ed8
diffs from pete@postpagan.com (cleanup and alignment fixes)
1999-08-23 14:59:46 +00:00
brade%netscape.com
256a2f7a8a
diffs from pete@postpagan.com (cleanup and alignment fixes); also fix for enable/disable of dialog based on imageType rather than the existence of a character in the source file
1999-08-23 14:58:54 +00:00
brade%netscape.com
0ed5fea341
changes from pete@postpagan.com
1999-08-23 14:56:57 +00:00
buster%netscape.com
b9f8eebf77
Split out installing the editor's own event handler as a separate step.
...
The owner of the editor can now initialize the editor,
set up its own listeners if it wants to, then the editor will set up it's own
backstop listeners as part of PostCreate().
The backstop key listener now ignores ENTER for single line text controls.
Ugly to have to do it here, it would be better if the owner could just swallow the key event.
1999-08-23 06:42:04 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
mccabe%netscape.com
779d51d186
First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
...
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
dougt%netscape.com
8cf9b81629
xpild-ing nsIAtom. Now nsIAtom is xpcom compliant.
1999-08-21 07:07:00 +00:00
tague%netscape.com
ba8c57abef
Fixed bug #12052 - design changes to the implemenation of the editor charset menu. The charset information is now pushed down to the nsIDocument rather than being stored in the nsEditor component.
1999-08-20 23:52:36 +00:00