Граф коммитов

525925 Коммитов

Автор SHA1 Сообщение Дата
pinkerton 51a29a7a82 API change in CIconTextSuite to use string not cstring (rev sdagley, appr sdagley) 1998-04-16 22:26:44 +00:00
pinkerton 99203e92db Fix 2 places where I was assuming the NavCenter was present when it wasn't. (rev sdagley, appr sdagley) 1998-04-16 22:26:12 +00:00
buster d825ba1dfe removed noisy debug 1998-04-16 22:25:09 +00:00
peterl 066232b1c2 added a style hack to get P align attributes to work again 1998-04-16 22:21:45 +00:00
buster d7f07f5ef7 simple tables now paginate nicely. Some more complex tables
also paginate ok, though resizing in paginated mode doesn't work yet.
Captions still don't work.
1998-04-16 22:21:32 +00:00
pinkerton ba2149b758 checked "merge into output" on non-debug targets for XMLPPCLib. (appr sdagley) 1998-04-16 22:18:33 +00:00
ftang 5e252943a9 Add cp1258 tables 1998-04-16 21:57:10 +00:00
peterl 59c7ff13e8 clear web widget container before releasing it (fix leak) 1998-04-16 21:51:59 +00:00
peterl 74502df8bb fix leaks 1998-04-16 21:51:16 +00:00
peterl 8c95a33726 fix memory leaks 1998-04-16 21:49:49 +00:00
peterl ea431d657f changed SetContentSink to do proper ref counting 1998-04-16 21:48:02 +00:00
peterl 355fcae2bd fixed memory leaks in nsAutoString 1998-04-16 21:47:17 +00:00
guha 75c0994f83 Fix sitemap bug reported by Pinkerton 1998-04-16 21:29:27 +00:00
kostello b351025f58 Clean up (we were leaking the DocLoader -- dooh!) 1998-04-16 21:23:48 +00:00
vidur 5488d29c5e Fixed compiler warnings. Patch submitted by Rick Osborne (rick@spacey.net) 1998-04-16 21:23:25 +00:00
kostello 780e2264b6 Added nsDocLoader and hooked it into the viewer's winmain.
If the MOZ_PURIFY_TEST environment variable is set, then when the
viewer is launched and all the test documents will be loaded.
After the test documents are loaded, the application will exit.
1998-04-16 19:42:34 +00:00
rickg 862b939ed1 added 'marker-style' entities and fixed a few bugs 1998-04-16 08:18:15 +00:00
rickg a1ffd35642 added runtime 'marker-style' entities and fixed a few bugs. 1998-04-16 07:22:40 +00:00
briano fc19463ba7 Fixed the Emacs tags rules to recognize C++ sources as well. Thanks to Todd Larason (jtl@molehill.org). 1998-04-15 23:56:45 +00:00
briano b1e8ff1432 Fixed the npglue.c screwup. Should've been npglue.cpp. 1998-04-15 22:07:20 +00:00
michaelp 8628a9aa07 added docs. 1998-04-15 20:25:02 +00:00
vidur 0612d8c729 Documented timer interface 1998-04-15 19:38:03 +00:00
vidur 6def194e2a Documenting image library interfaces 1998-04-15 19:37:44 +00:00
kostello 6dc8194560 Made the demo documents a little prettier 1998-04-15 19:23:17 +00:00
blythe 4c9c75ff4c Fix some compile warnings. Thanks to Rick Osborne (rick@spacey.net) 1998-04-15 18:59:47 +00:00
dario 21730dc654 doc 1998-04-15 18:55:21 +00:00
kipp a688803261 Updated tarball rules 1998-04-15 18:14:33 +00:00
rickg 12121860e4 improved documentation in headers 1998-04-15 17:27:56 +00:00
ramiro 16fdfe3078 Add a makefile that actualy works. Update tree4.c for slamm's
XmLTreeDeleteChildren() improvement.
Coded by slamm@netscape.com.
1998-04-15 09:19:34 +00:00
ramiro c3bb235f20 Fix problem in grid delete callback. It didn't set the row or column
position.  Plus, it updated the row/column count before making the callback,
so you could no longer access the userData with XtVaGetValues.

Also add XmLTreeDeleteChildren() to XmLTree.

This code written by Steve Lamm <slamm@netscape.com> and reviewed by
ramiro.
1998-04-15 09:15:00 +00:00
ramiro 14745663aa fix name in comment 1998-04-15 09:10:25 +00:00
ramiro 710feadcdc first checked in 1998-04-15 09:09:52 +00:00
ramiro d27d96a5d8 Use DLL_SUFFIX from ns/config instead of random hack. 1998-04-15 09:08:25 +00:00
rpotts e9b33b6cff Added netlib to the list of public directories to doc++ 1998-04-15 07:59:46 +00:00
nisheeth b42c684cd9 Fix for text overflowing inside nested tables. Fix for background colors not
being inherited properly inside tables.
1998-04-15 05:28:39 +00:00
nisheeth 7a10c79add Fix for nested comments. Thanks to Jan Kroken (jankr@nntp.ifi.uio.no) for the
patch.
1998-04-15 04:13:55 +00:00
nisheeth 2518fbfedc LO_UnlockLayout() was being called multiple times in LO_Reflow().
Thanks to Nicholas A. Ambrose (nicka@interdyn.com) for the patch.
1998-04-15 04:01:00 +00:00
nisheeth 6f92a77897 Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting
it.
1998-04-15 03:54:08 +00:00
ramiro 51e3cb9f18 Remove unuised XfeToolBoxForm*() hackery. Chrome widget does all the
magic now.
1998-04-15 02:08:30 +00:00
ramiro 5de51ecf40 The Great Chrome Rewrite of 1998. Use a chrome manager instead of
doAttachments().  Fixes numerous toolbox bugs and completely simplifies
the way xfe does chrome.  Reviewed by slamm.
1998-04-15 02:06:22 +00:00
wtc 820ab53246 In ConvertUnixPathToMacPath, removed the checks that disallow path names
that begin with /bin, /dev, and /etc.  These directories don't have
any special meaning on the Mac and should be allowed.  Thanks to
Mike Pinkerton <pinkerton@netscape.com> for reporting this bug and
providing the fix.
1998-04-15 01:28:33 +00:00
wtc 7cd7c2c3a4 Ported to HP-UX 9. We acknowledge Richard K. Lloyd <rkl@csc.liv.ac.uk>
for his help.

Files changed: HP-UX.mk, pr/src/Makefile, hpux.c, unix.c, and uxproces.c.
HP-UX.mk: Compare $(basename $(OS_RELEASE)) with A.09 to cover all HP-UX
9 revisions.  Define _PR_NEED_H_ERRNO for HP-UX 9.
1998-04-15 01:02:00 +00:00
troy 98ed3e9955 Removed previous hack, because the real problem with nsHTMLTokens.h was
discovered and fixed
1998-04-15 00:35:41 +00:00
troy 5ccacd6724 Moved inline code for CCommentToken::GetClassName to the .cpp file. This
makes doc++ happy
1998-04-15 00:33:06 +00:00
pinkerton 9760829202 First Checked In. 1998-04-15 00:06:11 +00:00
pinkerton 42f486ac01 Draw correctly when in a scroller. Fixed to use local coords correctly and set image size (rev sdagley, appr sdagley) 1998-04-15 00:05:39 +00:00
pinkerton 5a2e5c3182 Added CScrollerWithArrows.cp (rev sdagley, appr sdagley) 1998-04-15 00:04:52 +00:00
pinkerton 7dacde5292 Added CStandardFlexTable and CScrollerWithArrows CTYPs. (rev sdagley, appr sdagley) 1998-04-15 00:04:02 +00:00
pinkerton bf0ea2d584 removed CTYP and CPPB's for CStandardFlexTable because it is no longer just a mail/news thing. It has been moved over to Mozilla_Custom_CPPBs. (rev sdagley, appr sdagley) 1998-04-15 00:03:33 +00:00
pinkerton ca31e5964b NavCenter selector view now a subview of a custom scroller (rev sdagley, appr sdagley) 1998-04-15 00:02:39 +00:00