2877 Commits

Author SHA1 Message Date
troy
6e3ac5fd90 Changed how cell layout data is accessed 1998-06-11 22:51:54 +00:00
troy
840313626c Added an additional constructor 1998-06-11 22:48:25 +00:00
rods
5625f49079 removed nsFileWidget 1998-06-11 21:59:45 +00:00
rods
dc56580123 fixed build problem 1998-06-11 21:56:42 +00:00
rods
f4f1ab4161 added nsFileWidget 1998-06-11 21:35:26 +00:00
spider
ccea853a2f Support for TrueColor display, add nsNativeDeviceContext to Init method of nsIDeviceContext, fix FontMetrics crash if no RenderingContext is available. 1998-06-11 21:26:21 +00:00
kmcclusk
56f8c6763c Removed commented out defines 1998-06-11 21:04:14 +00:00
kmcclusk
b3044be263 Added code to support getting the URL's for samples using the current working
directory under unix.
1998-06-11 20:57:27 +00:00
waldemar
5a99338f59 Fixed compiler warning 1998-06-11 20:27:22 +00:00
rods
e0c80033a0 added GetBitInfo to fix the build 1998-06-11 19:43:26 +00:00
kmcclusk
a0977b5b74 Added support for nsDispatchListener's under Motif. 1998-06-11 19:29:57 +00:00
troy
421b1e3377 Eliminated FindCellLayoutData() and changed code to use GetCellLayoutData()
instead
1998-06-11 18:50:17 +00:00
buster
f1483bd22e more separation between table content and frames 1998-06-11 17:50:51 +00:00
dcone
06a3dd1232 updated blending code, and tests 1998-06-11 17:33:26 +00:00
kmcclusk
eb233c5c40 Added back MotifMenu's 1998-06-11 16:50:37 +00:00
karnaze
0ccd357a8f initial support for <iframe> 1998-06-11 16:46:33 +00:00
buster
9034e41c54 continuing work to separate content from frames 1998-06-11 15:46:37 +00:00
troy
63f9e5f77a Added some XXX performance reminders 1998-06-11 04:57:56 +00:00
atotic
7c2e91b35c First Checked In. 1998-06-11 03:58:24 +00:00
raman
e72c096f61 Fix for 123352. 5.0SF1-In P0 bug. Approved by Don. Reviewed by waterson. Default simulate_signature_on_system_classes to true until we get signed system classes working. 1998-06-11 02:25:51 +00:00
spider
b558a15b72 Draw text from upper left rather than baseline 1998-06-11 02:15:12 +00:00
spider
131f1b81ef Force the Drawing Area to have zero border width: 1998-06-11 01:54:07 +00:00
spider
2fad7b8ec3 Remove duplicate drawingsurface. fix memory leak 1998-06-11 01:22:26 +00:00
kmcclusk
b692541c9e Removed nsMotifMenus until menu's .h file is checked in. . Added code to stop crash in xpcompat.c 1998-06-11 00:54:25 +00:00
buster
d3d2d16edd more cleanup and frame/content separation 1998-06-11 00:41:09 +00:00
spider
08403cb2d4 Compute TWIPS during Init() of DeviceContext rather than waiting
until the RenderingContext is created.
1998-06-11 00:32:29 +00:00
buster
2d31c54583 some tentative steps towards content/frame separation in tables 1998-06-11 00:13:18 +00:00
rods
6bddcaeebe add stdlib.h to pick exit() on irix 1998-06-10 23:33:15 +00:00
gordon
03e58a5dca Fixing Mac bustage by adding typecast. Approved by sar. 1998-06-10 23:04:18 +00:00
law
9b5e8e48d3 Fixed Bug #124155; minor change to enable telnet: URLs on some Win systems 1998-06-10 22:42:51 +00:00
rods
67d326a651 changed signature of OnResize 1998-06-10 22:42:34 +00:00
rods
e09efc1dca added motif menus to the viewer 1998-06-10 22:41:43 +00:00
waldemar
d101f134c6 Fixed bugs 123565, 123874, 122877, 122882, 123560, and 77391, all having to do with various errors in reading integers and floating-point numbers and interpreting whitespace around them. Whitespace was being treated inconsistently in parseInt, parseFloat, and ToNumber; made all of these accept any Unicode whitespace in anticipation of the future ECMA v2. 1998-06-10 21:18:05 +00:00
waldemar
aba6fd1d39 Changed js_strtod and js_strtointeger APIs to fix bugs 123565, 123874, 122877, 122882, 123560, and 77391. Added comments. 1998-06-10 21:14:41 +00:00
waldemar
ca71c238b1 Updated for changed js_strtod and js_strtointeger APIs needed to fix bugs 123565, 123874, 122877, 122882, 123560, and 77391. 1998-06-10 21:13:52 +00:00
waldemar
dc2efa678e Added js_SkipWhiteSpace. 1998-06-10 21:11:00 +00:00
rods
797790e8bd initial 1998-06-10 20:42:04 +00:00
rods
a7ffce9f67 added PRUint32 cast to unbreak the build 1998-06-10 20:34:38 +00:00
scullin
1923664935 Fix mac build. 1998-06-10 20:28:49 +00:00
toshok
0a6e8a22c3 fix relayout of preformatted text (and hopefully help out in the
relayout of normal text as well.)  Make sure we start at the element
immediately following the LO_TextBlock (if possible, otherwise start
at the startTextElement.)  Also, loop up to and including the
endElement.  Lastly, insert new soft line breaks after recycling the
old ones.
1998-06-10 19:12:01 +00:00
toshok
19e8cf0392 Make line breaks at the start and end of a PRE section hard, so they persist across resizes (part of the fix for 123300. 1998-06-10 18:58:14 +00:00
scullin
f03067c65c Fix serious date parsing bug. Approved ltabb. 1998-06-10 18:57:41 +00:00
rods
370cc0de49 24 bit color fix 1998-06-10 18:18:35 +00:00
spider
55887d3cbb Attempt to do the right thing on 24 bit displays ... good luck 1998-06-10 17:29:11 +00:00
toshok
99c3cd4bcc Add one liners about the PRE_*, QUOTE_* and SUBDOC_* #defines. 1998-06-10 16:54:35 +00:00
pinkerton
bd70e1ff35 Fix bug #12413 in single signon (appr don, rev morse). 1998-06-10 15:20:06 +00:00
spider
54e3d32c97 file Makefile was initially added on branch NORMANDY_BRANCH. 1998-06-10 14:08:16 +00:00
warren
c512ca6334 Added softupdt dependency for OJI 1998-06-10 07:06:09 +00:00
nisheeth
484db7cd55 Fix for bug 123208. Fixes the problem of nested tables with 100% height
getting heights of 10000 pixels.  Thanks to Tim Rowley (tor@cs.brown.edu)
for providing a patch that was very close to the real fix.  You saved me
a lot of work!
1998-06-10 06:56:10 +00:00
troy
f8b11bcac8 Changed block to do the initial reflow of a floater. Also fixed a problem
with floated tables crashing
1998-06-10 05:33:38 +00:00