warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / bitmap.cpp
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
2001-12-23  Vadim Zeitlinsped up the mask creation by a factor of 40
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-21  Julian SmartMore tinkering
2001-12-21  Julian SmartMicroWindows tweaks
2001-11-25  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-10-30  Mattia BarbonFixed wxMask::Create(bitmap,colour)
2001-10-18  Vadim Zeitlinfixed resource leak in wxBitmap::CopyFromIconOrCursor
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-07-13  Vadim Zeitlinremoved incorrect 'static' keyword from var declarations
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Václav Slavíkchanged wxBitmap::CreateFromXpm to use wxBitmap(wxImage...
2001-05-14  Julian SmartMisc release-related mods
2001-05-10  Václav Slavíkfixed fatal bug in wxBitmap::CreateFromXpm (the bitmap...
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-04-23  Vadim Zeitlinsome ifdef's - now it might compile without wxUSE_IMAGE...
2001-04-11  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2001-04-10  Julian SmartOk() should be called on image, not bitmap
2001-04-05  Václav Slavíkfixed typos in wxBitmap::ConvertToImage
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-01-17  Vadim Zeitlinfixed bug 128581
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-01  Vadim Zeitlin1. some fixes for the problems reported by BoundsChecker
2000-01-26  Vadim Zeitlin1. fixed (?) blitting bitmaps with mask
2000-01-24  Vadim Zeitlinseveral mingw32 compilation fixes
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-19  Vadim ZeitlinXBM loading finally works (thanks Guillermo)
2000-01-18  Vadim Zeitlin1. small fix in wxDirDialog: SHBrowseForFolder() doesn...
1999-12-28  Guillermo Rodrigue... Added GetSubBitmap()
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Vadim Zeitlinmask corrections
1999-12-05  Julian SmartwxChoice/wxComboBox background colour change (to get...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-17  Václav SlavíkwxBitmap::LoadFile and SaveFile now uses wxImage's...
1999-11-15  Vadim Zeitlin1. fixed wxStaticBox background erasing (or, rather...
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-17  Vadim Zeitlincorrected serious bug in SetHBITMAP
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-01  Vadim Zeitlin1. wxWindow::Centre() hopefully fixed
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-04-01  Julian SmartFixed wxPalette memory leak when loading BMP files
1999-02-23  Vadim Zeitlinsome very minor fixes (I don't even remember what exactly)
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-16  Julian SmartFor wxMSW, split XPM handler into separate file (please...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-10  Unknown (AN)remove the line for image.h, restore a line commented...
1998-12-09  Julian SmartwxImage changes
1998-12-09  Unknown (AN)dec 9, 1998 wxImage related changes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
next