Commit Graph

402 Commits

Author SHA1 Message Date
michaelp
d8e9d08bc6 removed debug junk 1998-04-23 21:52:02 +00:00
michaelp
cbfb8c143d view no longer shows a scrollbar when we can't scroll.
added GetScrolledView().
1998-04-23 21:51:43 +00:00
michaelp
bf7e14549f removed conditional calling of view->SetDimensions() in SizeTo(). 1998-04-23 21:51:03 +00:00
kmcclusk
22f96a82ef Added SetMaxTextLength method to text widget and textarea widget. 1998-04-23 20:21:24 +00:00
scullin
b6660d91ec Build on IRIX and Linux 1998-04-23 19:55:08 +00:00
scullin
f0f4579809 Linux build fixes. Moved test.cpp to nettest.cpp to allow nettest to
build easily under UNIX.
1998-04-23 19:33:34 +00:00
scullin
97f62e2aa2 Fixed non-virtual destructor, and incorrect stream usages that
gcc didn't like.
1998-04-23 19:10:35 +00:00
scullin
660fadbded Fix abiguous null test for smart pointers. 1998-04-23 19:08:21 +00:00
buster
9481637fae table header and footer rowgroups placed properly, replicated across continuing tables
some pagination fixes, including a hack to make negative available heights = 1.
1998-04-23 17:29:07 +00:00
buster
ac6d7c116e fixed a bug where a case during pagination wasn't being tested correctly 1998-04-23 17:22:46 +00:00
buster
742a6deb6f added style for HTML 4 table elements and TH 1998-04-23 17:19:21 +00:00
kipp
87e6585798 nuked ref to line layout 1998-04-23 17:09:16 +00:00
kipp
e071e45d4f link with plc 1998-04-23 16:51:49 +00:00
kipp
fb266e5bee Fixed SetTitle API 1998-04-23 16:51:25 +00:00
kipp
59359e73b4 define win32_lean_and_mean 1998-04-23 16:47:26 +00:00
troy
2c0ca536fc More CSS position work 1998-04-23 15:39:48 +00:00
scullin
1d6d64db53 Unix build patches 1998-04-23 03:51:20 +00:00
slamm
cd231647d6 Change NavCenter (aka Aurora) to use the XmLTree instead
of the Outliner class.  This will be cleaner in the end and will give
us an easy way to do dynamic columns.
1998-04-23 01:29:34 +00:00
slamm
03e5c90207 Add a new horizontalSizePolicy, XmRESIZE_IF_POSSIBLE.
This resizes the columns to make the fit in the available widget width
without scrollbars.  This is made possible by a new function,
SizeColumnsToFit(), which is adapted from Outliner.cpp:applyDelta().
Also add a resource for minColumnWidth.
1998-04-23 01:29:30 +00:00
slamm
03d180937e Fix print remote to take file argument. 1998-04-23 01:29:26 +00:00
ftang
b051624e42 Change unicode mapping table to include EURP mapping 1998-04-23 01:12:20 +00:00
mccabe
fb4c567601 Makefile hacking to make 'gmake js' work in ns/js/src. Abstracted a
few constants, added -ldl for Linux.  Tested on Irix 6.3, SunOs 5.6,
Linux 2.031.
1998-04-23 00:39:10 +00:00
rickg
c29b8f890f final factoring of DTDs, and removal of nsHTMLDTD.* 1998-04-22 23:56:57 +00:00
ramiro
78b4db3cce Move headers from unused to used. 1998-04-22 23:48:50 +00:00
troy
55632fc7af Added nsStylePosition 1998-04-22 23:29:01 +00:00
troy
4366741d31 Starting to pay attention to CSS positioning properties 1998-04-22 23:28:39 +00:00
troy
42943b6cf9 Setting up style for CSS positioning 1998-04-22 23:28:02 +00:00
kipp
30df787449 option is a container too 1998-04-22 23:25:36 +00:00
kipp
7c7a203367 Added in support for select/option 1998-04-22 23:24:43 +00:00
wtc
5e08ba3f0b Added parentheses around a type cast. Fix provided by Kipp Hickmann
<kipp@netscape.com>.
1998-04-22 22:36:47 +00:00
kipp
6ebed4fba7 support textarea tag; some support for custom form managers 1998-04-22 22:12:24 +00:00
kipp
e74c50762c snapshot 1998-04-22 22:11:52 +00:00
kipp
27661d8656 Disable noisy blink 1998-04-22 22:11:21 +00:00
wtc
dc51a884b5 Fixed build problems on BSD/OS. Some makefiles need to change:
the value of OS_ARCH is changed from BSD_386 to BSD_OS.
In unix.c, we now conditionalize on the macros O_SYNC and O_FSYNC,
as opposed to the platform macros like FREEBSD and BSDI.  We
acknowledge jason@ackley.net for reporting and providing a fix
for this problem.
1998-04-22 22:10:37 +00:00
kipp
d79100067c Treat textarea somewhat like title/script/style 1998-04-22 22:10:27 +00:00
kipp
5aaf73961c textarea is not a container 1998-04-22 22:10:10 +00:00
kipp
fed0355e50 Added in TEXTAREA to special tags 1998-04-22 22:09:46 +00:00
rickg
e246371a37 tweaked the API to be more DTD-like 1998-04-22 20:22:59 +00:00
rickg
19fd4717c1 improved newline handling in tables 1998-04-22 19:46:40 +00:00
rickg
6c17641c97 moved nsDeque.* to base\src 1998-04-22 19:10:39 +00:00
rickg
2074ba0f39 added DTD and propagation capabilities; dynamic entities, containers, token handlers 1998-04-22 18:32:49 +00:00
rickg
fccfcf293e added a few new container types 1998-04-22 18:28:48 +00:00
troy
9b866ce254 Fixed some bustage 1998-04-22 18:15:48 +00:00
troy
63ed1519ab Bumping the revision to 3 1998-04-22 16:11:12 +00:00
troy
fdf2b8c3d4 HackStyleFor no longer sets positionFlags 1998-04-22 16:07:27 +00:00
troy
4ef6f63491 Work in progress on absolutely positioned elements 1998-04-22 16:06:21 +00:00
troy
e658570f8a Signing 1998-04-22 16:00:00 +00:00
troy
a8289fdc8d Initial check-in 1998-04-22 15:59:33 +00:00
troy
0d6273942a Added support for CSS 'position' property 1998-04-22 15:46:53 +00:00
troy
76caee5967 Fixed a problem in SelectorMatches() that was causing id-based selectors
to always match
1998-04-22 15:43:46 +00:00