Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / msw / bitmap.cpp
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-22  Robert Roebling Ticket #10108 (bitmap from wxImage depth regression)
2008-09-03  Vadim Zeitlincopy alpha presence flag when copying bitmaps using...
2008-08-21  Vadim Zeitlindon't always create DIBs in wxBitmap(wxImage) ctor
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-30  Robert RoeblingDC reorganization
2007-08-20  Kevin OllivierFix for wxMemoryDC::GetAsBitmap() not working on Windows.
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-21  Vadim Zeitlinallow overriding automatic alpha detection during icon...
2007-07-13  Vadim ZeitlinwxCreateDIB() seems to be unused, removed
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-10-31  Vadim Zeitlinfix wxBitmap mask copying
2006-10-29  Paul Cornettremove unneeded include
2006-10-08  Paul Cornettrestore needed functions, wxMSW doesn't use wxBitmapHan...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-20  Vadim Zeitlinprovide stubs for conversion to/from image functions...
2006-03-20  Vadim Zeitlinremoved hard tabs
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-17  Julian SmartApplied patch [ 1378522 ] fixed bitmap w/alpha->icon...
2005-11-24  Julian SmartApplied patch [ 1310251 ] Fixed a pixel depth bug conve...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-05-31  Robin DunnConvert alpha (if any) to mask in wxBitmapToIconOrCurso...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Robin DunnWhen converting a wxIcon to a bitmap check if the icon...
2005-03-27  Vadim Zeitlinadded wxBitmap::GetMaskBitmap()
2004-11-10  Vadim Zeitlinfixed creation of the mask in wxImage -> wxBitmap conve...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinstore bitmap data in premultiplied by alpha format...
2004-08-19  Włodzimierz SkibaSource cleaning: whitespaces,-1/wxID_ANY,TRUE/true...
2004-07-29  Vadim Zeitlinfix for assert when copying bitmap in CloneRefData()
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-22  Vadim Zeitlinreimplemented wxBitmap::ConvertToImage() using wxDIB
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Dimitri Schoolwerthrestored mask copying code when converting a wxBitmap...
2004-05-06  Vadim Zeitlindon't create artificial alpha channel for all bitmaps...
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-03  Robin DunnUse a compatible bitmap if a depth of -1 is given
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-21  Vadim Zeitlinfree the DIB for raw bitmaps even if they don't use...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-12  Julian SmartApplied patch [ 805147 ] GDI objects are not deselected...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Vadim Zeitlininitialize ICONINFO to avoid Purify warnings
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods
2003-06-18  Vadim Zeitlinremoved a now unnecessary line
2003-06-18  Vadim Zeitlinbetter mask handling in wxBitmap to wxImage conversion...
2003-05-09  Vadim Zeitlinuse DIB, not DDB, when converting from an image with...
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-01  Vadim Zeitlinmissing #if's needed for compilation with some wxUSE_XX...
2003-04-28  Vadim Zeitlinnew template-based more flexible and hopefully more...
2003-04-14  Vadim Zeitlinsupport raw access to DDBs as well as DIBs
2003-04-13  Vadim Zeitlindon't crash in UngetRawData() if it is invalid; fixed...
2003-04-13  Vadim Zeitlindon't return garbage from GetRawBitmap
2003-04-13  Vadim Zeitlinadded missing wxBitmap(w, h, dc) ctor
2003-04-13  Vadim Zeitlinfix alpha premultiplying
2003-04-13  Vadim Zeitlinpremultiply the colours by the alpha value
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-03-23  Vadim Zeitlinadded wxDIB::Save() and wxDIB to/from wxBitmap) convers...
2003-03-23  Vadim Zeitlinremoved GetBitmapForDC() and supporting functions
2003-03-23  Vadim Zeitlinadded CopyFromDIB()
2003-03-22  Vadim Zeitlinadded wxBitmapToHICON/CURSOR helper functions
2003-03-22  Vadim Zeitlinmodifications for raw bitmap support and for using...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-06  Mattia Barbon Fix release build.
2003-03-04  Vadim Zeitlinstart of alpha transparency support
2003-01-22  Vadim Zeitlinmade wxBitmapRefData private (actually, this also fixes...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-03-28  Vadim Zeitlinuse PALETTERGB instead of RGB when creating wxMask...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-01-05  Vadim Zeitlinfixed incorrect calls to SelectObject(hdc, NULL)
2001-12-23  Vadim Zeitlincreate masks even (slightly) faster
next