don't use dynamic handlers for standard buttons as this prevents static event handler...
[wxWidgets.git] / src / common / dlgcmn.cpp
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...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-10  Robin DunnMade wxNO_DEFAULT set the "no" button as the default...
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-13  Robert Roebling More makefiles
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-04  Vadim ZeitlinwxButton::GetDefaultSize() fix
1999-08-02  David WebsterChanges to make common and generic compilable under...
1999-06-28  Vadim ZeitlinwxGTK compile fixes for my wxMSW changes
1999-06-28  Vadim Zeitlinfile I forgot to add...