Commit Graph

10561 Commits

Author SHA1 Message Date
dcone%netscape.com
0cceb0004d Small bug fix in resize 1998-10-23 21:29:17 +00:00
buster%netscape.com
4d2bc42fb1 *** empty log message *** 1998-10-23 20:52:23 +00:00
rods%netscape.com
f6c56f3956 Added selection APIs 1998-10-23 20:47:57 +00:00
waldemar%netscape.com
52c0173a9c Fixed Mac warning 1998-10-23 20:44:28 +00:00
rods%netscape.com
360dac6e09 Removed include "nsIHTMLCSSStyleSheet.h" 1998-10-23 20:40:26 +00:00
cls%seawood.org
3b35de8e5e Sync'd with Makefiles 1998-10-23 20:35:24 +00:00
rods%netscape.com
e4de69dfd7 Removed several nsHTMK type tags from nsDocument.cpp 1998-10-23 20:23:02 +00:00
michaelp%netscape.com
236e6a4a24 fixed build bustage. 1998-10-23 20:17:36 +00:00
buster%netscape.com
c4b345b782 fixes Bug 1110, URL=http://www.webstandards.org
ables were not correctly applying the min width of the content of cells
that had col spans in some cases.  In this case, the nested table was specified
as being too narrow for the content.  There were 4 columns each with width=25%
in the first row, and in the next row a single cell with colspan=4 and whose
content min size was wider than the specified table width.
1998-10-23 19:56:11 +00:00
scullin%netscape.com
fe75b83cbd Do pluggable about pages. 1998-10-23 18:51:54 +00:00
nhotta%netscape.com
7b3c5ed9b6 Added WinFE implementation. 1998-10-23 18:51:40 +00:00
dcone%netscape.com
2b84d744e8 Now checks the width and height before a NS_SIZE_EVENT is dispatched. 1998-10-23 18:02:38 +00:00
dcone%netscape.com
d29ec4e197 Fixed the resize problem, now breaks out of the infinite loop. 1998-10-23 18:00:54 +00:00
michaelp%netscape.com
dbc8b0a597 changes for new rendering context API stuff. 1998-10-23 17:59:28 +00:00
michaelp%netscape.com
e415ee4d2c added suport for alpha blending of views. 1998-10-23 17:58:44 +00:00
michaelp%netscape.com
2812cd80c1 made CopyBits() more flexible. added better ddraw support for windows rendering
context. added ddraw support to windows blender. made CreateDrawingSurface()
able to be smarter.
1998-10-23 17:58:18 +00:00
michaelp%netscape.com
a4a92311b9 added blender. 1998-10-23 17:56:49 +00:00
michaelp%netscape.com
5afda242db changes to support opacity. 1998-10-23 17:54:23 +00:00
karnaze%netscape.com
bcf54e9139 fixed frameborder=0 for <IFRAME>s 1998-10-23 17:52:45 +00:00
buster%netscape.com
5126910ee1 fixed bug 1112 - form submission within a table sometimes doesn't work
because the form doesn't get a reflow command.  Now it does.
1998-10-23 17:24:57 +00:00
troy%netscape.com
5e7aaac2fc Attempt to fix Unix builds. Evidently the #define copied from a VC++ header
file is particular to Microsoft's compiler. Bastards...
1998-10-23 17:14:27 +00:00
terry%netscape.com
3dd5d89333 Stop lying and saying trees aren't busted when they are. And bring
back the word "Horked".
1998-10-23 06:11:07 +00:00
jgellman%netscape.com
77b479e346 break the last of our dependencies on mozilla/include 1998-10-23 06:02:42 +00:00
briano%netscape.com
49e4912eb1 Support for the new, single dist/include directory mechanism. 1998-10-23 04:41:26 +00:00
briano%netscape.com
79601a9251 General cleanup, and fixed the bug that caused an OBJDIR to be created under the normal OBJDIR. 1998-10-23 04:38:23 +00:00
troy%netscape.com
d5a29f7d19 Turned back on support for LAYER element 1998-10-23 04:20:08 +00:00
sar%netscape.com
6c6adc91ee remove layspan.c from the client module too. It was removed from clientDebug yesterday. This fixes build breakage. 1998-10-23 03:45:55 +00:00
buster%netscape.com
771cfdf226 minor bug fixes 1998-10-23 03:23:29 +00:00
troy%netscape.com
5ca8612785 Removed dead code 1998-10-23 02:36:07 +00:00
briano%netscape.com
1b917b5f93 Support for the new, single dist/include directory mechanism. 1998-10-23 02:09:26 +00:00
cls%seawood.org
515c2f2cdf Put libi18n after libmocha 1998-10-23 01:57:00 +00:00
pierre%netscape.com
94e2758be3 added forms\nsLabelFrame.cpp 1998-10-23 01:26:19 +00:00
cls%seawood.org
4abf6c629b The system versions of jpeg & png are used by default (if found) unless the local copy is more recent. Zlib is used by default if found.
Added separate variables for jpeg, png & zlib CFLAGS & LIBS.
Added --with-option=dir support for jpeg, png & zlib.
Split X defines into XCFLAGS, XLDFLAGS & XLIBS.
Will attempt to link nspr against the proper thread lib if the initial check fails.
Removed last vestiges of NO_SECURITY.
Modified cmd/{gnome,qt,x}fe/Makefile to only use autoconf defined variable for the final link.
Changed ACCFLAGS to OS_CFLAGS. Changed ACLIBS to OS_LIBS.
OPTIMIZER (config.mk) is no longer set for autoconf.
No longer includes platform specific .mk
1998-10-23 00:36:08 +00:00
cyeh%netscape.com
0535e028dd simplify/reduce source pulling routines to only pull RaptorMac and libpref on the XPCOM_BRANCH. This should significantly speed up source pulls. 1998-10-23 00:22:23 +00:00
sdagley%netscape.com
d57ea0355b First landing of Apple's changes for NSL support from the Open Location in Navigator dialog. Currently #ifdef'ed out with BUILD_NSL_SUPPORT tag as we haven't figured out how to distribute the required NSL header and library yet. Hopefully that will be addressed soon. 1998-10-23 00:03:43 +00:00
karnaze%netscape.com
2a0c2366bb implemented <LABEL>; document maintains list of forms as created; form element properly releases form controls. 1998-10-22 23:00:37 +00:00
cls%seawood.org
4f6efe39c9 libmocha depends upon libi18n so change the link order. 1998-10-22 22:59:12 +00:00
jgellman%netscape.com
c515657541 add temporary fn NS_GetRDFService 1998-10-22 22:36:25 +00:00
terry%netscape.com
ddccab3b1c Enabled "say /me". 1998-10-22 22:35:21 +00:00
kipp%netscape.com
9a7bbe5478 Added - Raptor to the end of titles for the automation folks 1998-10-22 22:29:46 +00:00
jgellman%netscape.com
cf5024ea20 export rdf C api headers 1998-10-22 22:23:57 +00:00
jgellman%netscape.com
71efc5bae4 added rdf C api calls 1998-10-22 22:23:10 +00:00
jgellman%netscape.com
b643c9302f UNIX build rules, from my windows box so untested 1998-10-22 22:19:42 +00:00
terry%netscape.com
f6dfb8a468 Turned on "use strict". Give the URL for tinderbox. Moved everything
into the current directory, instead of using $HOME.
1998-10-22 22:01:42 +00:00
buster%netscape.com
381df478eb changed base code so only frames with 0 width AND 0 height are ignored.
this fixes http://home.netscape.com among others that use content-free
nested tables to generate background colors and other evil tricks.
1998-10-22 22:00:50 +00:00
buster%netscape.com
7ef1be09f4 just debug info 1998-10-22 21:59:13 +00:00
buster%netscape.com
fa73a0db68 *** empty log message *** 1998-10-22 21:58:26 +00:00
troy%netscape.com
f6c9594f8f Reduced the number of frames 1998-10-22 21:44:30 +00:00
jonas.utterstrom%vittran.norrnod.se
dd3fbbb4a7 Rewrote Makefile from xfe to build qtmoz-export and qtmozilla-export 1998-10-22 21:35:00 +00:00
jgellman%netscape.com
0fa14b5d25 added GetResource & related functionality 1998-10-22 21:10:21 +00:00