| 2013-01-20 |  Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMas... | blob | commitdiff | raw | 
| 2013-01-20 |  Paul Cornett | add wxMask::GetBitmap(), closes #9381 | blob | commitdiff | raw | diff to current | 
| 2012-06-30 |  Paul Cornett | support for GTK3 | blob | commitdiff | raw | diff to current | 
| 2012-04-08 |  Vadim Zeitlin | Always use UTF-8 for file names passed to GTK+ function... | blob | commitdiff | raw | diff to current | 
| 2012-03-25 |  Paul Cornett | replace wxBitmap::SetPixbuf() with wxBitmap ctor taking... | blob | commitdiff | raw | diff to current | 
| 2012-03-20 |  Paul Cornett | make wxMask pixmap member private | blob | commitdiff | raw | diff to current | 
| 2011-10-31 |  Paul Cornett | fix creation of bitmap from image with requested depth 32 | blob | commitdiff | raw | diff to current | 
| 2011-09-10 |  Steve Lamerton | Merge in from trunk r68684 - r69046 | blob | commitdiff | raw | diff to current | 
| 2011-09-07 |  Paul Cornett | remove unnecessary GTK declarations from defs.h, move... | blob | commitdiff | raw | diff to current | 
| 2010-12-14 |  Vadim Zeitlin | Don't use implicit wxBitmapRefData copy ctor in wxGTK... | blob | commitdiff | raw | diff to current | 
| 2010-11-10 |  Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build. | blob | commitdiff | raw | diff to current | 
| 2010-09-30 |  Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. | blob | commitdiff | raw | diff to current | 
| 2010-03-28 |  Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. | blob | commitdiff | raw | diff to current | 
| 2010-01-08 |  Paul Cornett | for file load/save, always try wxImage first, fallback... | blob | commitdiff | raw | diff to current | 
| 2010-01-07 |  Paul Cornett | defer creating bitmap representation until it is needed | blob | commitdiff | raw | diff to current | 
| 2010-01-05 |  Paul Cornett | remove never-implemented palette support | blob | commitdiff | raw | diff to current | 
| 2009-10-17 |  Paul Cornett | derive wxMask from wxMaskBase | blob | commitdiff | raw | diff to current | 
| 2009-03-14 |  Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... | blob | commitdiff | raw | diff to current | 
| 2009-02-19 |  Paul Cornett | better fix for aCC and rawbmp.h | blob | commitdiff | raw | diff to current | 
| 2009-02-19 |  Paul Cornett | fix for HP aCC, it can't compile rawbmp.h | blob | commitdiff | raw | diff to current | 
| 2009-01-19 |  Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... | blob | commitdiff | raw | diff to current | 
| 2009-01-11 |  Francesco Montorsi | use IsOk() instead of Ok(); fix crash when loading... | blob | commitdiff | raw | diff to current | 
| 2009-01-04 |  Paul Cornett | remove Rescale(), it is no longer used | blob | commitdiff | raw | diff to current | 
| 2008-12-01 |  Paul Cornett | fix for uninitialized alpha being used to create mask... | blob | commitdiff | raw | diff to current | 
| 2008-11-02 |  Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... | blob | commitdiff | raw | diff to current | 
| 2008-10-18 |  Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... | blob | commitdiff | raw | diff to current | 
| 2008-08-27 |  Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... | blob | commitdiff | raw | diff to current | 
| 2008-08-27 |  Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... | blob | commitdiff | raw | diff to current | 
| 2008-08-25 |  Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning | blob | commitdiff | raw | diff to current | 
| 2008-05-15 |  Paul Cornett | fix some warnings from GCC -Wextra | blob | commitdiff | raw | diff to current | 
| 2008-03-25 |  Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... | blob | commitdiff | raw | diff to current | 
| 2007-12-15 |  Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... | blob | commitdiff | raw | diff to current | 
| 2007-11-11 |  Vadim Zeitlin | unused parameter warning fixes for --disable-all-featur... | blob | commitdiff | raw | diff to current | 
| 2007-07-11 |  Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0 | blob | commitdiff | raw | diff to current | 
| 2007-07-10 |  Václav Slavík | cleanup of raw access to bitmaps: | blob | commitdiff | raw | diff to current | 
| 2007-05-16 |  Paul Cornett | need to invert offsets for gdk_pixbuf_scale; | blob | commitdiff | raw | diff to current | 
| 2007-05-16 |  Paul Cornett | speed up Rescale 5- to 15-fold by using pixbuf scaling | blob | commitdiff | raw | diff to current | 
| 2006-10-30 |  Vadim Zeitlin | COW cleanup patch (1583966): | blob | commitdiff | raw | diff to current | 
| 2006-10-17 |  Paul Cornett | remove assert from PurgeOtherRepresentations,we'll... | blob | commitdiff | raw | diff to current | 
| 2006-10-17 |  Paul Cornett | implement {Create,Clone}RefData for gtk wxBitmap | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. | blob | commitdiff | raw | diff to current | 
| 2006-10-07 |  Paul Cornett | some cleanup, and plug a few small holes | blob | commitdiff | raw | diff to current | 
| 2006-10-06 |  Paul Cornett | make pixbuf/alpha handling more coherent in gtk wxBitma... | blob | commitdiff | raw | diff to current | 
| 2006-10-06 |  Paul Cornett | don't invert mono bitmaps in Rescale | blob | commitdiff | raw | diff to current | 
| 2006-09-09 |  Paul Cornett | some app.h cleanup: minimize includes, use static cast | blob | commitdiff | raw | diff to current | 
| 2006-09-05 |  Vadim Zeitlin | mark all dtors which are virtual because base class... | blob | commitdiff | raw | diff to current | 
| 2006-08-25 |  Paul Cornett | set depth to 32 when creating pixbuf from wxImage with... | blob | commitdiff | raw | diff to current | 
| 2006-08-24 |  Robert Roebling | Reenable inversion code again. | blob | commitdiff | raw | diff to current | 
| 2006-08-24 |  Paul Cornett | allow white as mask color when creating mask from mono... | blob | commitdiff | raw | diff to current | 
| 2006-08-23 |  Robert Roebling | Comment out suspicious 1-bit bitmap conversion | blob | commitdiff | raw | diff to current | 
| 2006-08-23 |  Robin Dunn | Always create the pixmap with an alpha channel | blob | commitdiff | raw | diff to current | 
| 2006-08-14 |  Paul Cornett | Combine two wxImage-to-pixmap creation functions into... | blob | commitdiff | raw | diff to current | 
| 2006-08-13 |  Paul Cornett | wxBitmap does not need to use gdk_wx_draw_bitmap | blob | commitdiff | raw | diff to current | 
| 2006-08-13 |  Paul Cornett | more accurate mask creation for low color displays | blob | commitdiff | raw | diff to current | 
| 2006-08-12 |  Paul Cornett | use GDK to convert pixmap to RGB for wxImage | blob | commitdiff | raw | diff to current | 
| 2006-08-11 |  Paul Cornett | change deprecated gdk_image_get to gdk_drawable_get_image | blob | commitdiff | raw | diff to current | 
| 2006-08-11 |  Paul Cornett | code simplification and minor cleanup | blob | commitdiff | raw | diff to current | 
| 2006-08-10 |  Paul Cornett | revert unintended checkin of experimental change to... | blob | commitdiff | raw | diff to current | 
| 2006-08-10 |  Paul Cornett | avoid using deprecated gdk_image_new_bitmap() | blob | commitdiff | raw | diff to current | 
| 2006-07-03 |  Włodzimierz Skiba | Include wx/image.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-06-19 |  Paul Cornett | remove redundant GdkBitmap representation from wxBitmap | blob | commitdiff | raw | diff to current | 
| 2006-06-19 |  Paul Cornett | remove obsolete color cube and image to bitmap code | blob | commitdiff | raw | diff to current | 
| 2006-06-15 |  Włodzimierz Skiba | Include wx/math.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-21 |  Włodzimierz Skiba | Include wx/icon.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-20 |  Włodzimierz Skiba | Include wx/palette.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-15 |  Mart Raudsepp | Don't cast with G_OBJECT when passing a GObject to... | blob | commitdiff | raw | diff to current | 
| 2006-05-08 |  Włodzimierz Skiba | Include wx/dcmemory.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-18 |  Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy... | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_gc_unref -> g_object_unref | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual | blob | commitdiff | raw | diff to current | 
| 2006-03-21 |  Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) | blob | commitdiff | raw | diff to current | 
| 2006-03-07 |  Vadim Zeitlin | test for dst!=NULL instead of bpp==1 in Rescale() as... | blob | commitdiff | raw | diff to current | 
| 2006-02-09 |  Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... | blob | commitdiff | raw | diff to current | 
| 2006-01-22 |  Mart Raudsepp | Nuke GTK1 from src/gtk | blob | commitdiff | raw | diff to current | 
| 2005-11-30 |  Włodzimierz Skiba | Missing wxUSE_PALETTE markup (#1369489). | blob | commitdiff | raw | diff to current | 
| 2005-10-01 |  Vadim Zeitlin | fix the size of the created subbitmap | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | first round of Intel compiler warning fixes: down from... | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-06-13 |  Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... | blob | commitdiff | raw | diff to current | 
| 2005-06-10 |  Stefan Neis | Include rawbmp.h only for __WXGTK20__ (unneeded for... | blob | commitdiff | raw | diff to current | 
| 2005-06-06 |  Włodzimierz Skiba | Source cleaning inspired by and included in patch ... | blob | commitdiff | raw | diff to current | 
| 2005-02-15 |  Robert Roebling | Implemented wxBitmap::HasAlpha() and ::UseAlpha(). | blob | commitdiff | raw | diff to current | 
| 2005-02-13 |  Vadim Zeitlin | include wx/rawbmp.h | blob | commitdiff | raw | diff to current | 
| 2005-02-13 |  Robert Roebling | Added raw bitmap access support to GTK 2.0. | blob | commitdiff | raw | diff to current | 
| 2005-02-06 |  Robert Roebling | GTK 1.2 compilo/link error. | blob | commitdiff | raw | diff to current | 
| 2005-02-05 |  Robert Roebling | Second try to add "support" for deriving from | blob | commitdiff | raw | diff to current | 
| 2005-02-05 |  Robert Roebling | Make wxBitmap inherit from wxBitmapBase | blob | commitdiff | raw | diff to current | 
| 2004-12-14 |  Włodzimierz Skiba | wx/math.h integration | blob | commitdiff | raw | diff to current | 
| 2004-11-03 |  Robert Roebling | Applied patch to reorder includes. Not the most | blob | commitdiff | raw | diff to current | 
| 2004-08-22 |  Václav Slavík | set mask when converting pixbuf to pixmap | blob | commitdiff | raw | diff to current | 
| 2004-08-22 |  Václav Slavík | added pixmap->pixbuf conversion as well | blob | commitdiff | raw | diff to current | 
| 2004-08-21 |  Václav Slavík | added alpha channel support to wxGTK2's wxBitmap | blob | commitdiff | raw | diff to current | 
| next |