2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Vadim Zeitlin | Fix signatures of various image handlers methods. |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
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-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapT... |
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-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-05-16 |
Jouk Jansen | OpenVMS changes |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | no real changes, just attempt to work around false... |
blob | commitdiff | raw | diff to current |
2006-11-16 |
Jouk Jansen | Solves 2 problems I encounterd on OpenVMS : |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | make wxBitmap *really* ref counted in X11; some cleanup... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
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-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
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-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-08 |
Włodzimierz Skiba | Include wx/dcmemory.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Włodzimierz Skiba | Semicolon needed. |
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-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Vadim Zeitlin | extra semicolons removed |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Vadim Zeitlin | compilation fix: DefaultVisual() needs Display, not... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Mattia Barbon | wxX11 compilation fixes. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Václav Slavík | Unicode compilation fixes for wxX11 |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Mattia Barbon | Implemented wxBitmapDataObject. |
blob | commitdiff | raw | diff to current |
2003-04-28 |
Mattia Barbon | Blind compilation fix in the case where libXpm |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Vadim Zeitlin | blind fix for wxMotif compilation with wxHAVE_LIB_XPM... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Mattia Barbon | Add GetDrawable convenience function that returns... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Mattia Barbon | Moved m_visual* wxApp[X11] members used by wxBitmap and |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added missing semicolons after asserts (patch 567853) |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Julian Smart | Modifications to get wxNanoX compiling again |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | Some work for wxX11 on 8-bit visuals. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Julian Smart | In bitmap.cpp, CreateFromImage, took GetWidth and GetHe... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Julian Smart | Added reparenting helper classes to help apps to grab... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Julian Smart | Nano-X: used drawable-to-wxImage function in wxBitmap... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Julian Smart | Nano-X: added function to copy from a drawable to a... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Julian Smart | Nano-X: bitmap now showing in wxMessageBox, but it... |
blob | commitdiff | raw | diff to current |
2002-02-25 |
Julian Smart | data_image -> mask_image, correcting some crashes in... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Julian Smart | NanoX modificati |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Julian Smart | Include XPM under wxX11 for some samples; added comment... |
blob | commitdiff | raw | diff to current |
2002-02-13 |
Julian Smart | Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder |
blob | commitdiff | raw | diff to current |
2002-02-13 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Julian Smart | Implemented CopyFromBitmap, CopyFromIcon |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Julian Smart | Now compiling |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Julian Smart | Stripped out miscellaneous Motif/Xt-specific code |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
|