Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 04:55:46 +0000 (04:55 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 04:55:46 +0000 (04:55 +0000)
commit4ca8531f6195e4daae4756a396ba00f23cad2166
treeed8c555047b0bed7f56959dc9aad46c5a84382f3
parentca21c76b2a55252b483a3fe7e426211c229b50dc
Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.

Having wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE is more consistent with already using the complete short name of an image format elsewhere (e.g. wxBITMAP_TYPE_JPEG, not wxBTMAP_TYPE_JPG, and wxTIFFHandler as opposed to wxTIFHandler). Renamed all existing occurrences and kept the old enum values for backwards compatibility.

Also renamed occurrences of wxBITMAP_TYPE_RESOURCE to the already existing wxBITMAP_TYPE_BMP_RESOURCE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/overviews/bitmap.h
include/wx/bitmap.h
include/wx/gdicmn.h
interface/wx/gdicmn.h
interface/wx/image.h
samples/image/canvas.cpp
src/common/cshelp.cpp
src/common/imagtiff.cpp
src/richtext/richtexthtml.cpp
tests/image/image.cpp
utils/emulator/src/emulator.cpp