wxWidgets/samples
2008-12-24 21:58:05 +00:00
..
access rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
animate rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
artprov rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
aui call wxFlexGridSizer::AddGrowableRow() only when the sizer has enough rows for the indices to be valid 2008-12-24 00:41:23 +00:00
calendar rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
caret rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
clipboard Don't allow concurrent requests, check return message of async request 2008-12-23 20:46:46 +00:00
collpane rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
combo rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
config rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
console don't assert at startup because of the static initialization of a wxLocale object requires a valid wxAppTraits object; init the locale later, in TestDefaultLang() 2008-12-12 15:58:03 +00:00
controls replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
dataview Correct wxDataViewCtrl::IsExpanded and add test for it 2008-12-17 22:26:40 +00:00
debugrpt rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
dialogs don't crash if the extra controls are not used in the file dialog (closes #10260) 2008-12-17 09:40:40 +00:00
dialup rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
display rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
dnd rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
docview rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
dragimag rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
drawing rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
editlbox rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
erase rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
event rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
except rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
exec fix file dialog caption 2008-11-20 23:27:50 +00:00
font rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
grid split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency with all the other controls; provide access to new/old value of the cell in the event object 2008-12-22 22:58:49 +00:00
help rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
htlbox rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
html rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
image add a 'Paint background' check menu item in the MyImageFrame class 2008-12-04 20:49:30 +00:00
internat assert in AddCatalog() if Init() hadn't been called and also check that we have a valid language spec in wxMsgCatalogFile::Load() to ensure we don't form invalid paths there; call Init() before AddCatalog() in the sample 2008-11-14 19:06:59 +00:00
ipc really ensure that the pointer returned from MyConnection::OnRequest() remains valid 2008-11-17 11:00:32 +00:00
joytest rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
keyboard rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
layout rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
listctrl document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them 2008-11-26 19:11:22 +00:00
mdi use a slightly less ugly way to conditionally suppress unused parameter warnings 2008-12-09 13:36:23 +00:00
mediaplayer use wxFlexGridSizer correctly (fixes #10294) 2008-12-23 00:20:33 +00:00
memcheck rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
menu rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
mfc replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
minimal reverted yet another accidental commit of testing code in r57505 2008-12-23 00:35:18 +00:00
mobile rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
nativdlg rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
notebook replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
oleauto rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
opengl fix the loading of the isosurf data; it was not loaded correctly on my system because isosurf.dat uses dots as decimal separators and my locale requires commas; fixed instancing a wxLocale with wxLANGUAGE_ENGLISH) 2008-12-14 16:13:29 +00:00
ownerdrw rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
popup fix unused variable warning (part of #10162) 2008-12-21 02:41:59 +00:00
power rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
printing build fix (the sample uses an undocumented function of wxFont) 2008-11-03 19:32:23 +00:00
propgrid Added wxPropertyGridInterface::RemoveProperty() 2008-12-11 17:11:35 +00:00
regtest rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
render rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
richtext rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
sashtest rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
scroll allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be disabled and use this to implement wxSHOW_SB_ALWAYS in the generic wxScrollHelper 2008-12-24 21:58:05 +00:00
shaped rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
sockets rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
sound rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
splash rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
splitter rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
statbar rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
stc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
svg rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
taborder rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
taskbar rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
text rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
thread replace wxPostEvent with wxQueueEvent and update the thread sample description (the sample doesn't shows usage of wxMutexGuiEnter/Leave) 2008-12-20 21:29:20 +00:00
toolbar rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
treectrl rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
typetest must close output file before reading back from it 2008-10-30 11:22:31 +00:00
validate rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
vscroll rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
widgets fix crash caused by cancelling querybitmap dialog; fix crash caused by clicking 'add widget icons' on an empty bitmapcombobox 2008-11-28 22:32:00 +00:00
wizard rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
wrapsizer rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
xrc add support for creating drop down toolbar buttons from XRC 2008-12-02 18:11:54 +00:00
Info.plist removed minimal-specific Info.plist; updated the version in the generic one 2007-03-18 11:54:18 +00:00
makefile.bcc reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00
makefile.gcc reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00
Makefile.in
makefile.vc reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00
makefile.wat reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00
sample.ico
sample.r making proper resource-fork apps 2007-05-05 17:22:09 +00:00
sample.rc
sample.xpm made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
samples.bkl reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00
samples.dsw reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one 2008-12-24 01:28:55 +00:00