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

715 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com b9da715968 add one selector to access the csid of the menu 1998-10-05 14:28:01 +00:00
ramiro%netscape.com f0b2828650 This patch makes cmd/xfe link on BSD/OS 4.0. My private patch tree now
is down to 20K, and the majority of lines pertain to the "#ifdef BSD"
warning fixes of Bugzilla bug #424. Mozilla on BSD/OS certainly is
coming along!  Thanks to Bert Driehuis <driehuis@playbeing.org> for
providing the patch.
1998-10-05 02:18:33 +00:00
cls%seawood.org a387d1cce9 Changed make-resources to accept resources-translations on the commandline.
This fixes the long standing unclickable links problem under autoconf.  Thanks to Ramiro Estrugo <ramiro@netscape.com> for the pointers that led to this fix.
1998-10-04 03:01:35 +00:00
ramiro%netscape.com 6ad92b7280 Ok, dammit - we cant link that bastard mkicons dynamically on many dumbass
platforms.  So forgetaboutit, just link the damn binary statically.  It doesnt
get shipped anyway, so who cares ?
1998-10-03 15:27:19 +00:00
ramiro%netscape.com 842a158993 Define both LIB and DSO MACROS to conform to the "standard".
Should fix the F#(&!%G solaris and IRIX builds.
1998-10-03 14:17:37 +00:00
ramiro%netscape.com 3771697aaf Fix irix build. Add -L$(DIST)/bin when needed to catch the dep shared libs.
Should fix the irix build.  Also, add REQUIRES defines for graphics libs.
1998-10-03 12:11:33 +00:00
ramiro%netscape.com 5b29403f98 Include a common makefile and share the damn rules instead of
cut-and-paste-and-hack-and-paste-and-cut-and-break the unix fes all over
the place.
1998-10-03 11:03:26 +00:00
ramiro%netscape.com b1b4be9805 Remove really really really dead code. 1998-10-03 03:38:58 +00:00
ramiro%netscape.com a87869f877 Remove really really dead code. 1998-10-03 03:32:22 +00:00
akkana%netscape.com 3a752af230 Oops, used CF_BACK_COLOR instead of CF_BACK_IMAGE 1998-10-03 00:33:50 +00:00
akkana%netscape.com 6728d1c7b4 314338,325650: fix some table problems 1998-10-03 00:29:03 +00:00
slamm%netscape.com 2eb01b21b3 Hacks for URLBar. Just bring up the 'Open Page' dialog for now. 1998-10-03 00:27:46 +00:00
slamm%netscape.com 5120da048b Clean up some icon code. 1998-10-03 00:03:37 +00:00
slamm%netscape.com a4d7130f0c Rip out old toolbar code. (Actually, ifdef it out for now). 1998-10-03 00:03:29 +00:00
slamm%netscape.com a8b6ca1eb1 Fix growing cascades on the toolbar. #938. The cascade callback was called for enter and leave events. 1998-10-02 23:26:53 +00:00
akkana%netscape.com 082514a729 Show no-spellchecker-found dialog only if NETSCAPE_COMMERCIAL 1998-10-02 22:15:23 +00:00
cls%seawood.org 1843060b75 Removed overlooked libplc21.a from MKICONS_LIB. 1998-10-02 17:34:08 +00:00
cls%seawood.org 69f97f2f54 Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS). 1998-10-02 08:58:54 +00:00
mcafee%netscape.com 0550a411da Adding uname -s entry for Rhapsody 1998-10-02 04:57:44 +00:00
mcafee%netscape.com 3ab7277b94 Condensing the BSD case for STATFS #define 1998-10-02 00:59:50 +00:00
briano%netscape.com 2e16188f70 Tweak for NetBSD. Eliminates the OS_MINOR macro that (1) didn't work properly, and (2) was being generated every time NetBSD.mk was included. Approved by ramiro@netscape.com. 1998-10-01 23:29:47 +00:00
ramiro%netscape.com 6be2a9392f Renamed badly named raise_border to accent_border. 1998-10-01 21:00:04 +00:00
kin%netscape.com 589c7fe461 Removed the ... from the editorGoodiesMenu insertHorizontalLine label string
since it doesn't bring up a dialog.
1998-10-01 20:56:29 +00:00
ramiro%netscape.com c04211879a Create logo only if needed. 1998-10-01 08:36:26 +00:00
radha%netscape.com eafe6e7251 Image rendering code back to where it used to be. Fixes the tiled background
rendering problem.
1998-10-01 04:57:23 +00:00
radha%netscape.com affdd6c793 Image rendering code modified. Normal image rendering now happens
in the usual place at image.cpp. only RDF cases are handled here.
1998-10-01 04:55:50 +00:00
radha%netscape.com d24b678c91 Don't free the client data. This makes the crash when you mouse over any
RDF toolbars for the second time.
1998-10-01 04:53:44 +00:00
ramiro%netscape.com 93ba27810d Remove uneeded files. Look elsewhere for a demo. 1998-10-01 04:44:12 +00:00
ramiro%netscape.com 315e2a35ac Backout mcafee's libnetwork link change. For the following good reason. The
next time libnetwork changes, mkicons will break.  It is bad enough to have
the libimg dependancy.  The problem is that libimg depends on stuff in
libnetwork - which is questionable itself.  Instead of doing the "right"
thing, it is important the we do the "wrong" thing to avoid mkicons breaking
more often than it does now.  Add stubs to mkicons instead.  Someone is
working on removing the libimg dependancy on mkicons alltogether.
1998-10-01 04:37:51 +00:00
mcafee%netscape.com f96cdca234 libimg needs NET_EscapeDoubleQuote, which is in libnetwork. 1998-10-01 04:23:48 +00:00
ramiro%netscape.com 68ad26548c Add another stub to the mkicons insanity. Fixes unix builds. 1998-10-01 03:31:51 +00:00
mcafee%netscape.com f48cf70fa1 Moving libnetwork.a around to fix link problem. Still keeping two instances of this lib, looks like the circular dependency is still there. 1998-10-01 03:07:12 +00:00
ramiro%netscape.com e8ac17fce5 I goofed and changed a default value by accident. 1998-10-01 01:35:08 +00:00
ramiro%netscape.com 93322f98b2 Add enter/leave callbacks. 1998-10-01 01:28:31 +00:00
ramiro%netscape.com fef2ca2dfe Add enter/leave and cell enter/cell leave callbacks. 1998-10-01 01:28:09 +00:00
ramiro%netscape.com 67b36bb780 Combine layout and preferred_geometry methods. 1998-10-01 01:27:29 +00:00
ramiro%netscape.com 41f2483398 Fix for bugzilla bug 955 just filed by akkana. Tooltip shell was using the
wrong visual and depth info.
1998-10-01 01:01:03 +00:00
kin%netscape.com 0f25d20670 Fix for bug #325661: ENDER: Reseting a form with an HTMLArea displays a dialog.
mozilla/cmd/xfe/forms.c
mozilla/lib/layout/editor.cpp
  - Modified EDT_SetDefaultHTML() to call ReadFromBuffer instead
    of EDT_PasteHTML. It can also handle the case where pHTML is null.

mozilla/lib/layout/edtbuf.cpp
  - Modified ReadFromBuffer to handle case where pBuffer is null.
1998-09-30 18:26:53 +00:00
ramiro%netscape.com 1c587cf473 Always update the boundary before invoking preferred_geometry. 1998-09-30 13:01:25 +00:00
ramiro%netscape.com 184665421d Remove dead code. Make sure GetChildDimensions() returns non zero values. 1998-09-30 13:00:42 +00:00
ramiro%netscape.com 145ae24481 Modularize defaults. 1998-09-30 12:55:29 +00:00
ramiro%netscape.com cd03136741 Modularize translations. 1998-09-30 12:20:26 +00:00
ramiro%netscape.com 3d39755bf4 Modularize inheritance macros. 1998-09-30 11:58:37 +00:00
ftang%netscape.com e2c1946553 add two new files to support RDF related UI. I have not connect the RDF related UI code into these file yet... 1998-09-30 10:58:21 +00:00
ftang%netscape.com aa45c82231 First add these file to support RDF related UI. I have not connect the RDF related UI code into these file yet... 1998-09-30 10:57:15 +00:00
ftang%netscape.com de033ad1e1 delete unused context argument 1998-09-30 10:34:28 +00:00
cls%seawood.org 592551e10e Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Changed check for EDITOR to MOZ_EDITOR. 1998-09-30 00:50:40 +00:00
cls%seawood.org a3e286caa6 Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Removed check for NO_EDITOR from config.mk. Removed EDITOR=1 from config.mk. Set MOZ_EDITOR= ifdef MOZ_LITE. 1998-09-30 00:48:23 +00:00
akkana%netscape.com 14a2a93970 HFolder should already be caught by the earlier wildcard 1998-09-30 00:39:58 +00:00
akkana%netscape.com ccd56e7009 List Person, People and MailAttach separately to try to unconfuse Linux 1998-09-30 00:36:48 +00:00