wine
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-04-02  Dimitrie O... Make use of the new spawnvp function in wine{gcc,wrap}.
2003-04-02  Robert ReifAdded entry for DirectSoundFullDuplexCreate.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-04-02  Dimitrie O... Add spawnvp to the portability lib.
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-04-02  Alexandre JulliardMake sure we don't use libwine_port functions when...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-02  Alexandre JulliardHandle htonl() and friends like select(), this will...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-02  Eric PouechAdded support for R types in stabs parsing.
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-04-01  Andreas Mohr- new, much more detailed and easier "step-by-step...
2003-04-01  Alexandre JulliardPortability fixes.
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-04-01  Alexandre JulliardRemoved uses of u_long. Use void* type for pointers...
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-31  Alexandre JulliardTry to make winsock.h more portable (based on a patch...
2003-03-31  Dimitrie O... New winecfg skeleton app, based heavily on original...
2003-03-31  Sylvain PetreolleUse regedit instead of regapi.
2003-03-31  Andreas MohrTrace format fix.
2003-03-31  Alexandre JulliardAdded missing NONAMELESSSTRUCT/UNION.
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-31  Francois Gouget- s/cvs -PAd update/cvs update -PAd/.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-31  Rok Mandeljc(sorta) implemented EnumPorts.
2003-03-31  Vitaliy MargolenFix random segfaults in X11DRV_SetImageBits_1.
2003-03-30  Alexandre JulliardUse the right buffer size in SYSPARAMS_Load instead...
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2003-03-30  Alexandre JulliardFixed regression in VERSION_GetLinkedDllVersion() intro...
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-03-30  Vitaliy MargolenUnicode strings termination fixes.
2003-03-30  Maxime BellengéFix a regression when loading a real windows registry.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2003-03-30  Adam GundyMake sure the new array of printer pointers is NULL...
2003-03-30  Adam GundyDon't read uninitialized data when a '$' is found.
2003-03-30  Adam GundyMake sure all the bits of the LDT are initialized.
2003-03-30  Adam GundyInitialize lpLogFont->lfQuality to the default.
2003-03-28  Mike HearnAdd info on how to use the Wine uninstaller.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-03-28  Dimitrie O... Remove the no longer needed -m option, ignore -r for...
2003-03-28  Dimitrie O... Fix errno linkage when compiling in C++.
2003-03-28  Alberto MassariAdded InternetSetStatusCallbackA and a stub for
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-28  Yorick Hardystdint.h should be included for compiling on NetBSD.
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-28  Yorick HardyAdded the sysctl calls for NetBSD to determine the...
2003-03-28  Steven EdwardsFixed the .def files for the Mingw build.
2003-03-27  Dimitrie O... Allow wpp users to undefine previously defined symbols.
2003-03-27  Dimitrie O... Remove unused options -a and -C.
2003-03-27  Dimitrie O... Do not pass unnecessary flags to wrc in generated makef...
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
2003-03-27  Rolf KalbermatterImplemented SHLWAPI_266 and SHLWAPI_271.
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-03-27  P. ChristeasImplemented MakeSureDirectoryPathExists.
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-03-26  Rolf KalbermatterImplemented CheckEscapesA/W.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...
2003-03-26  Alexandre JulliardUse aliases instead of #defines for the varargs functio...
2003-03-26  Eric Pouech- no longer using kernel32's APIs but ntdll's
2003-03-26  Stephan BEUZEImplemented a default behavior for SPI_GETGRADIENTCAPTI...
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-26  Mike HearnCorrect the check for changed treeview items, so item...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-25  Maxime BellengéFix how the size of the dialog is computed and the...
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-25  Eric PouechNo longer using kernel32's APIs but ntdll's.
2003-03-25  Gerald PfeiferAdd trailing full-stop to warning in DIR_GetPath().
2003-03-24  Alexandre JulliardAvoid reference to wine_get_cs function from libwine.
2003-03-24  Alexandre JulliardRevert broken change to the scrollbar position adjustme...
2003-03-24  Alexandre JulliardIf supported, relocate the main wine binary to a higher...
2003-03-24  Alexandre JulliardMake sure changes to the debug registers while inside...
2003-03-24  Brian VincentPrompt the user again if they don't get the root passwo...
2003-03-24  Dimitrie O... Don't attempt to compile .res files.
2003-03-24  Dimitrie O... Send LVN_ODCACHEHINT notification for LVS_OWNERDATA...
2003-03-24  Tony LambregtsGet rid of W->A calls.
2003-03-24  Shachar ShemeshReordering can take place even if the font does not...
2003-03-23  Alexandre JulliardPortability fixes.
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-03-23  Dimitrie O... Comment out unneeded extensions.
2003-03-23  Rolf KalbermatterSHInitRestricted() fix boolean error introduced in...
2003-03-23  Stefan LeichterMoved implementation of GetPrivateProfileInt from ascii...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-23  Alexandre JulliardAdded a .def file for libwine.
next