ramiro%netscape.com
6178db9009
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
63c8ffe5f1
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
002b73643a
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
e2a5204e52
clobber and checkout rules should work now, but they still need some cleaning.
1998-12-07 00:07:54 +00:00
leaf%mozilla.org
f26fd00696
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
4c06ca4303
shaver's hacked timebomb code; prefs should be made to do this Right.
1998-12-07 00:04:14 +00:00
rickg%netscape.com
c5c3721bab
improvements to fix a table bug for cujo.
1998-12-06 20:29:29 +00:00
shaver%netscape.com
e02501b11c
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
c567e3d343
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
4ed36763d4
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
baafbee3a7
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
3d3d6596f7
build TextWidget's correctly.
1998-12-06 15:40:48 +00:00
pavlov%pavlov.net
8f6501417b
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
a35e7983af
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
8c78feeef3
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
8b57747a78
Make makedepend less noisy.
1998-12-06 07:03:16 +00:00
ramiro%netscape.com
0c231eb66b
Undo my previous screwup. I thought I was helping...
1998-12-06 06:23:31 +00:00
ramiro%netscape.com
1d24037e60
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
a852222b5a
Added a type cast.
...
Thanks to Wan-Teh Chang <wtc@netscape.com> for the patch.
1998-12-06 05:32:57 +00:00
pavlov%pavlov.net
120268aa09
nsText* removed unused class variables.
...
nsWidget use the nsLookAndFeel values instead of defining the colors again.
1998-12-06 04:31:13 +00:00
pavlov%pavlov.net
98d8b3260b
set the horizontal scrollbars to the same size size as the verticle ones
1998-12-06 03:48:00 +00:00
pavlov%pavlov.net
7635f099df
set texts for text boxes correctly. impliment InsertText.
1998-12-06 03:14:23 +00:00
wtc%netscape.com
3cfadeab53
Removed inclusion of MacMemAllocator.h, which is not needed
...
and will be obsolete. Also removed unused enum definition.
1998-12-06 01:52:20 +00:00
pierre%netscape.com
154cd3db3b
Moved the Mac Toolbox initialization from nsToolkit to nsAppShell, the reason being that nsAppShell is destined to be replaced by embedding applications while nsToolkit isn't.
1998-12-06 00:51:16 +00:00
pierre%netscape.com
2a0605988d
StartDraw() initializes the rendering context; it allows Update() to pass the rendering context to the children.
1998-12-06 00:37:46 +00:00
pierre%netscape.com
535feac07a
temporarily defines NO_DOUBLE_BUFFER if XP_MAC (waiting for the offscreen code to be fixed)
1998-12-06 00:37:25 +00:00
pierre%netscape.com
7286b17e0d
Init() does some clipping and initializes the Pen and TextMode (it's related to changes in nsWindow::StartDraw()). In all the drawing functions, replaced SetPort/SetClip/SetOrigin with StartDraw/EndDraw. More changes to come soon.
1998-12-06 00:37:00 +00:00
pierre%netscape.com
9e32e43c56
added StartDraw(), EndDraw() and mCurrentBuffer. More changes to come soon.
1998-12-06 00:36:35 +00:00
pierre%netscape.com
320e632b52
removed the ::IdleControl() stuff (it was intended for edit fields but they have been implemented as LPeriodicals)
1998-12-06 00:36:15 +00:00
troy%netscape.com
e88e7a9094
Added nsIPrintStatusCallback
1998-12-06 00:30:51 +00:00
sfraser%netscape.com
c90ff9b46e
Change BlockZero to memset.
1998-12-05 22:41:14 +00:00
sfraser%netscape.com
78a692454a
Update project files to remove old mem allocator code, and include new allocators. Also made static debug target for testing purposes.
1998-12-05 22:05:23 +00:00
sfraser%netscape.com
8de3b16eb4
Allocators now use shared heap zones, for better temp mem use. Other minor changes.
1998-12-05 22:04:36 +00:00
sfraser%netscape.com
5e512d94a3
Adjust prefix files for the new allocators.
1998-12-05 22:03:38 +00:00
sfraser%netscape.com
4b3fa6114d
Remove all but the basic exports.
1998-12-05 22:02:58 +00:00
sfraser%netscape.com
b2d0a9208d
Remove the Flush_ calls, and tidy up new().
1998-12-05 22:02:10 +00:00
sfraser%netscape.com
18e315daff
Remove the extern Flush_Allocate, and replace call with a malloc.
1998-12-05 22:01:30 +00:00
sfraser%netscape.com
3ef9587b99
No longer export FlushAllocator.h. MacMemAllocator.h should also go away when NSPR is fixed.
1998-12-05 22:01:00 +00:00
sfraser%netscape.com
ea7fca2f99
Add a #error to warn that this file should no longer be used. I can't remove it, because NSPR still includes it.
1998-12-05 22:00:24 +00:00
sfraser%netscape.com
286ca412e1
Remove XP_MAC include, and commented out call to CallCacheFlushers, which no longer lives in the Mac memory allocators. This needs to be hooked up (by XPapps?) in the new world.
1998-12-05 21:58:54 +00:00
sfraser%netscape.com
7f3917c8c7
Removed XP_MAC include which is no longer necessary.
1998-12-05 21:55:53 +00:00
sfraser%netscape.com
1d6781b1d2
Adding nsBlockReflowContext.cpp, nsBulletFrame.cpp, nsLineBox.cpp to fix build bustage.
1998-12-05 21:17:05 +00:00
kipp%netscape.com
a6324a4f7e
nuked
1998-12-05 19:21:03 +00:00
kipp%netscape.com
2f392118fc
new
1998-12-05 19:13:58 +00:00
kipp%netscape.com
b5ed9e2b7e
Moved the starting url back to what it was
1998-12-05 16:06:38 +00:00
kipp%netscape.com
d8a9951c14
Removed an unwanted DidReflow call
1998-12-05 16:06:14 +00:00
kipp%netscape.com
74e1833184
Setup first-letter-style to be off by default
1998-12-05 16:05:52 +00:00
kipp%netscape.com
937981b419
Removed handling of block frames (its done by nsBlockReflowContext now)
1998-12-05 16:05:23 +00:00
kipp%netscape.com
6c1eed9eb2
Spanked to be a subclass of the nsBaseIBFrame class
1998-12-05 16:04:46 +00:00
kipp%netscape.com
c87f62165e
Removed carried-out-margin-flags
1998-12-05 16:04:33 +00:00