]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/bitmap.cpp
Include wx/icon.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / mac / carbon / bitmap.cpp
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-05-01  Stefan Csomoruse cleaner OSX version (10.3 upwards)
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-10  Stefan Csomorfixing RawBitmap access
2006-02-10  Stefan Csomorintel endian fix
2006-02-09  Stefan Csomorbring XBM in line with MSW
2006-01-24  Stefan Csomormask fixes for non-core graphics case (this build uses...
2006-01-21  Stefan Csomoradjust subbitmap mask code to new representation
2006-01-08  David Surovellminor cleanup - reformat
2006-01-07  Stefan Csomorbug fix for MacTel builds, using the same code on PPC...
2005-12-29  David Surovellcleanup - reformatting (lots), minor code tweaks
2005-12-03  Stefan Csomorcorrecting CGImage handling to be always correctly...
2005-11-08  Stefan Csomorfix undefined structs under 10.2 (tinderbox)
2005-11-07  Stefan CsomorCGImage Creation is always available under OS X
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-07  Vadim Zeitlinassign 0, not NULL, to an int
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-07  Stefan Csomorsupport mac on little endian systems
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-19  Stefan Csomorfixing mask color correction
2005-05-03  Stefan Csomorotherwise we always fall back to blitting, even if...
2005-04-07  Stefan Csomorrelease does not assert on empty bitmaps anymore
2005-03-29  Stefan Csomorthat was a memory leak
2005-03-01  Ryan NortonwxUSE_IMAGE cleanup, fix warning
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-02-28  Stefan Csomormask access row bytes fixed
2005-02-27  Stefan Csomorguard for 10.2
2005-02-23  Stefan Csomorscaling for 24x24 and 64x64 sizes
2005-02-21  Stefan Csomorwarning fix
2005-02-21  Stefan Csomormoving native format generation into bitmap ref data...
2005-02-20  Stefan Csomorcleanup
2005-02-19  Stefan Csomoradding PICT conversion for IconRef
2005-02-19  Stefan Csomorcorrected bitmap mask -> Image conversion
2005-02-18  Stefan Csomorhaving fixed size icons, scaling from other common...
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-15  Stefan Csomorcompile warnings, M_BITMAPDATA privatized
2005-02-14  Ryan Norton10.2 fix for CG
2005-02-13  Ryan Nortoncompile fix
2005-02-13  Stefan Csomoradding metafile and clipboard support
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-02-06  Gilles Depeyrotcorrected initialization of private wxBitmapHandler...
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-10  Stefan Csomorreverted bitmap depth increases
2005-01-04  Stefan Csomor24 bit depth
2004-06-09  Stefan Csomorremoved invalid restriction
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-04  Stefan Csomorsupport for wxUSE_PALETTE = 0
2003-09-20  Vadim Zeitlincompilation fix for xlc
2003-06-14  Vadim Zeitlinimplemented alpha support for raw bitmaps under Mac
2003-06-04  Vadim Zeitlinmade wxNativePixelFormat usable under Mac
2003-06-03  Vadim Zeitlinno changes
2003-06-03  Vadim Zeitlininitial attempts to get raw bitmaps working under Mac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-06  Stefan Csomoradded alpha channel support for mask bitmaps
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-28  Julian SmartTidied copyright and date for wxMac files
2003-02-09  Stefan Csomorclipboard bitmap support extended
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Stefan Csomoradded forcing to image conversion to always attempt...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-04-26  Stefan Csomorcorrected wxMacSetColorTableEntry (although it is not...
2002-02-16  Stefan Csomornew bitmap code
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-29  Robert Roeblingcompile fix for bitmap.cpp under Mac
2001-12-28  Stefan Csomorremoved redundant code
2001-12-01  Gilles Depeyrotdon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-12  Stefan Csomorfixed memory leak and optimized GetSubBitmap (Kudos...
2001-08-12  Gilles Depeyrotadded missing return value
2001-08-11  Stefan Csomorcorrected a bug in the masking code
2001-08-07  Stefan Csomorno message
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-06-30  Gilles Depeyrotcorrections for Mac OS X after wxUniv merge
2001-06-29  Stefan Csomorpost wxUniv merge fixes
2001-06-28  Gilles Depeyrotapplied SourceForge patch #423536
2001-05-26  Stefan Csomorcorrect bitmap construction (including mask) from...
2001-05-16  Stefan Csomoricon support moved to wxBitmap, allowing for fully...
2001-05-11  Stefan Csomormaintaining 8.1 compat (defining 8.5 calls)
2001-05-10  Gilles Depeyrotactivate new xpm handler under Classic Mac OS after...
2001-05-08  Gilles Depeyrotadded CreateFromXpm method that uses image xpm decoder
2001-05-06  Gilles Depeyrotapplied correction from Marc Newsam in calculations...
2001-04-12  Stefan Csomorcorrected cw6 project files and other small problems
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-08-14  Stefan Csomortransparent xpm bitmaps added, thread support finished
2000-08-09  Stefan Csomormerge with latest sources
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-01-01  Stefan Csomorstarted once again from stubs