Files
wxWidgets/include/wx/gtk
Paul Cornett f95fd11e08 Allow drawing HiDPI bitmaps with GTK3
1. Override wxWindow::GetContentScaleFactor() to use gdk_window_get_scale_factor()
   when available, and to use correct scale (1.0) otherwise, as wxDC::GetPPI()
   (used by overridden method) is not properly implemented for wxGTK
2. Record scale in wxBitmap(wxImage&) ctor and wxBitmap::CreateScaled()
3. Adjust cairo scale for drawing bitmap, and (inversely) for drawing on bitmap
2016-02-14 13:12:52 -08:00
..
2015-08-26 22:49:53 +02:00
2016-02-14 13:12:52 -08:00
2015-09-06 17:20:42 -07:00
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2015-09-06 17:20:42 -07:00
2015-09-06 17:20:42 -07:00
2014-03-30 00:02:23 +00:00
2015-09-06 17:20:42 -07:00
2015-08-26 22:49:53 +02:00
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2013-11-10 18:13:27 +00:00
2015-12-08 03:02:46 +01:00
2014-03-30 00:02:23 +00:00
2016-02-14 13:12:52 -08:00