Make wxRect parameter of wxRichToolTip::ShowFor() const.
[wxWidgets.git] / src / msw / dib.cpp
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Vadim ZeitlinDon't consider fully opaque bitmaps as having alpha...
2010-11-15  Vadim ZeitlinVC6 compilation fix in wxDIB::Create().
2010-10-30  Vadim ZeitlinAllow creating DIBs storing pixels in non-premultiplied...
2010-10-24  Vadim ZeitlinNo real changes, just inline wxDIB::Create().
2010-10-24  Vadim ZeitlinRemove wxDIB::m_hasAlpha from wxMSW.
2010-10-24  Vadim ZeitlinFix conversion of 32 bit ARGB bitmaps to wxImage in...
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-16  Václav Slavíkfixed typo in error message
2008-08-30  Vadim Zeitlinavoid unnecessary heap allocation of BITMAPINFO struct
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-09-05  Vadim Zeitlinfixed off by 1 bug in converting premultiplied DIB...
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2006-11-19  Vadim Zeitlinunmultiply by alpha when converting from wxDIB to wxIma...
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-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-18  Włodzimierz SkibaCode simplification and warning fixes.
2005-07-01  Włodzimierz SkibaeVC3 build fix.
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-04-23  Julian SmartRemove obsolete includes
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
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-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-20  Vadim Zeitlindon't suppose that all 32bpp DIBs have alpha, this...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2003-07-11  Julian SmartMore WinCE mods
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-04-24  Chris Elliottupdate to make digitalmars compile/link html sample
2003-04-14  Vadim Zeitlinfixes for Win95 (where GetObject(DIBSECTION) is broken)
2003-04-13  Vadim Zeitlinrenamed GlobalHandle class to GlobalPtr to avoid confli...
2003-03-28  Vadim Zeitlinwarning fix
2003-03-24  Vadim ZeitlinwxDIB::Create(wxBitmap) shouldn't do any conversions...
2003-03-24  Vadim Zeitlinfixed converting BI_BITFIELDS bitmaps to DIBs (fixes...
2003-03-24  Chris Elliottfix bug in Borland (bcc32 really hates ?)
2003-03-24  Chris Elliottfix bug in Borland (bcc32 really hates ?)
2003-03-23  Vadim Zeitlinadded wxDIB::Save() and wxDIB to/from wxBitmap) convers...
2003-03-23  Vadim Zeitlingot rid of more duplicated code for working with DIBs
2003-03-23  Vadim Zeitlinadded CreateDDB() and CreatePalette()
2003-03-22  Vadim Zeitlincreate the DIBs in correct (and not down up) line order
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-04  Vadim Zeitlinnew wxDIB class
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2001-12-02  George TaskerFixed incorrect deletion of hPalette if the call to...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-02-13  George TaskerA temporary hDIB was not being unlocked before exiting...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-26  Vadim Zeitlincompilation fix for compilers without PCH
2000-01-26  Vadim Zeitlin1. fixed (?) blitting bitmaps with mask
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Unknown (JL)Renameing funktions from DIB to prevent name clashes
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-19  Ove KaavenUnicode fixes. Appears that this may be the last before...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-03-31  Robin DunnFixed the "Can't open file" message in ReadDIB so that...
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-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-05-20  Karsten Ballüderadded some wxMSW stuff