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

4107 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com cad78cf99f made minor changes to selection 1998-07-18 18:18:20 +00:00
rods%netscape.com bcdded08fe exported nsSelectionPoint.h 1998-07-18 18:17:08 +00:00
troy%netscape.com ddf8423f43 Eliminated some unnecessary image rendering 1998-07-18 15:26:03 +00:00
rods%netscape.com 0bee7944cc turned off selection 1998-07-18 14:03:43 +00:00
ramiro%netscape.com 4008087eb4 Fix a dumbass typo. 1998-07-18 07:42:15 +00:00
ramiro%netscape.com e25ad4fa99 Remove circular dependancy on config/config.mk from config/mkdepend. 1998-07-18 07:38:13 +00:00
ramiro%netscape.com f1d8f6f05f Add x11 include flags so the motif detection can work on plaforms that dont
have /usr/include/X11 links.  Like solaris, for instance.
1998-07-18 06:55:12 +00:00
ramiro%netscape.com b4d809e922 Add -xif, --set-x11-include-flags - Set X11 include flags. 1998-07-18 06:52:27 +00:00
ramiro%netscape.com 9554ee2b19 Look for include/X11/Xlib.h instead as well. Safer Xlib detection. 1998-07-18 06:32:55 +00:00
ramiro%netscape.com db954181a8 Dont use "function" since it breaks on some bourne shells. 1998-07-18 06:28:19 +00:00
ramiro%netscape.com f16088e8d8 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 f759b68908 Remove old motif.mk hack. 1998-07-18 05:15:49 +00:00
troy%netscape.com 4ff59d80ac Added some comments clarifying that the value returned are in
device units (pixels)
1998-07-18 03:52:37 +00:00
ramiro%netscape.com f134c3738d 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 2dd27a649e 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 caecbdbb0a 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 cf44d929be 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 a23f79f327 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 1fb72f35e8 Fixed crasher bug 1998-07-18 01:06:30 +00:00
donm%netscape.com 3fc1e99848 added NPL. approved by: briano 1998-07-18 00:29:29 +00:00
michaelp%netscape.com 3bd2991335 the throbbing N lives. yuck. 1998-07-17 23:48:58 +00:00
ftang%netscape.com 77e3fbaed8 add EUR for € ascii fallback 1998-07-17 23:46:26 +00:00
ftang%netscape.com 711b7d6aef 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 98e45bf8c4 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 2d9d10f11a Changed name of method from ToXIF to CreateXIF 1998-07-17 23:02:53 +00:00
kostello%netscape.com a930953dfa 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 4b5f8597dd throbber now has 14 frames and works as a button. 1998-07-17 22:58:11 +00:00
kipp%netscape.com cb5fff3154 Removed redundant DidReflow's 1998-07-17 21:50:43 +00:00
troy%netscape.com d5c29821c9 Fixed DuplicateImage() code to copy alpha bits properly 1998-07-17 21:37:55 +00:00
kipp%netscape.com 8d14dd1363 Fixed nesting headings in lists bug 1998-07-17 21:27:42 +00:00
mccabe%netscape.com 9bb08237dc 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 d30288e28c Implement dom access to the SRC attribute 1998-07-17 21:16:43 +00:00
kipp%netscape.com 067ad4cbd8 new 1998-07-17 21:16:18 +00:00
buster%netscape.com 67b833fdc3 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 1b95117e0b 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 5bfc10adbf Fix notation on key event enum values. 1998-07-17 19:25:14 +00:00
mccabe%netscape.com 80154fca8a 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 70b8cfd6ef get dom document directly instead of from defunct web-widget api 1998-07-17 18:14:56 +00:00
kipp%netscape.com 8367f1bf96 Only break from next-in-flow when we have a next-in-flow 1998-07-17 18:14:23 +00:00
scullin%netscape.com c855876871 Moved from branch 1998-07-17 18:07:21 +00:00
kipp%netscape.com 1507b8d1a4 Implement debug methods in nsViewer not in WindowData or WebWidget 1998-07-17 17:55:47 +00:00
kipp%netscape.com 455b0b7e98 Added GetContentViewer API; removed debug dump methods 1998-07-17 17:55:21 +00:00
kipp%netscape.com e152e43d8b Removed debug dump methods 1998-07-17 17:55:00 +00:00
kipp%netscape.com 4de7beafcc Init unintialized variable 1998-07-17 17:54:46 +00:00
buster%netscape.com b052ed752d fixed table maxElementSize 1998-07-17 17:51:55 +00:00
buster%netscape.com 8c1e033fc9 we now allow empty rows 1998-07-17 17:51:43 +00:00
scullin%netscape.com fb9623a6ac 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 a2bff8ea8b Changed array of points to be a const for DrawPolygon() and FillPolygon() 1998-07-17 17:32:53 +00:00
troy%netscape.com 9ff5acd0ba Added DrawPolyline 1998-07-17 17:26:21 +00:00
troy%netscape.com fb15561796 Changed to use MaskBlt() under NT when rendering a transparent image 1998-07-17 16:50:32 +00:00