Vadim Zeitlin
d7f19ee610
Fix spelling in comments and documentation using codespell
...
Apply the utility from https://github.com/codespell-project/codespell/
to fix spelling issues in the headers under both include and interface
directories and add a file with a couple of exceptions.
The exact command line used was:
$ codespell -w -I misc/scripts/codespell.ignore -i 3 in*
2020-06-27 22:56:22 +02:00
Dimitri Schoolwerth
d9384bfb6d
no code changes, fixed some typos
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-09 14:04:25 +00:00
Vadim Zeitlin
eb2087c5e6
Compilation fixes for wxUSE_GEOMETRY==0 build.
...
Add missing wxUSE_GEOMETRY checks to wxAffineMatrix2D-related code.
Closes #13379 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-04 16:12:36 +00:00
Robin Dunn
44cba02ea7
Adda virtual dtor to silence warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-05-04 00:41:16 +00:00
Vadim Zeitlin
0e5d4c38a3
Add wxAffineMatrix2D and related classes.
...
This class represents an affine 2D transformation and will be used in wxDC for
now and maybe in wxGC later.
Closes #13143 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-04-17 00:09:56 +00:00