Stub for GetUserObjectSecurity.
[wine] / windows /
1999-01-31  Juergen SchmiedStub for GetUserObjectSecurity.
1999-01-31  Juergen SchmiedEvery EM_GETLINE send between a 32W to a 32A window...
1999-01-31  Huw D M DaviesFix typo in SetWindowPos32.
1999-01-30  Bernd HerdSetParent should link the window at the start of the...
1999-01-30  NF StevensIn Window SetWindowPos with SWP_HIDEWINDOW does not...
1999-01-30  Francis BeaudetMake sure that the keystate received by the WM_XBUTTONU...
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-28  Marcus MeissnerFixed loading of win32 drivers.
1999-01-26  Eric PouechAdded support for loading drivers in Wine.
1999-01-26  Stephane Lussier- Changing MESSAGEQUEUE structure according to Ulrich...
1999-01-24  Marcus MeissnerFree the private data pointer, THEN set it to NULL.
1999-01-24  Marcus MeissnerMissing WINAPI.
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-23  Marcus MeissnerSet private data struct to NULL to expose problems...
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1999-01-20  Noomen HamzaFixed the NC_DrawMaxButton95 and NC_DrawMinButton95...
1999-01-20  Noel BorthwickReparenting a window with SetParent in Windows should...
1999-01-20  Ulrich WeigandHandle (console) applications that never created a...
1999-01-20  Ulrich Weigand- Fixed creation of message queue in hook API routines.
1999-01-20  Ulrich WeigandUse Callout to call RedrawWindow32.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  NF StevensFix the return type of DLGPROC type and mask out the...
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardFixed SetFocus that was broken when moved to x11drv.
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandDesktop window queue handling adapted.
1998-12-24  Ulrich WeigandQueue handling adapted to new queue routines.
1998-12-24  Ulrich WeigandImplemented stub for InitThreadInput.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-24  Rein KlazesLowest scan code seems to be 1, not zero.
1998-12-24  Juergen SchmiedMore messages [LB_*,EM_*] translated 32A from/to 32W.
1998-12-18  Ulrich WeigandBugfix: always clear QS_... from *both* changeBits...
1998-12-15  Dirk ThierbachSet the class hints for managed windows.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-14  NF StevensFix the Z-order of maximized/minimized child windows.
1998-12-14  Marcus Meissner(FOCUS_SwitchFocus) check for pFocusTo == NULL instead...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  NF Stevens- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
1998-12-10  Robert RiggsStubs for IDirectInputEffect and IDirectInputDevice2A...
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-10  Ulrich WeigandDon't clip VisRgn against X desktop.
1998-12-08  Marcus MeissnerSuperflous WINAPI removed.
1998-12-08  Huw D M DaviesFix includes.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Brian GerstThe scancode Windows send for extended keys is the...
1998-12-07  NF StevensAdded case for GCW_ATOM int GetClassLong32A.
1998-12-07  Ulrich WeigandBugfix: WIN_ResetQueueWindows would skip some windows.
1998-12-07  Patrik StridvallAdded the new TTY driver.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-12-01  Juergen SchmiedSmall change.
1998-12-01  NF StevensThe class name needs to be converted to a getptr.
1998-11-30  Paul QuinnFixed activation/Focus message order problem when creat...
1998-11-30  Paul QuinnImplementation of ChildWindowFromPointEx functions.
1998-11-26  Huw D M DaviesRemove included color.h.
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-24  Juergen SchmiedBugfix: SetDlgItemText32 returns BOOL not void.
1998-11-24  Juergen SchmiedNew stubs GetUserObjectInformationA|W.
1998-11-22  Huw D M DaviesMoved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22  David LuyerQueuing of deferred Expose events.
1998-11-22  Rein KlazesFixed typo.
1998-11-22  Marcus MeissnerCheck wndPtr for NULL.
1998-11-22  David FaureMicro patch for AltGr key on german keyboards.
1998-11-15  John RichardsonAllow SWP_HIDEWINDOW to be called on windows that are...
1998-11-15  Pim BollenFixed scroll bug in ScrollWindowEx32 which caused garba...
1998-11-15  Alexandre JulliardSmall atom fixes.
1998-11-15  Juergen SchmiedSmall fixes.
1998-11-15  Gavriel StateAdded code to manage Ascii and WideChar class names...
1998-11-14  Juergen SchmiedFixed warnings, some only visible with -Wstrict-prototy...
1998-11-14  Ulrich WeigandMoved X11 mouse cursor handling to the DISPLAY driver.
1998-11-14  Ulrich WeigandMoved GetKeyboardLayoutName16 to windows/input.c.
1998-11-14  Per ÅngströmEnumTaskWindows16: Basing the selection on a window...
1998-11-14  David FaureSpecial case handling of : Shift + arrow, shift + home...
1998-11-14  Per ÅngströmFixed SetMessageQueue32 to return FALSE, not TRUE,...
1998-11-14  Lionel UlmerWine keyboard and mouse have now their own UIDs.
1998-11-08  NF StevensFixed keystroke accelerators in dialogs which have...
1998-11-08  Juergen SchmiedFixes: LB_/CB_/EM_ messages for getting/setting text...
1998-11-08  Lionel UlmerAdded device type constants and used them in device...
1998-11-08  Uwe Bonnes- adds GetExitCodeProcess
1998-11-08  Ulrich WeigandAdapted to new input event handling.
1998-11-08  Ulrich WeigandUSER-side part of input event handling: contains implem...
1998-11-08  Ulrich WeigandStubs for DISPLAY.DRV removed from keyboard.c.
1998-11-08  Ulrich WeigandImplementation of MOUSE.DRV (contains some code taken...
1998-11-08  Ulrich WeigandImplementation of KEYBOARD.DRV (code mostly taken from...
1998-11-07  Rein KlazesAdded WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
1998-11-06  Lionel UlmerChanged mouse button mapping and check size of return...
1998-11-06  Ove KaavenMade sure ConfigureNotify is processed before Expose...
1998-11-06  Marcus MeissnerTwo missing WINAPIs.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-11-01  Ulrich WeigandCall mouse driver callback also if windows are not...
1998-11-01  Alexandre JulliardFixed crashes with WM_GETDLGCODE translation.
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...
1998-11-01  Ove KaavenFixed IsDialogMessage16.
1998-11-01  Huw D M DaviesA couple of small fixes to my bitmap patch.
next