]> git.saurik.com Git - wxWidgets.git/commit - include/wx/dc.h
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceCli...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Jun 2008 01:45:56 +0000 (01:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Jun 2008 01:45:56 +0000 (01:45 +0000)
commitfdaad94e75273fa586ec9af9d53518222f9699d0
treeeca0979260498e018c85ef33f4737548d6871b4e
parentc39d2e0a3822e695efdfb2ead77a09defd6ed8c1
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
docs/changes.txt
include/wx/cocoa/dc.h
include/wx/dc.h
include/wx/dcgraph.h
include/wx/dcmirror.h
include/wx/dcsvg.h
include/wx/dfb/dc.h
include/wx/generic/dcpsg.h
include/wx/gtk/dcclient.h
include/wx/gtk/gnome/gprint.h
include/wx/gtk/print.h
include/wx/gtk1/dcclient.h
include/wx/mgl/dc.h
include/wx/motif/dcclient.h
include/wx/msw/dc.h
include/wx/os2/dc.h
include/wx/palmos/dc.h
include/wx/x11/dcclient.h
interface/dc.h
src/common/dcgraph.cpp
src/common/rgncmn.cpp
src/dfb/dc.cpp
src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp
src/mgl/dc.cpp
src/motif/dcclient.cpp
src/msw/dc.cpp
src/os2/dc.cpp
src/palmos/dc.cpp
src/x11/dcclient.cpp