Don't keep main exe and dlls handles open when the file is on
[wine] / windows / mdi.c
2001-10-18  Mike McCormackUse WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
2001-10-15  Gerard PatelFix the case where child=0 (last child) in MDI_ChildAct...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-19  Joshua ThielenChanged MDICreateChild to support CW_USEDEFAULT for...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-05-16  Bill MedlandOnly measure child rectangles of visible children when...
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-12  Dmitry TimoshkovRemove redundant parameters from MDICreateChild and...
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-15  Dmitry TimoshkovInitialize MENUITEMINFO structure before calling GetMen...
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-11-29  Andreas MohrWM_SETTEXT should return TRUE on success.
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-10-19  Ulrich WeigandWatch out for DefMDIChildProc calls on non-MDI-child...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-09  Dmitry TimoshkovSimplify a bit MDI child window creation.
2000-09-06  Alexandre JulliardSerge Ivanov
2000-09-01  Alexandre JulliardHenning Hoffmann
2000-09-01  Alexandre JulliardFrancis Beaudet
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-06-15  David LassondeImplemented the More Windows... menu item for MDI.
2000-05-10  Guy L. AlbertelliVerify the menu handle is non-zero prior to use.
2000-05-07  Gerard PatelAlways calls SetMenu in MDISetMenu.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Huw D M DaviesFixed copying of the MDI 'Windows' menu items if the...
2000-02-13  Matthew ClineCheck that ci->hWindowMenu is not zero before using it.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-23  Gerard PatelFix parameters for MDI_RestoreFrameMenu in WM_DESTROY...
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-12  Marcus MeissnerCheck for passed invalid window handle in DefMDIChildProc*.
1999-10-31  Francis BeaudetFixed a small bug in the behavior of maximized MDI...
1999-10-23  Pierre MageauFixed loop with WM_SYSCHAR.
1999-10-13  Thuy NguyenWe have to activate MDI child windows.
1999-09-19  Richard CohenProtect MDISetMenu from rogue menu handles.
1999-09-03  Francis BeaudetMake sure that all MDI children have the WS_EX_MDICHILD...
1999-07-31  Dan LangloisRemoved an inappropriate if statement from MDI_ChildAct...
1999-07-30  Francis BeaudetFixed a memory leak that occurs when we maximize/minimi...
1999-07-23  Eric PouechFixed some bad ptr occurrence in this class WndProc.
1999-07-20  Noomen HamzaMDIDestroyChild: MDI window menu item was deleted only...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Abey GeorgeThe system menu icon on a MDI child window was corrupte...
1999-06-12  Noomen HamzaFixed imprecision in the MDI tiling functionality.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Juergen SchmiedSet the default menu item of the window menu
1999-05-01  Francois BoisvertFixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-10  Gerard PatelFixed window locking bug in CalcChildScroll.
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-22  Veksler MichaelFixed "reached end of non void..." warnings.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-13  Guy AlbertelliHandle null wndPtr for mdi window.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-14  Huw D M DaviesWIN31 Look still needs a close button on the left of...
1999-02-13  Norman StevensSet hwndActiveChild when maximizing a mdi child window...
1999-02-13  Francois BoisvertImplemented the WIN31 Look mdi buttons and also some...
1999-02-09  Francois BoisvertThe systems buttons (minimize/restore/close) now appear...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1998-12-10  NF Stevens- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
1998-11-06  Marcus MeissnerTwo missing WINAPIs.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Rein KlazesCreateWindowEx32[AW] now creates an MDI chils when...
1998-10-31  Rein KlazesMDIchild created when the MDI client has the MDIS_ALLCH...
1998-10-26  NF StevensA couple of TRACE messages are missing a newline at...
1998-10-26  NF StevensFixed a minor problem with the menus for mdi child...
1998-10-18  Alex KorobkaGot rid of flickering scrollbar arrows. MDI scrolling...
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
next