wxWidgets/samples
Robert Roebling c9a93ef94f Added bakefiles makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-21 22:22:14 +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 rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +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 Added bakefiles makefiles 2008-12-21 22:22:14 +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 handle actions of the columns popup menu in wxHeaderCtrl itself (but the derived class must implement UpdateColumnVisibility()); also renamed wxHD_DRAGDROP to wxHD_ALLOW_REORDER as it will be possible to reorder columns interactively using a customization dialog and not just by dragging them soon 2008-12-15 22:42:37 +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 rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +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 add u to file and lib path 2008-12-17 14:34:11 +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 rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
scrollsub rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +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 rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
Makefile.in use hand-written samples/Makefile.in 2003-08-07 13:10:04 +00:00
makefile.vc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.wat rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
sample.ico added common (for all samples) .ico/.r/.rc files 2003-08-06 12:27:23 +00:00
sample.r making proper resource-fork apps 2007-05-05 17:22:09 +00:00
sample.rc added wxUSE_NO_MANIFEST=0 for easier testing 2003-08-14 14:08:53 +00:00
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 Added clipboard sample 2008-12-21 22:13:54 +00:00
samples.dsw add popup sample to the workspace (fixes #10162) 2008-12-21 02:44:00 +00:00