Commit Graph

4300 Commits

Author SHA1 Message Date
ramiro%netscape.com
d86696fb18 Add -xif, --set-x11-include-flags - Set X11 include flags. 1998-07-18 06:52:27 +00:00
ramiro%netscape.com
2f537e2d09 Look for include/X11/Xlib.h instead as well. Safer Xlib detection. 1998-07-18 06:32:55 +00:00
ramiro%netscape.com
0e1d81de41 Dont use "function" since it breaks on some bourne shells. 1998-07-18 06:28:19 +00:00
ramiro%netscape.com
67b496768e Remove old motif.mk hack. No longer needed. See config/mkdepend for a better
solution.
1998-07-18 05:27:15 +00:00
ramiro%netscape.com
452a45019c Remove old motif.mk hack. 1998-07-18 05:15:49 +00:00
troy%netscape.com
b2c62b8591 Added some comments clarifying that the value returned are in
device units (pixels)
1998-07-18 03:52:37 +00:00
ramiro%netscape.com
82b71f1739 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)
1998-07-18 03:34:56 +00:00
ramiro%netscape.com
bb60abcd71 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)

Notice how much simpler the Linux chunk of the xfe Makfile has become.
1998-07-18 03:34:26 +00:00
ramiro%netscape.com
a3d443f599 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)

The shell script detection magic is very modular and can be easily shared
with other build schemes (autoconf for instance).
1998-07-18 03:33:07 +00:00
ramiro%netscape.com
ae2e32cb28 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)
1998-07-18 03:26:34 +00:00
kipp%netscape.com
f89ad269a7 Fixed a regression: we were eating the character following a bare ampersand that isn't an entity; in addition tables were being kicked out of paragraphs which is no-no 1998-07-18 01:35:45 +00:00
kipp%netscape.com
e0990f1890 Fixed crasher bug 1998-07-18 01:06:30 +00:00
donm%netscape.com
cb02815d49 added NPL. approved by: briano 1998-07-18 00:29:29 +00:00
michaelp%netscape.com
92a7151e25 the throbbing N lives. yuck. 1998-07-17 23:48:58 +00:00
ftang%netscape.com
fd596409b8 add EUR for € ascii fallback 1998-07-17 23:46:26 +00:00
ftang%netscape.com
5503b9daea Add several unicode tables
Fix the problem in cp1251/2
Add euro sign into mac unicode table
1998-07-17 23:45:44 +00:00
wtc%netscape.com
bf8f82da73 Bugzilla bug #263: Merged the NetBSD port of NSPR contributed by
Frank van der Linden <frank@wins.uva.nl>.
1998-07-17 23:33:36 +00:00
kostello%netscape.com
58e5b0b4cf Changed name of method from ToXIF to CreateXIF 1998-07-17 23:02:53 +00:00
kostello%netscape.com
e7dee8f2f4 1) Move the CSS dependent methods out of nsDocument and placed them
in a new class nsMarkupDocument. The point of nsMarkupDocument is
to hold methods which are common to HTML and XML but not relevant
to the base nsDocument class.

2) Added Selection support methods for Rod.

3) Added LookupProperty to nsCSSProperty:
Given a property ID and Property Index returns back the string representation
of the property. This was need to convert CSSValues back to strings for saving.
TODO: Make sure that our URL Information stored in a CSSDeclaration contains
enough information to return it to it's original form on output.
1998-07-17 23:00:54 +00:00
michaelp%netscape.com
8f6e45ba06 throbber now has 14 frames and works as a button. 1998-07-17 22:58:11 +00:00
kipp%netscape.com
d00cb81a0c Removed redundant DidReflow's 1998-07-17 21:50:43 +00:00
troy%netscape.com
11b254d1e9 Fixed DuplicateImage() code to copy alpha bits properly 1998-07-17 21:37:55 +00:00
kipp%netscape.com
2767248cf9 Fixed nesting headings in lists bug 1998-07-17 21:27:42 +00:00
mccabe%netscape.com
10de6cce72 added some more #if JS_HAS_SHARP_VARS checks so towards compiliation
under version 120 in jsconfig.h.  Other fixes needed, though...
1998-07-17 21:18:41 +00:00
kipp%netscape.com
60665deb3d Implement dom access to the SRC attribute 1998-07-17 21:16:43 +00:00
kipp%netscape.com
999560e810 new 1998-07-17 21:16:18 +00:00
buster%netscape.com
ef4c17cfab fixed a space leak/logic error handling colspans
added backwards compatibility for percent width tables inside of auto width tables (see http://webreview.com/wr/pub  warning:  you'll have to look at a local copy until
Troy/Vidur/somebody fixes an image problem.)
1998-07-17 21:02:28 +00:00
mccabe%netscape.com
c9b0c7d348 Fixed #ifdef to #if for various features defined in jsconfig.h -
JS_HAS_IN_OPERATOR, and JS_HAS_INITIALIZERS.
1998-07-17 20:46:12 +00:00
joki%netscape.com
0ebd01ad80 Fix notation on key event enum values. 1998-07-17 19:25:14 +00:00
mccabe%netscape.com
2f3902fe81 Fixed interpretation of JSOP_IN to match our ECMA proposal - throw a
runtime error if the RHS is not an object.
1998-07-17 19:10:46 +00:00
kipp%netscape.com
d3642b165c get dom document directly instead of from defunct web-widget api 1998-07-17 18:14:56 +00:00
kipp%netscape.com
54a30ab850 Only break from next-in-flow when we have a next-in-flow 1998-07-17 18:14:23 +00:00
scullin%netscape.com
0e705b4e15 Moved from branch 1998-07-17 18:07:21 +00:00
kipp%netscape.com
593dec7069 Implement debug methods in nsViewer not in WindowData or WebWidget 1998-07-17 17:55:47 +00:00
kipp%netscape.com
0ab7c7b077 Added GetContentViewer API; removed debug dump methods 1998-07-17 17:55:21 +00:00
kipp%netscape.com
59dab3b15c Removed debug dump methods 1998-07-17 17:55:00 +00:00
kipp%netscape.com
3deb49c15f Init unintialized variable 1998-07-17 17:54:46 +00:00
buster%netscape.com
516af96c36 fixed table maxElementSize 1998-07-17 17:51:55 +00:00
buster%netscape.com
43e2bfb777 we now allow empty rows 1998-07-17 17:51:43 +00:00
scullin%netscape.com
033f5100b7 Fixed odd 24 bit gamma problem where gamme correction was being applied
in the reverse direction pixels were coming in, resulting in jpgs
being only half gamma corrected.
1998-07-17 17:35:22 +00:00
troy%netscape.com
a3a4da0885 Changed array of points to be a const for DrawPolygon() and FillPolygon() 1998-07-17 17:32:53 +00:00
troy%netscape.com
0ecc2690fa Added DrawPolyline 1998-07-17 17:26:21 +00:00
troy%netscape.com
149aa2a228 Changed to use MaskBlt() under NT when rendering a transparent image 1998-07-17 16:50:32 +00:00
kipp%netscape.com
316e166f7b Don't create new frames when a continuation is being reflowed for the first time 1998-07-17 16:16:19 +00:00
kipp%netscape.com
d5d6ee498a Removed doc-observer LoadURL method and fixedup progress printf's and start throbber at a better time 1998-07-17 15:30:59 +00:00
joki%netscape.com
46e4c791ae More of the fixe for IRIX weirdness on enums in switches 1998-07-17 07:36:50 +00:00
joki%netscape.com
28943b5afe Adding JS event handler test 1998-07-17 07:32:13 +00:00
joki%netscape.com
964919d160 Fix IRIX issues with enums in case statements. 1998-07-17 07:10:43 +00:00
rpotts%netscape.com
589dcc48fe Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
rpotts%netscape.com
165211e3bb Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)...nsHTMLDocument.h 1998-07-17 06:30:00 +00:00