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

2238 Коммитов

Автор SHA1 Сообщение Дата
saari%netscape.com 5d764ebeed Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
pinkerton%netscape.com d683bb2388 Font stuff now in CarbonLib so no need to link with it specially. 1999-05-11 21:27:25 +00:00
pinkerton%netscape.com 3a6a48bf99 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 06257d7852 adding NavServices to InterfaceLib target. Added LiteCarbonLib target. 1999-04-06 00:42:26 +00:00
dougt%netscape.com a6b6d00365 removing softupdt references. 1999-03-30 03:07:06 +00:00
sfraser%netscape.com 922e041c2d Mac project changes -- don't generate SYM file. 1999-02-26 00:52:23 +00:00
mcmullen%netscape.com e97b5edbba Just fixed a warning. 1998-12-23 22:09:09 +00:00
beard%netscape.com c62b49cafc Mac shared library migration. 1998-11-30 22:15:00 +00:00
wtc%netscape.com d6c9ad5978 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 83bc517f2c Fixes for various non-Linux platforms that no one but me cares about. 1998-11-15 08:36:41 +00:00
mcafee%netscape.com 905a1f8673 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 0432e32791 BUG 333146 : Adding fix to allow leave server fix on existing path 1998-11-05 03:14:03 +00:00
racham%netscape.com 84132f942a 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 f3b40a4005 BUG 333146 : set the mail.leave_on_server based on ACCTSET.INI flag 1998-11-04 05:22:16 +00:00
ramiro%netscape.com f1ec836dd3 Fix a comment. 1998-10-29 22:01:16 +00:00
raman%netscape.com cfa435f4df Added JavaScript object for background update. Added lm_bkgrd.c 1998-10-28 20:18:46 +00:00
ddrinan%netscape.com e35c6a8740 Added call to HG06197 1998-10-27 03:56:41 +00:00
blizzard%appliedtheory.com ecec52ca6b 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 e5d4fb195f comment out some debugging output 1998-10-25 17:43:10 +00:00
blizzard%appliedtheory.com f63f22cea1 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 133406a46a 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 888f7a22d5 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 5e16d7052a 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 7164e404d2 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 49ab945399 Sync'd with Makefiles 1998-10-23 20:35:24 +00:00
briano%netscape.com 01b9f31e90 Support for the new, single dist/include directory mechanism. 1998-10-23 04:41:26 +00:00
briano%netscape.com a063c97266 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 a9f7c511f4 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 06a8e2d2eb Support for the new, single dist/include directory mechanism. 1998-10-23 02:09:26 +00:00
cls%seawood.org a604aa8834 Put libi18n after libmocha 1998-10-23 01:57:00 +00:00
cls%seawood.org 231e51bbaf 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 8060a06256 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 855e918146 libmocha depends upon libi18n so change the link order. 1998-10-22 22:59:12 +00:00
jonas.utterstrom%vittran.norrnod.se a6762affaa Rewrote Makefile from xfe to build qtmoz-export and qtmozilla-export 1998-10-22 21:35:00 +00:00
nhotta%netscape.com e08e36cdc3 Added libi18n/country.c and libmocha/lm_env.c. 1998-10-22 20:34:48 +00:00
cls%seawood.org 382f88e891 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 6e35f5505f 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 e8e929aa54 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 7529bfb101 Added $FE_X_CFLAGS to CFLAGS 1998-10-22 01:37:11 +00:00
cls%seawood.org b39682f88e Added $FE_X_CFLAGS to CFLAGS 1998-10-22 01:30:59 +00:00
cmanske%netscape.com 136fc4860d Fixed graying of Split cell command 1998-10-22 01:22:46 +00:00
nhotta%netscape.com 51fdf2a094 Added country.c for libi18n. 1998-10-21 23:26:25 +00:00
ramiro%netscape.com 013c418b73 Modularize. 1998-10-21 19:48:58 +00:00
ramiro%netscape.com bd233e0fb7 Fix a warning. 1998-10-21 14:43:43 +00:00
ftang%netscape.com 219b89228c UTF8 enable HyperTree title and inline edit 1998-10-21 14:32:48 +00:00
ramiro%netscape.com d37c63ac39 Modularize preparation codes. Put them where they are needed only. 1998-10-21 14:28:21 +00:00
ftang%netscape.com 8e65e47db7 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 cf10b5a0f3 Fix the XmNfillOnEnter not getting cleared when sensitivity changes bug. 1998-10-21 13:25:03 +00:00
ramiro%netscape.com 5315905037 Minor variable name tweak. 1998-10-21 13:19:23 +00:00
ramiro%netscape.com 41f337e883 Simplify set values call. 1998-10-21 13:19:19 +00:00