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

2240 Коммитов

Автор SHA1 Сообщение Дата
cltbld%netscape.com f6d531b383 Deleted FullSoft Access path 1998-10-05 19:41:12 +00:00
ramiro%netscape.com ab8c98878e Fix for bugzilla bug 886. compiler warning for missing brakets.
Thanks to Raffaele Sena <raff@aromatic.com> for providing a fix.
1998-10-05 19:35:48 +00:00
ramiro%netscape.com a79a72429f Here's a quick patch to get the autoconf build to work under
FreeBSD.  I think this is needed because the old build system
would define BSDI for FreeBSD systems, while autoconf doesn't.
Thanks to skinny <skinny@knowhere.net> for pointing this out.
1998-10-05 19:24:33 +00:00
pinkerton%netscape.com c5b5342df7 Getting the button class drawing and showing rollover feedback. 1998-10-05 18:47:21 +00:00
pinkerton%netscape.com c01c823a72 More code to better create the correct item class, EraseBackground() to do the right thing when HT specifies a colored bg, and some more minor tweaks. 1998-10-05 18:46:54 +00:00
cyeh%netscape.com f31dc000c8 removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
ftang%netscape.com 7ae77c6f97 add menu csid selector 1998-10-05 14:56:00 +00:00
ftang%netscape.com e725a31ada add one selector to access the csid for menu and menu bar 1998-10-05 14:29:57 +00:00
ftang%netscape.com 6eade21f9e add one selector to access the csid of the menu 1998-10-05 14:28:01 +00:00
ramiro%netscape.com 889df957d3 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
blizzard%appliedtheory.com 2313de21c8 Cleanup of the pixmap rendering code. 1998-10-04 22:29:34 +00:00
cls%seawood.org b57def1c2e 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
cls%seawood.org 3a20ca33dd Modified DEBUG kludge to work with default qt headers. 1998-10-03 20:13:57 +00:00
ramiro%netscape.com 0a6f5cc24f 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 f39fc9d285 Define both LIB and DSO MACROS for jpeg, png and zlib.
Should fix the F#(&!%G solaris and IRIX builds.
1998-10-03 14:17:39 +00:00
ramiro%netscape.com 4e215dd0ed 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 f871e2e3a2 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 156487f1c4 Add rules for dynamic and shared linking of mkicons. Should fix the irix
build.
1998-10-03 12:09:12 +00:00
ramiro%netscape.com 7f9bdcabc6 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 d72da14361 Makefile hackery shared across unix and unik-like Mozilla front ends.
The purpose of this file is to STOP THE INSANITY that has become the XFE
Makefile and that will soon be the gnomefe, qtfe, ybfe and foofe Makfiles.

Anything that can be shared between the unix fes, should be shared.  Always
look here first before adding anything to the toolkit specific Makefiles,
or you will suffer dearly.
1998-10-03 09:55:49 +00:00
ramiro%netscape.com 458aeaebaa Remove really really really dead code. 1998-10-03 03:38:58 +00:00
ramiro%netscape.com 3505b3a924 Remove really really dead code. 1998-10-03 03:32:22 +00:00
cmanske%netscape.com 4e4ed87d52 More Composer publishing improvements. Change cursor when Ctrl is pressed over a link in Composer 1998-10-03 02:23:39 +00:00
akkana%netscape.com 7395852fd3 Oops, used CF_BACK_COLOR instead of CF_BACK_IMAGE 1998-10-03 00:33:50 +00:00
akkana%netscape.com 2389808c8c 314338,325650: fix some table problems 1998-10-03 00:29:03 +00:00
slamm%netscape.com b6fbd5c620 Hacks for URLBar. Just bring up the 'Open Page' dialog for now. 1998-10-03 00:27:46 +00:00
slamm%netscape.com 3e0a86efd3 Clean up some icon code. 1998-10-03 00:03:37 +00:00
slamm%netscape.com b5d15276c9 Rip out old toolbar code. (Actually, ifdef it out for now). 1998-10-03 00:03:29 +00:00
slamm%netscape.com 25f7c4907e 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
cmanske%netscape.com 9b8859d7c9 Modified Composer Publishing dialog 1998-10-02 22:20:37 +00:00
cmanske%netscape.com fd0a33d5d0 Changes to use SingleSignon for password rememembering 1998-10-02 22:18:45 +00:00
akkana%netscape.com c5ff1ef34a Show no-spellchecker-found dialog only if NETSCAPE_COMMERCIAL 1998-10-02 22:15:23 +00:00
cls%seawood.org 11d407d3ce Added SW_THREADS ifdef around PR_XGetXtHackFD() prototype and call. Removed redundant definiton of NOT_NULL. Moved local headers out of DEBUG_qt kludge which is meant to only affect qt headers. 1998-10-02 20:59:36 +00:00
cls%seawood.org 4ada173a91 Rearranged $(NSPR_LIBS) on link command. Removed $(NSPR_LIBS) from *_DEPLIBS. Removed Linux specific build section. 1998-10-02 20:50:52 +00:00
pinkerton%netscape.com 7b567f62b5 Added CRDFToolbarItem.cp 1998-10-02 19:19:23 +00:00
pinkerton%netscape.com f7abcebddb changes to use CRDFToolbarItem.h 1998-10-02 19:18:51 +00:00
pinkerton%netscape.com 24de21d16b First Checked In. 1998-10-02 19:18:26 +00:00
cls%seawood.org 5c029822ca Removed full relative include path for l10n headers. Added -I$(DEPTH)/l10n/us to INCLUDES. Removed $(NSPR_LIBS) from *_DEPLIBS. 1998-10-02 18:26:20 +00:00
cls%seawood.org b644665838 Removed overlooked libplc21.a from MKICONS_LIB. 1998-10-02 17:34:08 +00:00
ftang%netscape.com c021526f68 convert from/to EDIT control CSID to/from UTF8 to make the inline edit work correctly for HyperTree Widget 1998-10-02 12:10:22 +00:00
ftang%netscape.com 41ede8dcc0 fix the non UTF8 HT_AddToContainer problem by using the UTF8 title from the history entry instead of the non UTF8 title from MWContext 1998-10-02 12:08:54 +00:00
ftang%netscape.com 7253b67e20 fix UTF8 html drawing problem problem introduced yesterday when remove cuv stuff 1998-10-02 12:03:28 +00:00
cls%seawood.org a936506e81 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 7657504774 Adding uname -s entry for Rhapsody 1998-10-02 04:57:44 +00:00
mcafee%netscape.com ba1df696fc Adding X11 support for Rhapsody build 1998-10-02 04:46:02 +00:00
blizzard%appliedtheory.com 3f7f35b124 Integrate patch from Michael O'Reilly <michael@metal.iinet.net.au>
This patch starts work on displaying pixmaps.
1998-10-02 03:01:01 +00:00
pinkerton%netscape.com d62358422f Skeleton code for adding buttons to the toolbars. 1998-10-02 01:26:25 +00:00
mcafee%netscape.com 4cd7cc11a7 Condensing the BSD case for STATFS #define 1998-10-02 00:59:50 +00:00
briano%netscape.com 06252aeea6 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
pinkerton%netscape.com 0247e6fff4 add RDF toolbar stuff. 1998-10-01 21:49:40 +00:00
pinkerton%netscape.com a595f9fcf1 Fix to not merge 'cfrg' resources in Moz_resources and mozdark_resources (again). Added CRDFToolbar and CRDFToolbarContainer. 1998-10-01 21:49:31 +00:00
pinkerton%netscape.com b5ece1dfa3 oops, remove code that hardcoded the bg image url if one was not set. 1998-10-01 21:41:59 +00:00
pinkerton%netscape.com a426451caf More overrides for CDragBarContainer to not run the code that expects static layout. 1998-10-01 21:39:42 +00:00
blythe%netscape.com ac0ad90535 Fix win95 build problems that do not show up as build errors, revd danm 1998-10-01 21:39:18 +00:00
pinkerton%netscape.com 8c24ae4a90 toolbars now draw correctly in all windows (not just in 2nd on up) and respect HT background url property. 1998-10-01 21:38:31 +00:00
pinkerton%netscape.com a72f0f761f using auto_HT_Pane for managing HTPane ownership. 1998-10-01 21:37:50 +00:00
pinkerton%netscape.com d36eb2da94 using auto_HT_pane for HTPane ownership. 1998-10-01 21:37:23 +00:00
pinkerton%netscape.com 7813aa25a1 Fix for #324974 where we weren't sync-ing the selection with HT correctly when nodes were unselected. 1998-10-01 21:36:44 +00:00
pinkerton%netscape.com 35e4d80ae2 fixes so that RDF toolbars can work too. 1998-10-01 21:35:41 +00:00
ramiro%netscape.com 0ced54d597 Renamed badly named raise_border to accent_border. 1998-10-01 21:00:04 +00:00
kin%netscape.com ad6a40c66f Removed the ... from the editorGoodiesMenu insertHorizontalLine label string
since it doesn't bring up a dialog.
1998-10-01 20:56:29 +00:00
ftang%netscape.com a4644226dc removed reference to empty header file 1998-10-01 14:33:17 +00:00
ftang%netscape.com 07fb62c558 First Checked In. 1998-10-01 13:45:28 +00:00
ftang%netscape.com 3a1a2bd9d9 remove unused win16 code 1998-10-01 13:36:11 +00:00
ftang%netscape.com f3aa237f55 remove a lot of unused win16 and AWT1.0 support stuff 1998-10-01 13:27:12 +00:00
ramiro%netscape.com 6e8ab19846 Create logo only if needed. 1998-10-01 08:36:26 +00:00
radha%netscape.com 0356436fd8 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 427b6cd865 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 c5fd4a2b3e 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 805c5d030a Remove uneeded files. Look elsewhere for a demo. 1998-10-01 04:44:12 +00:00
ramiro%netscape.com d6762cae95 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 fb79590ded libimg needs NET_EscapeDoubleQuote, which is in libnetwork. 1998-10-01 04:23:48 +00:00
ramiro%netscape.com 9ee34b43dd Add another stub to the mkicons insanity. Fixes unix builds. 1998-10-01 03:31:51 +00:00
mcafee%netscape.com 292ee6dc2b 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 746451fdd6 I goofed and changed a default value by accident. 1998-10-01 01:35:08 +00:00
ramiro%netscape.com a6b123a0c4 Add enter/leave callbacks. 1998-10-01 01:28:31 +00:00
ramiro%netscape.com eb87321ea3 Add enter/leave and cell enter/cell leave callbacks. 1998-10-01 01:28:09 +00:00
ramiro%netscape.com b2e14377f7 Combine layout and preferred_geometry methods. 1998-10-01 01:27:29 +00:00
ramiro%netscape.com eba04d0e46 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
cmanske%netscape.com fb6f038bad Fixed handling of Blockquote and fixed strings for this as well 1998-10-01 01:00:00 +00:00
cyeh%netscape.com 620aac8b51 remove TalkBack Glue shlb until we figure out some nifty wrapping thing for Netscape commercial builds. 1998-10-01 00:50:03 +00:00
pinkerton%netscape.com ce2085a6f3 Fix for #324967 so that we draw open folders with an open transform if the triggers are not displayed. This matches the finder behavior when triggers are showing. 1998-10-01 00:38:56 +00:00
pinkerton%netscape.com 88e3b5f80e Fix problem where moz_resources target was merging in a bad 'cfrg' resource that caused the app not to launch ("app is damaged or cannot be run on this machine" error in finder). 1998-10-01 00:23:24 +00:00
cltbld%netscape.com 01ba35a920 Added Full Circle Talk Back Glue 1998-09-30 23:19:08 +00:00
cyeh%netscape.com 3e8c2f4e1d Remove NSPR20 #ifdef 1998-09-30 20:24:05 +00:00
beard%netscape.com bde904366d Fix for RDF popdown clipping. This should be extended to handle tool tips. 1998-09-30 20:03:22 +00:00
jfrancis%netscape.com b533e1db9b Making the world safe for MacOS 8.1 1998-09-30 18:31:22 +00:00
kin%netscape.com 973c7b27a2 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 4d26cc776f Always update the boundary before invoking preferred_geometry. 1998-09-30 13:01:25 +00:00
ramiro%netscape.com 88af723687 Remove dead code. Make sure GetChildDimensions() returns non zero values. 1998-09-30 13:00:42 +00:00
ramiro%netscape.com 7b4dcea5fd Modularize defaults. 1998-09-30 12:55:29 +00:00
ramiro%netscape.com d60279cefd Modularize translations. 1998-09-30 12:20:26 +00:00
ramiro%netscape.com 78c3e97bc8 Modularize inheritance macros. 1998-09-30 11:58:37 +00:00
ftang%netscape.com 4c8c809f88 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 bb4825a2a3 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 a9fc0fa382 check in Vietnamese cp1258 winfe changes . Thanks for Van Le from the net 1998-09-30 10:48:13 +00:00
ftang%netscape.com 5481833ad6 check in winfe changes for Vietnamese cp1258 work . Thanks Van Le from the net 1998-09-30 10:42:12 +00:00
ftang%netscape.com 003b6f4a78 delete unused context argument 1998-09-30 10:34:28 +00:00
rjc%netscape.com 8612caa792 Finish Shack reflection into JavaScript for Win32 by setting HT_Pane reference in lo_builtin struct. 1998-09-30 06:12:35 +00:00
shaver%netscape.com 011d0d246a only build lm_dom.c if DOM set 1998-09-30 04:47:55 +00:00
brendan%netscape.com 8b7f210e05 - Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
  and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
  by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
  tab-width).
1998-09-30 02:07:26 +00:00
rjc%netscape.com 808c997c30 Reflect Shack into JavaScript. New file: lm_tree.c 1998-09-30 00:55:11 +00:00
rjc%netscape.com a69621d35d Reflect Shack into JavaScript. Approval: sdagley 1998-09-30 00:53:40 +00:00
cls%seawood.org d99607c429 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 63ddc711b9 Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Compile embed.cpp with $(CCC) instead of $(CC). 1998-09-30 00:49:28 +00:00
cls%seawood.org acfa6cf702 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 292680e19b HFolder should already be caught by the earlier wildcard 1998-09-30 00:39:58 +00:00
cls%seawood.org c1a045ce32 Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build. 1998-09-30 00:38:49 +00:00
akkana%netscape.com 4bb2814ade List Person, People and MailAttach separately to try to unconfuse Linux 1998-09-30 00:36:48 +00:00
akkana%netscape.com 79d692a9de Add HFolder* to icon list -- help fix Linux build 1998-09-30 00:34:36 +00:00
cls%seawood.org 1d2a2f6f97 Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build. 1998-09-30 00:23:45 +00:00
cmanske%netscape.com fb2c9d7db8 More Composer bug fixes: Removed password remembering from Publish dialog and removed pixel to % conversion for table and cell widths 1998-09-29 23:50:44 +00:00
pinkerton%netscape.com 01149c74e7 weak-link against NavServices. 1998-09-29 21:43:27 +00:00
cyeh%netscape.com 40aed14ca4 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:35:57 +00:00
cyeh%netscape.com d98af12c7e If NSPR20 isn't defined, the makefile wouldn't look in the NSPR header directory. 1998-09-29 21:32:29 +00:00
cyeh%netscape.com b32c7c1954 Removing old NSPR20 and MOCHA #ifdefs 1998-09-29 20:50:44 +00:00
pinkerton%netscape.com 27eef8f669 Use Client.mcp for stubs generation. These are now obsolete. 1998-09-29 17:35:12 +00:00
pinkerton%netscape.com 2bfa215afb pro4 namespace stuff. 1998-09-29 17:35:07 +00:00
pinkerton%netscape.com 6b5406fb2f remove volatile. 1998-09-29 17:33:46 +00:00
pinkerton%netscape.com 3a96148b35 use new menu bar (no more mercutio) 1998-09-29 17:32:35 +00:00
pinkerton%netscape.com 28723768dd use LTextEditView 1998-09-29 17:31:30 +00:00
pinkerton%netscape.com cf2fbdaa8b LTextEditView changes. 1998-09-29 17:30:01 +00:00
pinkerton%netscape.com bd7bb73f4a pro4 namespace stuff. 1998-09-29 17:29:34 +00:00
pinkerton%netscape.com dbfe7f929b Carbon fixes (if-def'd) 1998-09-29 17:28:57 +00:00
pinkerton%netscape.com 96403c16bc make sure defines are set right. 1998-09-29 17:28:38 +00:00
pinkerton%netscape.com 76a0d85be0 const changes. 1998-09-29 17:28:24 +00:00
pinkerton%netscape.com 94069ff750 const changes, LTextEditView changes 1998-09-29 17:28:06 +00:00
pinkerton%netscape.com 86cf975e55 some carbon stuff and LTextEditView 1998-09-29 17:26:59 +00:00
pinkerton%netscape.com 50e9446f01 new menubar. 1998-09-29 17:25:13 +00:00
pinkerton%netscape.com 47ad31fdce Get/SetDescriptorLen changes. 1998-09-29 17:24:42 +00:00
pinkerton%netscape.com 4ea41a06f1 pro4 stl changes. 1998-09-29 17:23:55 +00:00
pinkerton%netscape.com d1487b0956 extern C stuff. 1998-09-29 17:22:52 +00:00
pinkerton%netscape.com 7cca27c1de use new menubar classes. 1998-09-29 17:22:26 +00:00
pinkerton%netscape.com 6af170cb77 remove obsolete stuff 1998-09-29 17:21:47 +00:00
pinkerton%netscape.com fe2c4bdda5 Fixes for Pro4 1998-09-29 17:21:32 +00:00
pinkerton%netscape.com 40a762eead const changes for Pro4 1998-09-29 17:20:58 +00:00
pinkerton%netscape.com fef1f63e2e fix warnings. 1998-09-29 17:20:41 +00:00
pinkerton%netscape.com bc1282458b pro4 changes 1998-09-29 17:20:12 +00:00
pinkerton%netscape.com 014d00ff5b pro4 changes. 1998-09-29 17:20:02 +00:00
pinkerton%netscape.com 88a31b0249 changes for carbon (if-def'd) 1998-09-29 17:19:13 +00:00
pinkerton%netscape.com 3bc9ebd7e5 changes for Get/SetDescriptorLen 1998-09-29 17:17:20 +00:00
pinkerton%netscape.com d2a20c6a5d improper use of volatile. 1998-09-29 17:16:59 +00:00
pinkerton%netscape.com 5a637b5ca5 use LTextEditView instead of LTextEdit 1998-09-29 17:16:40 +00:00
pinkerton%netscape.com 9dd4a7d7d0 Pro4 changes. 1998-09-29 17:16:24 +00:00
pinkerton%netscape.com 1fff0d4271 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
cyeh%netscape.com 689d57bc8a Removed missing file from the project. 1998-09-29 15:00:58 +00:00
mcafee%netscape.com 267cc4f44b Warning segfault possibility with XP_ASSERT(0). (bugzilla:349) 1998-09-29 07:28:50 +00:00
mcafee%netscape.com 92c243e0c3 Woops backing out that last change. 1998-09-29 07:17:23 +00:00
mcafee%netscape.com e57365459c DU4.0 doesn't like casting to int and then enum. (Bugzilla:334) 1998-09-29 07:15:27 +00:00
cmanske%netscape.com ab48230a3c Added question mark to save file prompt 1998-09-29 07:12:13 +00:00
mcafee%netscape.com df61b51b60 Cast needed for DU4.0 (Bugzilla:325) 1998-09-29 07:11:22 +00:00
mcafee%netscape.com 9f21db5ea9 Cast needed for DU4.0 (Bugzilla:324) 1998-09-29 07:08:35 +00:00
mcafee%netscape.com df59eb4642 Cast needed for DU4.0 (Bugzilla:323) 1998-09-29 07:05:31 +00:00
mcafee%netscape.com eea20965b8 Cast needed for DU4.0 (Bugzilla:322) 1998-09-29 07:02:39 +00:00
mcafee%netscape.com ae51ce99ab Cast needed for DU4.0 (Bugzilla:320) 1998-09-29 06:58:21 +00:00
mcafee%netscape.com 1f9f041dae Cast needed for DU4.0 (Bugzilla:319) 1998-09-29 06:55:47 +00:00
mcafee%netscape.com 4dbe23b408 Cast needed for DU4.0 (Bugzilla:318) 1998-09-29 06:43:05 +00:00
mcafee%netscape.com 64b36e2424 Cast needed for DU4.0 (Bugzilla:316) 1998-09-29 06:37:03 +00:00
mcafee%netscape.com d30ca7570b Cast needed for DU4.0 (Bugzilla:312) 1998-09-29 06:33:42 +00:00
cmanske%netscape.com 5aec84d6a2 Fixed Delete command inactive when it should be active 1998-09-29 05:26:13 +00:00
cmanske%netscape.com 48339cd244 Fixed bug 123391 1998-09-29 05:10:58 +00:00
cmanske%netscape.com cd99126fdd Fixed problem with displaying borders in Navigator when we shouldn't 1998-09-29 00:02:29 +00:00
radha%netscape.com 57393a4702 Change thei default URL for the htmlpane 1998-09-28 23:15:24 +00:00
radha%netscape.com 2f33da5989 Toolbar properties hooked up to RDF. Toolbars get their tooltips from the new
tooltip api
1998-09-28 23:14:30 +00:00
radha%netscape.com 601b7e56cf Really make the selector bar buttons work, so that people outside xfe can use
RDF bookmarks etc....
The images don't show up on the selector bar buttons
for some reason. Shall fix it later.
1998-09-28 23:11:12 +00:00
cmanske%netscape.com de7bd42bc9 Fixed problem with font list 1998-09-28 23:07:42 +00:00
cmanske%netscape.com 26692e6416 Fixed lots and lots of Composer bugs. Implemented more feedback for mouse-over cursors 1998-09-28 22:51:56 +00:00
hyatt%netscape.com ace1e26bd7 Fixing a bug in the SHACK widget. 1998-09-28 21:43:34 +00:00
slamm%netscape.com 7688640b11 Fix spelling errors. 1998-09-28 21:34:56 +00:00
ramiro%netscape.com 4a22ae7808 Add ClientData.[ch]. 1998-09-28 21:22:45 +00:00
akkana%netscape.com 72fe4f269a Hope this syntax might make Linux and Solaris happier 1998-09-28 21:01:21 +00:00
ramiro%netscape.com b7f39f377c Add TIS-620 charset support. Thanks to Samphan Raruenrom <samphan@thai.com>
for providing the patch.
1998-09-28 20:09:23 +00:00
ramiro%netscape.com 037b1f881d Fix bugzilla bug 885. Compiler warning. Thanks to raff@netwinder.org for
pointing this out and providing a fix.
1998-09-28 19:57:27 +00:00
ramiro%netscape.com 17f4c00bfc Use new tool tip api. 1998-09-28 19:42:46 +00:00
ramiro%netscape.com dd04fc2bbb Update for doc string callbacks. 1998-09-28 19:41:30 +00:00
ramiro%netscape.com 65103f1b90 Use the client data manager. 1998-09-28 19:39:44 +00:00
ramiro%netscape.com ad0d85d2e5 Add XfeToolTipShellSetString(). 1998-09-28 19:38:57 +00:00
ramiro%netscape.com 266598a96e Make sure child is centered. 1998-09-28 19:37:55 +00:00
kin%netscape.com 30f74d3665 mozilla/cmd/xfe/resources
mozilla/cmd/xfe/src/EmbeddedEditor.cpp
mozilla/cmd/xfe/src/ComposeView.cpp
  - Modifications to get the insert menu (editorGoodiesMenu), on the embedded
    editor and compose view toolbar, to display text instead of icons.
1998-09-28 19:31:25 +00:00
ramiro%netscape.com cf42e0d1d6 Comment out debug printfs. 1998-09-28 19:09:28 +00:00
akkana%netscape.com cc79078dc1 Lotsa minor bug fixes 1998-09-28 19:09:26 +00:00
ramiro%netscape.com 0e680e94d1 Add client data manager. 1998-09-28 19:08:46 +00:00
ramiro%netscape.com 9fcc4f7837 Fix the realization problem so that tooltips can be added at any time whether
a widget, or gadget's parent are realized or not.
1998-09-28 11:03:11 +00:00
ramiro%netscape.com 94ea3d4f80 Fix removal of info at item destruction. Fix positioning. 1998-09-28 08:11:25 +00:00
mcafee%netscape.com c0762878ad Fixing more link errors. 1998-09-28 07:24:15 +00:00
mcafee%netscape.com e452088f4b closer.. 1998-09-28 07:02:14 +00:00
mcafee%netscape.com 87d2c08d84 First real link attempt 1998-09-28 06:54:37 +00:00
mcafee%netscape.com af6bb74d0a Missing slash 1998-09-28 01:41:50 +00:00
cls%seawood.org a69406cada Added realclean target. 1998-09-27 01:30:07 +00:00
pinkerton%netscape.com 90549f14b3 First Checked In. 1998-09-26 23:14:53 +00:00
pinkerton%netscape.com 24784565a3 *** empty log message *** 1998-09-26 22:25:10 +00:00
cls%seawood.org b5465d8768 Ok this time I actually removed libmsgc21. 1998-09-26 05:31:30 +00:00
cls%seawood.org 834af5688f Put libi18n after libmisc and added JAVA_OR_OJI ifdef for libjsj. 1998-09-26 02:33:18 +00:00
cls%seawood.org 5e2bf46334 Moved EDITOR ifdefs as moc does not seem to be able to handle ifdef'ing out entire functions. 1998-09-25 23:30:38 +00:00
cls%seawood.org 3e7b045933 Removed libmsgc21 from link line. Removed old history files. Removed msg from REQUIRES. 1998-09-25 23:29:27 +00:00
cls%seawood.org 485aea0c40 Removed libmsgc21 from link line. 1998-09-25 23:25:54 +00:00
leaf%mozilla.org d8bab966dc (Actually mlm) Branch landing: Multithreading libmocha in mozilla. - Remove lm_crippled_context from export list. 1998-09-25 22:21:40 +00:00
mlm%netscape.com bd371efe89 Branch landing: Multithreading in mozilla.
- Add -DJS_THREADSAFE and new file lm_wngrp.c.
1998-09-25 21:59:47 +00:00
ramiro%netscape.com 247ff07dc9 Add comment 1998-09-25 18:06:15 +00:00
ramiro%netscape.com dc54402e0b Adding QtMozilla to repository (qtfe). 1998-09-25 18:04:00 +00:00
saari%netscape.com d84dc233fd One more step in fixing the burning tree 1998-09-25 16:08:48 +00:00
saari%netscape.com e024b28c9e MacOS only Modifications to StringLib. It now functions like the Unix version where we have all of the strings in a giant case statement instead of in resources. This is necessary for moving to Pro4 and reducing the number of resources in the Mac Navigator. 1998-09-25 14:45:53 +00:00
ramiro%netscape.com 37ec12f250 dgux is now DGUX. Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for
pointing this out.
1998-09-25 14:00:00 +00:00
ramiro%netscape.com d72c149d03 Restore the resources to non const. const was causing problems on some
platforms.  Thanks to "Marc J. Fraioli" <fraioli@dg-rtp.dg.com> for pointing
this out.
1998-09-25 11:38:07 +00:00
mcafee%netscape.com 0032c18899 More PostScript font names, courtesy <junker@jazz.snu.ac.kr> 1998-09-25 10:24:16 +00:00
mcafee%netscape.com 9f4b4ca968 Added support for paper size, thanks to <junker@jazz.snu.ac.kr> for this fix 1998-09-25 10:23:01 +00:00
wtc%netscape.com 61f7960c9a Removed calls to the obsolete function PR_GetGCInfo(). That function
is only for Java garbage collection and so doesn't matter any more.
Reviewed and approved by Steve Dagley.
1998-09-25 04:42:21 +00:00
wtc%netscape.com 6f18f567c7 Removed references to the unused libmsgc21 library.
Reviewed and approved by David Hyatt and Daniel Matejka.
1998-09-25 04:35:40 +00:00
pinkerton%netscape.com 4e00c293ab use system mdef instead of mercutio for all menus. 1998-09-24 23:45:17 +00:00
pinkerton%netscape.com 7fb302e3fd changed all menus that used mercutio to use system mdef instead. 1998-09-24 23:44:43 +00:00
pinkerton%netscape.com 98aa501afa Change all menus that used mercutio to use system mdef. Added some xmnu to begin support of shift/cmd accelerators. 1998-09-24 23:44:10 +00:00
pinkerton%netscape.com cf6eb341e9 make all menus that used Mercutio now use system MDEF. 1998-09-24 23:43:04 +00:00
hyatt%netscape.com 37fc2f89fa Bug fix for dialogs popping up out of popup windows. 1998-09-24 23:35:03 +00:00
pinkerton%netscape.com 4d230ae37c Replace menus that used mercutio with system MDEF. 1998-09-24 23:32:46 +00:00
pinkerton%netscape.com ee9f5ecdc8 Make all menus use the system MDEF not Mercutio. 1998-09-24 23:30:01 +00:00
akkana%netscape.com cd464db8f4 Remove rosetta references from mail compose code 1998-09-24 21:46:32 +00:00
cyeh%netscape.com 703e1ea8e8 removing old NSPR20 #ifdefs 1998-09-24 21:13:36 +00:00
cyeh%netscape.com 5303f4fc3b remove old MOCHA and NSPR20 #ifdef 1998-09-24 21:09:58 +00:00
hyatt%netscape.com f6f746b889 Fix to the title bar drawing code so that the Win98 gradient fill is used. 1998-09-24 20:54:52 +00:00
cyeh%netscape.com b1100a8e31 removing old NSPR20 #ifdefs 1998-09-24 20:47:57 +00:00
blizzard%appliedtheory.com e8f6b3cd3e Add changes from Michael O'Reilly <michael@metal.iinet.net.au> which
initialize RDF and point the RDF progress info at a dummy frame.
1998-09-24 20:28:56 +00:00
slamm%netscape.com 54edc1cfed Add a command for editing the toolbars and reformat the commands into a nicer format.cmd/xfe/src/xfe_commands 1998-09-24 20:19:20 +00:00
slamm%netscape.com 913fae2351 Trim down formatItem. Some of the function isn't used and hasn't been for a long time. 1998-09-24 20:19:11 +00:00
slamm%netscape.com d917eaf637 Fix a crash that happens when quiting. 1998-09-24 20:19:07 +00:00
slamm%netscape.com 478723ea3e Remove reference to bkmks.h 1998-09-24 20:19:04 +00:00
slamm%netscape.com 7d47f8e61b Add a command for editing the toolbars. 1998-09-24 20:19:01 +00:00
slamm%netscape.com d59a91722b Fix spelling errors. 1998-09-24 20:18:56 +00:00
ftang%netscape.com 672d0839aa store only UTF8 into history entry 1998-09-24 19:50:02 +00:00
av%netscape.com 6fc7777c17 Changed URL for plugin finder page -- approved by amusil 1998-09-24 19:46:07 +00:00
jfrancis%netscape.com 5455f937e5 Continuing Ender work 1998-09-24 16:30:04 +00:00
jfrancis%netscape.com 852cbf1758 continueing Ender work 1998-09-24 16:29:27 +00:00
ramiro%netscape.com 10ea4fa3c7 Link with XfeToolTip. 1998-09-24 14:54:35 +00:00
ramiro%netscape.com 0aef0d15aa Build XfeToolTip and tests by default. 1998-09-24 14:35:54 +00:00
kin%netscape.com 278ae644dd Modifications to XFE_EmbeddedEditor constructor:
- Initialize charset to CS_LATIN1
  - Prevent editor from showing until layout has positioned it and
	wants to display it.
  - Manage toolbox and toolbar ahead of time so we can accurately calculate
    the height of the chrome.
  - Commented out paragraph style and character underline buttons again, they
    got blown away by the previous checkin.
  - Added spellcheck button to toolbar.
  - Moved fe_{add_to,remove_from}_all_MWContext_list() functions from
	EmbeddedEditor.cpp to context_funcs.cpp.
1998-09-24 14:31:50 +00:00
ramiro%netscape.com 60843dd1db Finalize doc string support. Add better callbacks. 1998-09-24 14:25:56 +00:00
wtc%netscape.com 1973fb7a9c Removed unneeded libmsgc21.
Files changed: cmd/xfe/{Makefile,Makefile.in},
cmd/stubfe/{Makefile,Makefile.in}.
1998-09-24 14:11:18 +00:00
ftang%netscape.com 71860c7c63 Make the RDF stuff always render UTF8 1998-09-24 09:23:48 +00:00
ramiro%netscape.com 122ecc6466 Add support for documentation strings. 1998-09-24 09:22:27 +00:00
ftang%netscape.com 38cde5c994 add CDefaultFontFontSwitcher.cp for better UTF8 support 1998-09-24 09:17:26 +00:00
mcafee%netscape.com fc4b8bb076 Moving comment to fix AIX & Digital sed breakage. Maybe sed really does suck, as the comment suggests. 1998-09-24 07:54:04 +00:00
ramiro%netscape.com 94d78842f1 Add realize callbacks. 1998-09-24 05:19:50 +00:00
hyatt%netscape.com b79b63a3e6 Fixing a crash when the HTML pane in Aurora is deleted. 1998-09-24 02:00:44 +00:00
hyatt%netscape.com a860dc2862 Really fix the problem with undocking. :) 1998-09-24 01:43:12 +00:00
hyatt%netscape.com 0f8a279579 Fixing a problem with undocking the NavCenter window. 1998-09-24 01:40:22 +00:00
hyatt%netscape.com 4aaeb57d7e Making the toolbars add/remove properly. 1998-09-24 01:33:20 +00:00
hyatt%netscape.com ee6406b8f6 Tweaking the notification handler for the toolbars. 1998-09-24 00:38:53 +00:00
hyatt%netscape.com 798fa70de8 Making the HTML pane work again. 1998-09-24 00:06:54 +00:00
ftang%netscape.com a742ed0de0 First Checked In. 1998-09-24 00:01:01 +00:00
robinf%netscape.com b2bb4c9d5b fixing bug #321757; updating help to reflect changed behavior of "Show Introduction Screens" global option 1998-09-23 23:42:57 +00:00
robinf%netscape.com 1c655a1851 Fixing bug #324040; adding new help screen for new flag in global options 1998-09-23 23:00:43 +00:00
akkana%netscape.com 4c39981036 more rosetta build bustage 1998-09-23 20:52:02 +00:00
cls%seawood.org 07971b323c Fixed problem with FULL_STATIC_BUILD and js libs. Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix. 1998-09-23 20:20:07 +00:00
robinf%netscape.com 0537698fd5 fixinb bug related to text corrections on these screens 1998-09-23 19:07:46 +00:00
blizzard%appliedtheory.com 3dcb0c2449 Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view
in the function.
1998-09-23 14:04:06 +00:00
ramiro%netscape.com d62fe33fb5 Remove 2 extra spaces that were causing Mozilla to crash on startup on some
sun computers.
Thanks to Kurt Swanson <kurt@dna.lth.se> for pointing this out and providing
the fix.
1998-09-23 09:21:28 +00:00
ramiro%netscape.com cef3020548 Fix for bugzilla bug 864. XFE fonts.c file charset array out of whack.
Thanks to raff@aromatic.com for pointing this out and providing the fix.
1998-09-23 08:22:25 +00:00
briano%netscape.com 022b5e38c2 Changed EDITOR to MOZ_EDITOR, because EDITOR is almost always defined in the user's environment, and that breaks MOZ_LITE builds. Approved by ramiro@netscape.com. 1998-09-23 00:47:17 +00:00
radha%netscape.com 3d3760e063 Moved MWContext utility functions to context_funcs.cpp 1998-09-22 23:32:49 +00:00
cls%seawood.org 39b7c91072 Sync'd Makefile.ins 1998-09-22 23:01:29 +00:00
radha%netscape.com 81662cdc7d Check if image->clientData exists before trying to obtain the pixmap
from it.
1998-09-22 22:24:29 +00:00
radha%netscape.com 4fc7251dfd New utility functions to create MWContext and obtain frame handle from
MWContext
1998-09-22 22:23:49 +00:00
wtc%netscape.com 96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
cls%seawood.org 62d121236f Sync'd Makefile.ins with corresponding Makefiles. Fixed problems with autoconf build. Thanks to Christopher Blizzard <blizzard@appliedtheory.com> and Tom Rini <trini@kernel.crashing.org>. 1998-09-22 03:47:27 +00:00
sdagley%netscape.com 5911ad126f per pinkerton this call to URDFUtilities::PropertyValueBool is no longer needed (and it's breaking the Mac build) 1998-09-22 03:10:12 +00:00
slamm%netscape.com 5236942db4 Add a parameter to HT_PaneFromURL (to match backend change that hyatt made). Fix crash on exit (We deleted the notification struct and then HT tried to send us more events). 1998-09-22 00:50:25 +00:00
sdagley%netscape.com dbf9a0b046 Yes the tree is in flames but it'll stay that way without this mod. Reviewed/Approved hyatt. Add new paramter for call to HT_PaneFromURL. 1998-09-22 00:35:08 +00:00
hyatt%netscape.com 40aba998c9 Support for templates added to SHACK. More properties added to front end. 1998-09-22 00:24:26 +00:00
nisheeth%netscape.com 1f6691e905 Added code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
that all network connections have completed for the current page.  This is part
of the Layout Probe project that is trying to add test automation interfaces to
the layout engine.
1998-09-21 23:58:14 +00:00
ramiro%netscape.com caccb50f72 Fix taskbar action button transparency. 1998-09-21 22:08:18 +00:00
nisheeth%netscape.com ea5d88b065 Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set. 1998-09-21 21:46:38 +00:00
ramiro%netscape.com 4c75ce6a52 Add a margin to taskbar action button. 1998-09-21 20:55:53 +00:00
ramiro%netscape.com f41f4c55bd Remove unused taskbar stuff. 1998-09-21 20:51:41 +00:00
ramiro%netscape.com 97caf0546f Unbreak the taskbar some more. 1998-09-21 20:50:25 +00:00
ramiro%netscape.com c766d6662c Add a callback to control which toolbar children are resized to the max
dimensions.
1998-09-21 20:20:14 +00:00
ramiro%netscape.com eba6765f1a Callback reason modularization. 1998-09-21 19:49:21 +00:00
sudu%netscape.com 7563a7dd9d Bring autoconf build up to date with non-autoconf build 1998-09-21 19:25:58 +00:00
kin%netscape.com ffaa12b0a2 Removed the ParagraphStyle and CharacterUnderline buttons from the HTMLArea
toolbar.
1998-09-21 17:38:41 +00:00
kin%netscape.com fce0fa2bc1 Modified htmlarea_create() use the current_text if it exists. Fixes HTMLArea
reload, page forward and back.
1998-09-21 17:36:59 +00:00
ramiro%netscape.com 48023d85eb Un-break the taskbar some more. 1998-09-21 14:20:52 +00:00
ramiro%netscape.com ffee05c0b6 Add XfeTabGetOrientation(). 1998-09-21 13:47:39 +00:00
ramiro%netscape.com d15826ed79 Create the ender toolbar item only when needed. 1998-09-21 12:22:38 +00:00
mcafee%netscape.com 87a3da1891 Initial version, borrowed from webshell/tests/viewer 1998-09-21 08:03:35 +00:00
mcafee%netscape.com 60cd9b826b NGLayout source is src2 1998-09-21 08:00:15 +00:00
mcafee%netscape.com 8f1d042bc1 Added FE_GetRelatedLinksContext() 1998-09-21 05:30:47 +00:00
mcafee%netscape.com 0981afc9b2 Renamed init() to read(), save() to write(). 1998-09-21 05:29:26 +00:00
mcafee%netscape.com 2b0a693f1c Added support for Smart Browsing 1998-09-21 05:27:50 +00:00
mcafee%netscape.com ba54d9a1b4 read_str is now fe_PrefReadString(), write_str() is fe_PrefWriteString() 1998-09-21 05:25:49 +00:00
mcafee%netscape.com de59b12c4a Added updateRelatedLinksShowing() 1998-09-21 05:25:09 +00:00
mcafee%netscape.com bb7055e964 Removed cookie stuff from fe_GlobalPrefs 1998-09-21 05:24:30 +00:00
mcafee%netscape.com d161d77fc3 Unused variable warning on Linux 1998-09-21 04:58:41 +00:00
mcafee%netscape.com bdba5a4904 Unused variables warnings on Linux 1998-09-21 04:43:33 +00:00
mcafee%netscape.com 1de6e186bf Fixing compiler warning on Linux 1998-09-21 04:42:13 +00:00
ramiro%netscape.com 7ca2ae4910 This is a temprary hack to fix the "off by one" toolbar closed problem that
occurs when all toolbox items are closed.
1998-09-20 17:17:12 +00:00
ramiro%netscape.com 816d5e6afe Remove superflous XmNchildUsePreferred{Width,Height} resources. 1998-09-20 17:06:05 +00:00
ramiro%netscape.com 61fc53f236 Add a comment in place of broken feature. 1998-09-20 16:14:06 +00:00
ramiro%netscape.com 27329866ed Fix a typo. 1998-09-20 16:13:44 +00:00
ramiro%netscape.com e6df42788b A better name. layout_frozen instead of ignore_configure. 1998-09-20 16:01:12 +00:00
ramiro%netscape.com 994dd81d63 Allow each toolbar child's width/height to be forced to the max individually.
Before, it was either all or nothing which was bad when getting dynamic
toolbars to work, especially with complicated toolbar items such as a
combo box.
1998-09-20 13:32:41 +00:00
ramiro%netscape.com 6693a43db8 Move unused Splash.cpp into an ifdef NSPR_SPLASH. 1998-09-20 11:29:58 +00:00
ramiro%netscape.com ef6fa1444d Fix a type and update autoconf makefile. 1998-09-20 11:22:41 +00:00
ramiro%netscape.com 0251601951 Remove taskbar widget and use toolbar instead. UNBLOAT. 1998-09-20 11:05:00 +00:00
ramiro%netscape.com 4694781f61 Un-break MOZ_TASKBAR. 1998-09-20 09:18:38 +00:00
ramiro%netscape.com c8deb2a9fd Add missing rep type. 1998-09-20 08:37:33 +00:00
ramiro%netscape.com 190efceb8a Use a better name: FIXED_SIZE instead of OFFSET. 1998-09-20 06:48:31 +00:00
ramiro%netscape.com 2190d6d3fa Simplufy the XFE_RDFChromeTreeView class by using a divider instead of all
those broken XmForm hacks.
1998-09-20 06:39:43 +00:00
ramiro%netscape.com dda3ad4806 More modularization changes. Move all the string defs and registration
functions to the respective places where they are needed.  Also cleanup up
a bunch of children info stuff.
1998-09-20 06:38:24 +00:00
ramiro%netscape.com bce1e6d48e Add #include <Xfe/Cascade.h>. 1998-09-20 06:34:28 +00:00
ramiro%netscape.com 90fd095fdb Fix crash when creating a chromeless window. Dont de-reference a NULL
toolbar.
1998-09-20 06:33:35 +00:00
ramiro%netscape.com 53193c619b Add divider. 1998-09-20 06:32:11 +00:00
ftang%netscape.com 209615ff73 fix bug 147200 by merge nova code 1998-09-19 00:30:31 +00:00
ftang%netscape.com 1269068ae6 Fix the DrawText problem 1998-09-19 00:27:03 +00:00
sar%netscape.com bd7067a5af add nsMalloc.cpp per warren 1998-09-18 09:21:54 +00:00
ramiro%netscape.com 20ac1f3946 Fix build bustage, what a dumb ass. 1998-09-18 06:46:35 +00:00
ramiro%netscape.com 4b06575886 Move toolbar widgetry to its own library. 1998-09-18 06:44:53 +00:00
ramiro%netscape.com 2b82fa2900 Move toolbar widgetry to its own library. 1998-09-18 06:12:45 +00:00
jfrancis%netscape.com 65f6c6b810 Redoing Ender toolbar. 1998-09-18 01:38:51 +00:00
jfrancis%netscape.com b8a785fe1d Redoing Ender toolbar. 1998-09-18 01:24:28 +00:00
jfrancis%netscape.com 3dbadee7e4 Redoing Ender toolbar 1998-09-18 01:23:45 +00:00
jfrancis%netscape.com 180a8caacf Redoing the Ender toolbar 1998-09-18 01:22:28 +00:00
sudu%netscape.com bcdfb85519 Added caps in the include line 1998-09-17 18:32:45 +00:00
sudu%netscape.com f4a37dd455 Moved NPL_Init after RDF_Init as NPL_Init depends on RDF stuff via caps manager 1998-09-17 18:31:47 +00:00
ramiro%netscape.com 52eb548808 Add xfeCmdClearUrlBar and deal with it in XFE_BrowserFrame. 1998-09-17 14:22:38 +00:00
ramiro%netscape.com 3cfc1de6c9 Add clearText(). 1998-09-17 14:20:06 +00:00
ramiro%netscape.com 3a27404009 Move the dynamic layout parts of XfeManager to their own superclass
XfeDynamicManager.  This will make it a lot easier to write complicated
layout functions, such as the fancy configurable toolbar stuff.
Renamed a bunch of poorly named methods and data members.
1998-09-17 14:11:54 +00:00
radha%netscape.com c87d8f8601 Call createHTMLPane only once 1998-09-17 14:11:23 +00:00
radha%netscape.com ec75e0a1c2 Create the HTML pane 1998-09-17 14:10:53 +00:00
ramiro%netscape.com 165273b7eb Fix default rdf toolbar layout. 1998-09-17 13:48:14 +00:00
ramiro%netscape.com c60fafe5f1 Add button layout test. 1998-09-17 10:59:23 +00:00
ramiro%netscape.com 25386e063a Change 'static XtResource' to 'static const XtResource' types for resources.
Thanks to Joe Keane <jgk@jgk.org>.
1998-09-17 09:55:48 +00:00
blizzard%appliedtheory.com d74754b186 Pixmap creation and updating now use gdk primitives 1998-09-17 04:07:14 +00:00
ramiro%netscape.com 0f071cc57a Build MOZ_MAIL_COMPOSE build bustage. Its MOZ_MAIL_COMPOSE, not MOZ_COMPOSE.
Also, a bunch of icons were not being linked in.
1998-09-17 03:56:45 +00:00
slamm%netscape.com 140e72c073 Add back some security icons. 1998-09-17 01:35:01 +00:00
sdagley%netscape.com 459b4983e8 Restored radio group for cookie settings radio buttons 1998-09-16 23:57:22 +00:00
slamm%netscape.com b2537071cb Back out button simplification until security stuff is worked out. 1998-09-16 23:29:09 +00:00
slamm%netscape.com 75f21443b8 Make sure callbacks are visible to derived classes. 1998-09-16 22:28:12 +00:00
slamm%netscape.com e79fba691c Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons. 1998-09-16 21:50:00 +00:00
slamm%netscape.com 09062ee575 Move some toolbar specific code from RDFMenuToolbarBase to RDFToolbar. 1998-09-16 21:46:22 +00:00
slamm%netscape.com 20c6811f47 Remove unused extern. 1998-09-16 21:46:16 +00:00
slamm%netscape.com c2140602e5 Use only one icon group per toolbar item. We previously allowed up to four, but no one uses it anymore and it was ugly. 1998-09-16 21:46:11 +00:00
slamm%netscape.com c20839d729 Remove mouse-down (md) and insensitive (i) icons. These can be drawn on the fly. 1998-09-16 21:45:57 +00:00
slamm%netscape.com 2ef9e44e5f Get rid of MOZ_LITE hack. 1998-09-16 21:44:40 +00:00
slamm%netscape.com 3aaf9c3441 Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons.icons.c 1998-09-16 21:44:37 +00:00
pinkerton%netscape.com fa41f27684 add some asserts and sanity checks on the shelves. 1998-09-16 21:18:36 +00:00
pinkerton%netscape.com f60fac68d0 fix pane id of the adSpace in the "no grow box" version of the browser window. 1998-09-16 21:17:58 +00:00
robinf%netscape.com d9017380b1 fixing bug #321762: adding a help screen that describes how to remove a screen from AS. 1998-09-16 20:11:57 +00:00
pinkerton%netscape.com 6051b4342b Forgot to set fe_data in the text attr struct when dealing with fonts. 1998-09-16 18:44:58 +00:00
pinkerton%netscape.com 1f34b6c893 Fixes from 4.5-land for locking up the machine while scanning large global history files and memory leak fixes. 1998-09-16 18:32:49 +00:00
kin%netscape.com c14f4daed0 First pass support for the HTMLArea embedded toolbar. 1998-09-16 18:27:17 +00:00
kin%netscape.com b815a1e43a Default input for an HTMLArea is now assumed to be HTML. Replaced all calls
to EDT_SetDefaultText() with calls to EDT_SetDefaultHTML().
1998-09-16 18:24:12 +00:00
kin%netscape.com a2e20fdb02 Fixed bogus assertion thrown when the toolbox contains only one toolbar.
Fixed crash that occurs when a toolbox contains only one toolbar, and you
try to destroy the toolbar. Reviewed and approved by ramiro.
1998-09-16 18:23:37 +00:00
kin%netscape.com fa5fb056fb Fix to prevent crashing in layout(), called from Manager.c:DeleteChild(),
when the Chrome and it's children are being destroyed.
1998-09-16 18:22:56 +00:00
ramiro%netscape.com fad9618f18 Fix for bug 293266. Make sure "Joe User's Bookmarks" item appears as first
item in the "File Bookmarks" menu.
1998-09-16 14:19:11 +00:00
mcafee%netscape.com 72b1a08dd5 Uninitialized variable compiler warnings on Linux 1998-09-16 09:37:45 +00:00
robinf%netscape.com a745ac5bd7 updating these files for Nova; text changes to fix links, remove Mac and Win16 references 1998-09-16 01:04:31 +00:00
robinf%netscape.com c1c87b0f0a fixing bug #322037 in aatab.htm; removed win16 note from nmtab.htm 1998-09-15 23:54:30 +00:00
rjc%netscape.com a529b0e6d9 Additional changes for supporting HT_LayoutComplete(). 1998-09-15 22:07:34 +00:00
blizzard%appliedtheory.com dc6f133521 UpdatePixmap completed 1998-09-15 20:14:33 +00:00
blizzard%appliedtheory.com 2b7b3bf1a5 gnomefe now creates pixmaps when asked to by the image layer 1998-09-15 19:04:32 +00:00
blizzard%appliedtheory.com 20ba3d5d56 Remove README file. Information should be on the web site and/or elsewhere
in the tree.
1998-09-15 18:54:53 +00:00
robinf%netscape.com b51a8abaf8 Fixing bug #309332; reword text on this screen so it's clearer about the type of information the user will be asked for 1998-09-15 18:34:51 +00:00
blizzard%appliedtheory.com 0d3eb7f91b Add patches from Bert Driehuis <driehuis@playbeing.org> These patches
make sure that the view is properly returned in all functions where it's
supposed to be.
1998-09-15 14:31:47 +00:00
ramiro%netscape.com 577c8f7f53 Comment out 2 assertions to get past toolbar layout problem. 1998-09-15 11:26:43 +00:00
ramiro%netscape.com 49a7e240a5 Make sure motif link path appears before x link path. 1998-09-15 08:26:44 +00:00
ramiro%netscape.com dd1e6915b6 Add dynamic toolbar layout. 1998-09-15 03:56:55 +00:00
ramiro%netscape.com bf5c1f7472 Add #include "prefapi.h". 1998-09-15 03:41:15 +00:00
ramiro%netscape.com 437c61bdc3 Add shell placement. 1998-09-15 03:33:06 +00:00
racham%netscape.com c0efc8a3ac BUG 323175 : Use global registry variable (currentProfileDirectory) 1998-09-15 02:55:58 +00:00
racham%netscape.com a762bc01dc BUG 323175 : Use global registry variable (urrentProfileDirectory) 1998-09-15 02:54:59 +00:00
racham%netscape.com 7723aff078 BUG 323175 : Catch the registry value into a global variable (currentProfileDirectory) 1998-09-15 02:53:59 +00:00
racham%netscape.com 7b07bcedb5 BUG 323175 : Sync up with Netscape Registry and Profile Manager changes 1998-09-15 02:52:02 +00:00
ramiro%netscape.com be4826f267 Fix the create view label order. 1998-09-15 02:07:09 +00:00
pinkerton%netscape.com 9a8a90e6d4 don't return "boolean" in GetScrollbarMode() when the return value is a tri-state layout constant. return Int8 which is how it's stored. 1998-09-14 23:32:42 +00:00
pinkerton%netscape.com 349dc120eb Fix bug where we would randomly crash in the RDF notification handler. We weren't properly disposing of the personal toolbar pane and so it would get events long after it was deleted, causing crashes. 1998-09-14 22:36:43 +00:00
mcafee%netscape.com 5e6ec41042 Merging in XfeToggleButtonIsSet() from Nova branch 1998-09-14 20:26:48 +00:00
slamm%netscape.com 9551109d53 Quiet a compiler warning 1998-09-14 19:52:57 +00:00
slamm%netscape.com 7574376821 Kill some dead code 1998-09-14 19:52:48 +00:00
slamm%netscape.com 2f656e6836 Use the prefapi directly for the toolbar prefs. 1998-09-14 19:52:40 +00:00
slamm%netscape.com 6d3c8bb663 Use prefapi instead of fe_GlobalPrefs. Remove some unused context fe_data items. 1998-09-14 19:52:34 +00:00
slamm%netscape.com f9c564dea4 Add a doClose method to do some possible cleanup. Really just moving some old code out of the xfe close to where it should be used. 1998-09-14 19:52:31 +00:00
slamm%netscape.com 235f9a04a7 Don't need to set top_area in fe_data anymore. 1998-09-14 19:52:19 +00:00
slamm%netscape.com 24f95b99f3 Remove a bunch of uneeded items from the context fe_data. 1998-09-14 19:52:15 +00:00
slamm%netscape.com 4349c5e770 Quiet some compiler warning. Kill some references to fe_data in context that is obsolete. 1998-09-14 19:52:08 +00:00
slamm%netscape.com c328d19884 Remove toolbar prefs from fe_globalPrefs. Use the backend call directly instead. Discard some unused prefs. 1998-09-14 19:52:01 +00:00
slamm%netscape.com 13cd3e8e57 Move an abort clean up from mozilla.c 1998-09-14 19:51:57 +00:00
slamm%netscape.com 0ec26e39bd Kill reference to url_label in fe_data. Quiet a compiler warning. 1998-09-14 19:51:50 +00:00
slamm%netscape.com 3ee566232c Kill some dead code. Call prefs directly instead of using fe_globalPrefs. 1998-09-14 19:51:46 +00:00
pinkerton%netscape.com a36aa17f04 HTMLPane now respects size from HT (in pixels or percentages). 1998-09-14 18:44:19 +00:00
raman%netscape.com f49eb6d2b2 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
mcafee%netscape.com 4e382483e4 Adding privacy prefs 1998-09-12 05:36:51 +00:00
cmanske%netscape.com 325434815f Fixed Composer bugs, changed image drag behavior in Composer window - must select image first 1998-09-12 01:44:20 +00:00
mcafee%netscape.com 3839d522cd comment: warning not to pile anything else on the obsolete fe_globalPrefs structure 1998-09-12 00:11:32 +00:00
pinkerton%netscape.com 9f777defdb fix frames and property dialogs by adding back PPob 1005 that I overeagerly pruned last week. 1998-09-11 22:36:02 +00:00
clu%netscape.com cdc7a2e069 tweaks to the encoding dialog box. also added the page title dialog box for #123601. 1998-09-11 22:26:13 +00:00
hyatt%netscape.com e7b5de92d2 Fixes for Aurora custom icons. 1998-09-11 22:25:21 +00:00
clu%netscape.com e006da407e #123601 - headers for CPageTitle. 1998-09-11 22:19:47 +00:00
clu%netscape.com 469ee4c017 implmented CPageTitle for #123601. 1998-09-11 22:19:44 +00:00
clu%netscape.com ace5660645 #123601 - ask users for page title before saving. Also tweaked at the composer encoding dialog code so the menu item would reflect encoding changes correctly 1998-09-11 22:19:39 +00:00
clu%netscape.com 40b4fddc9a #123601 - added resource number 1522 for CPageTitle. 1998-09-11 22:19:36 +00:00
waterson%netscape.com 3f5fa7ca9f Fix bustage on Linux/Motif 2.0 with reflow. 1998-09-11 22:12:47 +00:00
pinkerton%netscape.com f66d587b32 Fix bug in drag and drop where we were passing parent folder and any selected children to HT, which would cause it to die. Affects drag feedback in that selected children are not displayed when their parent container is selected as well. 1998-09-11 21:52:42 +00:00