Commit Graph

4236 Commits

Author SHA1 Message Date
kipp%netscape.com
1406c1fc9b Whacked to use new pluggable throbber 1998-07-19 01:18:57 +00:00
kipp%netscape.com
9589402168 Implement new title API's; normalized factory code 1998-07-19 01:18:40 +00:00
kipp%netscape.com
dcf41358c0 Normalized factory code 1998-07-19 01:18:15 +00:00
kipp%netscape.com
c60f37ac06 Added new files 1998-07-19 01:17:50 +00:00
kipp%netscape.com
6351c609da Added title controls; normalized factory API; added GetRootWebShell; removed 2nd arg from AddChild 1998-07-19 01:17:39 +00:00
kipp%netscape.com
b071475f3c Updated copyright and IID; removed useless Init method 1998-07-19 01:17:09 +00:00
kipp%netscape.com
a49b6564fe Normalized factory api 1998-07-19 01:16:46 +00:00
kipp%netscape.com
f7750ea04e Export new files 1998-07-19 01:15:26 +00:00
kipp%netscape.com
3f326bc4da Pass title to web shell if we are wrapped in one 1998-07-19 01:14:53 +00:00
kipp%netscape.com
1476a300de Removed SetTitle 1998-07-19 01:14:21 +00:00
kipp%netscape.com
34d7ab8c5c new 1998-07-19 01:13:06 +00:00
kipp%netscape.com
72247ae22f Updated exports list 1998-07-18 22:01:25 +00:00
kipp%netscape.com
12fdd31f5f Allocated some IID's 1998-07-18 21:51:28 +00:00
kipp%netscape.com
cc10d75885 Spanked to use web-shell API's 1998-07-18 21:51:03 +00:00
kipp%netscape.com
8fff2e7e95 Updated build list 1998-07-18 21:50:41 +00:00
kipp%netscape.com
5dde352cb1 Updated to use revised API's; pass UA style sheet to nsIDocumentViewer instance 1998-07-18 21:50:29 +00:00
kipp%netscape.com
7e1c925f18 obsoleted 1998-07-18 21:49:35 +00:00
kipp%netscape.com
cb0492d40f Updated exports list 1998-07-18 21:49:11 +00:00
kipp%netscape.com
795c7ad0ba Decoupled from web widget 1998-07-18 21:49:03 +00:00
kipp%netscape.com
e36dce9baa Seperated out nsIViewerContainer and nsIContentViewer API's 1998-07-18 21:48:47 +00:00
kipp%netscape.com
bb5455a632 Obsolete 1998-07-18 21:48:26 +00:00
kipp%netscape.com
39f5530391 Port to new nsIWebShell and related API's 1998-07-18 21:47:56 +00:00
kipp%netscape.com
8375f728af Added missing includes 1998-07-18 21:46:51 +00:00
kipp%netscape.com
ac5be48a5a Added AddFloater method (not yet used) 1998-07-18 21:45:40 +00:00
kipp%netscape.com
353412c562 Find floaters after placing line so that floater list is kept up to date 1998-07-18 21:45:17 +00:00
kipp%netscape.com
bcda4bfa7d Disabled selection noise with an ifdef 1998-07-18 21:44:11 +00:00
kipp%netscape.com
3ba64da13d new 1998-07-18 21:43:02 +00:00
rods%netscape.com
5ebefdb03c made changes to selection for debugging 1998-07-18 18:19:41 +00:00
rods%netscape.com
85654e2b32 changed GetNextContent to pas back next leaf node content 1998-07-18 18:18:53 +00:00
rods%netscape.com
54786e9833 made minor changes to selection 1998-07-18 18:18:20 +00:00
rods%netscape.com
5c972347e3 exported nsSelectionPoint.h 1998-07-18 18:17:08 +00:00
troy%netscape.com
adf40001e6 Eliminated some unnecessary image rendering 1998-07-18 15:26:03 +00:00
rods%netscape.com
f05c4a6bf9 turned off selection 1998-07-18 14:03:43 +00:00
ramiro%netscape.com
f0af3c4c2d Fix a dumbass typo. 1998-07-18 07:42:15 +00:00
ramiro%netscape.com
00c084be51 Remove circular dependancy on config/config.mk from config/mkdepend. 1998-07-18 07:38:13 +00:00
ramiro%netscape.com
e255d0d98f 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
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