Commit Graph

339 Commits

Author SHA1 Message Date
ftang%netscape.com
7ae77c6f97 add menu csid selector 1998-10-05 14:56:00 +00:00
cmanske%netscape.com
4e4ed87d52 More Composer publishing improvements. Change cursor when Ctrl is pressed over a link in Composer 1998-10-03 02:23:39 +00:00
cmanske%netscape.com
9b8859d7c9 Modified Composer Publishing dialog 1998-10-02 22:20:37 +00:00
cmanske%netscape.com
fd0a33d5d0 Changes to use SingleSignon for password rememembering 1998-10-02 22:18:45 +00:00
ftang%netscape.com
c021526f68 convert from/to EDIT control CSID to/from UTF8 to make the inline edit work correctly for HyperTree Widget 1998-10-02 12:10:22 +00:00
ftang%netscape.com
41ede8dcc0 fix the non UTF8 HT_AddToContainer problem by using the UTF8 title from the history entry instead of the non UTF8 title from MWContext 1998-10-02 12:08:54 +00:00
ftang%netscape.com
7253b67e20 fix UTF8 html drawing problem problem introduced yesterday when remove cuv stuff 1998-10-02 12:03:28 +00:00
blythe%netscape.com
ac0ad90535 Fix win95 build problems that do not show up as build errors, revd danm 1998-10-01 21:39:18 +00:00
ftang%netscape.com
a4644226dc removed reference to empty header file 1998-10-01 14:33:17 +00:00
ftang%netscape.com
3a1a2bd9d9 remove unused win16 code 1998-10-01 13:36:11 +00:00
ftang%netscape.com
f3aa237f55 remove a lot of unused win16 and AWT1.0 support stuff 1998-10-01 13:27:12 +00:00
cmanske%netscape.com
fb6f038bad Fixed handling of Blockquote and fixed strings for this as well 1998-10-01 01:00:00 +00:00
ftang%netscape.com
a9fc0fa382 check in Vietnamese cp1258 winfe changes . Thanks for Van Le from the net 1998-09-30 10:48:13 +00:00
ftang%netscape.com
5481833ad6 check in winfe changes for Vietnamese cp1258 work . Thanks Van Le from the net 1998-09-30 10:42:12 +00:00
rjc%netscape.com
8612caa792 Finish Shack reflection into JavaScript for Win32 by setting HT_Pane reference in lo_builtin struct. 1998-09-30 06:12:35 +00:00
shaver%netscape.com
011d0d246a only build lm_dom.c if DOM set 1998-09-30 04:47:55 +00:00
brendan%netscape.com
8b7f210e05 - Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
  and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
  by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
  tab-width).
1998-09-30 02:07:26 +00:00
rjc%netscape.com
808c997c30 Reflect Shack into JavaScript. New file: lm_tree.c 1998-09-30 00:55:11 +00:00
cmanske%netscape.com
fb2c9d7db8 More Composer bug fixes: Removed password remembering from Publish dialog and removed pixel to % conversion for table and cell widths 1998-09-29 23:50:44 +00:00
cyeh%netscape.com
40aed14ca4 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:35:57 +00:00
cyeh%netscape.com
d98af12c7e If NSPR20 isn't defined, the makefile wouldn't look in the NSPR header directory. 1998-09-29 21:32:29 +00:00
cmanske%netscape.com
ab48230a3c Added question mark to save file prompt 1998-09-29 07:12:13 +00:00
cmanske%netscape.com
5aec84d6a2 Fixed Delete command inactive when it should be active 1998-09-29 05:26:13 +00:00
cmanske%netscape.com
48339cd244 Fixed bug 123391 1998-09-29 05:10:58 +00:00
cmanske%netscape.com
cd99126fdd Fixed problem with displaying borders in Navigator when we shouldn't 1998-09-29 00:02:29 +00:00
cmanske%netscape.com
de7bd42bc9 Fixed problem with font list 1998-09-28 23:07:42 +00:00
cmanske%netscape.com
26692e6416 Fixed lots and lots of Composer bugs. Implemented more feedback for mouse-over cursors 1998-09-28 22:51:56 +00:00
hyatt%netscape.com
ace1e26bd7 Fixing a bug in the SHACK widget. 1998-09-28 21:43:34 +00:00
mlm%netscape.com
bd371efe89 Branch landing: Multithreading in mozilla.
- Add -DJS_THREADSAFE and new file lm_wngrp.c.
1998-09-25 21:59:47 +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
hyatt%netscape.com
37fc2f89fa Bug fix for dialogs popping up out of popup windows. 1998-09-24 23:35:03 +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
av%netscape.com
6fc7777c17 Changed URL for plugin finder page -- approved by amusil 1998-09-24 19:46:07 +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
wtc%netscape.com
96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
hyatt%netscape.com
40aba998c9 Support for templates added to SHACK. More properties added to front end. 1998-09-22 00:24:26 +00:00
nisheeth%netscape.com
1f6691e905 Added code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
that all network connections have completed for the current page.  This is part
of the Layout Probe project that is trying to add test automation interfaces to
the layout engine.
1998-09-21 23:58:14 +00:00
nisheeth%netscape.com
ea5d88b065 Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set. 1998-09-21 21:46:38 +00:00
ftang%netscape.com
1269068ae6 Fix the DrawText problem 1998-09-19 00:27:03 +00:00
cmanske%netscape.com
325434815f Fixed Composer bugs, changed image drag behavior in Composer window - must select image first 1998-09-12 01:44:20 +00:00
hyatt%netscape.com
e7b5de92d2 Fixes for Aurora custom icons. 1998-09-11 22:25:21 +00:00
gagan%netscape.com
24f399ef62 Added cachelib for Nu_cache. Should not affect the builds. 1998-09-11 02:44:07 +00:00
law%netscape.com
7f46c7bdce Completing work on Win98 integration feature 1998-09-11 01:14:08 +00:00