Use int instead of wxWindowID in wxNewId() and friends.
[wxWidgets.git] / include / wx / rawbmp.h
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-11-07  Vadim ZeitlinFix build with Borland C++ compiler.
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2008-07-23  Vadim Zeitlinforbid modifying wxImage by assigning to wxImagePixelDa...
2008-06-07  Vadim Zeitlinmore compilation fixes for VC6 (#9492)
2008-05-30  Vadim Zeitlinat least mingw32 3.4.5 needs wxBitmap declaration to...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-09-21  Vadim Zeitlinremoved extra semicolon
2007-09-21  Vadim Zeitlinadded wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
2007-07-10  Václav Slavíkcompilation fix for gcc<3.4
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2006-10-06  Paul Cornettmake pixbuf/alpha handling more coherent in gtk wxBitma...
2006-08-25  Robin DunnDefault construcctor for Iterator
2006-01-26  Robert Roebling GTK2 RGBA has 32 bits.
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
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