XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / common / dlgcmn.cpp
2013-08-24  Paul CornettwxDialogBase only has one ctor, so just do initializati...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-03  Vadim ZeitlinDo use IsEscapeKey() in wxDialog escape key handling.
2011-10-18  Vadim ZeitlinDon't interpret '&' specially in wxTextWrapper.
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-10  Vadim ZeitlinFix wxStandardDialogLayoutAdapter compilation with...
2010-09-27  Vadim ZeitlinClose a modal dialog even when it doesn't have any...
2010-09-09  Vadim ZeitlinUse the same logic for closing dialogs as for handling...
2010-08-30  Vadim ZeitlinExtract CreateSeparatedSizer() from wxDialog::CreateSep...
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-03-01  Robin DunnUse the correct event class for the window modal notifi...
2010-01-23  Kevin OllivierFix for generic implementation.
2010-01-23  Kevin OllivierFix for non-Mac builds.
2009-09-15  Vadim ZeitlinCorrect wxPendingDelete declaration.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-13  Stefan Csomormissing classinfo
2009-05-13  Stefan Csomoradd window-modal dialog calls and fallback implementation
2009-05-12  Vadim ZeitlinVC6 compilation fix (thanks buildbot)
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-07  Vadim Zeitlingenerate the click event from the button with correct...
2009-01-21  Julian SmartRestore control focus after adaptation
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-01-31  Václav Slavíkcompilation fix for wxUSE_BOOKCTRL=0
2008-01-05  Vadim Zeitlincompilation fix for wxUSE_DISPLAY==0
2007-12-29  Julian SmartAdded missing include
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-10-27  Julian SmartSkip the event to allow further child processing
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-05-05  Vadim Zeitlinfixed typo in IsBeingDeleted() test in GetParentForModa...
2007-04-23  Vadim Zeitlintest that the candidate parent window isn't being delet...
2007-04-22  Vadim Zeitlincompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-08-23  Václav Slavíkcompilation fix for !wxUSE_BUTTON
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Vadim Zeitlinconnect the affirmative/cancel button handlers to new...
2006-08-20  Vadim Zeitlinmap Esc to GetAffirmativeId() instead of hardcoded...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Vadim Zeitlinremoved #ifdef wxTopLevelWindowNative -- it's now defin...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-01-27  Vadim Zeitlinfixed MIPSpro version in the comment
2006-01-27  Vadim Zeitlintentative compilation fix for MIPSpro 7.2
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-25  Vadim Zeitlinadded and documented SetEscapeId()
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Mattia Barbon Under wxMotif, default buttons are bigger than other...
2005-08-24  Michael WetherellMove LabelWrapper, TextSizerWrapper classes out of...
2005-08-18  Vadim Zeitlincompilation fix for wxUnivGTK
2005-08-17  Vadim Zeitlinhacked around wxGTK wxStaticText which doesn't derive...
2005-08-16  Vadim Zeitlinavoid gcc warning
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2005-01-17  Włodzimierz SkibaStock buttons labels.
2005-01-12  Włodzimierz SkibaWarning fix and source cleaning.
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-15  Václav Slavíkuse stock buttons in generic dialogs
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-27  Dimitri SchoolwerthApplied patch #876969: "Fixes to Borland warnings"...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-08  Mattia Barbon Reverted changes to make buttons smaller in wxMotif...
2003-03-02  Mattia Barbon Implemented wxButton::DoGetBestSize for wxMotif....
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-16  Vadim Zeitlinremoved redundant code
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-05  Vadim Zeitlinfixed the problem with the ampersand [mis]handling...
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
next