kipp%netscape.com
6a56bb504d
REference NS_NewImageDocument too
1998-07-27 17:51:56 +00:00
kipp%netscape.com
b1b03c8193
Added NS_NewImageDocument
1998-07-27 17:51:42 +00:00
kipp%netscape.com
9ed1d5c486
Fixed a typo
1998-07-27 17:51:17 +00:00
kipp%netscape.com
d69679eec4
new
1998-07-27 17:50:58 +00:00
cmanske%netscape.com
47538a875b
Tweaked return key handling to pay attention to m_bUseCurrentTextFormat value when adjusting text format
1998-07-27 16:34:48 +00:00
dcone%netscape.com
142ef9b97a
added some manifest support for layout/event includes
1998-07-27 16:30:48 +00:00
dcone%netscape.com
21fc0b479e
Added nsEventListenerManager.h
1998-07-27 16:29:58 +00:00
dcone%netscape.com
d32d8c6ae6
added nsIStateManager.h, nsIEventListenerManager.h, nsIPrivateDOMEvent.h
1998-07-27 16:29:24 +00:00
hardts%netscape.com
b74654a3d9
landing MODULAR_IMGLIB_BRANCH
1998-07-27 16:14:32 +00:00
cmanske%netscape.com
483c38944c
Added check for null pointer in lo_ValidEditableElement
1998-07-27 16:14:29 +00:00
hardts%netscape.com
2facfb177f
renaming .c files to .cpp for landing MODULAR_IMGLIB_BRANCH
1998-07-27 16:12:07 +00:00
cmanske%netscape.com
337a275b1c
Implemented smart detection of character format (to be used for next text type) depending on last arrow key usage
1998-07-27 15:45:27 +00:00
cmanske%netscape.com
8862939c1a
Fixed problem with deleting Meta tag entry in Composer dialog
1998-07-27 15:42:24 +00:00
dcone%netscape.com
dee8d80716
Added manifiest file so the nsIEventListenerManager could be public
1998-07-27 15:30:14 +00:00
dcone%netscape.com
b27b9e309b
Added this file so nsEventListenerManager.h is public
1998-07-27 14:41:36 +00:00
ramiro%netscape.com
a023907736
Add xfe pref for toggling PORT and PASV ftp modes.
...
Thanks to Christopher Seawood <cls@seawood.org>.
1998-07-27 11:19:28 +00:00
ramiro%netscape.com
085e035b95
Add xfe pref for toggling PORT and PASV ftp modes.
...
Thanks to Christopher Seawood <cls@seawood.org>.
1998-07-27 10:41:02 +00:00
buster%netscape.com
ba156af216
empty cells do not render border or background color
1998-07-27 07:37:57 +00:00
buster%netscape.com
30591dc6ca
minor fixes for spans
1998-07-27 07:20:03 +00:00
karnaze%netscape.com
0c57bd7dac
more robust frameset layout; <frame>, <iframe> borders; reenabled scrolling attr for <iframe>
1998-07-27 05:59:37 +00:00
buster%netscape.com
891eb65909
cleaner version of earlier code. still buggy on some pages for no apparent reason.
1998-07-27 05:32:50 +00:00
cmanske%netscape.com
5c06d11d38
Fixed Composer bug 153443. Move delete button in meta tag editor. Changed tab labels in Table property dialogs
1998-07-27 04:46:11 +00:00
cmanske%netscape.com
6d0756cceb
Fixed Composer bug 227527 - Implemented autodelete of single space in table cell when new text is typed.
1998-07-27 04:17:18 +00:00
buster%netscape.com
67663ae7b7
*** empty log message ***
1998-07-27 03:02:32 +00:00
buster%netscape.com
d28e8c7580
much better handling of tables who have fixed-width columns that make the table wider than it is allowed to be
...
added some sanity checking in BalanceColumnWidths be ensure that a column width
can never be less than the minimum element in that column.
1998-07-27 02:15:37 +00:00
cmanske%netscape.com
a0c0858748
Added detection of element clicked on to determine text format to use
1998-07-27 02:01:51 +00:00
troy%netscape.com
decda6a579
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
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