History log of /haiku/src/add-ons/translators/icns/ICNSTranslator.cpp
Revision Date Author Comments
# 380234c5 14-Oct-2020 Murai Takashi <tmurai01@gmail.com>

ICNSTranslator: Fix -Wformat-security

Change-Id: Id5b4506b66f43a776b2850c92fd352a7d25ec5a9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3334
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>


# 4a23a66c 24-Jan-2019 Murai Takashi <tmurai01@gmail.com>

ICNSTranslator: Fix PVS 2199

Merge two if statements that has same conditional expressions
at line 131 and 138.

Change-Id: I8eb69fc81f723502cfc48e1acbb9bf5e55023150
Reviewed-on: https://review.haiku-os.org/c/916
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# a52b9419 29-Dec-2012 threedeyes <3dEyes@gmail.com>

Apply patch by dsjonny from ticket #9339: Localization for ICNS Translator


# 70f32936 08-Nov-2012 threedeyes <3dEyes@gmail.com>

ICNSTranslator: Minor fixes

* documentIndex not zero-based
* more error handling
* memory leak


# 0810cfe4 08-Nov-2012 threedeyes <3dEyes@gmail.com>

ICNSTranslator: Add icon number for multi-element files


# 122e78a5 08-Nov-2012 threedeyes <3dEyes@gmail.com>

Added translator for Apple icons (icns)

* Read/Write up to 1024x1024 icon sizes.
* All build-in icon sizes available as pages in ShowImage.
* Support only 32-bit icon colors (rgb32 and rgba32) now.


# a52b9419e73a4decf648ef73008676d2f16dbe50 29-Dec-2012 threedeyes <3dEyes@gmail.com>

Apply patch by dsjonny from ticket #9339: Localization for ICNS Translator


# 70f32936e931e6a4835d5f293fb16272c8a9af5d 08-Nov-2012 threedeyes <3dEyes@gmail.com>

ICNSTranslator: Minor fixes

* documentIndex not zero-based
* more error handling
* memory leak


# 0810cfe451df8e618ff49320f055ee4eee316dca 08-Nov-2012 threedeyes <3dEyes@gmail.com>

ICNSTranslator: Add icon number for multi-element files


# 122e78a5b92a5abfad8bef23c2bb859a0ab5eb6f 08-Nov-2012 threedeyes <3dEyes@gmail.com>

Added translator for Apple icons (icns)

* Read/Write up to 1024x1024 icon sizes.
* All build-in icon sizes available as pages in ShowImage.
* Support only 32-bit icon colors (rgb32 and rgba32) now.