Set popup menu invoking window in wxWindowBase and not in all ports.
[wxWidgets.git] / src / msw / window.cpp
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-23  Vadim ZeitlinWork around wrong client size computation for not yet...
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2010-02-09  Robin DunnSet Id and EventObject for wxSetCursorEvent
2010-01-26  Vadim ZeitlinNo real changes, just don't initialize extern variable...
2010-01-26  Vadim ZeitlinMake wxWindow::MSWGetThemeColour() const.
2010-01-26  Vadim ZeitlinCompilation fix for wxUniv.
2010-01-23  Vadim ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2009-12-22  Vadim ZeitlinFinally really correct background erasing for wxMSW...
2009-12-19  Jaakko SalliSuppress 'unused argument' warnings
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-12-17  Vadim ZeitlinAlways use FVIRTKEY for the accelerators under MSW.
2009-12-07  Vadim ZeitlinGenerate erase background events for native controls...
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-09-24  Vadim ZeitlinHandle deprecated background styles correctly in wxMSW.
2009-09-23  Vadim ZeitlinDon't use deprecated integer mask with wxLogTrace().
2009-09-22  Julian SmartReturning WVR_REDRAW triggers Windows bug that moves...
2009-09-20  Julian SmartAvoid duplicate character event for VK_DECIMAL on numer...
2009-08-30  Vadim ZeitlinUse GetBestSize() rather than DoGetBestSize().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-17  Vadim Zeitlinimplement new wxBG_STYLE_XXX semantics for wxMSW too
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-05-12  Vadim Zeitlinadd missing wxUSE_DEFERRED_SIZING tests (closes #10766)
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-04-07  Vadim Zeitlinadded names of WM_XXXUISTATE messages to wxGetMessageNa...
2009-03-22  Vadim Zeitlinfix compilation breaking typo in recent commit
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfix generation of wxEVT_CHAR_HOOK events which, incredi...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
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-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
2008-12-04  Vadim Zeitlindon't call DragFinish() before calling DragQueryPoint...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Vadim Zeitlinupdate after r57026 change to app.cpp
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-20  Vadim Zeitlindon't load comctl32.dll, just get the handle of the...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-15  Vadim Zeitlinreset deferred position/size if the window was moved...
2008-08-02  Vadim Zeitlinreturn true from IsDoubleBuffered() if our TLW parent...
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-07-29  Vadim Zeitlingenerate a size event from ShowWithEffect() for consist...
2008-07-16  Vadim Zeitlinallow using SetFont(wxNullFont) to reset the font as...
2008-07-09  Vadim Zeitlinfix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-05-11  Vadim Zeitlinassert if the window is being recreated, this indicates...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-04-11  Vadim ZeitlinENDSESSION_LOGOFF is a bit flag, test for it using...
2008-03-22  Václav Slavíkfixes to Freeze/Thawn when the window is shown or hidde...
2008-03-16  Václav SlavíkShowWithEffect must call wxWindowBase::Show
2008-03-15  Vadim Zeitlindon't generate duplicate resume events for PBT_APMRESUM...
2008-03-14  Julian SmartCorrected typecasts (Sebastian Gottschalk)
2008-03-08  Vadim ZeitlinwxUniv compilation fix for gs_windowHandles assignment
2008-03-05  Vadim Zeitlincall SetHWND(hWnd) from SubclassWin(), this is consiste...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-24  Vadim Zeitlinrestore checks for SM_SWAPBUTTON, it is not defined...
2008-02-15  Vadim Zeitlindon't clutter the code with (apparently) unnecessary...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-06  Vadim Zeitlinadd wxDL_QUIET flag; use RawGetSymbol() instead of...
2008-01-06  Vadim Zeitlinfix comparison of BYTE variable with -1 after last...
2008-01-05  Vadim Zeitlinfix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-22  Robert RoeblingCompilo
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlindefine AW_XXX constants if SDK doesn't (fixes VC6 compi...
2007-11-28  Julian SmartFixed bug in border style translation
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-13  Vadim Zeitlinfix another minor bug in DLGC_WANTMESSAGE handling...
2007-11-13  Vadim Zeitlinfix unreachable code warning in TranslateBorder()
2007-11-13  Vadim Zeitlincorrection to the changes of r49805 to make the code...
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-10  Vadim Zeitlindon't forward Enter presses to the default button if...
2007-10-28  Vadim Zeitlinreverted unrelated changes accidentally committed as...
2007-10-24  Vadim Zeitlinrelease update region as soon as we finished painting...
2007-10-11  Vadim ZeitlinwxUniv compilation fixes in themed border drawing code
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-08  Robert RoeblingCompile error (no idea why Mingw doesn't like wxPoint())
2007-08-15  Julian SmartBring back double border
2007-08-13  Julian SmartUse new function GetItemLabel
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
next