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

880 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org 0a0b71b9c3 updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +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
ramiro%netscape.com f1ec836dd3 Fix a comment. 1998-10-29 22:01:16 +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
briano%netscape.com 06a8e2d2eb Support for the new, single dist/include directory mechanism. 1998-10-23 02:09:26 +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
cls%seawood.org 855e918146 libmocha depends upon libi18n so change the link order. 1998-10-22 22:59:12 +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 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
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
ramiro%netscape.com d37c63ac39 Modularize preparation codes. Put them where they are needed only. 1998-10-21 14:28:21 +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
ramiro%netscape.com 79651ed87f Expose XfeDebugGetStaticWidgetString(). 1998-10-21 13:16:59 +00:00
cls%seawood.org 001ed2ffd4 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
ftang%netscape.com 5e423e2d3d enable UTF8 in RDFTreeView. Reviewed by slamm 1998-10-20 13:10:39 +00:00
ramiro%netscape.com 668979a998 Make Set/Get value calls a little more effecient.
Thanks to Joe Keane <jgk@jgk.org> for suggesting this change.
1998-10-20 12:35:44 +00:00
leaf%netscape.com 831c6a9c0e fixing linux mozilla-motif-export target inclusion. reviewed: briano 1998-10-20 01:26:57 +00:00
kin%netscape.com b7bcbb4c3d Modified the following files to get Unix ENDER to save Multi-part MIME:
cmd/xfe/forms.c
    include/edt.h
    lib/layout/editor.cpp
    lib/mailto/mhtmlstm.cpp
1998-10-19 18:24:51 +00:00
cls%seawood.org af63439600 Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com. 1998-10-19 08:31:54 +00:00
mcafee%netscape.com c500c02206 Uncommenting call to setTextStringFromURL(), navigating links updates the URL bar now, pending the notification mechanism listed in the comment above the call. 1998-10-19 06:38:34 +00:00
ramiro%netscape.com 6322bfcd28 Someone in the wishlist suggested this and I though it was a good idea.
Add an "Open Link In Frame" context menu item when appropriate.
1998-10-17 20:43:56 +00:00
slamm%netscape.com 917388c407 Have XFE_ToolbarItem setup the instance pointer. 1998-10-17 01:09:15 +00:00
slamm%netscape.com 7c4f01368a Add a function that returns true if a node has children.
This should probably be pushed down to the rdf module.
1998-10-17 01:09:12 +00:00
slamm%netscape.com 33c7ea853d avoid some color warnings. We will have to fix the widget to
get the colors right.
1998-10-17 01:09:08 +00:00
slamm%netscape.com 8f9d02cb35 Bring toolbar drag/drop back to life. 1998-10-17 01:09:02 +00:00
ramiro%netscape.com 134553e736 Fix bustage. I screwed up ;-) 1998-10-17 00:08:07 +00:00
ramiro%netscape.com 902a6724b3 Fix the urlbar somemore. It now set the url string properly. 1998-10-16 21:31:54 +00:00
ramiro%netscape.com 812a7ac503 Fix the initial toolbar size problem. 1998-10-16 11:56:34 +00:00
slamm%netscape.com 50de882b27 Set the minimum column width (to 6). 1998-10-15 20:54:21 +00:00
slamm%netscape.com 915727fc2f Improve column resizing. 1998-10-15 20:52:11 +00:00
slamm%netscape.com 451a6bea1f Add translations to URLBar 1998-10-15 18:29:42 +00:00
slamm%netscape.com 21265b5cf1 Add instance pointer for button sensitivity. 1998-10-15 18:15:59 +00:00
ftang%netscape.com 38de9da54e enable toolbar item to render UTF8 text. Change several XmString related function in RDFUtils.c to also return a font list associated with the XmString. approved by slamm 1998-10-15 13:45:54 +00:00
ftang%netscape.com 3ba5609f4f change code to support HyperTree 1998-10-15 13:43:08 +00:00
ddrinan%netscape.com 1f15f5d9e2 New dispatch table for NSM 1998-10-14 21:44:46 +00:00
kin%netscape.com a4d9891632 Turn on MOZ_ENDER_MIME code. Added JS event support. 1998-10-14 20:30:41 +00:00
ramiro%netscape.com 8e4f337af8 Revive. 1998-10-14 06:02:31 +00:00
ramiro%netscape.com 997acb5209 Navigation buttons back in business. 1998-10-14 05:42:00 +00:00
ramiro%netscape.com e12b286b0e Add new toolbar items. 1998-10-14 05:41:14 +00:00
ramiro%netscape.com e5ca3992fa Add toolbar navigation item. 1998-10-14 05:40:35 +00:00
ramiro%netscape.com 27854ebda6 Add toolbar window list item. 1998-10-14 05:40:19 +00:00
ramiro%netscape.com 7b231102db Rename misnamed FrameList -> WindowList. 1998-10-14 05:39:43 +00:00