]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates
[wxWidgets.git] / src / msw / window.cpp
2005-07-21  Vadim Zeitlinposition of wxEVT_MOUSEWHEEL events is now in client...
2005-07-15  Vadim Zeitlincheck whether there is a critical window and don't...
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-07-02  Vadim Zeitlinfixed DoSetClientSize() to use ::MoveWindow() instead...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-17  Julian SmartFix for eVC++ 3
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Włodzimierz SkibaSimpler fix for Borland.
2005-05-25  Włodzimierz SkibaFixes for Borland access to members in MSWUniv.
2005-05-21  Julian SmartSuppressed error when loading colour bitmap since there...
2005-05-19  Robin DunnMoved the pending pos and size into wxWindowMSW
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-05-11  Julian SmartHandlePrintClient shouldn't go above a top-level window
2005-05-09  Julian SmartFixed bug [ 1195479 ] RedrawWindow() incompatible with...
2005-05-09  Robin DunnA slightly modified version of Patch #1197468. Keeps...
2005-05-07  Robin DunnPatch #1197009 [wxMSW] Proper repainting when resizing
2005-05-06  Michael WetherellCompilation fix for USE_UNIV=1
2005-05-02  Chris Elliottsizer.h needed by cygwin
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartTypo correction
2005-04-28  Julian SmartUse real number of children for reserving deferred...
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-24  Julian SmartRestored previous revision after retag
2005-04-24  Julian SmartCreating new revision to retag with WX_2_6_0
2005-04-23  Julian SmartRemove obsolete includes
2005-04-23  Vadim Zeitlincheck for NULL pointer in OnMeasureItem() as well as...
2005-04-17  Julian SmartUse GetCursorPos on WinCE wherever possible (otherwise...
2005-04-13  Vadim Zeitlindon't break of the loop resetting last focus pointer...
2005-04-13  Julian SmartGetCursorPos returns an error on WinCE, so use GetMessa...
2005-04-12  Włodzimierz SkibawxUniv build fix (typo correction).
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-11  Włodzimierz SkibawxUniv build fix.
2005-04-10  Vadim Zeitlinsilently ignore NULL pointers in MSWOnMeasureItem(...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-31  Julian SmartUse InvalidateRect for Smartphone.
2005-03-31  Włodzimierz SkibaSmartphone fix.
2005-03-26  Vadim Zeitlinchanged wxWindow::Refresh() to refresh the window child...
2005-03-25  Vadim Zeitlindo nothing in Freeze/Thaw() if the window is hidden...
2005-03-25  Włodzimierz SkibaWarning fix.
2005-03-25  Vadim Zeitlinreversed disabling of deferred resizing in the last...
2005-03-24  Julian SmartSwitch deferred sizing off by default
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-03-09  Vadim Zeitlinslightly clarified msw.window.no-clip-children test
2005-03-08  Vadim Zeitlinremoved unused wxDirToWinStyle() (part of patch 1159289)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
2005-02-28  Robin DunnOops, checked in wrong file by mistake. Reverted last...
2005-02-28  Robin DunnDon't build the old versions of OGL or iewin by default...
2005-02-21  Stefan CsomorXTI fix for VC 7.1 (VC 8.0 didn't complain)
2005-02-20  Vadim ZeitlinwxUniv compilation fix
2005-02-20  Vadim Zeitlincleanup of TrackMouseEvent() code (use a single #ifdef...
2005-02-20  Julian SmartDon't repaint window if hidden
2005-02-19  Vadim Zeitlinadded wxNavigationEvent::FromTab flag
2005-02-19  Vadim Zeitlinadded MSWPrintChild() for drawing child background...
2005-02-19  Vadim Zeitlinextracted check for wxListCtrl in WM_PRINT handler...
2005-02-19  Vadim ZeitlinVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-15  Julian SmartAbsolutely no idea what DisableAutomaticSETranslator...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-06  Julian SmartCan now set msw.window.no-clip-children to 1 to elimina...
2005-01-31  Vadim Zeitlin- use CreateWindowEx(), please explain why CreateWindow...
2005-01-30  Vadim Zeitlinmoved Begin/EndDeferWindowPos() calls to WM_SIZE handle...
2005-01-29  Robin DunnDon't use the parent's defered sizing handle if the...
2005-01-19  Vadim Zeitlinreenabled WM_MOUSELEAVE event handling (patch 1104551...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-12  Vadim Zeitlinreset m_hDWP to NULL after calling EndDeferWindowPos()
2005-01-07  Vadim Zeitlincorrected bg colour inheritance once again: only immedi...
2005-01-07  Vadim Zeitlindon't ignore the background colour set for the dialog...
2005-01-07  Vadim Zeitlinuse HasTransparentBackground() to correctly draw the...
2005-01-07  Vadim Zeitlinextracted background painting in a separate function...
2005-01-05  Włodzimierz SkibawxMSWUniv wxWindowMSW vs. wxWindow fix.
2005-01-05  Włodzimierz SkibaMS Smartphone fixes.
2005-01-04  Vadim Zeitlinrestored using DeferWindowPos() for moving all windows...
2004-12-29  Włodzimierz SkibaFixes to FIXME about stock IDs usage.
2004-12-22  Vadim Zeitlinlast fix resulted in wrongly inheriting bg colour from...
2004-12-22  Vadim Zeitlinfixes fo inheriting colours set with SetOwnBackround()
2004-12-22  Vadim Zeitlinreverted use of DeferWindowPos() instead of MoveWindow()
2004-12-19  Vadim Zeitlinuse DeferWindowPos() instead of MoveWindow() if possibl...
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlinonly use our background for children if it's inheritable
2004-12-17  Robin DunnOnly test the high order bit from GetKeyState, otherwis...
2004-12-16  Włodzimierz SkibawxUniversal fix.
2004-12-14  Vadim Zeitlinmore wxUniv compilation fixes (bug 1085003)
2004-12-13  Vadim Zeitlinreverted recent VK_OEM_PLUS change, do map it to '...
2004-12-13  Vadim Zeitlin(blind) wxUniv compilation fix: define the method using...
2004-12-13  Vadim Zeitlinrewrote and virtualized the background erasing logic...
2004-12-12  Vadim Zeitlinonly handle WM_NULL in wxIdleWakeUpModule if it is...
2004-12-11  Vadim Zeitlintranslate VK_OEM_PLUS to '=', not '+', because this...
2004-11-22  Vadim Zeitlindon't apply tab control background when using wxUniv...
2004-11-19  Vadim Zeitlindon't draw themed background for standard controls...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-15  Vadim Zeitlindon't draw background at all if bg style is custom
next