changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of addit...
[wxWidgets.git] / src / msw / window.cpp
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...
2007-07-29  Vadim ZeitlinCE compilation fix for X button stuff
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-13  Vadim Zeitlinfixed showing busy cursor for disabled windows and...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Vadim Zeitlinfix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
2007-06-21  Vadim Zeitlinfix compilation in ANSI STL build
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-09  Vadim Zeitlinuse wxCopyRectToRECT instead of duplicating it
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-21  Julian SmartApplied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
2007-02-06  Robin DunnAllow wxWANTS_CHARS to be effective on native controls too
2007-01-12  Vadim Zeitlinonly set cursor immediately in SetCursor() if the mouse...
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
2006-10-21  Vadim Zeitlinload _TrackMouseEvent dynamically to make it possible...
2006-10-20  Vadim Zeitlinput #if wxUSE_STATBOX around wxStaticBox usage (bug...
2006-10-10  Włodzimierz SkibawxUnivMSW build fix.
2006-10-09  Vadim Zeitlinreturn false from IsDoubleBuffered() if the first top...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-29  Jamie GaddRe-enable WM_PRINTCLIENT handling code as it is needed...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-10  Vadim Zeitlinreturn correct coordinates for child windows from DoGet...
2006-09-10  Vadim Zeitlinensure that IsDialogMessage() is not called in the...
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  Michael WetherellA better compile fix for Wine (which lacks pbt.h).
2006-09-04  Michael WetherellHacks for wine.
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-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-22  Jamie GaddDon't handle WM_PRINTCLIENT anymore, manually draw...
2006-07-01  Vadim Zeitlinuse WM_NCCALCSIZE in DoGetClientSize() if the window...
2006-06-30  Vadim Zeitlindon't ignore dialog code when processing Ctrl-keys...
2006-06-30  Vadim Zeitlinsupport Ctrl-PageUp/Dn for changing the notebook pages...
2006-06-22  Vadim Zeitlinadded VK_SNAPSHOT <-> WXK_SNAPSHOT mapping
2006-06-22  Vadim Zeitlinrecognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW...
2006-06-22  Vadim Zeitlinreorganized VK to WXK translation code to use a table...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-13  Włodzimierz SkibawxWinCE build fix.
next