The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / msgdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2012-12-29  Vadim ZeitlinNo changes, just fix unused variable in wxUSE_STATBMP...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2010-08-30  Vadim ZeitlinDon't center wxGenericMessageDialog elements.
2010-08-30  Vadim ZeitlinAllow using custom labels for wxGenericMessageDialog...
2010-08-19  Vadim ZeitlinSlightly improve wx[Generic]RichMessageDialog layout.
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-12  David ElliottFix compilation of generic message dialog.
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-01-06  Robert Roebling Blind attempt make buttons centered in the generic
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-08-18  Václav SlavíkwxUniv compilation fixes
2004-07-22  Włodzimierz SkibawxUSE_STATLINE fix.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-28  Robert Roebling GPE uses generic dialogs.
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2003-12-11  Julian SmartApplied patch [ 847127 ] HELP button displayed by wxMes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-24  Václav Slavíkdon't compile generic wxMessageDialog w/ GTK+2, it...
2003-05-24  Mattia Barbon Compilation/warning fixes.
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-09  Vadim Zeitlinno changes
2002-03-24  Václav Slavíkdon't use wxApp::GetStdIcon
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-11-23  Robert Roebling Don't call busy cursor when creating a message
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-08-18  Robert Roebling EMX compilation,
1999-08-17  Robert Roebling Added new file dialog
1999-08-13  Robert Roebling More makefiles
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-21  Vadim Zeitlinmsg boxes now have icons
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-02-10  Robert Roebling distribution things
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-20  Julian SmartMore Motif stuff
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision