gecko-dev/cmd/xfe/icons
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
..
anim/main Use the winning animation from the Mozilla Logo Contest. Congratulations go to Urs Streidl <urs@gigaperls.org>. 1998-05-20 23:33:44 +00:00
images Remove mouse-down (md) and insensitive (i) icons. These can be drawn on the fly. 1998-09-16 21:45:57 +00:00
Makefile Build MOZ_MAIL_COMPOSE build bustage. Its MOZ_MAIL_COMPOSE, not MOZ_COMPOSE. 1998-09-17 03:56:45 +00:00
Makefile.in 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
README Free the lizard 1998-03-28 02:44:41 +00:00
assimilateIcon Free the lizard 1998-03-28 02:44:41 +00:00
checkResources.pl Free the lizard 1998-03-28 02:44:41 +00:00
giftrans.c Free the lizard 1998-03-28 02:44:41 +00:00
icondata.h Free the lizard 1998-03-28 02:44:41 +00:00
mkicons.cpp NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of 1998-09-22 16:59:57 +00:00
reducePalette Free the lizard 1998-03-28 02:44:41 +00:00

README

# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL.  You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation.  Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation.  All Rights
# Reserved.
#
---
To add an icon to the build, add the file into the images directory.
The file will automatically be picked up into the build.
---

The images directory is only for icons that are actually built into the
client as icons.  That means:

  o  No random GIF files that will not become icons
  o  No unused icons unless they will eventually be incorporated into
     the client.

If you don't follow these rules, the client will end up reserving too
many colors for icons.


  File suffix  What it all really means
  -----------  ------------------------
  Foo.gif      Normal
  Foo.i.gif    Insensitive (disabled)
  Foo.mo.gif   Mouse-over  (highlighted)
  Foo.md.gif   Mouse-down  (pushed)
  FooO.gif     Open (no 'O' means closed)
  _MAC.Foo.gif Conditionally compiled (see comment in mkicons.c/icondata.c)

  Transparency:
    Transparency color is magenta [255, 0, 255]
    The gif file itself knows how to designate a color
    as transparent; use giftrans to set this color:

      giftrans -t #ff00ff -o newGif.gif oldGif.gif

    giftrans is PD software:
      /usr/local-irix/bin/giftrans
      /u/mcafee/utilities/SunOS5.4/bin/giftrans
      /u/mcafee/utilities/src/giftrans.c
      [or go get it with Archie]

  File Prefixes:

    BM   = Bookmarks
    TB   = Toolbar (Browser)
    MN   = Mail/News
    MNTB = Mail/News toolbar
    MNAB = Mail/News address book
    MNC  = Mail/News compose