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

12594 Коммитов

Автор SHA1 Сообщение Дата
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
pavlov%pavlov.net f1a58fcc79 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 74f4b9c9a4 set the horizontal scrollbars to the same size size as the verticle ones 1998-12-06 03:48:00 +00:00
pavlov%pavlov.net 1ac9cfa05b set texts for text boxes correctly. impliment InsertText. 1998-12-06 03:14:23 +00:00
wtc%netscape.com fa611344b0 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 97af4e5e6a 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 311f109e7a 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 34127314ce 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 7e910ae537 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 2361e037c2 added StartDraw(), EndDraw() and mCurrentBuffer. More changes to come soon. 1998-12-06 00:36:35 +00:00
pierre%netscape.com c85f416ac3 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 f6898e4a8f Added nsIPrintStatusCallback 1998-12-06 00:30:51 +00:00
sfraser%netscape.com 91bb31b616 Change BlockZero to memset. 1998-12-05 22:41:14 +00:00
sfraser%netscape.com c44a39bcf6 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 2a0e1ac09b 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 4745314948 Adjust prefix files for the new allocators. 1998-12-05 22:03:38 +00:00
sfraser%netscape.com 4af5f539a9 Remove all but the basic exports. 1998-12-05 22:02:58 +00:00
sfraser%netscape.com 084500af72 Remove the Flush_ calls, and tidy up new(). 1998-12-05 22:02:10 +00:00
sfraser%netscape.com fa94d0ae28 Remove the extern Flush_Allocate, and replace call with a malloc. 1998-12-05 22:01:30 +00:00
sfraser%netscape.com 2b860e9de6 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 b55f9e806c 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 1423922042 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 104915bd9a Removed XP_MAC include which is no longer necessary. 1998-12-05 21:55:53 +00:00
sfraser%netscape.com 58ad577372 Adding nsBlockReflowContext.cpp, nsBulletFrame.cpp, nsLineBox.cpp to fix build bustage. 1998-12-05 21:17:05 +00:00
kipp%netscape.com 13711ddadb nuked 1998-12-05 19:21:03 +00:00
kipp%netscape.com 278b87efd0 new 1998-12-05 19:13:58 +00:00
kipp%netscape.com 544027638a Moved the starting url back to what it was 1998-12-05 16:06:38 +00:00
kipp%netscape.com e84f98318f Removed an unwanted DidReflow call 1998-12-05 16:06:14 +00:00
kipp%netscape.com 05cf91f45d Setup first-letter-style to be off by default 1998-12-05 16:05:52 +00:00
kipp%netscape.com 57d07c51cf Removed handling of block frames (its done by nsBlockReflowContext now) 1998-12-05 16:05:23 +00:00
kipp%netscape.com 62566ebe32 Spanked to be a subclass of the nsBaseIBFrame class 1998-12-05 16:04:46 +00:00
kipp%netscape.com 8339870276 Removed carried-out-margin-flags 1998-12-05 16:04:33 +00:00
kipp%netscape.com fe0f81a44e Renamed a variable to (hopefully) be more clear what it is 1998-12-05 16:03:53 +00:00
kipp%netscape.com a5d45a929d Made IndentBy public 1998-12-05 16:03:07 +00:00
kipp%netscape.com f06b3ba1aa Use FirstChild so the method is more reusable 1998-12-05 16:02:43 +00:00
kipp%netscape.com 9803800512 Moved to new Init/ctor seperation 1998-12-05 16:02:26 +00:00
kipp%netscape.com e7aee39193 Major spankage; refactored code; common base class for block/inline frames 1998-12-05 16:02:08 +00:00
kipp%netscape.com 4ad5459b1d nit 1998-12-05 16:01:41 +00:00
kipp%netscape.com 203018b0c8 Made dtor obviously virtual instead of inherited virtual 1998-12-05 16:01:28 +00:00
kipp%netscape.com cff6e1c45a Updated 1998-12-05 16:01:11 +00:00
kipp%netscape.com 31ae97d23d Added new source files 1998-12-05 16:00:56 +00:00
kipp%netscape.com 926fbeff9d 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 2ce7b88094 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 633be93e55 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 558ca75430 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 076408eb6f 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 b67e714e27 Have cvs ignore generated files. 1998-12-05 11:07:45 +00:00
ramiro%netscape.com a126d91323 Ignore files generated by autoconf. 1998-12-05 10:39:46 +00:00