Commit Graph

1686 Commits

Author SHA1 Message Date
mcafee%netscape.com
0032c18899 More PostScript font names, courtesy <junker@jazz.snu.ac.kr> 1998-09-25 10:24:16 +00:00
mcafee%netscape.com
9f4b4ca968 Added support for paper size, thanks to <junker@jazz.snu.ac.kr> for this fix 1998-09-25 10:23:01 +00:00
wtc%netscape.com
61f7960c9a Removed calls to the obsolete function PR_GetGCInfo(). That function
is only for Java garbage collection and so doesn't matter any more.
Reviewed and approved by Steve Dagley.
1998-09-25 04:42:21 +00:00
wtc%netscape.com
6f18f567c7 Removed references to the unused libmsgc21 library.
Reviewed and approved by David Hyatt and Daniel Matejka.
1998-09-25 04:35:40 +00:00
pinkerton%netscape.com
4e00c293ab use system mdef instead of mercutio for all menus. 1998-09-24 23:45:17 +00:00
pinkerton%netscape.com
7fb302e3fd changed all menus that used mercutio to use system mdef instead. 1998-09-24 23:44:43 +00:00
pinkerton%netscape.com
98aa501afa Change all menus that used mercutio to use system mdef. Added some xmnu to begin support of shift/cmd accelerators. 1998-09-24 23:44:10 +00:00
pinkerton%netscape.com
cf6eb341e9 make all menus that used Mercutio now use system MDEF. 1998-09-24 23:43:04 +00:00
hyatt%netscape.com
37fc2f89fa Bug fix for dialogs popping up out of popup windows. 1998-09-24 23:35:03 +00:00
pinkerton%netscape.com
4d230ae37c Replace menus that used mercutio with system MDEF. 1998-09-24 23:32:46 +00:00
pinkerton%netscape.com
ee9f5ecdc8 Make all menus use the system MDEF not Mercutio. 1998-09-24 23:30:01 +00:00
akkana%netscape.com
cd464db8f4 Remove rosetta references from mail compose code 1998-09-24 21:46:32 +00:00
cyeh%netscape.com
703e1ea8e8 removing old NSPR20 #ifdefs 1998-09-24 21:13:36 +00:00
cyeh%netscape.com
5303f4fc3b remove old MOCHA and NSPR20 #ifdef 1998-09-24 21:09:58 +00:00
hyatt%netscape.com
f6f746b889 Fix to the title bar drawing code so that the Win98 gradient fill is used. 1998-09-24 20:54:52 +00:00
cyeh%netscape.com
b1100a8e31 removing old NSPR20 #ifdefs 1998-09-24 20:47:57 +00:00
blizzard%appliedtheory.com
e8f6b3cd3e Add changes from Michael O'Reilly <michael@metal.iinet.net.au> which
initialize RDF and point the RDF progress info at a dummy frame.
1998-09-24 20:28:56 +00:00
slamm%netscape.com
54edc1cfed Add a command for editing the toolbars and reformat the commands into a nicer format.cmd/xfe/src/xfe_commands 1998-09-24 20:19:20 +00:00
slamm%netscape.com
913fae2351 Trim down formatItem. Some of the function isn't used and hasn't been for a long time. 1998-09-24 20:19:11 +00:00
slamm%netscape.com
d917eaf637 Fix a crash that happens when quiting. 1998-09-24 20:19:07 +00:00
slamm%netscape.com
478723ea3e Remove reference to bkmks.h 1998-09-24 20:19:04 +00:00
slamm%netscape.com
7d47f8e61b Add a command for editing the toolbars. 1998-09-24 20:19:01 +00:00
slamm%netscape.com
d59a91722b Fix spelling errors. 1998-09-24 20:18:56 +00:00
ftang%netscape.com
672d0839aa store only UTF8 into history entry 1998-09-24 19:50:02 +00:00
av%netscape.com
6fc7777c17 Changed URL for plugin finder page -- approved by amusil 1998-09-24 19:46:07 +00:00
jfrancis%netscape.com
5455f937e5 Continuing Ender work 1998-09-24 16:30:04 +00:00
jfrancis%netscape.com
852cbf1758 continueing Ender work 1998-09-24 16:29:27 +00:00
ramiro%netscape.com
10ea4fa3c7 Link with XfeToolTip. 1998-09-24 14:54:35 +00:00
ramiro%netscape.com
0aef0d15aa Build XfeToolTip and tests by default. 1998-09-24 14:35:54 +00:00
kin%netscape.com
278ae644dd Modifications to XFE_EmbeddedEditor constructor:
- Initialize charset to CS_LATIN1
  - Prevent editor from showing until layout has positioned it and
	wants to display it.
  - Manage toolbox and toolbar ahead of time so we can accurately calculate
    the height of the chrome.
  - Commented out paragraph style and character underline buttons again, they
    got blown away by the previous checkin.
  - Added spellcheck button to toolbar.
  - Moved fe_{add_to,remove_from}_all_MWContext_list() functions from
	EmbeddedEditor.cpp to context_funcs.cpp.
1998-09-24 14:31:50 +00:00
ramiro%netscape.com
60843dd1db Finalize doc string support. Add better callbacks. 1998-09-24 14:25:56 +00:00
wtc%netscape.com
1973fb7a9c Removed unneeded libmsgc21.
Files changed: cmd/xfe/{Makefile,Makefile.in},
cmd/stubfe/{Makefile,Makefile.in}.
1998-09-24 14:11:18 +00:00
ftang%netscape.com
71860c7c63 Make the RDF stuff always render UTF8 1998-09-24 09:23:48 +00:00
ramiro%netscape.com
122ecc6466 Add support for documentation strings. 1998-09-24 09:22:27 +00:00
ftang%netscape.com
38cde5c994 add CDefaultFontFontSwitcher.cp for better UTF8 support 1998-09-24 09:17:26 +00:00
mcafee%netscape.com
fc4b8bb076 Moving comment to fix AIX & Digital sed breakage. Maybe sed really does suck, as the comment suggests. 1998-09-24 07:54:04 +00:00
ramiro%netscape.com
94d78842f1 Add realize callbacks. 1998-09-24 05:19:50 +00:00
hyatt%netscape.com
b79b63a3e6 Fixing a crash when the HTML pane in Aurora is deleted. 1998-09-24 02:00:44 +00:00
hyatt%netscape.com
a860dc2862 Really fix the problem with undocking. :) 1998-09-24 01:43:12 +00:00
hyatt%netscape.com
0f8a279579 Fixing a problem with undocking the NavCenter window. 1998-09-24 01:40:22 +00:00
hyatt%netscape.com
4aaeb57d7e Making the toolbars add/remove properly. 1998-09-24 01:33:20 +00:00
hyatt%netscape.com
ee6406b8f6 Tweaking the notification handler for the toolbars. 1998-09-24 00:38:53 +00:00
hyatt%netscape.com
798fa70de8 Making the HTML pane work again. 1998-09-24 00:06:54 +00:00
ftang%netscape.com
a742ed0de0 First Checked In. 1998-09-24 00:01:01 +00:00
robinf%netscape.com
b2bb4c9d5b fixing bug #321757; updating help to reflect changed behavior of "Show Introduction Screens" global option 1998-09-23 23:42:57 +00:00
robinf%netscape.com
1c655a1851 Fixing bug #324040; adding new help screen for new flag in global options 1998-09-23 23:00:43 +00:00
akkana%netscape.com
4c39981036 more rosetta build bustage 1998-09-23 20:52:02 +00:00
cls%seawood.org
07971b323c Fixed problem with FULL_STATIC_BUILD and js libs. Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix. 1998-09-23 20:20:07 +00:00
robinf%netscape.com
0537698fd5 fixinb bug related to text corrections on these screens 1998-09-23 19:07:46 +00:00
blizzard%appliedtheory.com
3dcb0c2449 Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view
in the function.
1998-09-23 14:04:06 +00:00