Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / 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.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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...
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-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2006-11-01  Vadim Zeitlinimplement proper bitmap copying
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-20  Włodzimierz SkibaInclude wx/palette.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-03-22  Włodzimierz SkibaSemicolon needed.
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-10  Stefan NeisInclude rawbmp.h only for __WXGTK20__ (unneeded for...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-02-15  Robert Roebling Implemented wxBitmap::HasAlpha() and ::UseAlpha().
2005-02-13  Vadim Zeitlininclude wx/rawbmp.h
2005-02-13  Robert Roebling Added raw bitmap access support to GTK 2.0.
2005-02-06  Robert Roebling GTK 1.2 compilo/link error.
2005-02-05  Robert Roebling Second try to add "support" for deriving from
2005-02-05  Robert Roebling Make wxBitmap inherit from wxBitmapBase
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-08-22  Václav Slavíkset mask when converting pixbuf to pixmap
2004-08-22  Václav Slavíkadded pixmap->pixbuf conversion as well
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-08-16  Václav Slavíkfixed wxImage->wxBitmap conversion for images with...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-21  Julian SmartOk tests pixmap and bitmap now
2003-10-18  Robert Roebling Further corrections to bitmap and blit code.
2003-10-17  Robert Roebling\
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Vadim Zeitlinbitmaps of size 0 shouldn't be valid
2003-05-01  Vadim Zeitlincompilation fix
2003-05-01  Vadim Zeitlinbetter handling of transparent colour in wxImage conver...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-13  Robert Roebling wxX11:
2002-01-15  Robert Roebling gdk_rgb doesn't work on SGI.
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-12  Robert Roebling Applied patches for wxBU_EXACTFIT to button.cpp and...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-06-27  Vadim Zeitlinfix for wxBitmapType definition problem
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-04-04  Václav Slavíkimplemented wxMask::Create(bitmap, paletteEntry) for...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-27  Robert Roebling Added bitmap create
2000-02-01  Robert Roebling Various corrections to makefiles, RPMs etc.
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-25  Robert Roebling Wrote wxMask(bitmap,colour).
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-11-26  Robert Roebling Minor changes.
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-17  Václav SlavíkwxBitmap::LoadFile and SaveFile now uses wxImage's...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-04-21  Robert Roebling fixed bitmap constructor for monochrome bitmaps
1999-04-13  Ove KaavenThis is the way to go (well, close enough).
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
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 Corrected wxCHECK calls in bitmap.cpp
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
next