wxWidgets/samples
2009-01-09 16:50:43 +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 Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX 2009-01-07 14:45:27 +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 do not assert in wxFTP construction because of its 'staticness'; allocate it on the heap 2009-01-09 16:50:43 +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 customize the rearrange dialog even more 2008-12-31 14:39:38 +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 Minor samples/docview refactoring (closes #10081) 2009-01-09 16:01:34 +00:00
dragimag rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
drawing change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +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 remove link to the old HTML manual 2009-01-06 16:07:25 +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 don't use IPC from timer callback as this results in reentrancies in socket code, postpone it until the next idle handler call instead 2009-01-03 02:21:12 +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 Make wxWrapSizer respect border around items 2009-01-08 11:20:43 +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 Updated 'Car' test to match a recent change in the sample 2009-01-07 19:00:16 +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 show the string received from client in test 2 correctly; use TestLogger just as in the client; use wxCharBuffer instead of manual new/delete 2009-01-02 00:59:20 +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 remove tabs added by error in previous commit 2008-12-31 17:31:32 +00:00
stc don't use backspace as accelerator; at least GTK+ doesn't like it 2008-12-27 14:21:35 +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 fix crash because of a missing wxOK constant 2009-01-05 16:15:09 +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 fix dialog layout 2009-01-09 12:34:27 +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 use hand-written samples/Makefile.in 2003-08-07 13:10:04 +00:00
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 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 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