Commit Graph

12689 Commits

Author SHA1 Message Date
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
kipp%netscape.com
81c8c1f32d Renamed a variable to (hopefully) be more clear what it is 1998-12-05 16:03:53 +00:00
kipp%netscape.com
e98ecaebf7 Made IndentBy public 1998-12-05 16:03:07 +00:00
kipp%netscape.com
1bc51979bf Use FirstChild so the method is more reusable 1998-12-05 16:02:43 +00:00
kipp%netscape.com
da289aba99 Moved to new Init/ctor seperation 1998-12-05 16:02:26 +00:00
kipp%netscape.com
907f06864c Major spankage; refactored code; common base class for block/inline frames 1998-12-05 16:02:08 +00:00
kipp%netscape.com
a52f9d25e1 nit 1998-12-05 16:01:41 +00:00
kipp%netscape.com
7d958338bc Made dtor obviously virtual instead of inherited virtual 1998-12-05 16:01:28 +00:00
kipp%netscape.com
a00a2855e8 Updated 1998-12-05 16:01:11 +00:00
kipp%netscape.com
f41c946598 Added new source files 1998-12-05 16:00:56 +00:00
kipp%netscape.com
c3cc9ba60e Support variable sized paging again, but only if an nspr log variable is defined 1998-12-05 15:58:09 +00:00
kipp%netscape.com
c1eb0f7ec4 Start enums at zero so that debug noise can map them to strings safely 1998-12-05 15:57:40 +00:00
ramiro%netscape.com
151ac529c1 This patch set just makes sure that all functions that are
supposed to return values actually do so, to keep the Solaris
native compiler happy.

Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-12-05 11:54:00 +00:00
ramiro%netscape.com
e06da2636b Add a return to a function which is supposed to return a value,
to keep the Solaris native compiler happy.

Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-12-05 11:50:32 +00:00
ramiro%netscape.com
dc20748929 Comment out the "Building in the srcdir is not supported!" test/warning.
This is no longer needed, since the classic build system is dead.  The
original purpose of this test was for the autoconf build not to clobber the
classic makefiles and them someone checkin them in by mistake.  No longer a
problem.
1998-12-05 11:27:50 +00:00
ramiro%netscape.com
9de953c38c Have cvs ignore generated files. 1998-12-05 11:07:45 +00:00
ramiro%netscape.com
80caf2669d Ignore files generated by autoconf. 1998-12-05 10:39:46 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
ramiro%netscape.com
bc992a7bb0 Remove extraneous Makefile files. 1998-12-05 08:19:05 +00:00
wtc%netscape.com
60276355f3 Fixed a bug in _MD_Open that incorrectly translates PR_WRONLY to
fsRdPerm.  Thanks to John McMullen <mcmullen@netscape.com> for
reporting this problem.
1998-12-05 06:51:33 +00:00
buster%netscape.com
4e927b37f3 fixed cellspacing and cellpadding handling
default cellspacing and cellpadding now comes from the table frame itself
other frames on longer look at the "tableStyle" struct for these values
1998-12-05 05:27:21 +00:00
pavlov%pavlov.net
582b673aa6 Fix some code... its late isn't it? no more random looping due to resizing
code.
1998-12-05 03:54:30 +00:00
raman%netscape.com
c8661b26e2 Bug fix for 1420. Get filename from HashTable if fileTok is not NULL. If fileTok is NULL return aName for now. Approved by gagan 1998-12-05 03:10:43 +00:00
akkana%netscape.com
9822a0af6a Implement InSameDoc 1998-12-05 02:19:01 +00:00
wtc%netscape.com
820aec09ab The second argument for GetStyleData needs to be 'const'. 1998-12-05 01:47:37 +00:00