wxWidgets/samples
Vadim Zeitlin 8927d7b092 Update displays sample correctly when displays change
wxEVT_DISPLAY_CHANGED notifies not only about the change of resolution
of a display, but also about removal or addition of a new display, so we
need to completely repopulate the notebook showing the displays on
receiving it.
2019-03-31 13:04:43 +02:00
..
access Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
animate Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
archive Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
artprov Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
aui Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
calendar Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
caret Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
clipboard Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
collpane Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
combo Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
config Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
console Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
dataview Remove all trailing spaces 2019-01-30 17:35:54 +01:00
debugrpt Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
dialogs Don't use hard-coded size for wxSpinCtrl in the dialogs sample 2019-03-26 13:57:21 +01:00
dialup Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
display Update displays sample correctly when displays change 2019-03-31 13:04:43 +02:00
dll Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
dnd Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
docview macOS fix 2019-01-03 17:04:13 +01:00
dragimag Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
drawing Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
erase Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
event Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
except Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
exec Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
flash Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
font Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
fswatcher Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
grid Add support for editing dates (without time) to wxGrid 2019-01-04 14:14:01 +01:00
help Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
htlbox Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
html wxOVERRIDE 2019-02-17 22:42:26 -08:00
image Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
internat Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
ipc Send Unicode data as UTF-8 text when using DDE-based IPC 2018-12-27 00:26:29 +01:00
joytest Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
keyboard Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
layout Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
listctrl Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
mdi Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
mediaplayer Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
memcheck Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
menu Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
mfc Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
minimal Set sizer to the main frame and avoid leaking it 2019-02-26 23:21:13 +02:00
nativdlg Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
notebook Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
oleauto Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
opengl Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
ownerdrw Remove all trailing spaces 2019-01-30 17:35:54 +01:00
popup Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
power Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
preferences Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
printing Use wxScopedPtr instead of explicit delete in printing sample 2019-02-03 22:45:46 +01:00
propgrid Pass argument of proper type to wxPropertyGridInterface::SetPropertyBackgroundColour 2019-01-23 20:08:57 +01:00
regtest Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
render Remove all trailing spaces 2019-01-30 17:35:54 +01:00
ribbon Remove all trailing spaces 2019-01-30 17:35:54 +01:00
richtext Remove all trailing spaces 2019-01-30 17:35:54 +01:00
sashtest Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
scroll macOS expose scroll invertion in event 2019-03-12 12:22:41 +01:00
secretstore Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
shaped Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
sockets Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
sound Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
splash Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
splitter Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
statbar Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
stc Remove initializations which are the default value 2019-02-25 10:49:04 -08:00
svg Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
taborder Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
taskbar Remove all trailing spaces 2019-01-30 17:35:54 +01:00
taskbarbutton Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
text Fix recently introduced mojibake in text sample 2019-02-21 04:26:46 +01:00
thread Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
toolbar Add accelerators for toolbar positioning menu items in the sample 2019-02-24 22:33:33 +01:00
treectrl Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
treelist Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
typetest Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
uiaction Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
validate wxTextValidator improvements 2019-01-05 23:33:35 +01:00
vscroll Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
webview Remove initializations which are the default value 2019-02-25 10:49:04 -08:00
widgets Remove initializations which are the default value 2019-02-25 10:49:04 -08:00
wizard Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
wrapsizer Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
xrc Remove all trailing spaces 2019-01-30 17:35:54 +01:00
xti Remove all trailing spaces 2019-01-30 17:35:54 +01:00
Info.plist.in Set NSPrincipalClass to wxNSApplcation for CMake builds too 2018-05-02 15:53:09 +02:00
makefile.bcc Add archive sample 2018-02-20 14:39:27 +01:00
makefile.gcc Add archive sample 2018-02-20 14:39:27 +01:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Add archive sample 2018-02-20 14:39:27 +01:00
sample.ico added common (for all samples) .ico/.r/.rc files 2003-08-06 12:27:23 +00:00
sample.rc Remove obsolete symbols from the samples 2015-12-03 22:11:04 +01:00
sample.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
samples.bkl Add archive sample 2018-02-20 14:39:27 +01:00