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

37094 Коммитов

Автор SHA1 Сообщение Дата
pinkerton 1ce6e8a5dd First Checked In. 1998-04-17 22:28:59 +00:00
cmanske d918ffe048 Fixed problem with inserting at nIndex=0 in Growable array 1998-04-17 21:49:18 +00:00
mlm 054accdbe2 Oops - back out checkin from wrong tree 1998-04-17 21:42:16 +00:00
mlm aaa2b8b131 Minor nit fixes that I intended to check in before, reviewed by Brendan 1998-04-17 21:37:22 +00:00
cmanske fd0f0cb2ec Fixed Table Editing bugs in Composer 1998-04-17 21:34:20 +00:00
cmanske 07b0d91875 Fixed Table Editing bugs in Composer. Thanks to donwulff@iki.fi for finding a bug 1998-04-17 21:32:18 +00:00
timm 3150da15d7 First Checked In. 1998-04-17 16:34:18 +00:00
ftang ed00822b6a add big5 and gb2312 charset name for free font found at ifcss.org site 1998-04-17 02:56:00 +00:00
troy aa8a71ede0 Cleaned up some logic 1998-04-17 01:47:21 +00:00
troy 3ce8e88882 Changed nsIFrame member functions to return a nsresult 1998-04-17 01:41:24 +00:00
dario 9c2ef9bb37 fixing global object finalization 1998-04-17 01:35:54 +00:00
dario cab1c3c057 fixing js capitalization and finalize methods 1998-04-17 01:32:07 +00:00
dario c814fbb8a5 changing help menu text 1998-04-17 01:29:45 +00:00
valeski c6f8adbb83 patch from dkindred@cmu.edu. Parenthesis inclusion and a printf formatting snag. rev'd by gagan 1998-04-17 00:33:25 +00:00
kmcclusk a31e715330 Added a tab widget 1998-04-17 00:16:11 +00:00
wtc f63a723b2e Ported to Linux/m68k. The patches were kindly provided by
Jes Sorensen <Jes.Sorensen@cern.ch>.
1998-04-16 22:56:27 +00:00
pinkerton d9c0fa2a1d Use UGAColorRamp instead of hardcoding colors. Added a lot of code for supporting drag feedback on the selector bar to indicate where new workspaces will be created. (rev sdagley, appr sdagley) 1998-04-16 22:29:00 +00:00
pinkerton f009753c1e API changes and lots of work to try to get translucent dragging to work (still commented out, though). Did fix the solid gray drag areas to just be the outlines, though. (rev sdagley, appr sdagley) 1998-04-16 22:28:09 +00:00
pinkerton 8478539a91 API change in CIconTextSuite to use string instead of cstring. Also using UGAColorRamp instead of hardcoding colors. (rev sdagley, appr sdagley) 1998-04-16 22:27:13 +00:00
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