Commit Graph

125 Commits

Author SHA1 Message Date
pinkerton
8f10dac8dd Status bar now uses appearance to draw progress bar separate from status text. Related Netscape classes that do the same thing obsoleted. 1998-05-26 16:32:05 +00:00
sfraser
44e9956672 First Checked In. 1998-05-23 01:14:17 +00:00
pinkerton
382dfd7c13 First Checked In. 1998-05-22 20:23:25 +00:00
pinkerton
a476e5c2cd commented out the annoying assert when max round was exceeded. 1998-05-22 04:22:04 +00:00
pinkerton
fcc3270223 Landing of a bunch of appearance manager stuff. (appr sdagley). 1998-05-22 04:19:24 +00:00
mccabe
61d5cdd55e Removed the escape and unescape functions, as they are now part of the core engine. (They've become part of the ECMA spec.) Fix to (97681). 1998-05-20 03:23:07 +00:00
pinkerton
1eef7b63e2 add comment that this class is obsolete (appr sdagley). 1998-05-19 19:31:51 +00:00
pinkerton
36e8856c9b Beginnings of appearance manager support. Add AM classes to powerplant and make toolbars use either AM (through CAMSavvyBevelView) or old way if AM not present (for now, this may change). (appr sdagley). 1998-05-19 19:25:59 +00:00
pinkerton
edd72ed970 First Checked In. 1998-05-19 19:16:51 +00:00
scullin
a71a8cd1d2 Moved cvactive.h from include to network/cnvts 1998-05-18 23:51:09 +00:00
toshok
32050c3897 apparently digital unix's c compiler has a problem with the work 'readonly' (it appears to be a reserved word, as far as that compiler goes). So, I'm changing all occurences of the readonly form element attribute to read_only. Thanks to berkley@cs.wustl.edu (Berkley Shands) for the report and suggested fix. 1998-05-18 21:58:00 +00:00
nisheeth
ad8344ccca val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks
to Kathy Brade (brade@netscape.com) for catching this.
1998-05-18 20:44:34 +00:00
spence
e40d8a1618 ifdef bustage 1998-05-15 18:54:35 +00:00
briano
e848ad0a09 'Fixed' the warning about the supposed trigraph. a=djw 1998-05-15 17:16:49 +00:00
atotic
d6ffa1e4e9 Removed NSstring.* because of conflicts with raptor, renamed to macstrdlibxetras 1998-05-15 16:59:14 +00:00
atotic
b32cf33e30 Renamed nsstring.[c|h] to macstdlibextras.[c|h] because of the naming conflict with Raptor (which uses ns prefix exclusively). 1998-05-15 16:54:09 +00:00
atotic
8eed3cae6f First Checked In. 1998-05-15 16:52:14 +00:00
spence
65420b3f33 fix ifdef bustage 1998-05-13 22:35:20 +00:00
donm
24e287b80f fixed unix build bustage. LO_BUILTIN requires #define SHACK and lo_ele.h 1998-05-13 21:59:20 +00:00
spence
efbd5a9975 shack layout element 1998-05-12 23:22:14 +00:00
spence
569779ab6c handle relayout of shack elements 1998-05-12 23:04:58 +00:00
spence
eb05b89dd4 shack elements are tabable 1998-05-12 21:57:20 +00:00
spence
6a1e6d5156 pick up src param for shack elements 1998-05-12 21:19:19 +00:00
spence
c42e4ec225 doc info relfects shack elements 1998-05-12 21:18:46 +00:00
spence
33763babf0 changes for shack layout element 1998-05-12 19:16:46 +00:00
spence
4886096597 changes for shack layout element 1998-05-12 19:10:35 +00:00
spence
36eec7c0bc changes for shack layout element 1998-05-12 19:03:13 +00:00
spence
6cfa2a3424 changes for shack layout element 1998-05-12 18:55:51 +00:00
spence
dd51450923 changes for shack layout element 1998-05-12 18:42:16 +00:00
spence
0fe7271af4 changes for shack layout element 1998-05-12 18:33:45 +00:00
spence
af5568a333 changes for shack layout element 1998-05-12 18:25:24 +00:00
spence
fb6c023275 new shack layout element 1998-05-12 18:22:49 +00:00
cyeh
525a89fe0f removing old netlib implementation from tip. these files have been moved
to mozilla/network.  refer to those files.
1998-05-12 18:03:30 +00:00
montulli
971d79a577 add exports to layout and libstyle 1998-05-11 22:11:39 +00:00
montulli
3ca5bb7f22 remove libnet 1998-05-11 22:04:01 +00:00
montulli
6c01cbbf12 changes for the new mozilla/network directory. 1998-05-11 22:02:46 +00:00
spence
444b688ca8 new layout element for shack objects 1998-05-11 19:54:46 +00:00
cmanske
041a0ef3a9 Fixed another memory bug in Composer 1998-05-08 18:51:58 +00:00
cmanske
1f23e123dd Fixed memory crash bug in new Composer table code 1998-05-08 01:12:10 +00:00
ftang
cd62c6d88a Add Armenian support. Thanks for Hovik Melikyan <hovik@moon.yerphi.am> for this. 1998-05-07 23:12:48 +00:00
ftang
d9bf1a7181 Add Armenian support. Thanks for Hovik Melikyan <hovik@moon.yerphi.am> for this. 1998-05-07 23:03:45 +00:00
ftang
66473cc72d add codeset conversion table for ARMSCII-8 Thanks Hovik Melikyan hovik@undp.am 1998-05-07 21:28:17 +00:00
toshok
e08bc01688 Remove #ifdef's for TEXT_CHUNK_LIMIT, since it's always defined to something. 1998-05-07 21:16:02 +00:00
toshok
79741f2460 I know I'm going to get strung up for this, but I just can't read this file without a window that's like 150 columns wide. 1998-05-07 21:12:03 +00:00
toshok
d2cd5fd1cf remove huge commented out chunks of code (that have been commented out since time began, it seems.) also added a couple of fairly bogus comments at the beginnings of lo_Push/PopAlignment 1998-05-07 20:44:45 +00:00
mlm
26b34368ef - Fix for new engine - do not require tag to always be there, as sometimes
the prototype object will be passed in.
1998-05-05 22:33:10 +00:00
montulli
a52256b2bd fix annoying asserts 1998-05-05 17:50:26 +00:00
nisheeth
4258da0352 Added a check in LO_RelayoutOnResize() to bail if the document is being
laid out.
1998-05-05 17:27:23 +00:00
ftang
478df8fe67 fix the broken cp125[12] to/from unicode table I check in last time... 1998-05-04 23:44:59 +00:00
hyatt
660ecc8525 Fix to ensure that radio buttons and checkboxes are drawn with the proper background color.
Reviewed by Nisheeth.
1998-05-02 00:43:19 +00:00