Avoid dropping events in wxDocParentFrameAnyBase in some circumstances.
[wxWidgets.git] / src / msw / accel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-09-11  Vadim ZeitlinRename wxCharCode{MSWToWX,WXToMSW}() and move them...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-03  Vadim Zeitlinno changes, just removed commented out code accidentall...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-10  Vadim Zeitlinreally implemented operator==(); reformatted a little
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-06  Julian SmartCorrection to accelerator bug fix: add FVIRTKEY if...
2001-06-06  Julian SmartOnly add FVIRTKEY if isVirtual is TRUE
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling WINE is so fine.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-09-07  Vadim Zeitlin"const" added to wxAceelTable ctor
1998-07-31  Julian SmartAdded wxAccelerationTable class