wxwidgets/tests/graphics
Artur Wieczorek 6674ce7fe6 Apply workaround to fix drawing glitches caused by
wxGraphicsContext::ResetClip (wxOSX)

Using native CGContextResetClip() to reset the clip causes some
drawing glitches - especially with drawing text with CT - see
https://github.com/wxWidgets/wxWidgets/issues/22629#issuecomment-1399554002
For the time being we have to revert to the previous code
with emulated resetting based on restoring the graphics context state.
We also have to disable a unit tests that fails with emulated
resetting the clip.

See #22629.
2023-01-31 22:32:41 +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
clipper.cpp Enable wxPaintDC-related tests under wxOSX 2023-01-04 21:59:10 +01:00
clippingbox.cpp Apply workaround to fix drawing glitches caused by 2023-01-31 22:32:41 +01:00
colour.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
coords.cpp Refactor tests to utilize sections 2022-12-06 22:32:35 +01: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 Reimplement tests with Catch 2022-12-07 20:52:33 +01: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