wxwidgets/samples
Vadim Zeitlin eb6506e677 Make wxToolBar::SetToolBitmapSize() take size in logical pixels
Previously it interpreted its argument as being in DIPs, which was
perhaps more convenient, but inconsistent with most of the other
functions and broke the general rule that FromDIP() should be used with
all hard-coded sizes.

Update the sample to use FromDIP() when calling it now, improve the
documentation and fix a bug in AdjustToolBitmapSize() which resulted in
not increasing the bitmap size when moving toolbar sample using "large"
toolbar size from a standard DPI display to a high DPI one: the old code
considered that the new size was the same as the old one and returned
before comparing it with m_requestedBitmapSize, which resulted in the
bitmaps not changing size at all instead of doubling their size as they
were expected to.
2022-04-19 23:36:02 +01:00
..
access Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
animate Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
archive Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
artprov Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
aui Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
calendar Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
caret Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
clipboard Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
collpane Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
combo Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
config Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
console Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
dataview Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
debugrpt Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
dialogs Add an accelerator for the font dialog in the dialogs sample 2022-04-16 16:40:49 +01:00
dialup Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
display Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
dll Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
dnd Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
docview Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
dragimag Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
drawing Make the polygon page in the drawing sample DPI aware 2022-04-16 01:11:34 +02:00
erase Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
event Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
except Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
exec Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
font Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
fswatcher Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
grid Fix recent regression in grid sample 2022-04-10 17:50:43 +02:00
help Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
htlbox Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
html Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
image Revert accidental changes to the samples 2022-04-16 15:33:05 +02:00
internat Improve wxLocale backwards compatibility and enhance wxUILocale 2022-04-17 18:04:21 +02:00
ipc Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
joytest Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
keyboard Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
layout Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
listctrl Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
mdi Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
mediaplayer Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
memcheck Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
menu Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
mfc Use DPI aware manifests for MSVS 2022 too 2021-12-18 13:22:59 +01:00
minimal Revert accidental changes to the samples 2022-04-16 15:33:05 +02:00
nativdlg Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
notebook Create a full page text, rather than a button, in notebook sample 2022-04-16 20:01:23 +01:00
oleauto Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
opengl Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
ownerdrw Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
popup Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
power Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
preferences Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
printing Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
propgrid Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
regtest Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
render Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
ribbon Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
richtext Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
sashtest Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
scroll Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
secretstore Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
shaped Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
sockets Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
sound Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
splash Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
splitter Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
statbar Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
stc Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
svg Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
taborder Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
taskbar Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
taskbarbutton Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
text Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
thread Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
toolbar Make wxToolBar::SetToolBitmapSize() take size in logical pixels 2022-04-19 23:36:02 +01:00
treectrl Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
treelist Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
typetest Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
uiaction Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
validate Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
vscroll Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
webrequest Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
webview Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
widgets Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
wizard Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
wrapsizer Update version to 3.1.7 and rebake the makefiles 2022-04-07 17:40:13 +02:00
xrc Merge branch 'master' of https://github.com/dghart/wxWidgets 2022-04-07 17:42:05 +02:00
xti Fix static build using extended RTTI 2022-04-14 23:17:05 +02:00
makefile.gcc Add treelist sample to the main samples bakefile 2022-01-14 22:53:24 +01:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Add treelist sample to the main samples bakefile 2022-01-14 22:53:24 +01: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 Add treelist sample to the main samples bakefile 2022-01-14 22:53:24 +01:00