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

18984 Коммитов

Автор SHA1 Сообщение Дата
terry%netscape.com fc97a0f6cf Add check to make sure versions table is OK. 1999-03-05 17:55:45 +00:00
slamm%netscape.com e64cb18d47 Don't use unshift because it is slow. Use push/reverse combo instead. 1999-03-05 17:14:03 +00:00
rods%netscape.com 709113ddeb Added ref counting to vertical scrollbar 1999-03-05 15:50:04 +00:00
briano%netscape.com 48a2307106 Automated update 1999-03-05 15:45:38 +00:00
rods%netscape.com 862718ccb1 Added where a scrolled view sets the widget for the vertical scrollbar
into the window so the window can send the vertical scrollbar the appropriate
message.
1999-03-05 15:41:50 +00:00
ramiro%netscape.com 8821535d54 Add --enable-cpp-rtti , --enable-cpp-exceptions flags.
RTTI and exceptions are off by default on Linux.
1999-03-05 15:36:20 +00:00
rods%netscape.com f99d52aa28 Major update for tracking the popping up and dropping down of menus.
Added Mouse Wheel tracking
1999-03-05 15:34:53 +00:00
rods%netscape.com 94be0cba76 Fixed voidarray problem and a few other minor things 1999-03-05 15:33:40 +00:00
rods%netscape.com db5f268718 Fixed up ref counting issues 1999-03-05 15:32:54 +00:00
rods%netscape.com a7814c2d62 Changed VoidArray to nsISupportsArray 1999-03-05 15:30:11 +00:00
rods%netscape.com f03fb91a57 Added impl of SetVerticalScrollbar 1999-03-05 15:25:24 +00:00
rods%netscape.com 02488f4508 Added new method "SetVerticalScrollbar" 1999-03-05 15:25:21 +00:00
kipp%netscape.com f0d400acb5 nuked 1999-03-05 15:23:46 +00:00
kipp%netscape.com fb7aed5151 Removed ref to dead nsFrameReflowState 1999-03-05 15:22:03 +00:00
edwin%woudt.nl 88f781dcff I'm backing out the changes to use the provider registry for now, because of problems. We should investigate this! 1999-03-05 15:16:09 +00:00
dcone%netscape.com a9007127b9 Update the surfaces to include graphics state 1999-03-05 14:48:44 +00:00
rpotts%netscape.com 22be87e32f changed all references to getElementByID(...) into getElementById(...). This fixed the URL typein bar... 1999-03-05 11:38:40 +00:00
waterson%netscape.com 62e59eede0 Added nsRDFInterfaces.h to EXPORTS. 1999-03-05 11:12:58 +00:00
waterson%netscape.com e11424ecba Added C++-specific #include of nscore.h to make sure that PRUnichar gets included. 1999-03-05 11:12:24 +00:00
waterson%netscape.com 715d402ca1 Initial revision. Generated from nsRDFInterfaces.idl. 1999-03-05 10:55:04 +00:00
waterson%netscape.com bdf206486d Initial revision. Generated from nsRDFInterfaces.idl. 1999-03-05 10:49:13 +00:00
waterson%netscape.com b3052ec629 Removed individual interface files for now, and plugged everything into nsRDFInterfaces.idl. 1999-03-05 10:48:07 +00:00
pierre%netscape.com f94bae5e24 Fix #3408 "When mousedown, mousemoves should all go to same widget" 1999-03-05 10:04:07 +00:00
pierre%netscape.com a5dde62b0e Improved SetCursor() to use the Appearance Mgr 1999-03-05 10:02:16 +00:00
pierre%netscape.com 28326710c8 Added nsToolkit::HasAppearanceManager() 1999-03-05 10:01:07 +00:00
mcafee%netscape.com 59344765ff Fixing enums for the Solaris 5.0 compiler, thanks to Tim McNerney <mumbly@netcom.com> for this change. 1999-03-05 09:29:52 +00:00
grail%cafebabe.org 310719e1b1 Signature storage into prefs. 1999-03-05 09:06:36 +00:00
grail%cafebabe.org 46f551f5b9 Removed old references to AWT file chooser. We're never going back there. 1999-03-05 09:06:16 +00:00
saari%netscape.com 095b5d3d77 Fixing menus on Win32 1999-03-05 07:31:54 +00:00
bienvenu%netscape.com 56c5548cd9 fix folder info uint32 handling 1999-03-05 07:23:24 +00:00
saari%netscape.com 2ca5da7f32 Fixing IID() to GetIID() to fix warren's bustage 1999-03-05 07:02:27 +00:00
leaf%mozilla.org 5feaf62b70 ok, this time for sure, fixing mozbot. 1999-03-05 06:28:58 +00:00
leaf%mozilla.org 6eebf4a26a making the bot's given nick (an argument) global, because i'm evil. 1999-03-05 06:19:28 +00:00
warren%netscape.com 82acf5d486 Fixed up Advance methods. 1999-03-05 06:12:47 +00:00
warren%netscape.com 8b952eb017 Removed obsolete mail folder installation. 1999-03-05 06:09:43 +00:00
warren%netscape.com 81c4563279 Removed obsolete mail folder installation. 1999-03-05 06:03:36 +00:00
rjc%netscape.com a3f2dec650 Only have one arc (a child) going out, otherwise duplicates! Also commented out NS_INIT_REFCNT() due to weirdness. 1999-03-05 06:03:03 +00:00
troy%netscape.com 23aa1956a5 Fixed HTML to be correct: CAPTION must be at start of table, and TFOOT must be
before any body section row groups
1999-03-05 06:02:11 +00:00
troy%netscape.com 7b9dd5e03b Table header/footer are repeated when splitting tables 1999-03-05 06:00:40 +00:00
warren%netscape.com 59a8d7de15 Added prlog tracing code. Fixed some error codes. Fixed DBArcsInOutCursor::Advance to check for failure on GetValue. 1999-03-05 05:59:02 +00:00
warren%netscape.com bd7c76dbf2 Fixed First method to return error. 1999-03-05 05:48:21 +00:00
sdagley%netscape.com ecaf8cc5e2 Fix bug #3405. Thanks to sfraser's research we discovered that there was a nasty problem caused by mactime.c including xp_mcom.h (added by brade on 3/3) causing ctime to be redefined as macctime. This is bad since macctime calls ctime (can you say recursion, recusrion, recusrsion...). Fix was to add an #undef for ctime after including xp_mcom.h and sacrificing a purple dinosaur. 1999-03-05 05:39:20 +00:00
rjc%netscape.com ed05cd26a8 Fix bug 3401: aliases to shared libraries which auto-register need to be placed inside of a "components" directory (which itself needs to exist in the same directory as apprunner/viewer). Review/approval: sdagley 1999-03-05 05:09:04 +00:00
mcafee%netscape.com 87892281ff Uninitialized variables 1999-03-05 04:40:14 +00:00
kipp%netscape.com f85c648277 Use proper new/delete operators 1999-03-05 04:36:00 +00:00
kipp%netscape.com e4f95f00ec Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
kipp%netscape.com 58cffeb8c0 Clean up query-interface; attempt to work around bug (failed; left some commentary in to help the netlib crew) 1999-03-05 04:35:37 +00:00
kipp%netscape.com 8cbbd762e9 Use proper new operator 1999-03-05 04:33:57 +00:00
kipp%netscape.com 8661fd6122 use new nsHTMLReflowState ctors 1999-03-05 04:29:11 +00:00
kipp%netscape.com 50b6f2e62a Eliminate some compiler warnings 1999-03-05 04:28:54 +00:00