Return after activating already opened document in wxDocManager.
[wxWidgets.git] / src / common / cmdproc.cpp
2010-05-07  Vadim ZeitlinFix crash in wxCommandProcessor of capacity N when...
2010-03-03  Vadim ZeitlinFix wxCommandProcessor compilation with wxUSE_ACCEL==0.
2009-12-06  Vadim ZeitlinRestore TAB in accelerator string wrong removed by...
2009-12-06  Vadim ZeitlinUse wxAcceleratorEntry::ToString() for undo/redo accele...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-19  Vadim ZeitlinwxCommandProcessor::MarkAsSaved() and IsDirty() added...
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-29  Vadim Zeitlinfixed memory leak in Submit(cmd, false) (bug 1037115)
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-18  Mattia Barbon Fix unintialized pointer in wxCommandProcessor when
2003-07-12  Vadim Zeitlinfix for a warning when wxUSE_STL == 1
2003-07-10  Vadim ZeitlinVC++ warning fixes
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-06-18  Julian SmartMoved flicker-removal to GTK+ code
2002-06-18  Julian SmartRemove flicker in Undo/Redo menus by only updating
2002-04-11  Julian SmartAdded back the missing Undo/Redo accelerators that...
2002-02-13  Vadim Zeitlindelete the command if we failed to execute it (bug...
2001-11-13  Vadim Zeitlinfixed bug with redoing the command when there was nothi...
2001-06-27  Vadim Zeitlinanother file I added on the wxUniv branch and forgot...