Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / rawbmp.h
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-07  Vadim Zeitlinuse pragma warning push/pop under MSVC instead of enabl...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-01  Vadim Zeitlindon't use WXDLLEXPORT with nested template classes...
2005-02-26  Robert Roebling Commited fix for HP compiler in raw bitmap code.
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2004-12-10  David ElliottWrap wxImage specifics in wxUSE_IMAGE and wxBitmap...
2004-10-16  Vadim Zeitlinadded missing WXDLLEXPORT
2004-07-23  Vadim Zeitlincompilation fix for gcc (closes bug 996701)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Václav Slavíkcompilation fixes (apparently, gcc <3.4 didn't validate...
2003-12-06  David ElliottwxCocoa: Added wxNativePixelFormat and defined wxPIXEL_...
2003-07-10  Mattia Barbon Compilation fix.
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 Zeitlinfixed the channel order for Mac (alpha comes first)
2003-05-11  Vadim Zeitlinadded missing typename
2003-05-10  Vadim Zeitlincompilation fix for BCC (and probably others)
2003-05-09  Vadim Zeitlinfixed iterator over wxImage with alpha channel
2003-05-07  Chris Elliottremove if defs for DigitalMars as suggested by Vadim
2003-05-06  Chris Elliottpossible fix for templates with digitalmars
2003-05-02  Chris Elliottfix bug to make Borland compile
2003-05-01  Vadim Zeitlinallow raw access to a part of the image only (faster...
2003-04-29  Mattia Barbon MinGW compilation fix.
2003-04-28  Vadim Zeitlinnew template-based more flexible and hopefully more...
2003-04-13  Vadim Zeitlinno changes
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-03-23  Mattia Barbon Added missing comma.
2003-03-22  Vadim Zeitlinadded (very) preliminary raw bitmap support