fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / msw / toplevel.cpp
2013-09-15  Vadim ZeitlinShow full screen windows with WS_POPUP style in wxMSW.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Vadim ZeitlinFix restoring the status bar help message after closing...
2013-07-10  Vadim ZeitlinIgnore WM_MENUSELECT messages indicating that the menu...
2013-03-19  Vadim ZeitlinFix WM_UNINITMENUPOPUP missing definition for VC6.
2013-02-24  Vadim ZeitlinMove menu messages handling from wxFrame to wxTLW in...
2012-08-05  Vadim ZeitlinFix uniconizing hidden top level windows in wxMSW.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-03-12  Julian SmartRemoved redundant DoEnable
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2012-02-05  Vadim ZeitlinPreserve focus when window is minimized and restored...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-01-24  Vadim ZeitlinFix setting frame icon when using non-standard icon...
2011-12-17  Vadim ZeitlinDon't activate MSW dialogs when setting their initial...
2011-10-19  Václav SlavíkFix NULL window argument to wxEVT_KILL_FOCUS when creat...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-25  Dimitri SchoolwerthFixed MSW/Univ compilation of toplevel.cpp.
2011-08-16  Vadim ZeitlinwxMSW compilation fix when not using PCH.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Vadim ZeitlinDon't reset wxTLW::m_iconized when hiding the window...
2011-08-08  Vadim ZeitlinDon't manually centre dialogs created with default...
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2011-08-02  Vadim ZeitlinDon't un-maximize the window when Iconize(false) is...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-23  Vadim ZeitlinSet event object correctly for the generated wxSizeEvents.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-09-16  Václav SlavíkFix wxMSW rendering artifacts with modal dialogs.
2010-07-24  Vadim ZeitlinRemove asserts in wxMSW::wxTLW::SetIcons() and always...
2010-07-23  Vadim ZeitlinFix MSW compilation with wxUSE_DEFERRED_SIZING==0.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2010-04-23  Vadim ZeitlinWork around wrong client size computation for not yet...
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-01-19  Vadim ZeitlinDon't set initial size as min size for top level window...
2009-10-30  Kevin OllivierCompilation fix for last commit.
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-04  Vadim Zeitlinaccount properly for the menu in SetShape() (closes...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-03-28  Václav Slavíkfixed logical error in SetIcons(): only assert if no...
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinmore updates after r57026 change to app.cpp
2008-10-31  Václav SlavíkwxTLW: don't assert when setting null icons initially...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-16  Václav Slavíkassert in wxTopLevelWindowMSW::SetIcon[s]() if none...
2008-09-25  Vadim Zeitlindon't give errors if SetLayeredWindowAttributes() is...
2008-07-15  Vadim Zeitlindon't pass pointers to unaligned DWORDs to avoid 64...
2008-05-22  Paul Cornettadd missing static keyword
2008-05-03  Julian SmartDon't trigger kill focus event twice
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-26  Julian SmartRemoved redundant Init call (bug 1724495)
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-11-30  Vadim Zeitlinuse WS_SYSMENU if wxCLOSE_BOX style is given, otherwise...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-09-02  Julian SmartStandard SDK fixes
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz SkibaWinCE build fix.
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-05  Włodzimierz SkibaWinCE build fixes.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-17  Paul Cornettbuild fixes
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-07-28  Vadim Zeitlinallow changing the page from keyboard in property sheet...
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-07-01  Vadim Zeitlindon't set the size to the full screen for the windows...
2006-06-14  Vadim Zeitlinlet wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-28  Włodzimierz SkibaSimplify wxWinCE #ifdefs.
2006-04-27  Włodzimierz SkibawxTLW::IsAlwaysMaximized() introduction.
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-02-25  Włodzimierz SkibaRevitalise SIP support in all toplevel wince windows.
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-08  Vadim Zeitlindon't update m_iconized in IsIconized(), this can break...
2006-01-07  David Surovellminor cleanup
2005-12-31  Vadim Zeitlindon't set frame size to maximized one if we're restoring it
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
next