troy
6d930e9882
Added more position properties and removed some stuff from nsStyleMolecule
1998-04-24 03:50:38 +00:00
troy
3edf6508da
Fixed PROP_HEIGHT to use VARIANT_KLP (was using VARIANT_KL)
1998-04-24 02:43:42 +00:00
rjc
69bd9cfc8b
Removed unused variables to fix up warnings.
1998-04-24 02:20:19 +00:00
rjc
543b7f4c24
Support for workspace reordering.
1998-04-24 02:15:22 +00:00
fur
6e3fd78464
(These files not built by any version of Navigator)
...
Initial check-in:
JSRef is migrating from /m/src JSFUN13_BRANCH to trunk /m/pub repository
1998-04-24 01:42:37 +00:00
fur
d62f4f4df3
(This code is not built by any flavor of Navigator)
...
Initial check-in to mozilla tree: JSRef development is migrating from
JSFUN13_BRANCH of /m/src repository to /m/pub
1998-04-24 01:35:13 +00:00
fur
a2cd7ccc22
JS1.3 initial check-in
1998-04-24 01:28:40 +00:00
fur
bf0383f7b0
Initial checkin of JS1.3. (Minor fix required to accomodate JSAPI behavior changes)
1998-04-24 00:34:15 +00:00
fur
3a1785890d
Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
...
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
fur
395d7ac2d1
Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository
1998-04-24 00:31:11 +00:00
michaelp
19938fa089
more scrolling bugs.
1998-04-24 00:30:21 +00:00
scullin
eaec32144d
Removed dependency on Motif
1998-04-24 00:17:36 +00:00
dbragg
879ec6a7dc
Moving asw.jar into appropriate place (not into as_html)
1998-04-23 23:51:47 +00:00
dbragg
a8b1e25a5c
Um, like, ns_priv handling is screwy, but for now we need to at least POINT there...
1998-04-23 23:45:32 +00:00
michaelp
6d375e9ffe
fixed bug where scollbar itself was scrolled.
1998-04-23 23:32:59 +00:00
michaelp
910ec9d38b
changed SetContainerSize() to ComputeContainerSize().
1998-04-23 23:21:37 +00:00
dbragg
c3bdeb04f4
for the fun of it
1998-04-23 23:17:20 +00:00
dbragg
c87d216355
make it work for el don
1998-04-23 23:16:06 +00:00
dbragg
f09a443cf2
OK, maybe this is better?
1998-04-23 23:06:18 +00:00
buster
48f12cd759
fixed a nefarious little bug with multiple row spans in the same table
...
subsequent rows (the ones below the effected rows) were not placed correctly
when the height of the spanning cell became greater than the sum of the heights
of the rows it spanned.
1998-04-23 22:59:07 +00:00
troy
1e612802d7
More work on absolute positioning
1998-04-23 22:38:52 +00:00
dbragg
cf80a1ab22
Fixed to use correct targets
1998-04-23 22:27:55 +00:00
michaelp
2c509608d8
added AddRef() to GetScrolledView().
1998-04-23 21:54:47 +00:00
michaelp
537eb095c6
removed debug junk
1998-04-23 21:52:02 +00:00
michaelp
f50c2fc53b
view no longer shows a scrollbar when we can't scroll.
...
added GetScrolledView().
1998-04-23 21:51:43 +00:00
michaelp
b1d1b906a1
removed conditional calling of view->SetDimensions() in SizeTo().
1998-04-23 21:51:03 +00:00
kmcclusk
2e9f672aad
Added SetMaxTextLength method to text widget and textarea widget.
1998-04-23 20:21:24 +00:00
scullin
0974f44930
Build on IRIX and Linux
1998-04-23 19:55:08 +00:00
scullin
ccdaadd092
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
da7b70979e
Fixed non-virtual destructor, and incorrect stream usages that
...
gcc didn't like.
1998-04-23 19:10:35 +00:00
scullin
378a0cd5ea
Fix abiguous null test for smart pointers.
1998-04-23 19:08:21 +00:00
buster
92ffa0d48f
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
aca5f1f83e
fixed a bug where a case during pagination wasn't being tested correctly
1998-04-23 17:22:46 +00:00
buster
4ff4685dbe
added style for HTML 4 table elements and TH
1998-04-23 17:19:21 +00:00
kipp
d93d7220ba
nuked ref to line layout
1998-04-23 17:09:16 +00:00
kipp
062ecbf5ea
link with plc
1998-04-23 16:51:49 +00:00
kipp
32ae45c0ed
Fixed SetTitle API
1998-04-23 16:51:25 +00:00
kipp
01ab9174da
define win32_lean_and_mean
1998-04-23 16:47:26 +00:00
troy
aa7d0f6143
More CSS position work
1998-04-23 15:39:48 +00:00
scullin
2a6272effe
Unix build patches
1998-04-23 03:51:20 +00:00
slamm
642d03f241
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
064c092ade
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
57736fb8d9
Fix print remote to take file argument.
1998-04-23 01:29:26 +00:00
ftang
c104e42152
Change unicode mapping table to include EURP mapping
1998-04-23 01:12:20 +00:00
mccabe
58b80a70f0
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
7b23810178
final factoring of DTDs, and removal of nsHTMLDTD.*
1998-04-22 23:56:57 +00:00
ramiro
fe1f7bb74a
Move headers from unused to used.
1998-04-22 23:48:50 +00:00
troy
3ba9ae16ba
Added nsStylePosition
1998-04-22 23:29:01 +00:00
troy
3477ad0f5b
Starting to pay attention to CSS positioning properties
1998-04-22 23:28:39 +00:00
troy
568903a5d9
Setting up style for CSS positioning
1998-04-22 23:28:02 +00:00