Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / msw / frame.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
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-06-01  Vadim ZeitlinKeep user-set wxFrame background color even if MSW...
2012-04-05  Vadim ZeitlinSet the menu itself as event object for EVT_MENU_{OPEN...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-01-10  Vadim ZeitlinFix wxFrame::AttachMenuBar() compilation under Windows CE.
2011-12-28  Vadim ZeitlinRestore wxEVT_MENU_CLOSE generation under Windows 95...
2011-12-28  Vadim ZeitlinCompilation fix for VC6 after r70151.
2011-12-28  Vadim ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-31  Vadim ZeitlinFix HMENU to wxMenu translation in wxMSW code.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-11-22  Vadim ZeitlinUse status full, not client, size to determine frame...
2010-04-22  Vadim ZeitlinUse symbolic names for popup menu ids in wxEVT_MENU_HIG...
2010-04-22  Vadim ZeitlinFix bug with using incorrect negative ids in wxEVT_MENU...
2009-12-10  Vadim ZeitlinSet correct toolbar width in wxMSW wxFrame.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-27  Julian SmartFix for toolbar commands not working
2009-05-22  Vadim Zeitlinfix unused parameter warning after r60715
2009-05-22  Vadim Zeitlindon't clear the status bar help text if the wxEVT_MENU_...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-12-17  Vadim Zeitlindon't hard code the menu bar height under WinCE (closes...
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinsend the size event in SendSizeEvent() instead of posti...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-03  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2006-11-04  Vadim Zeitlinfix warning about unused variable in wxWinCE build
2006-10-31  Vadim Zeitlinfixes for status bar positioning with non-top aligned...
2006-10-31  Vadim Zeitlinmany fixes to toolbar positioning code
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-13  Robin DunnwxStatusBarGeneric is used directly so the header needs...
2006-09-13  Paul Cornettdon't include generic/statusbr.h directly
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-23  Vadim Zeitlinno real changes; just a very minor cleanup in wxFrame...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-10-23  Julian SmartPatch [ 1314868 ] [wxMSW] Show MDI child menubars when...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-03-24  Chris Elliottfix icoinse bug
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-14  Julian SmartDefine Ctrl+Q accelerator on PocketPC for quitting...
2005-03-05  Mattia Barbon Use the IsMDIChild() function instead of wxRTTI,
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlindon't propagate our (non default) background to childre...
2004-11-23  Vadim Zeitlindon't show the status bar after restoring normal view...
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-11-15  Vadim Zeitlinremoved unnecessary (now that we leave Windows paint...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-21  Włodzimierz SkibaWinCE warning fix.
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-06-21  Włodzimierz SkibaDifferent default buttons for native menubars on Smartp...
2004-06-18  Włodzimierz SkibaFlatening menu for Smartphones when menubar has only...
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-12  Robert Roebling Applied new master define for CommandBar vs. PocketPC...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-01-02  Julian SmartFixed menu creation in eVC3
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-11-01  Vadim Zeitlindon't show hidden child frames when the parent is restored
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
next