]> git.saurik.com Git - wxWidgets.git/history - src/msw/bitmap.cpp
Removed erroneous copyright names and corrected licence spelling
[wxWidgets.git] / src / msw / bitmap.cpp
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...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-07  Vadim Zeitlinsome clean up of the code
1998-09-03  Julian SmartDang, can't remember what I changed now
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-25  Julian SmartCured DC/GDI object leak; listbox window proc restored...
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on, added error messag...
1998-05-20  Karsten Ballüderadded some wxMSW stuff