Граф коммитов

4605 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com ab8bf13420 Added detection of element clicked on to determine text format to use 1998-07-27 02:01:51 +00:00
troy%netscape.com 4341cef2b3 Added a #undef NS_EXPORT_ before defining it so that we don't get all
the warnings. Our definition is defined differently than in nsCom.h in
xpcom. The problem with the way it's defined in xpcom is that the 4.x
compiler generates a compiler error
1998-07-27 01:42:13 +00:00
cmanske%netscape.com 135f566022 Fixed lots of Composer bugs, modified property dialogs for tables, images; menu updates 1998-07-27 01:18:38 +00:00
cmanske%netscape.com ecd25f62b4 Lots of Composer bug fixes and continued work on table and list editing 1998-07-27 01:09:58 +00:00
troy%netscape.com d24367c596 Defined macros for Unix and Mac 1998-07-27 00:45:35 +00:00
michaelp%netscape.com 4a7fe89565 changed order of stuff in new macros. 1998-07-27 00:32:36 +00:00
cmanske%netscape.com 4d2f2d62a8 Added comments for no-longer supported alignments for Composer 1998-07-27 00:01:18 +00:00
troy%netscape.com 7da0401c3c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
troy%netscape.com 7d7fa48e7f Added some variants of NS_EXPORT and NS_IMPORT that take a type and
declare the function __stdcall
1998-07-26 23:40:58 +00:00
michaelp%netscape.com a017cd9e13 a tiny fix for scrollbars in scrolling views made without a widget association. 1998-07-26 23:32:33 +00:00
michaelp%netscape.com c8ad5fd772 fixed troy's bustage. 1998-07-26 23:25:05 +00:00
troy%netscape.com af1b02b4a1 Added DeviceContextImpl base class 1998-07-26 04:28:48 +00:00
michaelp%netscape.com 404c0a78e4 form elements, etc. (i.e. sub widgets) now scroll smoothly. 1998-07-26 04:24:42 +00:00
buster%netscape.com cb77901bc4 COLS attribute ignored if any column width info is specified (like <TD width=100>)
fixed lots of COLS related bugs.
handle min width spec (<TD width=0 or width=0% or width=0*>)
major fix to colspan handling
1998-07-26 04:23:01 +00:00
ramiro%netscape.com 1820e221a5 Insert an intermediate cast when casting (void *) to enum. Fixes the OSF
build.
Thanks to wtc@netscape.com for providing the fix.
1998-07-25 08:26:42 +00:00
wtc%netscape.com 0bddaf22fb Use -std1 (strict ANSI C) instead of -std (ANSI C but allows common
programming practices disallowed by the standard).  Define OSF1V4
for all V4.x versions.
1998-07-25 04:58:47 +00:00
wtc%netscape.com 5e56411873 We should not use -I/usr/include/machine. That is not the right way
to fix the endian.h inclusion problem in mcom_db.h.  We should fix
mcom_db.h to say:
#ifdef __osf__
#include <machine/endian.h>
#endif
Using -I/usr/include/machine will pull in <machine/signal.h>, which
is incompatible with the intended <signal.h>.
1998-07-25 04:46:55 +00:00
peterl%netscape.com e4af0f2495 fixed build on unix 1998-07-25 02:17:13 +00:00
racham%netscape.com 74724548ce Corrected NPL comment style. 1998-07-25 02:15:52 +00:00
racham%netscape.com 11bde78243 BUG 181242 : ASE 1step&2step sync-up. Corrected path for windows ACCTSET.INI file 1998-07-25 02:11:54 +00:00
rickg%netscape.com 5446c139c4 warning removal 1998-07-25 02:11:02 +00:00
racham%netscape.com c1e08dc76f BUG 181242 : ASE 1step & 2step sync-up. Added check box to control OneStepMode Flag. 1998-07-25 02:09:30 +00:00
racham%netscape.com 267f88775c BUG 181242 : ASE sync-up between 1step and 2step worlds. Added OneStepMode flag handling. 1998-07-25 02:07:10 +00:00
joki%netscape.com 0b8640b954 Fix for unitialized var and missing add/release ref pair in the GetScriptGlobalObject call 1998-07-25 01:53:54 +00:00
joki%netscape.com 98a6e7f5d1 Fix for missing add/release ref pair in the GetScriptGlobalObject call 1998-07-25 01:53:15 +00:00
racham%netscape.com 197977c061 BUG 181240 : added OneStepMode flag (OneStepMode=no) 1998-07-25 01:35:03 +00:00
racham%netscape.com 2fb5a230e1 BUG 181240 : added control statements to decide 1step vs 2step 1998-07-25 01:29:14 +00:00
peterl%netscape.com 8cae022e89 added accessor for html style sheet 1998-07-25 01:26:12 +00:00
racham%netscape.com ea6809a628 BUG 181240 : 1step vs 2step changes 1998-07-25 01:22:46 +00:00
peterl%netscape.com ab09d83870 added font scaling support 1998-07-25 01:22:10 +00:00
peterl%netscape.com 62cb905c58 made anchor pseudo classes not resolve unless anchor has an href 1998-07-25 01:21:47 +00:00
peterl%netscape.com 7ecf7edd80 added body link color support 1998-07-25 01:20:48 +00:00
peterl%netscape.com cc19e3c20d added bosy link color support
added font scaling support
1998-07-25 01:17:42 +00:00
vidur%netscape.com 08e93c9190 Added recursive document.write 1998-07-25 01:13:23 +00:00
peterl%netscape.com d6a3e2103a added Nav's magic font scaler 1998-07-25 01:11:49 +00:00
rickg%netscape.com 7693865115 fixed a state problem in parser related to nesting levels 1998-07-25 01:02:01 +00:00
vidur%netscape.com 5639f27847 Added methods to nsINetService to get and set cookie string for a URL 1998-07-25 00:32:32 +00:00
vidur%netscape.com 92e85525b5 Added document.cookie. HTMLCollection.namedItem looks for both NAME and ID attributes 1998-07-25 00:31:52 +00:00
rickg%netscape.com 79205ce3c8 added line number support to nodes for Javascript 1998-07-25 00:29:15 +00:00
rickg%netscape.com a6035c39f1 even more progress in the parser 1998-07-25 00:05:29 +00:00
kin%netscape.com b6f70ddf26 Fix for 5.0SF1 in bug #300901: Lose <br> inside a cell in a table
Modified lo_LayoutTag() to set hard linebreaks for NSDTs.
Reviewed by toshok and nisheeth.
1998-07-24 23:59:46 +00:00
vidur%netscape.com e7551f3f13 Added PR_EXTERN_C macros necessry for Raptor 1998-07-24 23:52:27 +00:00
morse%netscape.com db3025af97 fix bug 309831, reviewed by gagan 1998-07-24 23:38:25 +00:00
waterson%netscape.com dc6c35efed Removed until approval from modul owner. 1998-07-24 23:33:15 +00:00
rickg%netscape.com 8e5cff08b3 first pass at getting javascript to work in parser 1998-07-24 23:29:30 +00:00
akkana%netscape.com 772be14e89 New composer Table menu. 1998-07-24 23:26:39 +00:00
buster%netscape.com c2cb496f85 NOWRAP turned off in fixed-width cells for backwards compatibility
we handle inconsistent width attributes better
1998-07-24 23:26:23 +00:00
akkana%netscape.com 955bc211d5 Strings for table menu and replace dialog 1998-07-24 23:26:05 +00:00
akkana%netscape.com fbdeb64da2 Split off find dialog into new file; add optional Replace functionality to it. 1998-07-24 23:25:16 +00:00
mccabe%netscape.com e1c6f3374e typedef of int64 for osf now avoids long long - because long long is a
compiler extension, and we want to be able to turn off compiler
extensions for osf.  And longs are long long there anyway.

Propagated from nspr, courtesy wtc.
1998-07-24 23:12:09 +00:00