wxwidgets/samples
Vadim Zeitlin bbdbee3e57 Use wxArtProvider::GetBitmapBundle() in the AUI sample
This sweeps under the carpet the regression which resulted in bitmaps
returned from wxArtProvider::GetBitmap() not looking the same since
starting to use wxBitmapBundle in AUI, but OTOH it just doesn't seem
possible to both preserve the compatibility and allow actually using
appropriate, not scaled, bitmaps in different resolutions.

The new code is as simple as the old version, follows the official
advice to use GetBitmapBundle() rather than GetBitmap(), and looks good
in high DPI, which should compensate for the behaviour change.
2022-01-13 17:34:49 +00:00
..
access Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
animate Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
archive Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
artprov Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
aui Use wxArtProvider::GetBitmapBundle() in the AUI sample 2022-01-13 17:34:49 +00:00
calendar Use wxSpinCtrl best size in wxGenericCalendarCtrl::DoGetBestSize 2021-12-01 23:23:34 +01:00
caret Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
clipboard Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
collpane Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
combo Allow using custom main window in wxComboCtrl 2021-09-08 20:44:34 +02:00
config Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
console Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dataview Test returning invalid value from GetValue() in dataview sample 2021-12-01 01:43:52 +00:00
debugrpt Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dialogs Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dialup Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
display Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dll Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dnd Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
docview Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dragimag Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
drawing Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
erase Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
event Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
except Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
exec Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
font Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
fswatcher Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
grid Remove "fall through" comments from the samples 2021-09-07 19:24:30 +02:00
help Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
htlbox Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
html Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
image Add a possibility to show SVG images to the image sample too 2021-11-29 12:55:22 +00:00
internat Update German translation of internat sample 2021-11-27 17:44:20 +01:00
ipc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
joytest Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
keyboard wxKeyCode: add WXK_LAUNCH_[0-9A-F] for gtk bindings 2021-11-02 10:18:02 +09:00
layout Fix typos in sample comments 2021-09-07 19:23:31 +02:00
listctrl Add GetUpdatedAscendingSortIndicator() helper function 2021-12-14 14:22:08 +00:00
mdi Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mediaplayer Fix some sizing issues with mediaplayer sample 2021-11-15 20:04:57 -05:00
memcheck Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
menu Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
mfc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
minimal adding bundle identifiers, needed for newer systems 2021-11-22 18:49:18 +01:00
nativdlg Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
notebook Add wxWithImages::SetImages() and update wxMSW wxNotebook for it 2021-10-31 20:54:58 +01:00
oleauto Fix typos in sample comments 2021-09-07 19:23:31 +02:00
opengl Fix typos in sample comments 2021-09-07 19:23:31 +02:00
ownerdrw Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
popup Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
power Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
preferences Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
printing Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
propgrid Use wxBitmapBundle in wxPropertyGrid 2021-11-19 17:52:56 +01:00
regtest Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
render Add option to change layout direction to render sample 2021-11-22 10:41:40 +01:00
ribbon Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
richtext Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
sashtest Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
scroll Fix typos in sample comments 2021-09-07 19:23:31 +02:00
secretstore Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
shaped Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
sockets Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
sound Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
splash Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
splitter Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
statbar Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
stc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
svg Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
taborder Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
taskbar Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
taskbarbutton Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
text Switch to using GSpell for wxTextCtrl proof checker in wxGTK 2021-09-11 14:02:13 +02:00
thread Add wxThread::SetName for naming threads for debugging purposes 2021-11-05 16:11:55 +02:00
toolbar Set wxUSE_DPI_AWARE_MANIFEST=2 for all samples, not just toolbar 2021-10-20 16:19:41 +01:00
treectrl Update wxTreeCtrl and its sample to work with wxBitmapBundle 2021-11-07 21:46:42 +00:00
treelist Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
typetest Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
uiaction Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
validate Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
vscroll Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
webrequest Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
webview Add wxWebViewEvent::IsError() 2021-11-03 13:35:24 +01:00
widgets Add wxWithImages::GetImageCount() and HasImages() helpers 2021-10-31 17:34:44 +01:00
wizard Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
wrapsizer Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
xrc Allow to add extra accelerators to wxMenuItem 2021-11-16 17:26:39 +01:00
xti Remove unused samples resource files 2021-10-20 16:34:38 +01:00
makefile.gcc Make wxrc independent from GUI support 2021-08-06 21:51:11 +02:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Make wxrc independent from GUI support 2021-08-06 21:51:11 +02:00
sample.ico Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
sample.rc Set wxUSE_DPI_AWARE_MANIFEST=2 for all samples, not just toolbar 2021-10-20 16:19:41 +01:00
sample.xpm Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
samples.bkl Merge branch 'master' into web-request 2020-12-12 18:12:25 +01:00