]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprec...
[wxWidgets.git] / src / msw / window.cpp
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-09  Vadim Zeitlincall SetWindowPos(SWP_FRAMECHANGED) after changing...
2006-03-09  Vadim Zeitlindon't check that the cursor is over the window calling...
2006-03-04  Julian SmartIf context menu not handled, treat as left click instead.
2006-02-28  Julian SmartAdded context menu support under PocketPC
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-15  Vadim Zeitlinreturn non-numpad key codes from wxCharCodeMSWToWX...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-10  Jamie GaddToplevel windows don't have sibling static boxes. Fixes...
2006-02-09  Jamie GaddFix drag and drop inside static boxes.
2006-02-06  Jamie GaddAdd check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-03  Julian SmartFix for WinCE - no delayed sizing for now
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaWarning fixes after recent commits.
2006-01-25  Jamie GaddCalculate correct client size for windows that are...
2006-01-25  Robin DunnSwitched wxCheckWindowWndProc to always use the window...
2006-01-24  Vadim Zeitlinno changes but more comments in DoSetClientSize() ...
2006-01-23  Jamie GaddImprove extended key handling code readability.
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-18  Julian SmartApplied patch [ 1382329 ] [msw] SetScrollbar: Set thumb...
2006-01-13  Vadim Zeitlinreturn correct client size for child window which are...
2006-01-13  Vadim Zeitlinfixed crash with ownerdrawn menu items accelerators...
2006-01-10  Jamie GaddRepainting fixes/improvements. Use SWP_NOCOPYBITS for...
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-15  Chris Elliottfix Borland bug http://news.gmane.org/find-root.php...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-08  Kevin HockRemove always moving window to the top of the Z-order...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-23  Julian SmartApplied patch [ 1307056 ] [wxMSW] Focus showing fix...
2005-10-11  Dimitri Schoolwerthfixed MSVC6 compilation error ("C2639: compiler generat...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Kevin HockSend mouse leave events in HandleMouseMove if HAVE_TRAC...
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-28  Vadim Zeitlinadded IsSizeDeferred() (part of patch 1199639)
2005-08-25  Vadim Zeitlinpressing enter now activates the default button even...
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-06  Vadim Zeitlinfix wxGetMessageName() in Unicode build (patch 1250662)
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-07-31  Vadim Zeitlinaccount for client area origin when returning pending...
2005-07-30  Vadim Zeitlinreturn pending position/size if any, not the current one
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
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)
next