Commit Graph

358 Commits

Author SHA1 Message Date
cmanske%netscape.com
cf457341ab Fixed bug 10236 - suppressing hand cursor over links in editor 1999-09-13 19:21:34 +00:00
brade%netscape.com
b46e2d8c9f move to keycode for VK_* keys 1999-09-13 13:52:41 +00:00
hangas%netscape.com
1c534dce1f Updated help menu to match new id in globalOverlay.xul 1999-09-12 02:50:24 +00:00
briano%netscape.com
40320c9f41 General cleanup. 1999-09-11 01:20:05 +00:00
briano%netscape.com
74717a1573 General cleanup. 1999-09-09 04:00:39 +00:00
briano%netscape.com
d5abd4e0c7 General cleanup. 1999-09-09 03:34:19 +00:00
sfraser%netscape.com
567e85bce7 Add tests for empty doc, and get doc length in EditorTestSelection. 1999-09-08 23:27:22 +00:00
brade%netscape.com
585e215dd4 remove unneeded / redundant code; fix updating of controls 1999-09-08 20:10:22 +00:00
brade%netscape.com
7ac6516418 fix typo 1999-09-08 19:54:40 +00:00
brade%netscape.com
f38c1c8cbd 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
7957e6f515 add license and selection keys (home, end, pgup, pgdn, arrows, shift-selects, etc.) 1999-09-08 14:04:41 +00:00
brade%netscape.com
3ca563ea08 readd spacers in toolbar 1999-09-08 13:36:32 +00:00
cmanske%netscape.com
b79cba21bc 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
8739b154d3 Fixed Insert Table dialog to not insert if properties are not valid 1999-09-07 23:55:13 +00:00
cmanske%netscape.com
b4e446eaaf Adding Advanced Property Editing dialog work by Ben Goodger (rgoodger@ihug.co.nz) 1999-09-07 23:49:46 +00:00
sfraser%netscape.com
aecde5dd4b 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
sfraser%netscape.com
1ab34362fc Fix view source to work with the new browser appcore replacement 1999-09-07 18:53:02 +00:00
sfraser%netscape.com
0956b48325 Fix the implicit global editorShell weirdness, and change the viewsource window opening. 1999-09-07 18:52:27 +00:00
brade%netscape.com
91e090d004 fix copyright; add contributor (Sammy Ford) 1999-09-07 14:32:03 +00:00
jfrancis%netscape.com
03c6026eb0 implementing RemoveList() - ie, list button now works as a toggle 1999-09-06 19:47:25 +00:00
jfrancis%netscape.com
ef4462884a adding type="cite" to the blockquote, for testing purposes 1999-09-06 19:44:14 +00:00
cmanske%netscape.com
dd1fea4e79 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
cmanske%netscape.com
599b54720b Added 'Cancel' to editor save file Confirm dialog and changed to accomodate common dialog interface changes 1999-09-03 01:23:19 +00:00
cmanske%netscape.com
cb72d8345b Fixed rule to make text and background buttons join together on toolbar 1999-09-03 01:16:39 +00:00
sfraser%netscape.com
59dee1feba First Checked In. 1999-09-02 05:27:20 +00:00
sfraser%netscape.com
85cfada1d4 Move most of the entities to the editorOverlay.dtd files 1999-09-02 04:57:22 +00:00
sfraser%netscape.com
3253600483 Add the editorOverlay.dtd file 1999-09-02 04:56:57 +00:00
sfraser%netscape.com
74f43c0f23 Landing XUL overlays for editor keys, toolbars and menus. 1999-09-02 04:55:52 +00:00
sfraser%netscape.com
0c1a88383e Add editor overlay XUL and JS files 1999-09-02 04:54:36 +00:00
sfraser%netscape.com
6ce21a559d File Removed. 1999-09-02 04:51:04 +00:00
sfraser%netscape.com
e5a3f4f39e First Checked In. 1999-09-02 04:49:24 +00:00
sfraser%netscape.com
05c42fac85 Add a UTF-8 charset declaratoin, and some Japanese for grins. 1999-09-02 04:49:09 +00:00
cmanske%netscape.com
662edc2554 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
cmanske%netscape.com
ba11acdca2 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
f88b9aa594 Fix the plain text XUL to load -- fix entity 1999-09-01 05:50:36 +00:00
sfraser%netscape.com
9c4bba4c53 Add viewsource.dtd for sford 1999-09-01 05:48:41 +00:00
sfraser%netscape.com
88f8c1bdb6 First Checked In. 1999-09-01 05:47:40 +00:00
sfraser%netscape.com
7394a49a51 Remove double spacing. 1999-09-01 05:47:00 +00:00
cmanske%netscape.com
dff2ba2d8d 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
9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
brade%netscape.com
2cc2e33ace add license; add viewsource (contribution by Sammy Ford) 1999-08-31 12:57:26 +00:00
brade%netscape.com
1e504af60b add files for viewsource; fix years for copyright 1999-08-31 12:56:30 +00:00
brade%netscape.com
6d62bf7bda removed bad line 1999-08-31 12:55:02 +00:00
brade%netscape.com
1427ec578c add viewsource files (contribution by Sammy Ford); fix years in copyright 1999-08-31 12:54:24 +00:00
brade%netscape.com
2bd50ebcff viewsource files 1999-08-31 12:53:49 +00:00
brade%netscape.com
8541d219db First Checked In. 1999-08-31 12:53:13 +00:00
brade%netscape.com
85f888fcc2 View Source (contribution by Sammy Ford); fix year for copyright 1999-08-31 12:52:50 +00:00
brade%netscape.com
6dcbdd7308 add View Source to the menu (contribution by Sammy Ford) 1999-08-31 12:51:30 +00:00
cmanske%netscape.com
523b9079f0 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
4842b0514c Fix double spacing in these files. 1999-08-31 00:09:14 +00:00