don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / msw / window.cpp
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...
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).
next