wxwidgets/src
Artur Wieczorek 014bd2ae54 Implement platform-specific coordinate conversion functions
Generic wxDC::DeviceToLogical{X|Y}() and wxDC::LogicalToDevice{X|Y}()
functions don't take into account transformations applied with
wxDC::SetTransformMatrix() so conversion results are invalid if wxDC is
transformed with both e.g. wxDC::SetUserScale() and
wxDC::SetTransformMatrix().
We need to implement functions in wxDCImpl and its platform-specific
derivates to do this conversion with taking into account all applied
transformations.

See #18916.
2020-09-13 23:47:26 +02:00
..
aui Merge branch 'updateui-ischeckable' 2020-09-02 19:34:05 +02:00
common Implement platform-specific coordinate conversion functions 2020-09-13 23:47:26 +02:00
dfb Remove _() macros from assert messages 2020-07-19 00:20:22 +02:00
expat@4444957d18 Update libtiff and expat to allow using them with CMake 2020-08-15 15:42:25 +02:00
generic Merge branch 'mac-native-focus-ring' of https://github.com/vslavik/wxWidgets 2020-09-01 14:59:42 +02:00
gtk Add EGL-based backend for wxGLCanvas 2020-09-01 15:03:30 +02:00
gtk1 Fix recurrent typo in "usable" 2020-09-02 20:49:39 +02:00
html Add wxWindow::GetDPIScaleFactor() 2020-07-18 23:42:44 +02:00
jpeg@8524936115 Upgrade libjpeg to the latest 9d version 2020-04-04 00:46:40 +02:00
motif OpenVMS : add wxUSE_MENUBAR definition + fix for building wxMOTIF 2020-07-15 08:34:59 +02:00
msw Implement platform-specific coordinate conversion functions 2020-09-13 23:47:26 +02:00
osx macOS wxNativeFontInfo changes (#2045) 2020-09-12 19:29:26 +02:00
png@3ffeff7877 Update linpng submodule to fix a build problem under iOS 2020-07-21 22:32:50 +02:00
propgrid Add wxWindow::GetDPIScaleFactor() 2020-07-18 23:42:44 +02:00
qt Rename Qt-specific GetEventType() to start with "Qt" prefix 2020-08-31 01:25:45 +02:00
regex define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
ribbon Make IsCheckable true by default and switch to explicitly disallowing it 2020-08-21 23:15:38 +01:00
richtext Merge branch 'dpi-scaling-factor' 2020-07-20 15:55:23 +02:00
stc Make sure generated wxSTC files have LF EOL 2020-08-03 21:33:33 +02:00
tiff@6e69a96bf6 Update libtiff and expat to allow using them with CMake 2020-08-15 15:42:25 +02:00
univ define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
unix Call GDK functions from main thread in wxGStreamerMediaBackend 2020-09-02 23:24:05 +02:00
x11 Suppress warnings on OpenVMS 2020-07-20 16:24:27 +02:00
xml define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
xrc Add wxUSE_MENUBAR build option, off by default in wxiOS 2020-07-14 18:16:59 +02:00
zlib@5888671274 Use zlib submodule with "wx_zlib_" prefix 2017-12-08 02:38:47 +01:00