Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / x11 / bitmap.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-11-10  Vadim ZeitlinImplement bitmap mask copying in wxX11.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinFix signatures of various image handlers methods.
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
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...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2008-11-04  Vadim Zeitlinfix wxXPMDataHandler silently broken by long->wxBitmapT...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-05-16  Jouk Jansen OpenVMS changes
2007-03-30  Vadim Zeitlinno real changes, just attempt to work around false...
2006-11-16  Jouk Jansen Solves 2 problems I encounterd on OpenVMS :
2006-10-31  Vadim Zeitlinmake wxBitmap *really* ref counted in X11; some cleanup...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-22  Włodzimierz SkibaSemicolon needed.
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-24  Vadim Zeitlincompilation fix: DefaultVisual() needs Display, not...
2005-02-14  Jouk Jansen Committing in .
2005-02-06  Mattia Barbon wxX11 compilation fixes.
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-09  Jouk Jansen Committing in .
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-04-28  Mattia Barbon Blind compilation fix in the case where libXpm
2003-04-25  Vadim Zeitlinblind fix for wxMotif compilation with wxHAVE_LIB_XPM...
2003-04-07  Mattia Barbon Add GetDrawable convenience function that returns...
2003-04-07  Mattia Barbon Moved m_visual* wxApp[X11] members used by wxBitmap and
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-03-29  Robert Roebling Some work for wxX11 on 8-bit visuals.
2002-03-28  Julian SmartIn bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-02-27  Julian SmartNano-X: used drawable-to-wxImage function in wxBitmap...
2002-02-27  Julian SmartNano-X: added function to copy from a drawable to a...
2002-02-27  Julian SmartNano-X: bitmap now showing in wxMessageBox, but it...
2002-02-25  Julian Smartdata_image -> mask_image, correcting some crashes in...
2002-02-20  Julian SmartNanoX modificati
2002-02-15  Julian SmartInclude XPM under wxX11 for some samples; added comment...
2002-02-13  Julian SmartAllowed for wxHAVE_LIB_XPM or using wxXPMDecoder
2002-02-13  Robert Roebling wxX11:
2002-02-11  Robert Roebling wxX11:
2002-02-10  Julian SmartImplemented CopyFromBitmap, CopyFromIcon
2002-02-08  Julian SmartNow compiling
2002-02-07  Julian SmartStripped out miscellaneous Motif/Xt-specific code
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...