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

4603 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com c10d841f1d Fixed lots of Composer bugs, modified property dialogs for tables, images; menu updates 1998-07-27 01:18:38 +00:00
cmanske%netscape.com bc1adf040b Lots of Composer bug fixes and continued work on table and list editing 1998-07-27 01:09:58 +00:00
troy%netscape.com 3cf751458e Defined macros for Unix and Mac 1998-07-27 00:45:35 +00:00
michaelp%netscape.com 45df9be722 changed order of stuff in new macros. 1998-07-27 00:32:36 +00:00
cmanske%netscape.com 216cf4ab05 Added comments for no-longer supported alignments for Composer 1998-07-27 00:01:18 +00:00
troy%netscape.com ef1dfe9b6c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
troy%netscape.com d31bf96f8f 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 e775361037 a tiny fix for scrollbars in scrolling views made without a widget association. 1998-07-26 23:32:33 +00:00
michaelp%netscape.com 9540be647f fixed troy's bustage. 1998-07-26 23:25:05 +00:00
troy%netscape.com 10557d16ee Added DeviceContextImpl base class 1998-07-26 04:28:48 +00:00
michaelp%netscape.com c35d9371ee form elements, etc. (i.e. sub widgets) now scroll smoothly. 1998-07-26 04:24:42 +00:00
buster%netscape.com 1c628a7907 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 790d8bfa7c 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 0792153b93 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 3a4cecc80b 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 d2f72a8248 fixed build on unix 1998-07-25 02:17:13 +00:00
racham%netscape.com 95c84d67c3 Corrected NPL comment style. 1998-07-25 02:15:52 +00:00
racham%netscape.com 3fc81d6b9a 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 82a39cc883 warning removal 1998-07-25 02:11:02 +00:00
racham%netscape.com 2781376a5c 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 e4afc89c0c 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 d13c8981c1 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 bf0b7feab8 Fix for missing add/release ref pair in the GetScriptGlobalObject call 1998-07-25 01:53:15 +00:00
racham%netscape.com dc0f7e9043 BUG 181240 : added OneStepMode flag (OneStepMode=no) 1998-07-25 01:35:03 +00:00
racham%netscape.com 320198a450 BUG 181240 : added control statements to decide 1step vs 2step 1998-07-25 01:29:14 +00:00
peterl%netscape.com f521c68042 added accessor for html style sheet 1998-07-25 01:26:12 +00:00
racham%netscape.com 48f4daaf1b BUG 181240 : 1step vs 2step changes 1998-07-25 01:22:46 +00:00
peterl%netscape.com 53e7e44e55 added font scaling support 1998-07-25 01:22:10 +00:00
peterl%netscape.com 2e94829b3e made anchor pseudo classes not resolve unless anchor has an href 1998-07-25 01:21:47 +00:00
peterl%netscape.com e5cf0b2266 added body link color support 1998-07-25 01:20:48 +00:00
peterl%netscape.com 209e035c47 added bosy link color support
added font scaling support
1998-07-25 01:17:42 +00:00
vidur%netscape.com f4fa05bb63 Added recursive document.write 1998-07-25 01:13:23 +00:00
peterl%netscape.com 53f8f758ec added Nav's magic font scaler 1998-07-25 01:11:49 +00:00
rickg%netscape.com 89aeb1b437 fixed a state problem in parser related to nesting levels 1998-07-25 01:02:01 +00:00
vidur%netscape.com 556620adc9 Added methods to nsINetService to get and set cookie string for a URL 1998-07-25 00:32:32 +00:00
vidur%netscape.com 982ccf235d Added document.cookie. HTMLCollection.namedItem looks for both NAME and ID attributes 1998-07-25 00:31:52 +00:00
rickg%netscape.com 1a516a4e59 added line number support to nodes for Javascript 1998-07-25 00:29:15 +00:00
rickg%netscape.com b537b4b070 even more progress in the parser 1998-07-25 00:05:29 +00:00
kin%netscape.com 40ccd5cdd2 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 c2d3765031 Added PR_EXTERN_C macros necessry for Raptor 1998-07-24 23:52:27 +00:00
morse%netscape.com 587f3b3686 fix bug 309831, reviewed by gagan 1998-07-24 23:38:25 +00:00
waterson%netscape.com 8086a83f7c Removed until approval from modul owner. 1998-07-24 23:33:15 +00:00
rickg%netscape.com 01b6076c1a first pass at getting javascript to work in parser 1998-07-24 23:29:30 +00:00
akkana%netscape.com c1d8a17f52 New composer Table menu. 1998-07-24 23:26:39 +00:00
buster%netscape.com 8ca684d107 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 8432ad3e97 Strings for table menu and replace dialog 1998-07-24 23:26:05 +00:00
akkana%netscape.com 0702fbefe4 Split off find dialog into new file; add optional Replace functionality to it. 1998-07-24 23:25:16 +00:00
mccabe%netscape.com 999a28a323 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
waterson%netscape.com 0d2427bb8e Initial revision. 1998-07-24 23:07:58 +00:00
kin%netscape.com d87bbc4eed Fix for bug #300809: Composer adds and deletes tags; bad image display;
HTML does not validate
Modified CEditContainerElement::PrintEnd() to fix problem where we were
not closing all CENTER tags.
1998-07-24 23:04:39 +00:00