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

37727 Коммитов

Автор SHA1 Сообщение Дата
scc%netscape.com dd71a6971a fixed ambiguous static cast in the NS_IMPL_QUERYINTERFACE2 case 1999-08-21 22:33:15 +00:00
beard%netscape.com f1608fad43 removed static library targets (view.o, viewDebug.o) 1999-08-21 22:13:21 +00:00
jband%netscape.com e7f612af72 fix bustage due to ambiguity in use of static_cast 1999-08-21 22:03:39 +00:00
troy%netscape.com e36f66a90d Minor cleanup 1999-08-21 21:24:42 +00:00
troy%netscape.com 7dad5f9379 Removed some code that was accidentally added back in the previous revisions 1999-08-21 21:17:23 +00:00
hyatt%netscape.com 739aa6fc11 Tweaking comments. 1999-08-21 20:42:17 +00:00
scc%netscape.com 21a9c44373 Bad merge left two copies of ...QUERYINTERFACE2. Sorry. 1999-08-21 20:39:59 +00:00
hyatt%netscape.com 91a63df44f Stubbing out the selection implementation. Need to fill in the empty if
statements next.
1999-08-21 20:39:29 +00:00
bienvenu%netscape.com a557995e6d turn on history ab 1999-08-21 20:32:23 +00:00
hyatt%netscape.com 0c1ba81710 Adding more to the tree's idl. 1999-08-21 20:23:56 +00:00
scc%netscape.com 20c45cddb6 Added NS_IMPL_QUERY_INTERFACE[01]; fixed NS_IMPL_QUERY_INTERFACE2; added NS_IMPL_ISUPPORTS[01]; can't fix NS_IMPL_QUERY_INTERFACE without changing a ton of files, so I'm checking in this partial fix first. Then people can help me switch us away from NS_IMPL_ISUPPORTS and NS_IMPL_QUERY_INTERFACE. Both are now deprecated. 1999-08-21 20:22:35 +00:00
mccabe%netscape.com 84982717ce Spam caps subtree to replace declarations of IDL-defined interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO macro. 1999-08-21 20:22:27 +00:00
troy%netscape.com eda8afb2b6 Optimized incremental reflow and split some code out into member functions
so there's less dusplication of code
1999-08-21 20:16:32 +00:00
scc%netscape.com 0ea67f445d added license, fixed tabs 1999-08-21 20:07:27 +00:00
scc%netscape.com ba325f222d added comments, fixed tabs 1999-08-21 20:06:52 +00:00
briano%netscape.com 8906ecc211 Fixed all my stupid mistakes. 1999-08-21 20:06:08 +00:00
rjc%netscape.com e0c6beafb1 Use window.open 1999-08-21 19:58:19 +00:00
hyatt%netscape.com 7e7ed03bb4 Checking in changes that teach the tree element how to have its own
array of selected items and cells.
1999-08-21 19:53:39 +00:00
hyatt%netscape.com 2896ff9442 Fixing broadcasters. The hookup wasn't happening correctly. 1999-08-21 19:30:53 +00:00
cls%seawood.org d0c364352b gcc 2.95 ANSI C++ compliance fix 1999-08-21 19:29:01 +00:00
briano%netscape.com e63e83c48c Automated update 1999-08-21 18:15:22 +00:00
cls%seawood.org 153a9e0afc Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.
1999-08-21 18:02:45 +00:00
ramiro%netscape.com 860a816119 Dont link in neckoutil. 1999-08-21 17:13:43 +00:00
ramiro%netscape.com b65f2abbfc Link in neckoutil. 1999-08-21 17:03:07 +00:00
ramiro%netscape.com 0057174a64 Anal spacing. 1999-08-21 16:51:26 +00:00
ramiro%netscape.com 5830d10f25 Yank -lmozreg. 1999-08-21 16:50:18 +00:00
ramiro%netscape.com ffa4e9f67f Yank -lmozdbm , not needed. 1999-08-21 16:40:49 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com e5dfc2a7eb Ignore generated files. 1999-08-21 12:14:23 +00:00
ramiro%netscape.com 5d2ddafb08 No longer needed. 1999-08-21 12:13:17 +00:00
ramiro%netscape.com 0e8cf4c605 Fix runtime undefined symbols. 1999-08-21 11:49:22 +00:00
hyatt%netscape.com 26e07f4633 Fixing the build bustage in the prefs migrator. Just call me Mr. Porkjockey. 1999-08-21 10:40:42 +00:00
hyatt%netscape.com 0fb3f6f07c Making sure oncommand fires only on a keypress. 1999-08-21 10:36:42 +00:00
ramiro%netscape.com a613bf91af Fix pavlov's bustage. 1999-08-21 10:29:34 +00:00
hyatt%netscape.com 9bd7a20027 The bustage is mine. Fixing it now. 1999-08-21 10:05:02 +00:00
rjc%netscape.com 7a1ee8255d Add HTML banners if available. 1999-08-21 09:26:10 +00:00
rjc%netscape.com 3c777fd878 Add default.htm into build. 1999-08-21 09:25:20 +00:00
rjc%netscape.com 0538f3a98a Add default.htm 1999-08-21 09:23:45 +00:00
rjc%netscape.com f616ca55cb Save HTML banners in graph. 1999-08-21 09:23:13 +00:00
hyatt%netscape.com 0a4a95a2ea Fixing up the broadcaster stuff. 1999-08-21 09:13:14 +00:00
hyatt%netscape.com 7fcea47026 A complete rewrite of the broadcaster/observer system. Much improved. 1999-08-21 09:08:12 +00:00
mccabe%netscape.com d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
pavlov%netscape.com c34a3bbbba change #define that I was using for debugging 1999-08-21 08:43:07 +00:00
pavlov%netscape.com ebd04ecb57 remove unused tab widget and tooltip widget as they have never been used 1999-08-21 08:41:46 +00:00
pavlov%netscape.com 0c77f9a8c8 fix brokeness from my previous checkin 1999-08-21 08:40:30 +00:00
rjc%netscape.com bc3fa3a93d Search UI tweaks. Use ender widget to display HTML, until the problem with document.write()'ing html to an iframe is figured out. 1999-08-21 08:16:17 +00:00
ramiro%netscape.com 557c3f3eaa Remove an old global variable hack i added in a moment of weakness. 1999-08-21 08:14:14 +00:00
hyatt%netscape.com d4651b6286 Teaching key bindings how to execute oncommand on a keydown. 1999-08-21 07:57:14 +00:00
hyatt%netscape.com 570b368374 Teaching titled buttons how to execute the oncommand handler when clicked (or when
space/enter is hit on them).
1999-08-21 07:56:49 +00:00
dougt%netscape.com 0fb6e99473 first cut of a new file class. 1999-08-21 07:38:26 +00:00