kmcclusk
97f26f86a2
Added a tab widget
1998-04-17 00:16:11 +00:00
wtc
3f358d0703
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
22ead6a0b1
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
8f44ff0788
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
697f5d57f1
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
3ede485234
API change in CIconTextSuite to use string not cstring (rev sdagley, appr sdagley)
1998-04-16 22:26:44 +00:00
pinkerton
b5b2391c40
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
aa3801157a
removed noisy debug
1998-04-16 22:25:09 +00:00
peterl
6fb3bcb3e6
added a style hack to get P align attributes to work again
1998-04-16 22:21:45 +00:00
buster
e9fef51c60
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
a57f6b591d
checked "merge into output" on non-debug targets for XMLPPCLib. (appr sdagley)
1998-04-16 22:18:33 +00:00
ftang
d85943d046
Add cp1258 tables
1998-04-16 21:57:10 +00:00
peterl
16d0bf2733
clear web widget container before releasing it (fix leak)
1998-04-16 21:51:59 +00:00
peterl
c839e3a447
fix leaks
1998-04-16 21:51:16 +00:00
peterl
76461eca1f
fix memory leaks
1998-04-16 21:49:49 +00:00
peterl
55f7be5e3e
changed SetContentSink to do proper ref counting
1998-04-16 21:48:02 +00:00
peterl
17a3991909
fixed memory leaks in nsAutoString
1998-04-16 21:47:17 +00:00
guha
84370b9a53
Fix sitemap bug reported by Pinkerton
1998-04-16 21:29:27 +00:00
kostello
247b236a6d
Clean up (we were leaking the DocLoader -- dooh!)
1998-04-16 21:23:48 +00:00
vidur
ad74ba4547
Fixed compiler warnings. Patch submitted by Rick Osborne (rick@spacey.net)
1998-04-16 21:23:25 +00:00
kostello
74601b5ae4
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
9c576dc904
added 'marker-style' entities and fixed a few bugs
1998-04-16 08:18:15 +00:00
rickg
880799b4e1
added runtime 'marker-style' entities and fixed a few bugs.
1998-04-16 07:22:40 +00:00
briano
3ced7a3750
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
b4348c6649
Fixed the npglue.c screwup. Should've been npglue.cpp.
1998-04-15 22:07:20 +00:00
michaelp
e30ecad826
added docs.
1998-04-15 20:25:02 +00:00
vidur
6fc4e961a9
Documented timer interface
1998-04-15 19:38:03 +00:00
vidur
eb5ffac358
Documenting image library interfaces
1998-04-15 19:37:44 +00:00
kostello
e331812381
Made the demo documents a little prettier
1998-04-15 19:23:17 +00:00
blythe
b66944658b
Fix some compile warnings. Thanks to Rick Osborne (rick@spacey.net)
1998-04-15 18:59:47 +00:00
dario
0df61ed795
doc
1998-04-15 18:55:21 +00:00
kipp
46c8621a29
Updated tarball rules
1998-04-15 18:14:33 +00:00
rickg
a2c48168c0
improved documentation in headers
1998-04-15 17:27:56 +00:00
ramiro
00197467d4
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
6f8d4c63e4
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
1732f5506c
fix name in comment
1998-04-15 09:10:25 +00:00
ramiro
0c70e784b9
first checked in
1998-04-15 09:09:52 +00:00
ramiro
ef3ca69a4e
Use DLL_SUFFIX from ns/config instead of random hack.
1998-04-15 09:08:25 +00:00
rpotts
15f5f756f6
Added netlib to the list of public directories to doc++
1998-04-15 07:59:46 +00:00
nisheeth
f1967ae089
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
ae5f88b527
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
abd011db52
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
327c45b1c0
Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting
...
it.
1998-04-15 03:54:08 +00:00
ramiro
65c4f479e0
Remove unuised XfeToolBoxForm*() hackery. Chrome widget does all the
...
magic now.
1998-04-15 02:08:30 +00:00
ramiro
1f93e62770
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
266b735ced
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
2197ab4cbb
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
21bc1ec871
Removed previous hack, because the real problem with nsHTMLTokens.h was
...
discovered and fixed
1998-04-15 00:35:41 +00:00
troy
bd594e2b7b
Moved inline code for CCommentToken::GetClassName to the .cpp file. This
...
makes doc++ happy
1998-04-15 00:33:06 +00:00
pinkerton
1beacecf3c
First Checked In.
1998-04-15 00:06:11 +00:00