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

26594 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 4ebeb3e6ce use accessors for opaque data structs where required for carbon. Make sure we return grafptrs when asking for graphics and windowptrs when asking for windows, since they are very different under Carbon. 1999-05-11 21:56:17 +00:00
pinkerton%netscape.com a62a2efd36 scroll action proc's need keyword pascal for Carbon. conditionally added it. Ugly, but it works. 1999-05-11 21:51:33 +00:00
pinkerton%netscape.com 9779143a4f using accessor functions for opaque data structs where necessary for carbon. 1999-05-11 21:47:03 +00:00
pinkerton%netscape.com 773f27b7bc using accessors for opaque data structs where necessary for Carbon. 1999-05-11 21:46:10 +00:00
pinkerton%netscape.com c62d553166 FetchFontInfo not yet in Carbon. This will be fixed, but is hacked around for now. 1999-05-11 21:43:54 +00:00
pinkerton%netscape.com 73942f0575 ask for the grafPort, not the window, since they are different in Carbon. 1999-05-11 21:41:03 +00:00
pinkerton%netscape.com 52f87501bd moved the ifdefs around the printing code to be more correct. 1999-05-11 21:40:25 +00:00
pinkerton%netscape.com 56c1beaf0e old printing api's obsoleted in carbon. 1999-05-11 21:40:01 +00:00
briano%netscape.com e471f50494 Automated update 1999-05-11 21:39:38 +00:00
briano%netscape.com 0514095395 Fixed a bug in the Motif toolkit section. 1999-05-11 21:39:02 +00:00
pinkerton%netscape.com fe672a64e7 comment out printing under Carbon. api's have been obsoleted and need to be redone. 1999-05-11 21:36:39 +00:00
pinkerton%netscape.com 1f9b97b2d4 comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed. 1999-05-11 21:36:19 +00:00
pinkerton%netscape.com 2bc2a63d42 dont use OpenDeskAcc under Carbon. 1999-05-11 21:32:51 +00:00
pinkerton%netscape.com c24aa60cfd some of the timer stuff in here (which we don't use) doesn't like the WWDC Carbon Headers. #ifdef'd out for TARGET_CARBON. 1999-05-11 21:31:32 +00:00
pinkerton%netscape.com da511c0edd use MacPrefix.h for the target we build. It was already used in the other targets, but not for the optimized .o we always build. 1999-05-11 21:30:18 +00:00
ducarroz%netscape.com d9124aafb0 Improuve fiability of the unique number generation for the session ID 1999-05-11 21:29:50 +00:00
pinkerton%netscape.com 4a596f816d add "MacOS Support:Universal Headers" access path to debug and opt targets in order to pick up new carbon includes. This will not effect non-carbon builds since this path exists already. Just compiler weirdness makes this necessary. 1999-05-11 21:29:07 +00:00
pinkerton%netscape.com d683bb2388 Font stuff now in CarbonLib so no need to link with it specially. 1999-05-11 21:27:25 +00:00
pinkerton%netscape.com 119f62a8dd add variable to build with TARGET_CARBON. Off for now, but can be turned on by anyone wanting to build Carbon. 1999-05-11 21:26:07 +00:00
briano%netscape.com e84ac84862 Added support for the QNX photon directories under base, gfx, and widget. 1999-05-11 21:03:27 +00:00
mcafee%netscape.com 424c8f5417 Borrowing the . prefix menu name convention fromthe ender team denoting that this menu item doesn't work yet. 1999-05-11 21:02:49 +00:00
briano%netscape.com 0e2f40184b Fix for QNX. 1999-05-11 20:58:37 +00:00
mscott%netscape.com 3bc2bbdace Fix memory leak - we were never releasing nsIMimeContentTypeHandler. Correctly check error values using NS_FAILED and not just comparing against NS_OK directly. Begin nsCOMPtr audit of mime code. 1999-05-11 20:25:27 +00:00
vidur%netscape.com 6ec312397a Added GetContentType method to nsIDocument interface. 1999-05-11 20:22:52 +00:00
vidur%netscape.com b4df3c05f2 Added IsValidFragment and CreateRange implementations. Added GetContentType method to nsIDocument interface. 1999-05-11 20:22:35 +00:00
vidur%netscape.com d6887d8642 nodeName for HTML elements are uppercase as well. 1999-05-11 20:21:45 +00:00
vidur%netscape.com fc79d364e2 Added const-ness to IsValidFragment string. 1999-05-11 20:21:13 +00:00
vidur%netscape.com 5dbbb06562 Added IsValidFragment to nsIDOMNSRange interface and CreateRange to nsIDOMNSDocument. 1999-05-11 20:20:40 +00:00
mscott%netscape.com d47c6526f6 Fix mismatched memory free. 1999-05-11 20:09:20 +00:00
mscott%netscape.com 309a399961 fix unitialized memory read. 1999-05-11 20:08:08 +00:00
mscott%netscape.com 3eaba6391c fix mismatched memory free. 1999-05-11 20:05:46 +00:00
mcmullen%netscape.com ac091866a7 OK, so mailnews must follow appcores in a clobber build. 1999-05-11 20:04:47 +00:00
rods%netscape.com 51b7598691 removed showclipboard function 1999-05-11 19:59:02 +00:00
rods%netscape.com d5c626ef5d Removed ShowClipboard menu item 1999-05-11 19:58:18 +00:00
rods%netscape.com d25cd687ee Removed ShowClipboard method 1999-05-11 19:57:07 +00:00
dveditz%netscape.com 54d8a6da9f Fixing Win9x IDL bustage -- use $(QUIET) instead of @.
In this case, $(MAKE_INSTALL) already includes the $(QUIET) rule.
1999-05-11 19:45:58 +00:00
davidm%netscape.com 5d6e4f9e4a 4530 Password entry locks Apprunner. Turn off single signon so we stop crashing and use the async password dialog 1999-05-11 19:43:18 +00:00
davidm%netscape.com 4981034664 4530 Password entry locks Apprunner. 1999-05-11 19:42:14 +00:00
dougt%netscape.com c88e720721 First Checked In. 1999-05-11 19:32:55 +00:00
mcmullen%netscape.com b8206abeb4 Keep apprunner last, please (moved mailnews earlier in the build). 1999-05-11 19:24:39 +00:00
mcmullen%netscape.com 3b694e1577 Added line to facilitate using the CLOSE_BEFORE_MAKE flag. 1999-05-11 19:24:04 +00:00
morse%netscape.com c4ccf1f032 added wallet and single-signon preferences 1999-05-11 19:24:00 +00:00
morse%netscape.com 136771484c changed name of single-signon preference 1999-05-11 19:22:02 +00:00
mcmullen%netscape.com 4e0ee6162b Fixing an error in the previous case (for the 'off' case) 1999-05-11 19:21:34 +00:00
kin%netscape.com 032e40d174 Added implementation for First/LastSelectedBlock().
Added better iterator status tracking.
1999-05-11 19:16:24 +00:00
kin%netscape.com 81566a48e3 Made Add/RemoveWordToPersonalDictionary pure virtual. 1999-05-11 19:14:43 +00:00
kin%netscape.com bd32e484d0 Added nsISpellChecker.h to export list. 1999-05-11 19:13:39 +00:00
waterson%netscape.com a78644069e Added USE_XPIDL variable. 1999-05-11 19:09:33 +00:00
law%netscape.com ae5811892f Adding new implementation header that generates boilerplate component code 1999-05-11 19:05:10 +00:00
ducarroz%netscape.com 87bff81959 set editorType parameter when creating a compose appcore 1999-05-11 19:04:05 +00:00