wxWidgets/samples
Vadim Zeitlin f434800ca3 Add a possibility to show a progress dialog on dialog sample startup.
Add a command line option to the dialogs sample to allow testing of different
wxProgressDialog styles more easily. This also tests for showing them before
the main event loop is started (see r65499).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-10 17:25:35 +00:00
..
access Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
animate Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
artprov Fix cast of pointer to int in artprov sample. 2010-09-09 22:20:07 +00:00
aui Add support for auto-orientable toolbars to AUI. 2010-07-23 23:33:10 +00:00
calendar Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
caret Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
clipboard Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
collpane Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
combo Use wxComboCtrl::SetTextCtrlStyle() in the combo sample 2010-06-13 10:00:14 +00:00
config Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
console move console sample's interactive tests to two different CppUnit testsuites: InteractiveInputTestCase which requires user input and InteractiveOutputTestCase which outputs stuff to be checked from the user. 2010-06-21 21:03:47 +00:00
controls Inherit notebook background recursively under wxMSW. 2010-08-10 21:48:17 +00:00
dataview Add wxDataViewCtrl::{Set,Get}CurrentItem(). 2010-08-10 12:53:03 +00:00
debugrpt Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dialogs Add a possibility to show a progress dialog on dialog sample startup. 2010-09-10 17:25:35 +00:00
dialup Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
display
dll
dnd
docview No changes, just slightly improve docview sample code. 2010-07-23 23:33:27 +00:00
dragimag Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
drawing Allow passing multi-line strings to wxDC::DrawText(), even under MSW. 2010-07-23 23:32:52 +00:00
erase Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
event Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
except
exec Remember last values used in exec sample "Kill" menu item dialogs. 2010-09-09 21:49:25 +00:00
flash
font Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
fswatcher Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
grid Remove selection showing code from the grid sample. 2010-07-24 11:56:11 +00:00
help Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
htlbox Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
html Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
image Don't use bitmap still selected in wxMemoryDC in image sample. 2010-08-10 18:57:47 +00:00
internat Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ipc Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
joytest Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
keyboard Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
layout Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listctrl Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mdi Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mediaplayer Force linking of all wxMSW wxMediaCtrl backends in mediactrl sample. 2010-09-09 20:33:51 +00:00
memcheck Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
menu Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
mfc
minimal Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
nativdlg Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
notebook Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
oleauto Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
opengl Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
ownerdrw Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
popup
power
printing Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
propgrid Moved wxPGProperty::SetFlag() to protected API since it does not have any side-effects that are usually desired in the user code. Added wxPGProperty::SetAutoUnspecified() since wxPG_PROP_AUTO_UNSPECIFIED can no longer be set (conveniently) with SetFlag(). 2010-08-08 12:22:08 +00:00
regtest Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
render Add ability to render checkbox in undeterminate state, fixes #12290: wxRendererGTK does not support wx.CONTROL_UNDETERMINED for checkboxes 2010-07-29 16:57:09 +00:00
ribbon Add possibility to use sizers in ribbon panel, fixes #12404: wxRibbonPanel and wxSizer 2010-08-29 09:42:55 +00:00
richtext
sashtest Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scroll Store the result of wxWindow::NewControlId() in wxWindowIDRef. 2010-07-23 23:32:56 +00:00
shaped Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sockets Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sound Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
splash
splitter Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbar Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
stc Remove duplicate sample.xpm inclusion from stc sample. 2010-06-25 08:47:17 +00:00
svg Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
taborder Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
taskbar
text Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
thread Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toolbar Use wxDELETE() and wxDELETEA() when possible. 2010-06-20 18:18:23 +00:00
treectrl Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
typetest Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
uiaction Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
validate Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vscroll
widgets Add new wxCommandLinkButton class. 2010-08-17 14:48:50 +00:00
wizard Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
wrapsizer Use wxPanel as controls parent in wrapsizer sample. 2010-08-10 21:48:22 +00:00
xrc Correct the name of the XPM file containing the icon in xrc sample. 2010-06-20 18:18:36 +00:00
Info.plist Remove executable bits from plist files. 2010-07-22 12:09:10 +00:00
makefile.bcc
makefile.gcc
Makefile.in
makefile.vc
makefile.wat
sample_os2.ico Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.ico
sample.r
sample.rc
sample.rc4 Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.rcO Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.xpm
samples.bkl
samples.dsw Add missing samples to samples.dsw. 2010-05-27 17:07:30 +00:00