move default OnInternalIdle processing to wxWindowBase
[wxWidgets.git] / src / msw / window.cpp
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-30  Vadim ZeitlinCompilation fixes for wxUniversal/MSW.
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
2010-10-24  Vadim ZeitlinDon't activate the window when updating its styles...
2010-10-13  Vadim ZeitlinwxUniv/MSW compilation fix.
2010-09-26  Vadim ZeitlinCompilation fix for MinGW STL build.
2010-09-26  Vadim ZeitlinCompilation fix for MinGW 4.x in new keyboard code.
2010-09-22  Vadim ZeitlinBetter checks for wxMSWKeyboard::VKToWX() return value.
2010-09-22  Vadim ZeitlinFix recently broken generation of wxEVT_CHAR_HOOK event...
2010-09-12  Vadim ZeitlinDefine MAPVK_VK_TO_CHAR to fix wxMSW compilation with...
2010-09-11  Vadim ZeitlinFix generation of key events for non-alphabetic keys...
2010-09-11  Vadim ZeitlinRename wxCharCode{MSWToWX,WXToMSW}() and move them...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-09-11  Vadim ZeitlinNo real changes, just use KF_EXTENDED instead of hard...
2010-09-11  Vadim ZeitlinGenerate correct events for extended keys in wxMSW...
2010-09-11  Vadim ZeitlinNo real changes, just some small cleanup in wxMSW keybo...
2010-08-03  Václav SlavíkFix MSVC warning about int->bool conversion.
2010-08-01  Václav SlavíkFix Tab navigation when focused control is disabled.
2010-07-23  Vadim ZeitlinFix MSW compilation with wxUSE_DEFERRED_SIZING==0.
2010-07-18  Vadim ZeitlinCorrect printf parameter mismatch in wxWndProc.
2010-07-12  Vadim ZeitlinDon't use dangling pointers in wxWindowMSW::HandleMenuC...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinDon't enable scrollbar if it can't do anything in wxMSW.
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-11  Vadim ZeitlinFix position for wxKeyEvents in wxMSW.
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
next