wine
2002-07-10  Eric PouechFixed synchronisation for ctrl event generation.
2002-07-10  Shachar Shemesh- Fixed access to the lpTemplateName of ChooseFont...
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-10  Ove KaavenRemoved the flags fields of IDirectDrawPaletteImpl...
2002-07-10  Ove KaavenHandle WM_SYNCPAINT with DefWindowProc.
2002-07-10  Eric PouechEnhanced error handling on input stream reading.
2002-07-10  Eric PouechFixed external debugger startup.
2002-07-10  Rok MandeljcAdded Slovenian resources.
2002-07-10  Rein KlazesFix buffer length calculation in InitializeGenericSF().
2002-07-10  Guy L. Albertelli- Improve traces.
2002-07-09  Jon GriffithsImplement/document @17,18,19,20,21,22 (Compact list...
2002-07-09  Lionel UlmerSupport new registered extensions.
2002-07-09  Uwe Bonnes_open_osfhandle: set at least the _IOREAD flag.
2002-07-09  Ryan CummingMake LockWindowUpdate return more Windows-like values.
2002-07-08  Alexandre JulliardRemove .dll extension from module name, added wildcard...
2002-07-08  Tommy Schultz... Fixed lstrcpynA debug tracing.
2002-07-08  Uwe Bonnesfgets, fgetws: don't treat the possible uninitialized...
2002-07-08  Uwe BonnesMSVCRT_fread: expose feof flag.
2002-07-08  Chris MorganWindows registry not found should be a notice to the...
2002-07-08  Alexandre JulliardRemoved workaround for 16-bit loader bug.
2002-07-08  Andriy PalamarchukUse rich text edit control instead of handling user...
2002-07-08  Andreas Mohr- Always copy (almost) the whole stack space over to...
2002-07-08  Gregg MattinsonFixed V_DECIMAL macro to reflect where the decVal membe...
2002-07-08  Uwe BonnesAdded _U@YAPAXI@Z and _V@YAPAXI@Z.
2002-07-08  Uwe BonnesMSVCRT_fseek: should return 0 on success.
2002-07-08  Duane ClarkAdd richedit support for a plain text stream.
2002-07-08  Andreas MohrAdded some environment variables documentation.
2002-07-08  Jason Edmeades- VarFormat now supports VT_R8 and BYREF variant types.
2002-07-08  Eric PouechFixed another PlaySound bug (when SND_LOOP is requested).
2002-07-08  Eric PouechFixed a few compilation warnings.
2002-07-08  Lionel UlmerSupport wglUseFontBitmapsA when using client-side rende...
2002-07-05  Steven EdwardsNeed to import ntdll.
2002-07-05  Gregg MattinsonModified WCMD_filesize64 to handle unsigned numbers.
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-05  Alexandre JulliardUse Wine debugging API. Fixed MessageBox loop.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-07-05  Alexandre JulliardFixed warnings.
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-07-05  Marcus MeissnerAdded a generic way of doing GetHGlobalFromILockBytes().
2002-07-05  Andreas Mohr- make sure even GUI users notice a "missing xmessage...
2002-07-05  Gregg MattinsonImplemented FormatMessage for sparc. Since the va_list...
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-07-05  Alexandre JulliardFixed GetModuleFileNameW return value.
2002-07-05  Alexandre JulliardReturn ERROR_BAD_EXE_FORMAT when builtin dll still...
2002-07-05  Alexandre JulliardMoved MsgWaitForMultipleObjects call out of the window...
2002-07-05  Duane ClarkAdd drive letter and Unix path tests of GetFullPathNameA.
2002-07-05  Jason EdmeadesEnsure VarBstrCat handles null parms as per windows...
2002-07-05  Rein KlazesCheck for NULL keyvalue in RegEnumKeyExA/W.
2002-07-05  Alexandre JulliardComboLBWndProc: fall through to ListBoxWndProc if the...
2002-07-05  Alexandre JulliardRemoved "so" from the default load order.
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
2002-07-05  Uwe BonnesMSVCRT_operator_new: Call handler only when "new" opera...
2002-07-05  Joshua ThielenChanged GetModuleFileNameA to use GetCurrentTask instead of
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-03  Duane Clarkstrcasecmp returns zero on a match.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-07-03  Andreas MohrBetter toggle all relevant bits in VGA crt register.
2002-07-03  Martin WilckCheck POLLHUP semantics at remote shutdown when wineser...
2002-07-03  Alexandre JulliardFixed X11DRV_SetDIBitsToDevice to do the right thing...
2002-07-03  Tony LambregtsDocument the new trace-related winedbg commands.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-07-03  Lionel UlmerDetect DCs without fonts and return an error in wglUseB...
2002-07-03  Gregg MattinsonRemoved unusual type casting.
2002-07-03  Gregg MattinsonAvoid multi-line string constants.
2002-07-03  Gregg MattinsonRemoved extra , from last element in enum declarations.
2002-07-03  Gregg MattinsonRemoved extra ; from end of ICOM_METHOD macros.
2002-07-03  Eric PouechFixed some more configuration issues.
2002-07-03  Andreas MohrMake sure we wait some time during int16 keyboard query...
2002-07-03  Andreas MohrAdded a DOS text mode memory buffer copy in order to...
2002-07-03  Andreas MohrCall Sleep for int 0x2f function 0x1680 (IDLE CALL).
2002-07-02  Alexandre JulliardRemoved redundant GetMessage call.
2002-07-02  Alexandre JulliardFixed warnings.
2002-07-02  Juergen Schmied- implementations for SHLWAPI_267, SHLWAPI_268
2002-07-02  Juergen Schmied- changed STRRET definition
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-07-01  Alexandre Julliard- stubs for SHLWAPI.295 (create a URL shortcut ?) and...
2002-07-01  Andreas MohrAdded the FirstInstallDateTime key.
2002-07-01  Alexandre JulliardMake sure allocated blocks are aligned on an 8-byte...
2002-07-01  Alexandre JulliardHopefully more portable errno check.
2002-07-01  Alexandre JulliardFixed make install from read-only build directory ...
2002-07-01  Alexandre JulliardRelease the Win16 lock before waiting in MsgWaitForMult...
2002-07-01  Alexandre JulliardAdded configure check for getpwuid.
2002-07-01  Gregg MattinsonAvoid alignment problem in NtQuerySystemTime.
2002-07-01  Andreas MohrImplemented set cursor shape functionality.
2002-07-01  Mike McCormackReturn the correct length when getting a complete secti...
2002-07-01  Juergen SchmiedSupport for large and negative offsets.
2002-06-28  Alexandre JulliardBITMAP_SelectObject must return the old handle, not...
2002-06-28  Alexandre JulliardCheck for valid dialog info before using it.
2002-06-28  Nix N. NixRemoved message box that would pop up if a RunMRU list...
2002-06-28  Rok MandeljcAdded Slovenian resources.
2002-06-28  Philipp WollermannImplemented SPI_GETDESKWALLPAPER action, fixed SPI_SETD...
2002-06-28  Jukka HeinonenDisable OWN_WINDOW as it no longer works.
2002-06-28  Alexandre JulliardAdded some ALSA configure checks.
2002-06-28  Eric PouechCreated an ALSA driver (with the help of David Hammerto...
2002-06-28  Alexandre JulliardFixed typo in X11DRV_SetPixel.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-28  Eric PouechNo longer depends on external env strings values.
2002-06-28  Sander van... Do not change directory if path is invalid.
next