support for GTK3
[wxWidgets.git] / src / gtk / bitmap.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2012-03-20  Paul Cornettmake wxMask pixmap member private
2011-10-31  Paul Cornettfix creation of bitmap from image with requested depth 32
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2010-12-14  Vadim ZeitlinDon't use implicit wxBitmapRefData copy ctor in wxGTK...
2010-11-10  Vadim ZeitlinFix harmless unused parameter warnings in minimal build.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-01-08  Paul Cornettfor file load/save, always try wxImage first, fallback...
2010-01-07  Paul Cornettdefer creating bitmap representation until it is needed
2010-01-05  Paul Cornettremove never-implemented palette support
2009-10-17  Paul Cornettderive wxMask from wxMaskBase
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2009-02-19  Paul Cornettfix for HP aCC, it can't compile rawbmp.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-11  Francesco Montorsiuse IsOk() instead of Ok(); fix crash when loading...
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2008-12-01  Paul Cornettfix for uninitialized alpha being used to create mask...
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
next