replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / gtk / bitmap.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-18  Robert RoeblingAllow create of 24-bit bitmap, use Pixbuf when not...
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-25  Vadim Zeitlinadd parentheses for && inside || to fix g++ 4.3 warning
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-05-16  Paul Cornettneed to invert offsets for gdk_pixbuf_scale;
2007-05-16  Paul Cornettspeed up Rescale 5- to 15-fold by using pixbuf scaling
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-17  Paul Cornettremove assert from PurgeOtherRepresentations,we'll...
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-10-06  Paul Cornettmake pixbuf/alpha handling more coherent in gtk wxBitma...
2006-10-06  Paul Cornettdon't invert mono bitmaps in Rescale
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-25  Paul Cornettset depth to 32 when creating pixbuf from wxImage with...
2006-08-24  Robert Roebling Reenable inversion code again.
2006-08-24  Paul Cornettallow white as mask color when creating mask from mono...
2006-08-23  Robert Roebling Comment out suspicious 1-bit bitmap conversion
2006-08-23  Robin DunnAlways create the pixmap with an alpha channel
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-13  Paul CornettwxBitmap does not need to use gdk_wx_draw_bitmap
2006-08-13  Paul Cornettmore accurate mask creation for low color displays
2006-08-12  Paul Cornettuse GDK to convert pixmap to RGB for wxImage
2006-08-11  Paul Cornettchange deprecated gdk_image_get to gdk_drawable_get_image
2006-08-11  Paul Cornettcode simplification and minor cleanup
2006-08-10  Paul Cornettrevert unintended checkin of experimental change to...
2006-08-10  Paul Cornettavoid using deprecated gdk_image_new_bitmap()
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
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-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-04-04  Mart Raudseppgdk_gc_destroy -> gdk_gc_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_image_destroy -> g_object_unref (gdk_image_destroy...
2006-04-04  Mart Raudseppgdk_pixbuf_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-07  Vadim Zeitlintest for dst!=NULL instead of bpp==1 in Rescale() as...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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
next