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

12379 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 655f344bbe add the tree view to the widget factory. 1998-12-02 19:48:55 +00:00
pinkerton%netscape.com a530a48ff9 fix PRBool and an unwanted assignment in an if(). 1998-12-02 19:48:28 +00:00
kin%netscape.com 26e84bb821 Fix for build bustage on Unix. 1998-12-02 18:02:06 +00:00
mjudge%netscape.com 8adf068475 forgot one file for ngEditor 1998-12-02 17:59:03 +00:00
kin%netscape.com 093d952375 Added GetTransaction() method. 1998-12-02 17:40:56 +00:00
kin%netscape.com a26443652f 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 5028505321 Fix for build bustage on Unix. 1998-12-02 17:39:40 +00:00
kin%netscape.com cc62ea4233 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 440860854b Added Clear(), PeekUndoStack(), and PeekRedoStack() methods to interface. 1998-12-02 17:37:16 +00:00
kin%netscape.com f0d7606b0b Added Merge() method to interface. 1998-12-02 17:36:46 +00:00
akkana%netscape.com 504987e974 For mjudge: Remove NGEDITOR defines 1998-12-02 17:20:54 +00:00
wtc%netscape.com 2a5a031f06 Added extern "C" for XP_ReBuffer(). 1998-12-02 16:52:08 +00:00
wtc%netscape.com 72e2b91079 Link with -lpwcac -ldbm on all platforms, not just FreeBSD, Linux, and
SunOS.
1998-12-02 16:51:45 +00:00
wtc%netscape.com 386398a685 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 59b32f50ef 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 26ca8b6da1 Changed the name so the file can be used on the Mac 1998-12-02 16:06:31 +00:00
chuckb%netscape.com c366d5e1d6 two bug fixes. 1998-12-02 10:56:43 +00:00
pierre%netscape.com d7314ba80a Make an alias of the WASTELib library in the 'dist' directory 1998-12-02 10:17:36 +00:00
pierre%netscape.com 67e6a0fc37 changed eMetric_TextFieldHeight to 16 from 30 1998-12-02 10:15:55 +00:00
pierre%netscape.com aa5b68b953 removed the 2 Resize() methods 1998-12-02 10:15:41 +00:00
pierre%netscape.com 2f80120a28 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 4f81d4781a Eliminated my usage of the "mutable" keyword, since VC4.2 chokes on it. 1998-12-02 07:20:39 +00:00
saari%netscape.com e2bfbdcdc6 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 b27c30186d Fixing build breakage. nsRegionMac API changed on me. 1998-12-02 04:26:16 +00:00
troy%netscape.com 77f6f5e06e Added ID for nsIPageSequenceFrame 1998-12-02 03:53:01 +00:00
troy%netscape.com 969ef68900 Changed Print() to use a print context instead of a galley mode
context
1998-12-02 03:26:37 +00:00
troy%netscape.com f5bcd75d8b 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 bc42ed5311 fixed hand merge error 1998-12-02 02:51:48 +00:00
saari%netscape.com 78e6d81792 ---------------------------------------- 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 6691a47a01 ---------------------------------------- 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 1bbd74bf37 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 d8f10ccb96 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 6091559407 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 96b9e437c5 Fix mouseover/mouseout firing crash when hitting bad frame. 1998-12-02 02:14:58 +00:00
waterson%netscape.com a18d7e3b4c Added rdf to LINCS. 1998-12-02 02:13:49 +00:00
hyatt%netscape.com 748accd789 Fixing the widget factory for tree views. 1998-12-02 01:45:15 +00:00
hyatt%netscape.com a1d435f489 Fixing the widget factory for the tree view. 1998-12-02 01:44:53 +00:00
hyatt%netscape.com d973cca63c The tree view interface. 1998-12-02 01:44:24 +00:00
hyatt%netscape.com eea32baf14 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 1e5cac4885 #ifdef out XP_MAC stuff for now. 1998-12-02 01:42:17 +00:00
hyatt%netscape.com 6ba325dd88 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 e364db36f4 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 0a0eebced5 fixed build bustage. 1998-12-02 01:08:43 +00:00
briano%netscape.com 7ff8bfda1e Fix for NetBSD. Bugzilla#1421. 1998-12-02 01:08:00 +00:00
waterson%netscape.com f31dbf6a63 Added rdf dir to pull_lizard. 1998-12-02 00:57:34 +00:00
waterson%netscape.com 347e771082 Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
peterl%netscape.com e64a72b830 Added nsLayoutAtoms.cpp 1998-12-02 00:49:52 +00:00
briano%netscape.com afa602e374 Fix for OpenBSD. Bugzilla#1407. 1998-12-02 00:45:24 +00:00
peterl%netscape.com c1a6062752 added inline style sheet support for contained HTML 1998-12-02 00:39:10 +00:00
peterl%netscape.com ba1a0ff568 changed media type to atom
moved body fixup rule to body element
1998-12-02 00:38:33 +00:00