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

19117 Коммитов

Автор SHA1 Сообщение Дата
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
kipp%netscape.com f9b2b82a67 Output rects in twips; eliminated some typo bugs with selection directions 1999-03-05 04:28:40 +00:00
kipp%netscape.com d89499092d use new nsHTMLReflowState ctors; made pages support IsPercentageBase 1999-03-05 04:28:07 +00:00
kipp%netscape.com 462a9f99e0 Output rects in twips 1999-03-05 04:26:40 +00:00
kipp%netscape.com bdfaebdcc6 Refactored code to make effecient use of computed state in nsHTMLReflowState 1999-03-05 04:26:21 +00:00
kipp%netscape.com d277629b94 use computed values from reflow state; made inline-reflow-state no longer isa html-reflow-state 1999-03-05 04:25:57 +00:00
kipp%netscape.com b90e199d6e Store more computed state; reformulated the constructors for nsHTMLReflowState 1999-03-05 04:25:25 +00:00
kipp%netscape.com 37fa734c4e Revised computations for blocks; store more computed values 1999-03-05 04:24:20 +00:00
kipp%netscape.com 6b3dd64c16 Spanked almost away 1999-03-05 04:23:41 +00:00
kipp%netscape.com 119ced3c4c Removed dead code; output rects naturally 1999-03-05 04:22:54 +00:00
kipp%netscape.com d556e3e3cd Removed List method 1999-03-05 04:22:29 +00:00
kipp%netscape.com 16b4103937 Minor tweaks to work better with computed values in html reflow state 1999-03-05 04:22:11 +00:00
kipp%netscape.com 40529e4640 nsBlockReflowState no longer is-a nsHTMLReflowState; fixes to numerous bugs; reworked to use computed values from reflow-state 1999-03-05 04:21:32 +00:00
mcafee%netscape.com 6374afae38 Uninitialized variables 1999-03-05 04:20:54 +00:00
kipp%netscape.com 2f71be6002 Some asserts for me 1999-03-05 04:20:31 +00:00
kipp%netscape.com d7bf08c6f6 Support more css style for hr's; map align to auto margins 1999-03-05 04:20:07 +00:00
kipp%netscape.com 9ddafbd9f8 use new nsHTMLReflowState ctors 1999-03-05 04:19:09 +00:00
kipp%netscape.com cf6c620f62 Cleaned up margins hackery and made things use css instead of evil code in the block layout code 1999-03-05 04:18:58 +00:00