wxWidgets/samples
Włodzimierz Skiba 8520f1374c Fixes for wxUSE_STATUSBAR.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-19 15:36:01 +00:00
..
access
artprov removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
calendar
caret Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
checklst Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
config Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
console Warning fix 2004-07-12 19:21:48 +00:00
controls demonstrate tab order 2004-07-03 11:14:44 +00:00
db
dialogs Fixed WinCE build. 2004-06-24 06:54:55 +00:00
dialup Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
display Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
dnd Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
docview
docvwmdi
dragimag Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
drawing Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable. 2004-06-24 06:59:48 +00:00
dynamic -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
erase -1->wxID_ANY, TRUE->true, FALSE->false replacements 2004-05-28 10:43:39 +00:00
event Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
except Missed header, -1->wxID_ANY replacements. 2004-05-28 10:45:07 +00:00
exec show stderr in popen() test; show how to deal with piping big amounts of data to child process without deadlocking 2004-07-09 17:54:01 +00:00
font Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
grid don't force excessively large minsize, it makes the sample nearly unusable on X11 2004-07-01 17:45:08 +00:00
help Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
htlbox Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
html Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
image Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
internat
ipc Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
joytest Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
keyboard
layout Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
listbox removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
listctrl Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
mdi Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
memcheck
menu replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
mfc Corrected strange test for __WINDOWS__ or wxUSE_MFC 2004-06-04 15:33:33 +00:00
minifram -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-01 16:15:59 +00:00
minimal removed redundant wx_PPC.rsrc from project as well as ftp, java and x86 related Preference Panel settings 2004-07-07 19:47:04 +00:00
mobile Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
multimon
nativdlg Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
notebook Removal of deprecated methods. 2004-07-13 13:24:57 +00:00
oleauto Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
opengl bool if enough for true/false results. 2004-06-03 10:03:30 +00:00
ownerdrw Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
png Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
printing Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
propsize -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
regtest Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
render
resource
richedit Fixes for wxUSE_STATUSBAR. 2004-07-19 09:39:38 +00:00
rotate -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
sashtest Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
scroll Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
scrollsub Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
shaped -1->wxID_ANY, TRUE->true and FALSE->false replacements. 2004-06-02 17:03:20 +00:00
sockets Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
sound
splitter Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
statbar removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
stc
svg Fixes for wxUSE_STATUSBAR. 2004-07-19 15:14:07 +00:00
tab
taskbar fixed MSW crashes when choosing Exit in popup menu 2004-07-18 21:58:28 +00:00
text Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
thread Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
toolbar Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
treectrl replaced menu calls Append([...], true) with the less cryptic AppendCheckItem 2004-06-13 00:02:35 +00:00
typetest Fixed stream test. 2004-06-24 09:32:26 +00:00
validate Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
vscroll Fixes for wxUSE_STATUSBAR. 2004-07-19 15:36:01 +00:00
widgets deprecated wxBookCtrlSizer and wxNotebookSizer, they are no longer needed 2004-06-24 11:58:06 +00:00
wizard Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable. 2004-06-24 06:59:48 +00:00
xrc Fixes for wxUSE_STATUSBAR. 2004-07-19 15:14:07 +00:00
.cvsignore
makefile.bcc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
makefile.dos
makefile.gcc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
Makefile.in
makefile.sc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
makefile.vc Removed wxtest sample. 2004-06-04 10:06:48 +00:00
makefile.wat Removed wxtest sample. 2004-06-04 10:06:48 +00:00
sample.ico
sample.r
sample.rc
sample.xpm
samples.bkl Removed wxtest sample. 2004-06-04 10:06:48 +00:00
samples.dsw fixed some of the unfound projects 2004-05-31 13:06:06 +00:00