wxwidgets/src
Vadim Zeitlin 2c1f4c002d Add wxBitmap::SetScaleFactor()
We need to be able to change the scale factor of the bitmaps returned by
wxBitmapBundle::GetBitmap(), so add a function allowing to do this.

Also add wxHAS_BITMAP_SCALE_FACTOR allowing to check whether this
function actually does something non-trivial and explain in the docs
that GetScaleFactor() always returns 1 on the platforms where this
symbol is not defined.
2021-10-24 19:04:51 +02:00
..
aui Fix wrong class name in wxAuiTabContainer comment 2021-10-22 01:41:21 +02:00
common Add compilation of bmpbndl.cpp on OpenVMS 2021-10-21 08:07:35 +02:00
dfb Fix comment typos in sources 2021-10-03 17:07:44 +02:00
expat@adaa0c379b Update expat to the latest 2.2.10 release 2020-12-30 23:33:55 +01:00
generic Allow wxBitmapBundle to specify its preferred bitmap size 2021-10-19 02:20:26 +01:00
gtk Add wxBitmap::SetScaleFactor() 2021-10-24 19:04:51 +02:00
gtk1 Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
html Add convenient wxFileName::GetAbsolutePath() wrapper and use it 2021-07-11 14:51:31 +01:00
jpeg@8524936115 Upgrade libjpeg to the latest 9d version 2020-04-04 00:46:40 +02:00
motif Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
msw Use preferred bundle bitmaps size in wxMSW wxToolBar 2021-10-19 02:20:26 +01:00
osx Add wxBitmap::SetScaleFactor() 2021-10-24 19:04:51 +02:00
png@9853c67ab4 Update libpng to fix compatibility with older macOS versions 2020-12-30 23:33:03 +01:00
propgrid Replace DoGetBorderSize() with GetWindowBorderSize() 2021-07-24 21:18:45 +02:00
qt Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
regex define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
ribbon Always initialize just added wxRibbonButtonBar field 2021-09-05 18:28:38 +02:00
richtext Fix comment typos in sources 2021-10-03 17:07:44 +02:00
stc Add wxTextCtrl::EmptyUndoBuffer() 2021-08-20 17:27:51 +02:00
tiff@28ce1ef089 Upgrade libtiff to the latest 4.2.0 release 2020-12-31 14:37:55 +01:00
univ Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
unix Add uilocale in OpenVMS makefiles 2021-09-24 08:59:20 +02:00
x11 Fix comment typos in sources 2021-10-03 17:07:44 +02:00
xml Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
xrc Add wxStyledTextCtrl XRC handler 2021-09-28 15:39:20 +02:00
zlib@5888671274