Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / image / image.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-11  Vadim ZeitlinAllow saving images under a different name in the image...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-07-24  Vadim ZeitlinAdd test for a custom cursor to the image sample.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-10  Vadim ZeitlinDon't use wxWindow::ClearBackground() in the image...
2010-04-09  Stefan Csomorreverting r57083 for OSX, fixes #11922
2009-11-30  Vadim ZeitlinFix compilation of image sample with wxUSE_LIBPNG==0.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-04-05  Vadim Zeitlinadded test for wxDC-based image scaling; updated copyright
2009-04-05  Vadim Zeitlinpaint background by default to avoid unexpected sample...
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-01-14  Francesco Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
2009-01-14  Francesco Montorsino real change; just reorganize the sample splitting...
2008-12-04  Francesco Montorsiadd a 'Paint background' check menu item in the MyImage...
2008-12-02  Francesco Montorsifix background repainting under wxMSW (not sure this...
2008-11-17  Vadim Zeitlinignore files produced by the sample
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-04-26  Vadim Zeitlinadded Roscale() test
2007-04-26  Vadim Zeitlinadded Rotate() test
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-12-06  Vadim Zeitlinask for BPP for .bmp extension, not .bpp one
2006-10-29  Paul Cornettremove unnecessary casts
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-16  Włodzimierz SkibaAdded test for scaling and bluring wxImage.
2006-08-23  Robin Dunnpass useMask=true for the toucan images
2006-08-23  Robin DunnShow use use of both wxNativePixelData and wxAlphaPixelData
2006-06-07  Włodzimierz SkibaShow grey version of image with alpha channel.
2006-06-07  Włodzimierz SkibawxBLACK usage.
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinadded support for CMYK JPEGs loading (patch 1476078)
2006-05-28  Vadim Zeitlinuse wxBitmap objects instead of pointers
2006-04-16  Vadim Zeitlinshow effects of mirroring toucan image with alpha ...
2006-01-29  Robert Roebling Fix rawbitmap sample to clear bitmap first.
2005-08-24  Włodzimierz SkibaMissing wxUSE_... flags and source cleaning.
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-02  Julian SmartUse standard ids
2005-05-22  Julian SmartApplied patch [ 1183803 ] PNM: support for ascii grey...
2005-04-16  Michael WetherellCompile fix
2005-04-15  Vadim Zeitlinuse premultiplied RGB in raw image demo
2005-03-30  Włodzimierz SkibaDMC error fix: dynamic initialization of static data.
2005-03-01  Vadim Zeitlinrestored alpha test in raw image frame (why had it...
2005-02-27  Vadim Zeitlinadded tests for savin PNG images in different formats...
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2004-11-12  Włodzimierz SkibaWarning fixes.
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-01  Włodzimierz SkibaCorrect parent in wxFileSelector, -1->wxID_ANY, TRUE...
2004-01-11  Julian SmartAlways use XPMs in this sample
2003-10-18  Robert Roebling Further corrections to bitmap and blit code.
2003-10-09  Robert Roebling image sample fix from 2_4
2003-09-09  Mattia Barbon Applied OpenWatcom fixes from ABX.
2003-06-14  Vadim Zeitlinno changes
2003-06-13  Václav Slavíkcompilation fix for platforms w/o wxRawBitmap
2003-06-12  Jouk Jansen Committing in .
2003-06-03  Vadim ZeitlinMac compilation warnings
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-01  Vadim Zeitlinallow raw access to a part of the image only (faster...
2003-04-28  Vadim Zeitlinupdated to use the new raw bitmap API
2003-04-14  Vadim Zeitlindon't crash if an image is not found
2003-04-13  Vadim Zeitlinbetter alpha test
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-04-02  Mattia Barbon wxMotif does not have wxBitmapDataObject.
2003-03-23  Vadim Zeitlinuse wxCLOSE_BOX for MyImageFrame
2003-03-23  Vadim Zeitlinadded copying images to/pasting them from clipboard...
2003-03-23  Mattia Barbon wxMotif does not have support for raw bitmaps.
2003-03-22  Vadim Zeitlintest raw bitmap access
2003-03-04  Vadim Zeitlindon't erase the background to see the transparent image...
2003-01-12  Vadim Zeitlincompilation fix for wxUniv (patch 664699)
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-22  Vadim Zeitlingcc warning about unused smile fixed (that's serious...
2002-05-24  Vadim Zeitlinadded test for loading image from wxMemoryStream
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2002-03-17  Václav SlavíkChris' wxImage::SaveFile(filename_only) patch
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-02  Václav Slavíkadded cur and ico formats to the sample
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-11-20  Vadim Zeitlinfix for BC++ internal compiler error
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-25  Vadim Zeitlinapplied patch 432814: saving BMP in 1, 4 and 8 bpp
2001-04-28  Václav Slavíkadded XPM demo to samples/image
2001-04-22  Václav Slavíkadded test for XPM writing; ConvertToBitmap, ConvertToI...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Vadim Zeitlinadded test for bug #38
2000-02-19  Guillermo Rodrigue... Solved multiple memory leaks.
2000-02-15  Robert Roebling Various distrib related changes.
next