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

12373 Коммитов

Автор SHA1 Сообщение Дата
kin%netscape.com c3ce098578 Added GetTransaction() method. 1998-12-02 17:40:56 +00:00
kin%netscape.com bb891b2014 Updated TestTransaction methods to match changes to nsITransaction interface.
Started implementation of simple test.
1998-12-02 17:40:25 +00:00
kin%netscape.com 6b091c5f9d Fix for build bustage on Unix. 1998-12-02 17:39:40 +00:00
kin%netscape.com 431c09e92d Added implementations for new Clear(), PeekUndoStack(), and PeekRedoStack()
interface methods. Added support for transaction merging/coalescing, and
max number of undos.
1998-12-02 17:39:09 +00:00
kin%netscape.com abcdd4d936 Added Clear(), PeekUndoStack(), and PeekRedoStack() methods to interface. 1998-12-02 17:37:16 +00:00
kin%netscape.com c6426cab4c Added Merge() method to interface. 1998-12-02 17:36:46 +00:00
akkana%netscape.com ecfa37cfe8 For mjudge: Remove NGEDITOR defines 1998-12-02 17:20:54 +00:00
wtc%netscape.com c2728eedff Added extern "C" for XP_ReBuffer(). 1998-12-02 16:52:08 +00:00
wtc%netscape.com f532b3bd60 Link with -lpwcac -ldbm on all platforms, not just FreeBSD, Linux, and
SunOS.
1998-12-02 16:51:45 +00:00
wtc%netscape.com fb3f1a80eb Link with -lpwcac -ldbm on all platforms, not just on FreeBSD, Linux,
and SunOS.
1998-12-02 16:49:27 +00:00
wtc%netscape.com ccf7f3277f This checkin (under mozilla/layout) is all about 'const'. Digital Unix's
C++ compiler is strict about getting 'const' right.  Most of the changes
are to add 'const' to the type casts for the second argument of the
GetStyleData method, which wants a const reference.
1998-12-02 16:45:20 +00:00
dcone%netscape.com 950a5280a9 Changed the name so the file can be used on the Mac 1998-12-02 16:06:31 +00:00
chuckb%netscape.com 13529545fd two bug fixes. 1998-12-02 10:56:43 +00:00
pierre%netscape.com 1fcec38808 Make an alias of the WASTELib library in the 'dist' directory 1998-12-02 10:17:36 +00:00
pierre%netscape.com a737a1b8bf changed eMetric_TextFieldHeight to 16 from 30 1998-12-02 10:15:55 +00:00
pierre%netscape.com 219e83b483 removed the 2 Resize() methods 1998-12-02 10:15:41 +00:00
pierre%netscape.com 8cba629bdd Update() receives the rendering context as a parameter and passes it to the children 1998-12-02 10:15:22 +00:00
hyatt%netscape.com 3767d35deb Eliminated my usage of the "mutable" keyword, since VC4.2 chokes on it. 1998-12-02 07:20:39 +00:00
saari%netscape.com 7aff690415 Fix build breakage. Added mozilla/layout/base/nsPringContext.cpp to layout.mcp to mirror Troy's addition to the build today. 1998-12-02 04:59:15 +00:00
saari%netscape.com a808658ccc Fixing build breakage. nsRegionMac API changed on me. 1998-12-02 04:26:16 +00:00
troy%netscape.com a40c505bb3 Added ID for nsIPageSequenceFrame 1998-12-02 03:53:01 +00:00
troy%netscape.com 2ba83ed704 Changed Print() to use a print context instead of a galley mode
context
1998-12-02 03:26:37 +00:00
troy%netscape.com 988844fd68 Added PrintContext class and changed document viewer impl to use it instead
of a galley mode context
1998-12-02 03:21:55 +00:00
saari%netscape.com 5c25f41f7d fixed hand merge error 1998-12-02 02:51:48 +00:00
saari%netscape.com 28cb5213a1 ---------------------------------------- mozilla/widget/public/nsIWidget.h - Added some more #defines for GetNativeData. I don't like this and want to remove them ASAP. 1998-12-02 02:45:08 +00:00
saari%netscape.com b0c099a2ae ---------------------------------------- mozilla/widget/src/mac/nsMacWindow.cpp - Line 112: fixed bug with rect bottom not being set correctly 1998-12-02 02:43:19 +00:00
saari%netscape.com 534490c6b0 This is the first in what will probably be a series of checkins addressing rendering on the Mac. Changed files: ---------------------------------------- mozilla/gfx/src/mac/nsRenderingContextMac.h mozilla/gfx/src/mac/nsRenderingContextMac.cpp - Major changes to the Mac rendering context implementation. nsRenderingContextMac now keeps the majority of its state in a GraphicsState object, not in member variables. Setting ports and origins is now a more tightly controlled process. Offscreen buffers don't work correctly yet. To Do: - Remove ::SetOrigin calls from most nsRenderingContextMac drawing methods - Some old variables need to be fully obsoleted - Offscreen GWorlds currently do not work correctly. This will be addressed shortly. ---------------------------------------- mozilla/widget/src/mac/nsMacWindow.cpp - Line 112: fixed bug with rect bottom not being set correctly ---------------------------------------- mozilla/widget/public/nsIWidget.h - Added some more #defines for GetNativeData. I don't like this and want to remove them ASAP. /\/\/\/\/\//\ mozilla/widget/src/mac/nsWindow.h mozilla/widget/src/mac/nsWindow.cpp - Added mMacPortRelativeRegion ---------------------------------------- mozilla/widget/src/mac/nsScrollbar.cpp - Support the new nsWindow constructs ---------------------------------------- 1998-12-02 02:42:19 +00:00
wtc%netscape.com bd6b74a25a The mktime routine in MetroWerks MSL C Runtime Library on the Mac
uses midnight 1 Jan 1900 as the epoch.  So we need to adjust its
return value to the NSPR epoch.  Thanks to Brendan Eich and Chris
Yeh for this fix.
1998-12-02 02:35:27 +00:00
saari%netscape.com 3c6043f14b This is the first in what will probably be a series of checkins addressing rendering on the Mac. Changed files: ---------------------------------------- mozilla/gfx/src/mac/nsRenderingContextMac.h mozilla/gfx/src/mac/nsRenderingContextMac.cpp - Major changes to the Mac rendering context implementation. nsRenderingContextMac now keeps the majority of its state in a GraphicsState object, not in member variables. Setting ports and origins is now a more tightly controlled process. Offscreen buffers don't work correctly yet. To Do: - Remove ::SetOrigin calls from most nsRenderingContextMac drawing methods - Some old variables need to be fully obsoleted - Offscreen GWorlds currently do not work correctly. This will be addressed shortly. ---------------------------------------- mozilla/widget/src/mac/nsMacWindow.cpp - Line 112: fixed bug with rect bottom not being set correctly ---------------------------------------- mozilla/widget/public/nsIWidget.h - Added some more #defines for GetNativeData. I don't like this and want to remove them ASAP. /\/\/\/\/\//\ mozilla/widget/src/mac/nsWindow.h mozilla/widget/src/mac/nsWindow.cpp - Added mMacPortRelativeRegion ---------------------------------------- mozilla/widget/src/mac/nsScrollbar.cpp - Support the new nsWindow constructs ---------------------------------------- 1998-12-02 02:26:08 +00:00
joki%netscape.com 1a47e52cb5 Fix mouseover/mouseout firing crash when hitting bad frame. 1998-12-02 02:14:58 +00:00
waterson%netscape.com 5d1d2889ca Added rdf to LINCS. 1998-12-02 02:13:49 +00:00
hyatt%netscape.com 7c68413815 Fixing the widget factory for tree views. 1998-12-02 01:45:15 +00:00
hyatt%netscape.com d5ef2d42bb Fixing the widget factory for the tree view. 1998-12-02 01:44:53 +00:00
hyatt%netscape.com cd3b8d7527 The tree view interface. 1998-12-02 01:44:24 +00:00
hyatt%netscape.com 41803df853 Initial checkin of the tree widget and the data model architecture (that will
be used for toolbars and trees).
1998-12-02 01:43:26 +00:00
waterson%netscape.com 5c4c04d4da #ifdef out XP_MAC stuff for now. 1998-12-02 01:42:17 +00:00
hyatt%netscape.com 8542693f1e Deletion of outdated tree widget and toolbar interfaces and updating of
the appropriate makefiles.
1998-12-02 01:38:54 +00:00
wtc%netscape.com b8c197c816 In the struct-emulated version of LL_I2L, added a PRInt32 cast
to make sure we are right shifting a signed integer (in case
someone passes in an unsigned).
1998-12-02 01:37:59 +00:00
michaelp%netscape.com 6f81511f6c fixed build bustage. 1998-12-02 01:08:43 +00:00
briano%netscape.com 2d1da05422 Fix for NetBSD. Bugzilla#1421. 1998-12-02 01:08:00 +00:00
waterson%netscape.com 3dffffa68c Added rdf dir to pull_lizard. 1998-12-02 00:57:34 +00:00
waterson%netscape.com 595f0ee7be Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
peterl%netscape.com 284c21e900 Added nsLayoutAtoms.cpp 1998-12-02 00:49:52 +00:00
briano%netscape.com d5e9966a01 Fix for OpenBSD. Bugzilla#1407. 1998-12-02 00:45:24 +00:00
peterl%netscape.com 6a548ee74f added inline style sheet support for contained HTML 1998-12-02 00:39:10 +00:00
peterl%netscape.com 6491194ab0 changed media type to atom
moved body fixup rule to body element
1998-12-02 00:38:33 +00:00
peterl%netscape.com b724dddfbc changed media type to atom 1998-12-02 00:38:14 +00:00
peterl%netscape.com 36202d8d46 added media support to child sheet iteration
changed medium type to atoms
1998-12-02 00:37:32 +00:00
michaelp%netscape.com 95b847f98b added GetNativeRegion() and GetRegionComplexity() methods. 1998-12-02 00:36:56 +00:00
peterl%netscape.com 62f19b11dc added media support to import 1998-12-02 00:36:37 +00:00