Commit Graph

13217 Commits

Author SHA1 Message Date
terry%netscape.com
9b37203760 Applied patch by cbaldwin@siara.com -- make sorting by "importance"
use "severity" as a secondary sort.  Fixes bug 1907.
1998-12-16 23:13:19 +00:00
hyatt%netscape.com
9dba4a3edb Added code for hit detection. (Can now detect a hit on the trigger and tell
which row/column was hit.)
1998-12-16 23:02:30 +00:00
buster%netscape.com
f4e91e426d oops, there were duplicate entries for border collapse values. Now there's not. 1998-12-16 22:20:44 +00:00
buster%netscape.com
a7f7678ce9 WIP collapsing border work 1998-12-16 22:19:23 +00:00
hyatt%netscape.com
0dd9eae393 Modifications for rollover color support. 1998-12-16 22:06:26 +00:00
davidm%netscape.com
6b8a3d666d Add mac code to get NSPR event queue for dispatching of link click events 1998-12-16 22:05:04 +00:00
davidm%netscape.com
a01c0cc624 First pass at adding nspr event queue on the mac so that clicking on links works properly 1998-12-16 22:03:18 +00:00
sfraser%netscape.com
246613ce5d Fix the target name for building XPAppViewer.mcp 1998-12-16 21:45:20 +00:00
alecf%netscape.com
e79445afc4 don't use straight Makefiles 1998-12-16 19:23:08 +00:00
guha%netscape.com
493f202757 more search stuff for opendir 1998-12-16 19:20:49 +00:00
wtc%netscape.com
0e0e8639ba Removed the #ifndef NO_NSPR_10_SUPPORT around the _PR_MD_GET_SP
macro definition.  This macro is used internally by NSPR20.
1998-12-16 18:56:01 +00:00
kin%netscape.com
31e9de0ebf Turning on txmgr in the Unix and Windows builds. 1998-12-16 18:54:30 +00:00
kin%netscape.com
a62c1e0d05 Backout previous changes to fix build bustage. 1998-12-16 18:52:23 +00:00
mjudge%netscape.com
793bd2fc59 write now takes ints instead of unsigned ints 1998-12-16 18:43:13 +00:00
kmcclusk%netscape.com
da64fb6ca2 Fix for Linux build 1998-12-16 18:39:48 +00:00
akkana%netscape.com
4b2fbb6849 Adding public routine ComparePoints for mjudge 1998-12-16 18:36:48 +00:00
kmcclusk%netscape.com
bf68ccdd6e Added files to do postscript output. 1998-12-16 18:30:12 +00:00
kmcclusk%netscape.com
3e16681c3f Moved most of the printer paint code to nsFormControlFrame. Added
autodoc compatible comments.
1998-12-16 18:12:55 +00:00
dcone%netscape.com
f12f16d7ca fixed resoluton problem for printing. 1998-12-16 18:02:38 +00:00
buster%netscape.com
7f8a8688c4 WIP on collapsing borders 1998-12-16 17:05:14 +00:00
cls%seawood.org
0d4267a93f Apparently, nsIURL::GetSpec changed... 1998-12-16 11:33:33 +00:00
ramiro%netscape.com
a885776445 Change #include "nsIHttpUrl.h" to #include "nsIHttpURL.h" for case sensitive
anality.
1998-12-16 10:27:49 +00:00
warren%netscape.com
b457ad5f1f Obsolete 1998-12-16 09:51:02 +00:00
warren%netscape.com
bc325cc1e3 Removed nsURL.cpp 1998-12-16 09:50:19 +00:00
beard%netscape.com
6dd88d5041 Fixed case of nsIHttpURL.h 1998-12-16 08:56:10 +00:00
warren%netscape.com
7bdabc65fb Added include of autoconf.mk 1998-12-16 08:48:06 +00:00
warren%netscape.com
e14a957013 Fixed EXPORTS 1998-12-16 08:22:04 +00:00
warren%netscape.com
742545bb71 Fixed EXPORTS 1998-12-16 08:21:31 +00:00
warren%netscape.com
ce21da626c Fixed some unsigned problems for the Mac. 1998-12-16 08:03:53 +00:00
warren%netscape.com
f5e567cb49 Added network/public/Makefile 1998-12-16 07:58:15 +00:00
sfraser%netscape.com
e55b30a1f5 Fix the target name for building viewer.mcp 1998-12-16 06:50:27 +00:00
beard%netscape.com
1b2b768a64 Added new files. 1998-12-16 06:42:28 +00:00
buster%netscape.com
d35a765d2c clean up, removed some obsolete methods 1998-12-16 06:33:15 +00:00
beard%netscape.com
3425122c7a Fixed up exports. 1998-12-16 06:06:51 +00:00
beard%netscape.com
2b53e73250 Removed nsIPostToServer.h (moved to public dir). 1998-12-16 05:59:42 +00:00
wtc%netscape.com
f543d8d7e4 Replaced all but one use of IRIX5_3 by feature-based macros.
(Thanks to Brian Ostrom <briano@netscape.com>.)
Modified files: IRIX.mk and irix.c.
1998-12-16 05:58:43 +00:00
warren%netscape.com
b33ea7f8c9 new 1998-12-16 05:50:21 +00:00
wtc%netscape.com
8c27ea6d1d Include protypes.h only if NO_NSPR_10_SUPPORT is not defined.
Also, always define the data types PRWord and PRUword but
warn people not to use these two undocumented types in new code.
1998-12-16 05:46:32 +00:00
warren%netscape.com
886b80cd8a Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:46:06 +00:00
troy%netscape.com
3c4ae70b04 Fixed a crash when display www.sjmercury.com paginated, because we thought
we could re-use our cached cell desired info and we couldn't because there
was a next-in-flow frame and so we needed to reflow the cell frame and pull-up
its next-in-flow child frames
1998-12-16 05:41:57 +00:00
warren%netscape.com
0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
troy%netscape.com
fabbe773c2 Changed SetRowIndex() to be inline and non-virtual 1998-12-16 04:31:38 +00:00
troy%netscape.com
6b60c930de Removed InitRowData() member function which is now obsolete 1998-12-16 04:08:36 +00:00
cltbld%netscape.com
5359861f4a do not decend into xpfe if there is nothing to do there. 1998-12-16 03:59:13 +00:00
sfraser%netscape.com
344a1993c2 Have pull{all} set all the other pull{}s. 1998-12-16 03:47:14 +00:00
troy%netscape.com
bd67066c8a Some improvements to the row splitting code 1998-12-16 03:46:03 +00:00
sfraser%netscape.com
519b665bc0 Ensure that default is to build all. 1998-12-16 03:44:58 +00:00
sfraser%netscape.com
f2222d9e1d Assert on a null widget Ptr 1998-12-16 03:37:56 +00:00
sfraser%netscape.com
b6e6c0bfb5 Remove bad ; 1998-12-16 03:37:13 +00:00
sfraser%netscape.com
8730698eb7 Fix target and output libary names. 1998-12-16 03:34:58 +00:00