wxWidgets/samples
Vadim Zeitlin 2afb9e1690 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
inheritance here?), moved more wxMessageDialog fields into the base class
2. Added functions to set the text of message box buttons (patch 1700393,
   currently only implemented for wxMac)
3. Added wxMessageDialog::SetMessage() and SetExtendedMessage() and
   implemented them for wxMac (part of the patch), wxGTK 2.4+ and in
   a generic way for everybody else
4. Allow changing the dialog attributes between creating and showing it,
   for this the real dialog creation is now done on in ShowModal() in all
   ports


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-24 12:50:42 +00:00
..
access rebaked after changing the version number 2007-02-07 02:14:45 +00:00
animate rebaked after changing the version number 2007-02-07 02:14:45 +00:00
artprov added more wxART_XXX ids (patch 1687750) 2007-03-30 18:50:31 +00:00
aui Pass correct values to spin control 2007-02-12 21:01:58 +00:00
calendar removed the old tmake project files 2007-02-08 14:37:27 +00:00
caret removed the old tmake project files 2007-02-08 14:37:27 +00:00
checklst removed the old tmake project files 2007-02-08 14:37:27 +00:00
collpane fixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two menu items; use the old label value by default when asking for the new one 2007-02-08 15:04:24 +00:00
combo rebaked after changing the version number 2007-02-07 02:14:45 +00:00
config removed the old tmake project files 2007-02-08 14:37:27 +00:00
console added wxTimer test (now that it works in console applications too) 2007-05-15 13:15:52 +00:00
controls compilation fix (misplaced comma in OnIdle) 2007-04-19 22:13:21 +00:00
dataview Change SetValue( wxVariant &value ) to 2007-04-24 09:36:48 +00:00
db Committing in . 2007-04-20 08:16:48 +00:00
debugrpt rebaked after changing the version number 2007-02-07 02:14:45 +00:00
dialogs 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple 2007-05-24 12:50:42 +00:00
dialup removed the old tmake project files 2007-02-08 14:37:27 +00:00
display removed the old tmake project files 2007-02-08 14:37:27 +00:00
dnd added a menu command to switch between clipboard and primary selection 2007-03-31 01:59:51 +00:00
docview removed the old tmake project files 2007-02-08 14:37:27 +00:00
docvwmdi removed the old tmake project files 2007-02-08 14:37:27 +00:00
dragimag removed the old tmake project files 2007-02-08 14:37:27 +00:00
drawing compilation fixes for --disable-compat28 2007-05-15 13:01:19 +00:00
dynamic removed the old tmake project files 2007-02-08 14:37:27 +00:00
editlbox readded wxEditableListBox as part of adv library 2007-04-21 18:50:50 +00:00
erase removed the old tmake project files 2007-02-08 14:37:27 +00:00
event removed the old tmake project files 2007-02-08 14:37:27 +00:00
except rebaked after changing the version number 2007-02-07 02:14:45 +00:00
exec use a default URL, I got tired of typing it in the dialog every time 2007-05-03 15:26:06 +00:00
font compilation fixes for --disable-compat28 2007-05-15 13:01:19 +00:00
grid added support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize() 2007-03-15 17:44:41 +00:00
help removed the old tmake project files 2007-02-08 14:37:27 +00:00
htlbox fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0 2007-04-08 13:55:36 +00:00
html Fixed premature exit of helpview sample and utility 2007-03-02 19:48:43 +00:00
image added Roscale() test 2007-04-26 13:05:41 +00:00
internat removed the old tmake project files 2007-02-08 14:37:27 +00:00
ipc removed the old tmake project files 2007-02-08 14:37:27 +00:00
joytest removed the old tmake project files 2007-02-08 14:37:27 +00:00
keyboard removed the old tmake project files 2007-02-08 14:37:27 +00:00
layout removed the old tmake project files 2007-02-08 14:37:27 +00:00
listbox rebaked after changing the version number 2007-02-07 02:14:45 +00:00
listctrl removed WXWIN_COMPATIBILITY_2_4 2007-03-07 19:23:13 +00:00
mdi we don't need status bar in the MDI children 2007-05-18 17:29:16 +00:00
mediaplayer rebaked after changing the version number 2007-02-07 02:14:45 +00:00
memcheck removed the old tmake project files 2007-02-08 14:37:27 +00:00
menu removed the old tmake project files 2007-02-08 14:37:27 +00:00
mfc removed the old tmake project files 2007-02-08 14:37:27 +00:00
minifram make File->Exit work 2007-05-02 03:18:18 +00:00
minimal better user info 2007-04-26 13:38:52 +00:00
mobile rebaked after changing the version number 2007-02-07 02:14:45 +00:00
multimon rebaked after changing the version number 2007-02-07 02:14:45 +00:00
nativdlg removed the old tmake project files 2007-02-08 14:37:27 +00:00
notebook removed the old tmake project files 2007-02-08 14:37:27 +00:00
oleauto removed the old tmake project files 2007-02-08 14:37:27 +00:00
opengl use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context 2007-04-15 23:09:46 +00:00
ownerdrw removed the old tmake project files 2007-02-08 14:37:27 +00:00
png removed the old tmake project files 2007-02-08 14:37:27 +00:00
popup rebaked after changing the version number 2007-02-07 02:14:45 +00:00
power rebaked after changing the version number 2007-02-07 02:14:45 +00:00
printing compilation fixes for --disable-compat28 2007-05-15 13:01:19 +00:00
propsize removed the old tmake project files 2007-02-08 14:37:27 +00:00
regtest compilation fix for last commit 2007-02-12 16:35:02 +00:00
render rebaked after changing the version number 2007-02-07 02:14:45 +00:00
resource
richtext Implemented text background colour 2007-03-05 15:22:07 +00:00
rotate removed the old tmake project files 2007-02-08 14:37:27 +00:00
sashtest removed the old tmake project files 2007-02-08 14:37:27 +00:00
scroll removed deprecated wxADJUST_MINSIZE 2007-03-07 12:11:35 +00:00
scrollsub removed the old tmake project files 2007-02-08 14:37:27 +00:00
shaped rebaked after changing the version number 2007-02-07 02:14:45 +00:00
sockets removed the old tmake project files 2007-02-08 14:37:27 +00:00
sound rebaked after changing the version number 2007-02-07 02:14:45 +00:00
splash rebaked after changing the version number 2007-02-07 02:14:45 +00:00
splitter removed the old tmake project files 2007-02-08 14:37:27 +00:00
statbar removed the old tmake project files 2007-02-08 14:37:27 +00:00
stc fixed linking against wxscintilla in debug build 2007-05-03 09:07:25 +00:00
svg Patch from FM with more bakefile tweaks and etc. 2007-04-05 18:26:59 +00:00
tab Add extra^2 debug mode to wx-config for brute force one pass debugging 2005-02-13 08:53:36 +00:00
taborder use NavigateIn() method instead of sending wxNavigationKeyEvent directly 2007-03-26 22:15:14 +00:00
taskbar removed the old tmake project files 2007-02-08 14:37:27 +00:00
text test wxTE_NO_VSCROLL 2007-03-11 02:39:08 +00:00
thread removed the old tmake project files 2007-02-08 14:37:27 +00:00
toolbar added support for drop down toolbar buttons (patch 1713470) 2007-05-11 23:35:49 +00:00
treectrl added a menu command to clear log 2007-04-10 23:48:51 +00:00
typetest removed the old tmake project files 2007-02-08 14:37:27 +00:00
validate rebaked after changing the version number 2007-02-07 02:14:45 +00:00
vscroll fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0 2007-04-08 13:55:36 +00:00
widgets deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448) 2007-05-24 00:14:59 +00:00
wizard removed the old tmake project files 2007-02-08 14:37:27 +00:00
xrc rebaked after changing the version number 2007-02-07 02:14:45 +00:00
.cvsignore
Info.plist removed minimal-specific Info.plist; updated the version in the generic one 2007-03-18 11:54:18 +00:00
makefile.bcc Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
makefile.gcc Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
Makefile.in
makefile.vc Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
makefile.wat Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
sample.ico
sample.r making proper resource-fork apps 2007-05-05 17:22:09 +00:00
sample.rc
sample.xpm converted XPMs to Unix EOLs, otherwise some Unix compilers don't like them 2005-09-21 15:41:43 +00:00
samples.bkl Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
samples.dsw added collpane sample 2006-12-10 13:50:24 +00:00