]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
Warning fix.
[wxWidgets.git] / src / msw / window.cpp
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
2004-11-15  Vadim Zeitlinrestored OnEraseBackground(), we do need it but only...
2004-11-15  Vadim Zeitlindon't always erase the background ourselves as this...
2004-11-14  Ryan Nortonspelling/grammer (lol) :)
2004-11-06  Ryan Nortonrewrite wxGetKeyState a bit, spun from [ 1058347 ]...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-19  Vadim Zeitlindon't set focus to the window when it is clicked if...
2004-10-12  Vadim Zeitlincheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Vadim Zeitlinset click coordinates to (-1, -1) if right mouse button...
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-22  Włodzimierz SkibaWXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-16  Włodzimierz SkibaWarning fix (unused value assignment).
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-08-23  Włodzimierz SkibaWinCE warning fixes.
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-15  Włodzimierz SkibaLimited setup.h warning fix.
2004-07-12  Włodzimierz SkibaWarning fix for assignment of unused value.
2004-07-02  Václav SlavíkBCC compilation fix
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-23  Václav Slavíkdefault colours are not stored in m_fore/backgroundColo...
2004-06-22  Włodzimierz SkibaConditional compilation fix.
2004-06-18  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-17  Robin Dunnoops, forgot to remove a bit of test code
2004-06-17  Robin DunnUse GetBackgroundColour in the default OnEraseBackgroun...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
next