wine
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.
2002-06-28  Knut St. OsmundsenDo not access memory that has just been freed.
2002-06-28  Guy L. Albertelli- Add support for UpDown control messages.
2002-06-28  Andriy PalamarchukFixed a few bugs, added processing of REG_MULTI_SZ...
2002-06-28  Tony LambregtsAdded support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE...
2002-06-28  Guy L. AlbertelliAdd TCM_SETCURSEL when setting page current.
2002-06-28  Eric PouechEnsured full duplex mode is only used with same paramet...
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-25  Sylvain PetreolleCreated d3d8 stub dll.
2002-06-25  Alexandre JulliardFixed endianness #ifdefs (spotted by Jason Edmeades).
2002-06-25  Eric PouechFixed flags handling in sndPlaySound.
2002-06-25  Jason EdmeadesFixed crash in open file dialog on non-windows 98 emula...
2002-06-25  Jason EdmeadesEnsure we free the cached HFONT after loading in a...
2002-06-25  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-06-24  Huw D M DaviesAdded Type 1 and Type 42 font downloading.
2002-06-24  Huw D M DaviesHandle dmScale.
2002-06-24  Huw D M Daviespsdrv doesn't care about hGCClipRgn, just use GetClipRg...
2002-06-24  Huw D M DaviesGet rid of a few thousand useless TRACE lines.
2002-06-24  Huw D M DaviesAdded afm weight "NORMAL".
2002-06-24  Ulrich CzekallaAdded temp fix for world transform bug in SetWindowOrgE...
2002-06-24  Huw D M DaviesDon't map symbol charset through WCToMB.
2002-06-24  Andreas MohrMade initialization more verbose in case of errors.
2002-06-24  Steven EdwardsAdded check for pwd.h.
2002-06-24  Jukka HeinonenRedirect all reads and writes to VGA controller to...
2002-06-24  Jukka HeinonenAdd save/restore mapping context routines.
2002-06-22  Alexandre JulliardUnlock the master socket if the boot thread terminates...
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-22  Dmitry TimoshkovAdded Bulgarian keyboards.
2002-06-22  Huw D M DaviesStore the cache entry indices and not the ptrs.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-21  Aric StewartReworking of http and asyncronous calls to get IE6...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardFixed CLSIDFromString endianness assumptions (reported...
2002-06-21  Alexandre Julliardgetmainargs: new_mode argument is not a pointer in...
2002-06-21  Rok MandeljcAdded Slovenian keyboard.
2002-06-21  John K. HohmImplemented SizeOfVariantData cases for VT_DISPATCH...
2002-06-21  Bill MedlandTest the ability to handle hex values in excess of...
2002-06-21  Bill Medland- Rework the line reading. This version uses a single...
2002-06-21  Bill MedlandCorrect the comparison of two files. Just because...
2002-06-21  Gregg MattinsonImplemented DbgBreakPoint and DbgUserBreakPoint for...
2002-06-21  Gregg MattinsonMoved all #includes to the top so that __stdcall is...
2002-06-21  Steven EdwardsMoved a few win32 functions to a better location for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-21  Alexandre JulliardAttempt at fixing POLLHUP handling for Linux 2.2.x.
2002-06-21  Alexandre JulliardMoved succeeding test out of todo block.
2002-06-21  Alexandre JulliardFixed regression caused by previous change.
2002-06-20  Mike McCormackFixed ordinals to match the Windows values.
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Alexandre JulliardStore dirty flag in each registry key and use it to...
2002-06-20  Alexandre JulliardMake sure that DRIVE_FindDriveRoot always returns an...
2002-06-20  Alexandre JulliardAdded dependency on program symlink for unit tests.
2002-06-20  Andriy PalamarchukAdded regedit unit test, a couple minor changes to...
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Alexandre JulliardAvoid loading programs into the DOS memory area.
2002-06-20  Andriy PalamarchukRemoved traces of the regedit unit tests.
2002-06-20  Guy L. Albertelli- Add routines to dump out tab items internally and...
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
next