Implemented KERNEL.447 (WIN32_OldYield16).
[wine] / windows /
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.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-18  Ulrich Weigand- Do not call XConfigureWindow if SetWindowPos was...
1999-06-13  Ulrich WeigandBugfix: DISPLAY_SetCursor should not use USER-internals...
1999-06-12  Noomen HamzaAvoid painting destroyed windows.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Gerard PatelDraws a border around windows with old win31 style...
1999-06-12  Pavel RoskinDIALOG_ParseTemplate16() supported up to 127 controls...
1999-06-12  Noomen HamzaFixed imprecision in the MDI tiling functionality.
1999-06-12  Slava MonichdwDataSize needs to be reset before each RegQueryValueE...
1999-06-12  Ulrich WeigandBetter implementation of [GS]etForegroundWindow.
1999-06-07  Eric PouechFixed order for entering critical sections (X11 vs...
1999-06-06  Ron CemerFixes for Win9x and WinNT look and feel.
1999-06-06  Ulrich WeigandRelease WND lock before calling PostEvent16().
1999-06-06  Slava MonichImplemented dialog units -> pixels conversion very...
1999-06-05  Uwe BonnesAdd back lost treatment of HWND_TOPMOST.
1999-06-05  Ulrich WeigandTry to improve ConfigureNotify event processing.
1999-06-05  Ulrich WeigandFixed potential memory corruption in EVENT_QueryZOrder.
1999-06-05  Slava Monicho check for both CW_USEDEFAULT and CW_USEDEFAULT16.
1999-06-05  Ulrich WeigandRemoved DummyMotionNotify EVENT driver routine.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-29  Luc TourangeauReimplemented the CheckRadioButton function.
1999-05-29  Francis BeaudetFixed a behavior of the focus when a parent window...
1999-05-29  Gerard PatelRemove unnecessary warning in TranslateAccelator.
1999-05-29  Rikhardur EgilssonIcelandic keyboard support.
1999-05-24  Eric PouechRemove extraneous winuser16.h.
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-23  Ulrich WeigandFix typo (wrong DISPLAY.CheckCursor ordinal).
1999-05-22  Francis BeaudetFixed a major memory leak in the window management...
1999-05-22  Eric PouechIn SetWindowPos if changing Z order and child window...
1999-05-22  Ulrich WeigandAdded UserRepaintDisable16().
1999-05-22  Ulrich WeigandRemoved EVENT_WaitNetEvent() calls.
1999-05-22  Ulrich WeigandAdded IsUserIdle16().
1999-05-22  Ulrich WeigandAdapted to EVENT_ driver changes.
1999-05-22  Ulrich WeigandMoved X input event handling out of EVENT_WaitNetEvent...
1999-05-22  Ulrich WeigandDon't change Z-order of child windows when activating.
1999-05-22  Ulrich WeigandImproved syslevel handling, store currently held syslev...
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-22  Francis BeaudetFixed GetTopWindow so it will correctly handle the...
1999-05-17  Juergen SchmiedSet the default menu item of the window menu
1999-05-17  Ulrich WeigandSuspend window locks before calling hook procedure.
next