saari%netscape.com
66dcb4ed36
Adding context menu library to the interface stubs
1999-05-14 21:58:33 +00:00
pinkerton%netscape.com
a874cd71b5
Font stuff now in CarbonLib so no need to link with it specially.
1999-05-11 21:27:25 +00:00
pinkerton%netscape.com
fc0abb60de
Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh.
1999-04-10 00:15:14 +00:00
pinkerton%netscape.com
b10a076be6
adding NavServices to InterfaceLib target. Added LiteCarbonLib target.
1999-04-06 00:42:26 +00:00
dougt%netscape.com
f9b31176c0
removing softupdt references.
1999-03-30 03:07:06 +00:00
sfraser%netscape.com
bbcc430311
Mac project changes -- don't generate SYM file.
1999-02-26 00:52:23 +00:00
mcmullen%netscape.com
37216bc6d4
Just fixed a warning.
1998-12-23 22:09:09 +00:00
beard%netscape.com
c0c7bc482d
Mac shared library migration.
1998-11-30 22:15:00 +00:00
wtc%netscape.com
136b76907f
Bugzilla bug #122 : Checked in the NetBSD patch submitted by
...
Frank van der Linden (frank@wins.uva.nl ).
ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
Modified files: Makefile, Makefile.in.
1998-11-16 23:44:55 +00:00
briano%netscape.com
4c40279ae6
Fixes for various non-Linux platforms that no one but me cares about.
1998-11-15 08:36:41 +00:00
mcafee%netscape.com
506ce38dc4
Cut & Paste bug, double-freeing stuff. Thanks to Peter.vanHelden@net.HCC.nl for the fix.
1998-11-08 21:31:07 +00:00
racham%netscape.com
60bb473da1
BUG 333146 : Adding fix to allow leave server fix on existing path
1998-11-05 03:14:03 +00:00
racham%netscape.com
461fb4cdae
BUG 333146 : Added new flag to allow users to control leave_on_server value
1998-11-04 05:26:39 +00:00
racham%netscape.com
6f42c991b1
BUG 333146 : set the mail.leave_on_server based on ACCTSET.INI flag
1998-11-04 05:22:16 +00:00
ramiro%netscape.com
0bfb5295eb
Fix a comment.
1998-10-29 22:01:16 +00:00
raman%netscape.com
c880ea30c8
Added JavaScript object for background update. Added lm_bkgrd.c
1998-10-28 20:18:46 +00:00
ddrinan%netscape.com
dd72a8126b
Added call to HG06197
1998-10-27 03:56:41 +00:00
blizzard%appliedtheory.com
a8dbec1a0a
gnomefe image handling: take three. This uses the same code structure as xfe and does tranparent images, tiling and standard images as it should.
1998-10-26 23:06:58 +00:00
blizzard%appliedtheory.com
b22986eca6
comment out some debugging output
1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com
cf30f00516
Fix bug when displaying tranparent images. You should use the
...
img_x/y_offset, not the rect_x/y_offset for computing the clip_origin
in the GC. Also, make sure that you don't set the clip region if you're
using a clipping bitmask because you can't use both of them at the same
time. Also, comment out some debugging printf()'s
1998-10-25 17:41:32 +00:00
blizzard%appliedtheory.com
a25135cb4d
Integrate patches from Frank Visser <fvisser@hgmp.mrc.ac.uk> to use gtk
...
regions.
1998-10-25 17:39:06 +00:00
blizzard%appliedtheory.com
90a942ecb1
Add x source code header file ala xfe to that we can get into the
...
X Region internal structs. What fun!
1998-10-25 17:37:07 +00:00
blizzard%appliedtheory.com
ca6b1690f1
don't draw table borders for tables that have a border_width of zero
1998-10-24 19:05:24 +00:00
blizzard%appliedtheory.com
9246d2b910
Catch the "draw" event on the GtkFixed widget and redraw the html
...
area since it's just been erased by the widget default draw handler
1998-10-24 17:02:34 +00:00
cls%seawood.org
3b35de8e5e
Sync'd with Makefiles
1998-10-23 20:35:24 +00:00
briano%netscape.com
49e4912eb1
Support for the new, single dist/include directory mechanism.
1998-10-23 04:41:26 +00:00
briano%netscape.com
79601a9251
General cleanup, and fixed the bug that caused an OBJDIR to be created under the normal OBJDIR.
1998-10-23 04:38:23 +00:00
sar%netscape.com
6c6adc91ee
remove layspan.c from the client module too. It was removed from clientDebug yesterday. This fixes build breakage.
1998-10-23 03:45:55 +00:00
briano%netscape.com
1b917b5f93
Support for the new, single dist/include directory mechanism.
1998-10-23 02:09:26 +00:00
cls%seawood.org
515c2f2cdf
Put libi18n after libmocha
1998-10-23 01:57:00 +00:00
cls%seawood.org
4abf6c629b
The system versions of jpeg & png are used by default (if found) unless the local copy is more recent. Zlib is used by default if found.
...
Added separate variables for jpeg, png & zlib CFLAGS & LIBS.
Added --with-option=dir support for jpeg, png & zlib.
Split X defines into XCFLAGS, XLDFLAGS & XLIBS.
Will attempt to link nspr against the proper thread lib if the initial check fails.
Removed last vestiges of NO_SECURITY.
Modified cmd/{gnome,qt,x}fe/Makefile to only use autoconf defined variable for the final link.
Changed ACCFLAGS to OS_CFLAGS. Changed ACLIBS to OS_LIBS.
OPTIMIZER (config.mk) is no longer set for autoconf.
No longer includes platform specific .mk
1998-10-23 00:36:08 +00:00
sdagley%netscape.com
d57ea0355b
First landing of Apple's changes for NSL support from the Open Location in Navigator dialog. Currently #ifdef'ed out with BUILD_NSL_SUPPORT tag as we haven't figured out how to distribute the required NSL header and library yet. Hopefully that will be addressed soon.
1998-10-23 00:03:43 +00:00
cls%seawood.org
4f6efe39c9
libmocha depends upon libi18n so change the link order.
1998-10-22 22:59:12 +00:00
jonas.utterstrom%vittran.norrnod.se
dd3fbbb4a7
Rewrote Makefile from xfe to build qtmoz-export and qtmozilla-export
1998-10-22 21:35:00 +00:00
nhotta%netscape.com
71f0e6b6ea
Added libi18n/country.c and libmocha/lm_env.c.
1998-10-22 20:34:48 +00:00
cls%seawood.org
58641ee9f5
Removed some MKLINUX & MACLINUX ifdefs. Replace a couple with (defined(linux) && defined(__powerpc__)).
...
Added glibc ifndefs to strdup declarations.
Fixed problem with stderr under glibc 2.1.
Patch submitted by Tom Rini <trini@kernel.crashing.org>.
1998-10-22 06:05:19 +00:00
cls%seawood.org
6750f658a4
Cleaned up parse errors, added java libs and smart mail libs. Thanks to Tom Rini <trini@kernel.crashing.org> for the patch.
1998-10-22 03:57:15 +00:00
cls%seawood.org
97aa2097e9
Fixes tinderbox breakage due to broken make revision. Yeah, yeah, should upgrade make but it's out of my hands.
1998-10-22 02:47:37 +00:00
cls%seawood.org
29652b274e
Added $FE_X_CFLAGS to CFLAGS
1998-10-22 01:37:11 +00:00
cls%seawood.org
4579db16f7
Added $FE_X_CFLAGS to CFLAGS
1998-10-22 01:30:59 +00:00
cmanske%netscape.com
38ab743282
Fixed graying of Split cell command
1998-10-22 01:22:46 +00:00
nhotta%netscape.com
f40b135e1c
Added country.c for libi18n.
1998-10-21 23:26:25 +00:00
ramiro%netscape.com
911a6cc918
Modularize.
1998-10-21 19:48:58 +00:00
ramiro%netscape.com
30555ded32
Fix a warning.
1998-10-21 14:43:43 +00:00
ftang%netscape.com
404bf5feae
UTF8 enable HyperTree title and inline edit
1998-10-21 14:32:48 +00:00
ramiro%netscape.com
f07b68f61a
Modularize preparation codes. Put them where they are needed only.
1998-10-21 14:28:21 +00:00
ftang%netscape.com
c605d97165
fix menu code to correctly convert to Menu Charset from wincharset or UTF8. Reviewed by Bill Law
1998-10-21 14:21:45 +00:00
ramiro%netscape.com
207bb005ea
Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug.
1998-10-21 13:25:03 +00:00
ramiro%netscape.com
60472dd7db
Minor variable name tweak.
1998-10-21 13:19:23 +00:00
ramiro%netscape.com
b90eac51d6
Simplify set values call.
1998-10-21 13:19:19 +00:00