wxwidgets/tests/graphics
Vadim Zeitlin 5c6bce627b Check wxImageList validity in all of its methods
Some of wxImageList methods asserted when called on an invalid image
list while others just failed silently.

Assert in all of them now for consistency and to help detecting problems
in the code using invalid wxImageList objects.

Extend the documentation and the tests.
2022-11-26 23:29:13 +01:00
..
affinematrix.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmap.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpbundle.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
boundingbox.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
clippingbox.cpp Add tests to check clipping for wxGraphicsContext 2022-11-24 22:45:45 +01:00
colour.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
coords.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ellipsization.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
graphbitmap.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
graphmatrix.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
graphpath.cpp Disable Direct2D checks failing under Wine 2021-08-24 17:12:05 +02:00
imagelist.cpp Check wxImageList validity in all of its methods 2022-11-26 23:29:13 +01:00
measuring.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00