XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / tests / image /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-01  Vadim ZeitlinAdd a unit test for wxImage::Scale() method.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-29  Dimitri SchoolwerthAdded alpha saving support to TIFF image handler.
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-19  Dimitri SchoolwerthAdded option to TIFF handler for specifying the photome...
2011-08-19  Dimitri SchoolwerthAdded support for saving greyscale TIFF images.
2011-08-19  Dimitri SchoolwerthFixed crash when saving as a monochrome TIFF image...
2011-08-18  Dimitri SchoolwerthFixed saving TIFF images to wxMemoryOutputStream.
2011-08-17  Dimitri SchoolwerthImproved BMP decoding.
2011-04-26  Vadim ZeitlinMake it easier to compare wxImages in the unit tests.
2011-04-03  Dimitri SchoolwerthFixed failing image test.
2011-03-23  Dimitri SchoolwerthFixed buffer overflow when saving certain images in...
2011-03-01  Dimitri SchoolwerthImproved palette handling with saving PNG files.
2011-02-02  Dimitri SchoolwerthAdded support for reading comments from a GIF image.
2011-01-25  Dimitri SchoolwerthFixed heap corruption when reading a corrupted RLE...
2011-01-19  Dimitri SchoolwerthAdded GIF and animated GIF saving support.
2011-01-19  Dimitri Schoolwerthremoved some leftover debugging code
2011-01-07  Dimitri SchoolwerthFixed saving PNG in wrong format sometimes.
2011-01-05  Dimitri Schoolwerthfixed compilation of image test units when wxUSE_PALETT...
2011-01-04  Vadim ZeitlinFix wxImage test compilation for MSVC6.
2011-01-03  Dimitri SchoolwerthAdded support for saving PNG files with palette.
2010-12-28  Dimitri SchoolwerthAdded saving support to TGA image handler.
2010-12-28  Dimitri SchoolwerthExpanded existing image saving test to also verify...
2010-12-28  Dimitri SchoolwerthAdded some simple unit tests for verifying pixel conten...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-04-24  Vadim ZeitlinDisable ImageTestCase::LoadFromFile() on build slaves.
2009-08-30  Vadim ZeitlinCorrect wxImage::Size() again; add unit tests for it.
2009-06-01  Francesco Montorsiminor change: differentiate the initial banner of test...
2009-06-01  Francesco Montorsiadd check about network connectivity; don't run the...
2009-06-01  Francesco Montorsifix PCH-less build
2009-06-01  Francesco Montorsiadd wxImage test units to test loading from both seekab...
2008-07-23  Vadim Zeitlinfix a bug in the test which was corrupting 1 byte beyon...
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...