ramiro%netscape.com
3364f6247a
Make it build on losing platforms.
1998-07-31 11:28:35 +00:00
ramiro%netscape.com
22cf5c3ff6
oops. check the value, not the pointer.
1998-07-31 11:25:15 +00:00
ramiro%netscape.com
78e718f274
Pick a dumbass pixmap default for loser platforms.
1998-07-31 11:23:36 +00:00
ramiro%netscape.com
275e9e4dee
I want to build these tests on platforms that dont have xpm, so i added
...
some ifdefs to allow building on loser platforms that dont ship xpm.
1998-07-31 11:00:24 +00:00
ramiro%netscape.com
0b4ccbc4ff
Add caption files.
1998-07-31 10:46:34 +00:00
ramiro%netscape.com
9f5be51af3
Unbloat the XfeWidgets a little bit. Move the combo stuff to their own lib.
1998-07-31 10:22:09 +00:00
peterl%netscape.com
cdf487bf43
connected prefs
1998-07-31 06:02:06 +00:00
peterl%netscape.com
cadf2cec72
connected prefs, tweaked UI font sizes
1998-07-31 06:01:45 +00:00
peterl%netscape.com
094f51e1e6
renamed LoadImage
1998-07-31 05:59:31 +00:00
mcafee%netscape.com
fd7ecc324e
These files moved to Netscape private tree, ns/fullsoft.
1998-07-31 05:59:17 +00:00
peterl%netscape.com
bc1d1dbcbb
connected prefs to the webshell
1998-07-31 05:58:41 +00:00
peterl%netscape.com
d3024f8eb7
cleaned up
1998-07-31 05:58:13 +00:00
peterl%netscape.com
66acecae66
renamed LoadImage to avoid conflicts with windows headers
1998-07-31 05:55:41 +00:00
peterl%netscape.com
9dc8df6594
connected prefs
...
added compatibility mode
1998-07-31 05:54:59 +00:00
peterl%netscape.com
627f41ee02
improved font rounding when app units aren't twips
1998-07-31 05:53:55 +00:00
sdagley%netscape.com
8116d4f983
Merging fix for #311292
1998-07-31 05:37:56 +00:00
mjudge%netscape.com
c215b43f8e
Updating files for Ender, should all be ifdefed. reviewed->danm
1998-07-31 05:31:02 +00:00
mjudge%netscape.com
eed3f16602
Adding files for Ender, should all be ifdefed. reviewed->danm
1998-07-31 05:27:32 +00:00
mjudge%netscape.com
c141d5fb3f
Adding file for Ender's toolbar reviewed->danm
1998-07-31 05:26:44 +00:00
karnaze%netscape.com
fc265fd305
sizing improvements of form controls for nav4 compatibility
1998-07-31 05:22:35 +00:00
guha%netscape.com
cd507bf554
Fix build breakage
1998-07-31 03:29:24 +00:00
toshok%netscape.com
a9ddc88b80
make sure we use the right size for an LO_FLOAT element.
1998-07-31 03:25:08 +00:00
toshok%netscape.com
ce052abc4e
track change to lo_AppendFloatInLineList, and plug a style sheet memory leak.
1998-07-31 03:23:54 +00:00
toshok%netscape.com
a1f347a78c
Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space.
1998-07-31 03:22:35 +00:00
toshok%netscape.com
5585c8333c
Add LO_SPACER to the list of elements to ignore in lo_DisplayElement.
1998-07-31 03:19:21 +00:00
toshok%netscape.com
305ace3de9
plug memory leak.
1998-07-31 03:11:30 +00:00
guha%netscape.com
0e25cd15f1
Make related links work again
1998-07-31 02:55:27 +00:00
guha%netscape.com
b852180b74
Make Related links work again
1998-07-31 02:54:10 +00:00
mcafee%netscape.com
c7fa8737ff
Moving this file to the Netscape private tree @ ns/fullsoft/public/fullsoft.h
1998-07-31 02:25:43 +00:00
thom%netscape.com
f1604ff795
Someone forgot to add nsParserCIID.h to the manifest, broke mac build (what about the others?)
1998-07-31 02:24:24 +00:00
leif
84749ba813
*** empty log message ***
1998-07-31 02:22:50 +00:00
ftang%netscape.com
a4e9821373
back up last check in untill Mac Gromit tree green
1998-07-31 01:55:21 +00:00
mccabe%netscape.com
a5b758e573
Another attempt to remove trailing nul characters added courtesy CVS.
1998-07-31 01:45:05 +00:00
buster%netscape.com
1ed0f3ea0a
LengthOf defined in both debug and non-debug builds
1998-07-31 01:40:21 +00:00
clu%netscape.com
80da8477a1
Backing out changes.
1998-07-31 00:43:46 +00:00
buster%netscape.com
ff35c20a64
we now paint backgrounds regardless of our content. Cell borders are
...
still conditionally painted based on whether the cell's content has
0=size or not.
1998-07-31 00:32:27 +00:00
buster%netscape.com
0e9212b3a8
fixed an error where min width of col spanners were getting proportionately distributed
...
only desired width gets distributed, not min size.
1998-07-31 00:31:09 +00:00
mjudge%netscape.com
8962f7ebcd
ENDER checkins. all Ifdef'd out
1998-07-31 00:24:57 +00:00
blythe%netscape.com
cba9de92e0
Remove unneeded functions
1998-07-31 00:18:30 +00:00
warren%netscape.com
d005ad709e
Added dummy privilege manager classes.
1998-07-31 00:14:18 +00:00
mccabe%netscape.com
0ed94e2af6
Propagating numerous fixes from js/ref
...
and development branches, including but
not limited to:
- Preliminary exception handling per
ECMA proposal; try, multiple
catchblocks, and finally. Catchblocks
are of the form catch (v) or
catch(v:<guard>), where guard is an
optional boolean expression that is
evaluated to determine whether the
exception is to be caught by that block.
- ECMA-proposed 'in' operator; "'foo' in
o" or "4 in o" asks if o has property
foo or element 4.
- Added a new set of defines in
jsconfig.h for js 1.4
features-in-progress. (in, instanceof,
exception handling.) Default build
version is now 1.4. Fixed a few
conditional features that had become
broken.
- Progress towards porting to FreeBSD
and Alpha; casts of NaN and friends to
int are a little more localized. Not
there yet...
- New config files to compile on more
OSes; various fixes to improve
portability.
1998-07-31 00:07:22 +00:00
ftang%netscape.com
e7feacb107
Fix 310625. Change single byte conversion table in macfe.r to convert EURO sign from 0x80 (cp1252) to 0xDB (MacRoman)
1998-07-30 23:58:53 +00:00
mccabe%netscape.com
7596bde975
Propagating work and bug fixes from
...
development branch:
- Preliminary exception handling per
ECMA proposal; try, multiple
catchblocks, and finally. Catchblocks
are of the form catch (v) or
catch(v:<guard>), where guard is an
optional boolean expression that is
evaluated to determine whether the
exception is to be caught by that block.
- ECMA-proposed 'in' operator; "'foo' in
o" or "4 in o" asks if o has property
foo or element 4.
- Added a new set of defines in
jsconfig.h for js 1.4
features-in-progress. (in, instanceof,
exception handling.) Default build
version is now 1.4. Fixed a few
conditional features that had become
broken.
- Progress towards porting to FreeBSD
and Alpha; casts of NaN and friends to
int are a little more localized. Not
there yet...
- New config files to compile on more
OSes; various fixes to improve
portability.
1998-07-30 23:46:29 +00:00
mccabe%netscape.com
f0d7459661
Added NPL.
1998-07-30 23:44:39 +00:00
spider%netscape.com
80ab5c4e7d
Use new raptor gfx stuff
1998-07-30 23:33:17 +00:00
michaelp%netscape.com
4ce7ab5a99
improved performance of background rendering.
1998-07-30 23:31:42 +00:00
scullin%netscape.com
14abac59c5
Fixed date struct overflow.
1998-07-30 23:30:10 +00:00
spider%netscape.com
cc7c1b2561
New rules to pull/build raptor as dist
1998-07-30 23:28:03 +00:00
spider%netscape.com
bc08391cc6
Update to new nsIWidget interface
1998-07-30 23:26:58 +00:00
clu%netscape.com
6f8348164f
#300214 ; #300216 ; #300212 ; reviewed by jfrancis.
Fixed PREV and NEXT in cell dialog in order that it would apply the changes before moving down to the next selection. Fixed the color chip in cell dialog so it now updates correctly. Captions in the cell dialog are now enabled and disabled with their respective edit fields.
1998-07-30 23:25:34 +00:00