harishd%netscape.com
545162f28e
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new mehtods added in nsStyleSpacing
1998-12-07 19:05:40 +00:00
harishd%netscape.com
5399d4b7b7
Included a new DrawDashedSide() function prototype and modified DrawSide() function.
1998-12-07 19:04:39 +00:00
harishd%netscape.com
2c4898f5b1
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new methods added in nsStyleSpacing
1998-12-07 19:02:13 +00:00
harishd%netscape.com
d6f7cc1d25
No change
1998-12-07 19:00:45 +00:00
harishd%netscape.com
058bfc3274
Changed code that previously accessed mBorderStyle and mBorderColor
...
with new methods added in nsStyleSpacing
1998-12-07 18:56:29 +00:00
harishd%netscape.com
fa72f8598e
Changed code that previously accessed mBorderStyle and mBorderColor
...
with the new methods added in nsStyleSpacing
1998-12-07 18:55:19 +00:00
harishd%netscape.com
291530375c
Changed all the places that previously accessed mBorderStyle and mBorderColor
...
with the new methods added in nsStyleSpacing
1998-12-07 18:53:07 +00:00
harishd%netscape.com
39820e34d1
changed all the places that previously accessed mBorderStyle and mBorderColor
...
with the new methods defined in nsStyleSpacing
1998-12-07 18:51:26 +00:00
harishd%netscape.com
6a40bcd702
Added NS_STYLE_HAS_BORDER_COLOR (0x80)
1998-12-07 18:46:02 +00:00
troy%netscape.com
e7be4256f2
Changed wrapping of floated elements so the wrapping happens inside of
...
ConstructFrameByDisplayType(), and now we only wrap frames of display
type 'block' and 'inline'
1998-12-07 18:44:40 +00:00
harishd%netscape.com
003b0d75fb
Made mBorderStyle and mBorderColor arrays as protected members
...
and added functions GetBorderStyle(), GetBorderColor(), SetBorderStyle(),
SetBorderColor(), and ClearBorderStyleHightBit() in nsStyleSpacing.
1998-12-07 18:44:02 +00:00
jfrancis%netscape.com
31d3e3fbdf
fixing IsSameDocument by including nsIDOMDocument.h
1998-12-07 17:53:59 +00:00
kipp%netscape.com
85ea848991
Removed bogus ISupports support
1998-12-07 16:17:10 +00:00
kipp%netscape.com
1722dbb40a
Removed bogus cast
1998-12-07 16:16:46 +00:00
jfrancis%netscape.com
7dafcd86ec
implemetned ComparePointToRange() and IsPointInRange(). Stopped caching ancestor lists. Added standard copy constructor/assignment operator prohibition.
1998-12-07 16:11:52 +00:00
rhp%netscape.com
974ed53691
This is to export the function for stream converter registration in
...
netlib. This is a temporary change until the XP-COM interface is in
place for this functionality.
1998-12-07 13:51:23 +00:00
rhp%netscape.com
78c9b338e9
This change is to add a file association for .EML files. These
...
extensions are setup under WinXX for all RFC822 messages.
1998-12-07 13:27:47 +00:00
ramiro%netscape.com
2bf13e0896
Include "gtklayout.h" only for gtk+ < 1.1.6
1998-12-07 06:52:42 +00:00
ramiro%netscape.com
c36bd6cf87
widget/tests/scribble/Makefile.in:
...
- Link with -lpwcac -ldbm on all platforms, not just Linux, FreeBSD, and
SunOS.
- Correct linking order: $(PNG_LIBS) needs to be after -limg.
widget/tests/scribble/main.cpp
- Declare extern "C" for the XP_ReBuffer stub.
- Declare main to return int because it does return a value.
Thanks to wtc@netscape.com (Wan-Teh Chang) for the fix.
1998-12-07 06:51:26 +00:00
ramiro%netscape.com
fd35da2ff4
Remove accidentally checked in file.
1998-12-07 06:49:04 +00:00
ramiro%netscape.com
6419c9ca40
Ignore the generated makefile
1998-12-07 06:45:39 +00:00
beard%netscape.com
839248e19f
Initial cut at GetReferrer, GetDomain methods. Some enhancements to nsIURL may be needed to do this right.
1998-12-07 06:10:12 +00:00
msw%gimp.org
77212573dd
Resizing works again, but resizes seem behind by one step.
1998-12-07 05:08:00 +00:00
troy%netscape.com
0df9d06d9b
Initial check-in
1998-12-07 04:05:12 +00:00
troy%netscape.com
23c81f80dc
Changed Print() to use nsIPageSequenceFrame. Now we can print to multiple
...
pages
1998-12-07 03:45:30 +00:00
troy%netscape.com
e3646613dc
Added additional parameter to Display() for specifying which view
...
should be displayed
1998-12-07 03:44:57 +00:00
troy%netscape.com
e9464f049d
Added support for printing multiple pages
1998-12-07 03:43:02 +00:00
pierre%netscape.com
219e03195f
rewrote the GraphicState handling
1998-12-07 03:38:58 +00:00
pierre%netscape.com
7dd4fe1b31
removed the NS_NATIVE_OFFSET_IN_PORT hacks
1998-12-07 03:37:15 +00:00
ramiro%netscape.com
8abbc3825b
Completely yank the inline check and blurb as suggested by wtc.
1998-12-07 03:32:51 +00:00
beard%netscape.com
cd77623454
Implemented SetTitle using nsString::ToCString. Will need to revisit when UNICODE window titles are supported.
1998-12-07 03:08:07 +00:00
ramiro%netscape.com
e407cc2ba0
Fix the depend noise redirection.
...
Thanks to Tom Lane <tgl@sss.pgh.pa.us> for suggesting the fix.
1998-12-07 02:32:25 +00:00
wtc%netscape.com
f07dcec04d
Apply the patch submitted by Joe Keane <jgk@jgk.org> to PR_Poll
...
so that we use a struct pollfd array allocated on the stack
when caller's poll descriptor array can fit in it. This avoids
the cost of a malloc and a free call when the poll descriptor
arrays are small.
1998-12-07 01:39:48 +00:00
wtc%netscape.com
4d232622a6
In _MD_unix_map_open_error, map EOVERFLOW to PR_FILE_TOO_BIG_ERROR.
1998-12-07 01:22:31 +00:00
leaf%mozilla.org
520165193b
clobber and checkout rules should work now, but they still need some cleaning.
1998-12-07 00:07:54 +00:00
leaf%mozilla.org
8e777e3838
making set-timebomb.pl work with shaver's hack in
...
xfe/xpviewer/src/nsViewerApp.cpp to implement a timebomb.
1998-12-07 00:06:19 +00:00
leaf%mozilla.org
9b13fa9b0f
shaver's hacked timebomb code; prefs should be made to do this Right.
1998-12-07 00:04:14 +00:00
rickg%netscape.com
2a3896ae25
improvements to fix a table bug for cujo.
1998-12-06 20:29:29 +00:00
shaver%netscape.com
98ed983b76
Added varargs support (produces "..." in C++ until we figure out what
...
nsIVarargs should look like).
IDL return value now becomes a final (but before varargs!) out parameter
_retval in C++.
Prettied up some whitespace.
1998-12-06 19:52:21 +00:00
shaver%netscape.com
13b3f944f5
Update usage message.
...
Add #include processing.
Generate #define NS_IFOO_IID_STR for kipp.
More header-generation niceties: #ifndef __nsIFoo_h__, DO NOT EDIT warning
now mentions source filename.
Generate #include in header to match #include in IDL, not by grovelling for
referenced interfaces.
(XXX: Need to polish up memory management.)
1998-12-06 18:41:44 +00:00
pavlov%pavlov.net
4e3777064f
remove all references to TRUE and FALSE and replace them with PR_TRUE and
...
PR_FALSE (for consistancy) fix nsTextAreaWidget so that it doesn't default to ReadOnly
1998-12-06 15:56:43 +00:00
pavlov%pavlov.net
4f956d0ae4
indent these files so they conform to the style and fix read only and password
...
fields.
1998-12-06 15:42:28 +00:00
pavlov%pavlov.net
c5972ddc66
build TextWidget's correctly.
1998-12-06 15:40:48 +00:00
pavlov%pavlov.net
146bb62cf6
removed unused variables (this one compiles) in nsTextAreaWidget.[ch]
...
commented out size_allocate in nsWindow.cpp as this doesn't appear to be
needed any more
1998-12-06 14:32:20 +00:00
wtc%netscape.com
01313d53b3
In nsMenu::GetNativeParent, use the GTK_WIDGET macro (defined in
...
<gtk/gtkwidget.h>) to convert (void *) to (GtkWidget *).
1998-12-06 07:08:33 +00:00
ramiro%netscape.com
436fe87f01
Slowly working towards getting mozilla compiled/linking properly
...
using the Solaris native compilers. This patch to configure.in
changes how we create shared libraries for Solaris from "ld" to
"CC", which can deal with templates and other C++ nastiness.
The other change removes the "inline" check, as the results of it
where being used in the wrong way. It would see that "cc" didn't
understand "inline" and then force a "-Dinline=" option in the
CFLAGS, which are used for both C and C++ compile lines. As you
can imagine, removing the "inline" keyword from the C++ compiles
was Bad News(tm).
Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix.
1998-12-06 07:07:56 +00:00
ramiro%netscape.com
36a0f428c2
Make makedepend less noisy.
1998-12-06 07:03:16 +00:00
ramiro%netscape.com
9569c35cda
Undo my previous screwup. I thought I was helping...
1998-12-06 06:23:31 +00:00
ramiro%netscape.com
89feabf345
Fix Pavlov's bustage.
...
Thanks to Steve Morrison <smorrison@gte.com> for the fix.
1998-12-06 06:07:04 +00:00
ramiro%netscape.com
d33a0aa670
Added a type cast.
...
Thanks to Wan-Teh Chang <wtc@netscape.com> for the patch.
1998-12-06 05:32:57 +00:00