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
toshok
889f17e607
file rhapsody.c was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:53:05 +00:00
toshok
c93cd8b484
file _rhapsody.h was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:53:00 +00:00
toshok
08e13295e3
file _rhapsody.cfg was initially added on branch RHAPSODY_NSPR_BRANCH.
1998-04-22 07:52:59 +00:00
peterl
2de9fe5685
Switch to nsIPtrs to eliminate leaks (and to test them)
...
added debug code for ref counts
1998-04-22 06:41:10 +00:00
peterl
eac03aa3af
WIP moving margin, border & padding out of nsStyleMolecule
...
added debug code to track ref counts
1998-04-22 06:40:21 +00:00
peterl
6421bec370
WIP moving margin, border & padding out of nsStyleMolecule
1998-04-22 06:39:35 +00:00
peterl
6e70ca342d
Switch to nsIPtr for style context ptrs to eliminate leaks
1998-04-22 06:39:00 +00:00
peterl
41fcec6088
added ref counting debug code
1998-04-22 06:38:31 +00:00
peterl
c6fc3d1e32
WIP moving margin, border & padding out of nsStyleMolecule
...
Switch to nsIPtr for style context ptrs to eliminate leaks
1998-04-22 06:37:57 +00:00
peterl
730fbbc6d6
moved border out of nsStyleMolecule
1998-04-22 06:36:28 +00:00
peterl
83bb132b05
WIP moving border, margin & padding out of nsStyleMolecule
1998-04-22 06:33:35 +00:00
peterl
065043c183
made GetStyleContext work with a null pres context
1998-04-22 06:32:55 +00:00
peterl
fdc0e3f023
WIP removing border, margin & padding from nsStyleMolecule
1998-04-22 06:32:17 +00:00
beard
dd4303f5d4
AllocateMenuID
1998-04-22 02:18:55 +00:00
beard
4d0300f3ee
nsPluginInstancePeer::AllocateMenuID
1998-04-22 02:18:25 +00:00
beard
71b2017e04
FE_AllocateMenuID
1998-04-22 02:13:46 +00:00
beard
992515398f
npn_allocateMenuID.
1998-04-22 02:13:16 +00:00