Small wing enhancement.
[wine] / windows /
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...
1999-07-24  Achim KaiserDraw an additional white bit for each invert bit of...
1999-07-24  Noel BorthwickWhile handling the X FocusIn message in managed mode...
1999-07-24  Sylvain St-GermainFixed inconsistency in conditions that determines if...
1999-07-24  Stephane LussierRe-enable the owner window in the EndDialog().
1999-07-24  Abey GeorgeSend WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
1999-07-24  Huw D M DaviesFixed compiler warning.
1999-07-23  Eric PouechFixed some bad ptr occurrence in this class WndProc.
1999-07-23  Lionel Ulmer- Added a new option 'noxshm'
1999-07-23  Gerard PatelChange color gray text to 128 128 128 for win9x look.
1999-07-20  Noomen HamzaMDIDestroyChild: MDI window menu item was deleted only...
1999-07-18  Eric PouechIn WIN_UpdateNCRgn, do not send in WM_NCPAINT a region...
1999-07-18  Lawson WhitneyStop DCE_GetVisRect dereferencing a null wndPtr.
1999-07-18  Abey GeorgeValidate the parent with the child window client rectan...
1999-07-18  Francis BeaudetDelay WM_NCPAINT message until the "painter's algorithm...
1999-07-18  Ove KaavenCreateDialogParamA should not call CreateDialogParamW...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-11  Gerard PatelRevert last change in window activation on mouse click.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandCreate dialog window using CreateWindowEx16/W depending...
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-04  Noomen HamzaWindows should be activated in these cases:
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-07-04  Uwe BonnesWIN_FindWindow: use GetExeptr(pWnd->hInstance) for...
1999-07-04  Per ÅngströmFixed a problem with apps that override the default...
1999-07-04  Yuxi ZhangFix a bug in SetWindowPos to prevent parent from erasin...
1999-07-04  Yuxi ZhangMake defwndproc erase the correct location.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Ove KaavenReworked nonclient drawing code. Win31 look now works...
1999-07-03  Ove KaavenSM_C[XY]FRAME is BorderWidth + 1.
1999-06-27  Gerard PatelRemove the validated child area from the update region...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Lars HeetePrevent bad window X error.
1999-06-26  Abey GeorgeThe system menu icon on a MDI child window was corrupte...
1999-06-26  Slava MonichIn case if scrollbar has the same background color...
1999-06-26  Noomen HamzaSetCursorPos() function was called with a window coordi...
1999-06-26  Pascal LessardEnableWindow doesn't release the capture of a child...
1999-06-22  Ulrich WeigandUse separate service for each windows timer.
1999-06-22  Eric PouechMoved to new trace interface.
1999-06-22  Philippe FroidevauxAdded Swiss french keyboard layout.
next