File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / samples / image / image.cpp
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.
2000-02-10  Robert Roebling Whole lotta stuff for wxPlotWindow,
2000-02-06  Vadim Zeitlinsome minor changes in controls/image, timings added...
2000-02-01  Guillermo Rodrigue... Added a test for saving XPMs with 'automatic' mask
2000-01-21  Vadim Zeitlintests for XPM images
2000-01-15  Robert Roebling black now denotes 0 on mono-bitmaps.
2000-01-15  Vadim Zeitlininversed wxImage for the mono bitmap
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-14  Robert Roebling Typo in image sample (displayed PNM, not TIFF).
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-27  Robert Roebling Added mono bitmap to image conversion.
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-14  Ron Leeadded XBM example to image sample
1999-11-29  Robert Roebling More TIFF things,
1999-11-28  Robert Roebling TIFF change 6.
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-06  Julian SmartFixed image sample, dsp files etc.
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-27  Guillermo Rodrigue... Added testing code for PCX Handler (which is still...
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-13  Robert Roebling More makefiles
1999-08-13  Robert Roebling Compile fixes,
1999-08-10  Robert Roebling Updates for makefile.unx
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-21  Robert Roebling fixed bitmap constructor for monochrome bitmaps
1999-04-17  Robert Roebling Added a bit of libJPEG 6.0b
1999-04-16  Robert Roebling wxImage now uses GTK 1.2's fast rendering code if...
1999-04-12  Robert Roebling added moving subwindow when scrolling (tested in...
1999-04-06  Julian SmartJPEG and PNG code taken out of image.cpp
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-05  Robert Roebling synched Clear() and SetBackgroundColour()
1999-02-04  Julian SmartSome warnings removed.
1999-02-04  Robert Roebling Faster imagescale code
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-13  Robert Roebling more wxImage on Motif
1999-01-13  Robert Roebling Forgot one.
next