aboutsummaryrefslogtreecommitdiff
path: root/share/pixmaps
AgeCommit message (Collapse)Author
2017-06-22Slightly overhaul NSI pixmapsJonas Schnelli
2015-09-13[trivial] Remove obsolete pixmapsMarcoFalke
2013-12-02Lossless image optimizationSined
less bytes, same images
2013-05-24All-resolution pixmap, to make win32 builds determisitic againGavin Andresen
2013-05-13new icons for linux, etc.Jonas Schnelli
- new xpm resources for different linux window managers - new png files for autoresizing on different linux window managers - favicon with new logo - window .ico with new logo - updated debian package script - updated changelog
2011-11-08Re-add bitcoin(32&80).xpmMatt Corallo
2011-09-14Update bitcoin icon to make nsis setup exe deterministic.Matt Corallo
This adds a 32x32 16-bit icon to the bitcoin.ico file. Though this realistically probably looks worse than the 32-bit 32x32 being displayed on a 16-bit monitor, it makes the nsis setup exe deterministic in gitian output (go figure) which makes the slight visual loss for users of very old monitors/computers worth it.
2011-07-12Merge pull request #402 from jayschwa/hirez-iconJeff Garzik
High resolution Windows icon
2011-07-12Increase resolution of Windows icon.Jay Weisskopf
The .ico file has changed in the following ways: * Added 64x64 layer (max size for "Classic Mode"). * Added 256x256 layer (max size for Vista and 7). * Removed copies with no alpha channel: * Display depths lower than 32-bits are rare nowadays. * 8-bit alpha channels in icons has been supported since XP. * If the display depth is lowered, they look no better than the downsampled versions that Windows automatically generates. Tested various sizes on both XP and Win 7. It looks fine (unchanged) on XP and downright sexy on Win 7.
2011-07-11Add logos/branding currently found on bitcoin.org into NSIS installer.Jay Weisskopf
2011-04-23directory re-organization (keeps the old build system)Jaromil
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs