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

19426 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com ebad085fdd Some more table pagination improvements 1999-03-09 22:34:51 +00:00
putterman%netscape.com 1887465e9e Added folder listener. 1999-03-09 22:34:29 +00:00
mcmullen%netscape.com 615dbada53 Turning on dougt's special system directory stuff, and adding it to the Macintosh build. Fixed spurious leading slash on getting leaf name (win and unix). Adding dougt's equality test operator, too. Adding dougt's test code for all the above. 1999-03-09 22:33:36 +00:00
akkana%netscape.com 98c2a5c446 fixing merge problem of windows not looking for components in components directory - dp & akkana 1999-03-09 22:18:32 +00:00
pinkerton%netscape.com 3c1afb1311 make the personal toolbar buttons more mozilla centric, even if everything else is blatant NSCP drug money. 1999-03-09 22:13:36 +00:00
michaelp%netscape.com ae288e0c36 added background image.
made one table relatively positioned.
added opacity to transparent scrolled table.
1999-03-09 22:12:20 +00:00
michaelp%netscape.com d59a66c386 added nsIClipView.h
added support for getting/setting scroll properties in scrollable view so
that the app can control whether scrolling should be accomplished via
blitting or painting.
more work in progress for the new compositor.
1999-03-09 22:10:31 +00:00
michaelp%netscape.com 6aa94d777d added blender method that takes rendering contexts.
added LockDrawingSurface() and UnlockDrawingSurface() to rendering
context.
fixed state maintenance errors in rendering context win.
added IsReleaseDCDestructive() to drawingsurfacewin.
1999-03-09 22:07:06 +00:00
pinkerton%netscape.com 6687febd3d added xptoolkit tree test 1 to menus 1999-03-09 22:06:38 +00:00
rjc%netscape.com 0545fdee3d Comment out PR_ASSERT() due to assert/unassert now actually being called. 1999-03-09 22:06:29 +00:00
pinkerton%netscape.com e4f2b174b2 add spiffy header 1999-03-09 22:03:38 +00:00
pinkerton%netscape.com 5c33d3902f Add case for xptoolkit tree demo and fix missing break statement at end of toolbar demo case that would always cause JS window to appear. doh! 1999-03-09 22:03:18 +00:00
pinkerton%netscape.com 3f1220087f add define for xptoolkit tree demo 1999-03-09 22:02:25 +00:00
pinkerton%netscape.com 3c2676a66b add new tree sample 1999-03-09 22:01:28 +00:00
hyatt%netscape.com e3e08df35d Fixing a bug with selection in the tree view. 1999-03-09 21:58:06 +00:00
slamm%netscape.com aa1f6565e9 -MD depend: Putting objects on PHONY target didn't work. Use 'FORCE' dependency instead. 1999-03-09 21:56:44 +00:00
pinkerton%netscape.com 82fafc4b8c export the first tree test xul/css files 1999-03-09 21:55:22 +00:00
pinkerton%netscape.com 6c03906938 First Checked In. 1999-03-09 21:53:01 +00:00
shaver%netscape.com 9a39a6e839 #include "nsID.idl" to get the nsID/nsIID/nsCID defines in other IDL, not just C++ 1999-03-09 21:50:55 +00:00
putterman%netscape.com 3afee57ebc Added selection color. Removed Local Mail from thread pane. 1999-03-09 21:49:35 +00:00
dp%netscape.com ac18aec366 registry version to 0.40 for component manager change 1999-03-09 21:31:33 +00:00
slamm%netscape.com 0861120233 Clean-up some output. Add link for 'Show next X hours' instead of 'Show more checkin history'. Skip dates that are in the future. 1999-03-09 21:30:02 +00:00
mscott%netscape.com df0874da8b Fix crash when displaying thread pane. This fix is really scottip's. 1999-03-09 21:28:48 +00:00
ramiro%netscape.com 29efe8c561 Fix windows bustage. Why doesnt this file build on other platforms ? 1999-03-09 21:22:03 +00:00
dougt%netscape.com 727debf298 Stripping additional access paths. 1999-03-09 21:03:39 +00:00
dougt%netscape.com f6c08c6a81 remove libutil references. 1999-03-09 20:58:29 +00:00
terry%netscape.com 8c03480a06 Use new lxr links. 1999-03-09 20:57:24 +00:00
dougt%netscape.com 9a83fe657d First Checked In. 1999-03-09 20:57:17 +00:00
jfrancis%netscape.com 5f2a20fa5b catching up with nsComponentManager and getting rid of cout usage 1999-03-09 20:11:27 +00:00
slamm%netscape.com 44ac06a801 Fix typo. s/AC_DEFINES/ACDEFINES/ 1999-03-09 20:11:05 +00:00
dougt%netscape.com ed273a9da8 Fixes compare from int to ptr. ANSI C++ does not like that. 1999-03-09 20:10:20 +00:00
jfrancis%netscape.com 05c077bc42 including header 1999-03-09 20:04:59 +00:00
shaver%netscape.com 0564d92d66 Handle nsID, nsIID and nsCID via a custom string-compare hack. (Ugly, but we
need 0.6.3 for a better fix, and this'll do for now.)
When sorting IDEs, sort entries with identical IIDs by namespace::name.
1999-03-09 19:59:42 +00:00
alecf%netscape.com 7028e88a0d - move messenger appcore into the base mailnews directory
- do appcore initialization during Initialize() in messenger bootstrap
1999-03-09 19:58:17 +00:00
slamm%netscape.com 8722d17b90 I broke it. ...again. back out, back out. 1999-03-09 19:57:13 +00:00
alecf%netscape.com 10a019230e stop building the seperate messenger appcore 1999-03-09 19:56:53 +00:00
slamm%netscape.com 43192be851 Shorten the output a bit more. 1999-03-09 19:53:31 +00:00
alecf%netscape.com 0892cc61da export NS_InitBaseAppCoreClass so that appcores outside this DLL can initialize themselves
(Yes, I know this is a generated file, but this is how it needs to work right now, otherwise
appcores can't live outside appcores.dll)
1999-03-09 19:53:19 +00:00
terry%netscape.com ec8b962e55 Patch by Ry4an Brase <ry4an@ry4an.org> -- fix typo. 1999-03-09 19:52:18 +00:00
dougt%netscape.com 3f9a397b60 First checkin of unix makefile. 1999-03-09 19:31:55 +00:00
hyatt%netscape.com 09561af850 Fixes to the broadcasters and observers. I made HTML elements work with
observes nodes, and I changed some SetAttribute calls to use the DOM
instead of the nsIContent APIs.
1999-03-09 19:30:41 +00:00
nhotta%netscape.com 2700b0b443 Implementation of SetDocumentCharset. 1999-03-09 19:24:28 +00:00
jfrancis%netscape.com bcb97b8ac4 integrated with content iterator 1999-03-09 19:22:48 +00:00
jfrancis%netscape.com e0d01cf990 reordered link order so that cout would work 1999-03-09 19:22:00 +00:00
jfrancis%netscape.com 05bff338bd fixed refcounting bugs 1999-03-09 19:21:30 +00:00
jfrancis%netscape.com 9ccfd6ca94 fixed refcounting bugs plus a little cleanup 1999-03-09 19:21:04 +00:00
ramiro%netscape.com 7e12a4b568 Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
troy%netscape.com c90aba30be Better handles the case where the first row is complete when splitting
the row group
1999-03-09 15:35:43 +00:00
troy%netscape.com dd23f1c3c6 Changed it so we get the computed width from the first-in-flow 1999-03-09 15:35:08 +00:00
terry%netscape.com 6aba97c651 Added a disgusting hack to deal with the fact that we can occasionally get builds with wildly wrong times. 1999-03-09 15:22:09 +00:00