Small fix.
[wine] / windows /
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA to manage pixmaps.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-24  Alexandre JulliardUse GetProcAddress instead of calling ShellAboutA directly.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Gerard PatelMap WM_MENUSELECT 32->16 bits for closing menu.
2000-01-23  Gerard PatelFix parameters for MDI_RestoreFrameMenu in WM_DESTROY...
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
2000-01-23  Huw D M DaviesActually print return value of message.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-08  Rein KlazesAvoid problems during changing the Z-order if the windo...
2000-01-05  Patrik Stridvall- Made FillRect behave like it does on Windows
2000-01-05  Peter GantenCheck if winhelp is already running; use winhlp32.exe...
2000-01-04  Lionel UlmerGive +0+0 as a default position for the desktop window.
2000-01-04  Juergen SchmiedCorrected parameter count for DialogBoxIndirectParamAorW.
2000-01-04  Ove KaavenAdded extra US keymap with the infamous phantom key.
2000-01-04  Eric PouechMoved the 16 bit driver functions callout into the...
2000-01-04  Andreas Mohr"resultp" can be NULL in SendMessageTimeout*().
2000-01-01  Peter GantenImplemented WaitForInputIdle.
2000-01-01  Alexandre JulliardFixed potential buffer overflows (spotted by Francois...
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-25  Marcus MeissnerTest pointers passed to copyrect for NULL.
1999-12-25  Dmitry TimoshkovRestore erroneously deleted lines.
1999-12-25  Huw D M DaviesAvoid infinite loop in WINPOS_FindIconPos if the width...
1999-12-12  Lionel UlmerFixed handling of DGA2.0 keyboard events.
1999-12-12  Alexandre JulliardMurali Pattathe
1999-12-12  Lionel Ulmer- added support of DGA-2.0 events
1999-12-12  Rein KlazesIn win32 a WM_MENUSELECT message should contain the...
1999-12-12  Marcus MeissnerCheck for passed invalid window handle in DefMDIChildProc*.
1999-12-12  Juergen SchmiedMessage translation WM_CREATE fixed.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-11  Patrik StridvallImproved the TTY driver.
1999-12-11  Marcus MeissnerIf we have registry entries, use them. Never mind which...
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-12-10  Lionel Ulmer- do not loose initial auto-repeat status when acquirin...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Huw D M DaviesFixes several bugs in gdi path handling.
1999-12-05  Dmitry TimoshkovRemove hack for keyboard messages in dialogs.
1999-12-05  Ulrich WeigandAdded USER.DllEntryPoint().
1999-12-05  Lionel Ulmer- removed keyboard auto-repeat when DInput acquires it
1999-12-04  Lionel UlmerUse DInput's internal mouse event handler to handle...
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
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...
next