17515 Commits

Author SHA1 Message Date
slamm%netscape.com
f38aa53224 Another pass at it. 1999-02-19 20:17:25 +00:00
evaughan%netscape.com
4aeb615bb6 Fixed out of scope compile bug. 1999-02-19 20:12:08 +00:00
slamm%netscape.com
9fdd919eab Make configure dependent on nspr 1999-02-19 20:01:56 +00:00
slamm%netscape.com
d24177f3d5 Add .client-defs and myconfig.sh 1999-02-19 19:53:50 +00:00
slamm%netscape.com
b8c1a5c647 Look for nspr in /usr/lib. Add nspr check to build target. New documentation. 1999-02-19 19:49:15 +00:00
slamm%netscape.com
a1e86eaf5b Only load myconfig.sh if it can be found. 1999-02-19 19:40:41 +00:00
akkana%netscape.com
4e824a69a2 Turn on Unix cout code for doCopy() 1999-02-19 19:21:25 +00:00
slamm%netscape.com
c0f47f8c7b Remove unused substitutions for MOZ_NETCAST, MOZ_LDAP, SMART_MAIL 1999-02-19 18:42:29 +00:00
evaughan%netscape.com
a36ea6bfd7 added files: mozilla/layout/html/forms/src/nsButtonFrameRenderer.cpp, mozilla/layout/xul/base/src/nsTitledButtonFrame.cpp 1999-02-19 18:29:56 +00:00
evaughan%netscape.com
0ba4d1028c Added TitledButton and ProgressMeter 1999-02-19 18:23:32 +00:00
evaughan%netscape.com
91eb54570b Added a new XUL TitledButtonFrame 1999-02-19 18:23:02 +00:00
saari%netscape.com
e1d95977e4 enable menus on mac 1999-02-19 18:17:24 +00:00
briano%netscape.com
ab5f5b57b5 Automated update 1999-02-19 17:31:47 +00:00
slamm%netscape.com
a50e352c64 Reorder/group options. Align comments. Remove dead options. 1999-02-19 17:29:51 +00:00
slamm%netscape.com
aef3a1a5f6 Avoid adding duplicate options (which would happen with config.status --recheck). Skip options for client.mk. 1999-02-19 17:27:53 +00:00
slamm%netscape.com
799d7b222d Add a macro to label a group of options. 1999-02-19 17:25:47 +00:00
slamm%netscape.com
b4d15d1372 Convert myconfig.sh into makefile format for client.mk 1999-02-19 17:24:48 +00:00
grail%cafebabe.org
abe3909f53 On a slow machine, there's a NullException as getGraphics() returns after
UI disappears.
1999-02-19 16:18:41 +00:00
brade%netscape.com
b553b3670f add prototype to reduce warnings on Macintosh compiler 1999-02-19 16:13:47 +00:00
brade%netscape.com
54a9fb4a3e move local variables into #if block where they are needed (reduces warnings on Macintosh compiler) 1999-02-19 16:12:58 +00:00
brade%netscape.com
fea14bd750 move local variable into comment block to reduce warnings on Macintosh compiler 1999-02-19 16:11:23 +00:00
brade%netscape.com
e44af60f86 remove unused local variable to reduce warnings on Macintosh compiler 1999-02-19 16:09:37 +00:00
mcafee%netscape.com
c2f574d147 Yanking fe_GetConfigDir() which is now in prefs. 1999-02-19 13:34:20 +00:00
mcafee%netscape.com
a07d1be9bf Solaris: adding do_QueryInterface() wrapper per scc's carpool. 1999-02-19 13:14:26 +00:00
mcafee%netscape.com
b269322a4f Solaris needs a constructor for ConverterInfo(). 1999-02-19 13:05:19 +00:00
mcafee%netscape.com
ad1bd69740 Solaris: newline at end of file. 1999-02-19 12:33:44 +00:00
mcafee%netscape.com
bf4292ae07 Solaris: newline at end of file 1999-02-19 12:32:16 +00:00
mcafee%netscape.com
802e11a9da Solaris: adding do_QueryInterface() wrapper as part of scc's nsCOMPtr carpool. a=scc 1999-02-19 12:27:19 +00:00
mcafee%netscape.com
c138d7efbd Adding source files to match Win32; Solaris build was failing with 0 source files for the library creation. 1999-02-19 12:21:16 +00:00
mcafee%netscape.com
b30883c5fb Solaris: changing casts to match PREF_GetIntPref() prototype; We should be using PRBool, XP_Bool needs to go away, cast here until PREF_GetBoolPref() is fixed. 1999-02-19 12:20:12 +00:00
mcafee%netscape.com
fd399c70d5 Adding license file. 1999-02-19 12:16:35 +00:00
mcafee%netscape.com
40e8ad043a Solaris: adding do_QueryInterface() wrappers to finish scc's nsCOMPtr carpool. a=scc 1999-02-19 11:30:31 +00:00
ramiro%netscape.com
3ecfbe036f Fix the row data problem; it was breaking on aix and probably elsewhere.
Also, unhardcoded the item length.
1999-02-19 11:09:25 +00:00
ramiro%netscape.com
3639776526 Use NS_STATIC_CAST instead of static_cast. 1999-02-19 11:05:16 +00:00
mcafee%netscape.com
759d1a2b61 PRBool: use PR_FALSE, PR_TRUE instead of false, true. 1999-02-19 10:57:49 +00:00
mcafee%netscape.com
a9492571a6 Solaris needs explicit casts here; NULL -> 0 solved some more cast problems. 1999-02-19 10:46:20 +00:00
grail%cafebabe.org
f8d74a3bcf Store layout information in preference file. 1999-02-19 09:34:08 +00:00
mcafee%netscape.com
19821244d1 Fixing function prototypes to match implementation; Solaris didn't like the const mis-matches. 1999-02-19 09:12:53 +00:00
grail%cafebabe.org
a76d355cf2 Added newly introduced classes to the build. 1999-02-19 09:05:39 +00:00
grail%cafebabe.org
e661798cbe Dialogs that builds out of XML descriptions. Test code to verify that
they do work. Need integration into the main UI.
1999-02-19 09:05:00 +00:00
grail%cafebabe.org
8577cb6351 PageUI class similar to original PageUI class prior to code
release. Many fixes with respect to structures in regards to widget
builders that read from XML.
1999-02-19 09:02:35 +00:00
mcafee%netscape.com
41f7180ab2 Solaris needs newline at end of file. 1999-02-19 08:45:46 +00:00
rickg%netscape.com
da1738e2a5 improved broken quote handling 1999-02-19 06:48:25 +00:00
warren%netscape.com
54a4687221 Used new NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED macros. 1999-02-19 06:34:23 +00:00
warren%netscape.com
38a1b276d2 Added NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED. 1999-02-19 06:33:33 +00:00
rickg%netscape.com
ca5591f088 support for hex entities 1999-02-19 06:33:06 +00:00
rickg%netscape.com
1fe259de63 small mod to handle hex conversion better 1999-02-19 06:32:40 +00:00
jband%netscape.com
4ca272f218 in the middle of adding diagnostics 1999-02-19 05:59:59 +00:00
warren%netscape.com
f5fcd41a95 A bunch of fixes for cursor stuff. 1999-02-19 05:27:22 +00:00
troy%netscape.com
e7f6d9eb81 Removed some old code 1999-02-19 05:10:59 +00:00