introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default...
[wxWidgets.git] / include / wx / gtk / bitmap.h
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-11-01  Stefan NeisGeneralized compilation fix for old compilers.
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Stefan NeisCompilation fix for old GCC versions.
2006-10-24  Paul Cornettcorrect access for virtuals
2006-10-17  Paul Cornettimplement {Create,Clone}RefData for gtk wxBitmap
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-10-07  Paul Cornettsome cleanup, and plug a few small holes
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-30  Paul Cornettheader includes cleanup
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-13  Vadim Zeitlinanother compilation fix: added dummy UseAlpha(0 and...
2005-02-13  Vadim Zeitlincompilation fix for raw bitmaps (can't include wx/rawbm...
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-05  Robert Roebling Second try to add "support" for deriving from
2005-02-05  Robert Roebling Make wxBitmap inherit from wxBitmapBase
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-30  Vadim Zeitlinadded empty Init/CleanUpStandardHandlers() for compatib...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-27  Robert Roebling Added bitmap create
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  Robert Roebling Headers moved a bit.
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1998-12-10  Robert Roebling Moved image code
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-05  Robert Roebling Shared libs now get installed correctly on Linux.
1998-09-05  Robert Roebling Makefile next attempt
1998-09-04  Vadim Zeitlinfriends declarations removed, GetBitmap/Pixmap function...
1998-09-04  Robert Roebling Corrected wxWindow::GetExtent
1998-09-04  Julian SmartAdded friend wxNotebook
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Robert Roebling See last changelog
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-24  Vadim Zeitlinadded default value for "int type" (wxBITMAP_TYPE_XPM...
1998-07-22  Robert Roeblingmdi private menus
1998-07-12  Robert Roeblingstream compile fixes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-02  Robert Roebling GTK
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-20  Karsten BallüderInitial revision