Prevent a crash if messages are sent to a toolbar window before
[wine] / windows /
1999-11-23  Patrik StridvallImproved the stubs.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Andreas MohrAdded some ordinals and GetDriverResourceID().
1999-11-12  Ove KaavenFixed XShm completion event leak.
1999-11-07  Eric PouechFixed crash when asked to use strings identified by...
1999-11-07  Jim AstonWhen window class has CS_CLASSDC style we should not...
1999-11-07  Ove KaavenDirectX-XShm now waits for the X server to finish the...
1999-11-07  Marcus MeissnerAdded ChangeDisplaySettingsExA stub and some flag defines.
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-11-07  David GrantWindows sends WM_GETDLGCODE only in response to keyboar...
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-11-07  Juergen LockExec `wineclipsrv' not `wineclipsvr', and don't inherit...
1999-11-04  Karl LessardNever send a WM_CLOSE message to a popup window.
1999-11-04  Karl LessardCheck if the window is managed before trying to give...
1999-11-04  Jaroslaw Piotr Sob... Added Polish keyboard support.
1999-11-04  Karl LessardFixed COLOR_MAX definition for new Win32 values.
1999-10-31  Ulrich CzekallaImplemented support of DS_CONTROL and WS_EX_CONTROLPARE...
1999-10-31  Pierre MageauOn ConfigureNotify, find the first visible window above...
1999-10-31  Francis BeaudetFixed a small bug in the behavior of maximized MDI...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-31  Huw D M DaviesFixed a couple of compiler warnings.
1999-10-31  Lionel UlmerChanged the initialisation of the KeyState array.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Uwe BonnesWarn users to use -the -desktop option together with...
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-10-24  Adrian ThurstonDo not set focus to a disabled window.
1999-10-24  Pierre MageauFixed an entry in the keyboard translation table for...
1999-10-24  Noomen HamzaPopup windows will be hidden when we minimize a main...
1999-10-23  Pierre MageauFixed loop with WM_SYSCHAR.
1999-10-23  Adrian ThurstonProtect against wrong return value from WM_INITDIALOG.
1999-10-23  Francis BeaudetReplaced a X call with a TSX call in XDRV_MOUSE_SetCurs...
1999-10-23  Ulrich CzekallaWe are supposed to delete the palette object with the...
1999-10-23  Rein KlazesUse the module handle, if CreateWindowEx is called...
1999-10-13  Abey GeorgeChanged EndDialog to behave like as in Windows.
1999-10-13  Abey GeorgeChanged WINPOS_CanActivate to not to consider WS_VISIBL...
1999-10-13  Zoltan KovacsAdded Hungarian keyboard support.
1999-10-13  Thuy NguyenWe have to activate MDI child windows.
1999-10-13  Abey GeorgeMake sure the Focus Out window is still the Foreground...
1999-10-13  Noomen HamzaSet the COLOR_3DLIGHT system color to the right window...
1999-10-13  Marcus MeissnerIf the joydevice is not present, do not create a Direct...
1999-10-13  Marcus MeissnerAdded german keyboard layout with "nodeadkeys" option...
1999-09-28  Noomen HamzaRewrite the ShowOwnedPopups function with a safety...
1999-09-27  Francis BeaudetrcPaint has to be returned in logical coordinates but...
1999-09-23  Noel BorthwickAdded clipboard server.
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-23  Noomen HamzaWS_POPUP windows (excluding the WS_POPUPWINDOW windows...
1999-09-23  Noomen HamzaNon active window should be activated when it gets any
1999-09-22  Gerard PatelFix infinite loop with glastXFocusWindow.
1999-09-20  Ulrich WeigandKeyboard/mouse event proc thunk creation moved out...
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-20  Ulrich WeigandWindows hook proc thunk management simplified.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Richard CohenProtect MDISetMenu from rogue menu handles.
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
1999-09-10  Francis BeaudetMade sure that the windows with the WS_EX_TOOLWINDOW...
1999-09-10  Stephane LussierPressing the delete key using an extended keyboard...
1999-09-05  Eric PouechUpdated to new MM header organization.
1999-09-05  Richard CohenNo longer needs to calculate its own character size.
1999-09-04  Uwe BonnesAllow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
1999-09-04  Alexandre JulliardAdded missing HFONT type.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-03  Marcus MeissnerMore restrictive checks, so DIALOG_IsAccelerator don...
1999-09-03  Richard Cohen- select the font into the dc before calculating the...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-09-03  Francis BeaudetRemoved truncating errors that happen when converting...
1999-09-03  Abey GeorgeCheck new coordinates received in WM_NCCALCSIZE message.
1999-09-03  Francis BeaudetMake sure that all MDI children have the WS_EX_MDICHILD...
1999-09-03  Guy AlbertelliCompleted GetKeyNameText for non-character keys.
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-09-03  Marcus MeissnerUse in GetClassInfoW the same hack for systemclasses...
1999-08-21  Pascal LessardAdded the case of a user defined icon for the sysbutton...
1999-08-21  Stephane LussierThe paint rectangle return in the PAINTSTRUCT in BeginP...
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-15  Thuy NguyenImplemented the WM_SETICON and WM_GETICON messages.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-07  Francis BeaudetIf the window is already the topmost window in ShowWind...
1999-08-07  Stephane LussierWM_SYSCOMMAND message (for SC_CLOSE) should be posted...
1999-08-07  Stephane LussierX11drv SetDrawable function modifies the DC origin...
1999-08-07  Abey GeorgeSet focus to the dialog in EndDialog.
1999-08-07  Ove KaavenMade hardware_event use win32-conformant parameters.
1999-08-07  Thuy NguyenWS_EX_DLGMODALFRAME alone does not mean title bar,...
1999-08-04  Marcus MeissnerImplemented DirectInput Joystick support (tested with...
1999-08-04  Ivan De SaedeleerMinor fix to the French Canadian keyboard.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-31  Noomen HamzaClose the right window when clicking on a non active...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Ulrich WeigandSuspend WND lock before EVENT_Synchronize.
1999-07-31  Pascal LessardImplemented the system button behavior and associated...
1999-07-31  Dan LangloisRemoved an inappropriate if statement from MDI_ChildAct...
1999-07-31  Abey GeorgeBug fix for updating the clipping region in nested...
1999-07-31  Yuxi ZhangTried to fix the code for SetWindowPos to erase the...
1999-07-30  Francis BeaudetFixed a memory leak that occurs when we maximize/minimi...
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-27  Abey GeorgeSend normal mouse messages to WM_SETCURSOR when non...
1999-07-27  Thuy NguyenCheck if the window has the WS_CLIPSIBLINGS style befor...
1999-07-27  Marcus MeissnerActually return the number of events in Mouse_GetDevice...
1999-07-25  Francis BeaudetRetrieve the clipping region before setting the drawabl...
1999-07-25  Lionel UlmerImplementation of SetEventNotification for the mouse...
1999-07-24  Noel BorthwickFix bug with pasting Wine clipboard content to external...
next