Change WS_bind to accept an sa_family of 0 as "don't care".
[wine] / dlls /
2005-06-20  Troy RolloChange WS_bind to accept an sa_family of 0 as "don...
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-17  Aric StewartFlesh out the remaining keys in RegisterProduct.
2005-06-17  Alexandre JulliardMoved directory options to HKCU\Software\Wine.
2005-06-17  Alexandre JulliardMoved version key to HKCU\Software\Wine.
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-17  Francois GougetFix the FreeADsMem() prototype.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
2005-06-17  Francois GougetRemove unneeded NULL cast.
2005-06-17  Marcus MeissnerUse a simpler expression for the "RichEdit20W" string...
2005-06-17  Marcus MeissnerSpecify enough buffer for id[] (20 chars are not enough).
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Michael KaufmannInitialize more structure members, including biSizeImag...
2005-06-17  Alexandre JulliardThe TEB doesn't need execute permissions.
2005-06-17  Dmitry TimoshkovDdeCreateStringHandleA/W takes a pointer to a const...
2005-06-17  Michael JungRemove trailing backslash from DOS paths in GetDisplayN...
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-17  Oliver StieberChange the way caps are sent between d3d9/d3d8 and...
2005-06-17  Marcus MeissnerExtractAssociatedIconA needs to allocate enough space...
2005-06-17  Marcus MeissnerRemove cszbs from msi/action.h.
2005-06-17  James HawkinsForward GetPrivate/KernelObjectSecurity to NtQuerySecur...
2005-06-17  Juan LangAdd a few traces and comments.
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardUse the standard font path to look for TrueType fonts.
2005-06-16  Oliver StieberRename _D3DCAPS9.MaxPixelShaderValue to the correct
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Mike McCormackAdded support for the MSI MaskEdit control.
2005-06-16  Oliver StieberDisable the creation of invalid vertex declarations...
2005-06-16  Oliver StieberAdded relay tracing to texture.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-16  Aric StewartA simple cleanup to only track the temp file if we...
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\X11...
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\DllOverr...
2005-06-16  Aric StewartAdd UI messages to FindRelatedProducts.
2005-06-16  Juan Lang- implement encoding and decoding of enumerated types...
2005-06-16  Alexandre JulliardStore vtables in the data segment to avoid text relocat...
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-16  Mike McCormack- forward AddRef, Release, QueryInterface and GetClassI...
2005-06-16  Alexandre JulliardUse the DEFINE_REGS_ENTRYPOINT macro to define register...
2005-06-16  Alexandre JulliardRemoved the DOS version option, specifying the Windows...
2005-06-16  Mike McCormackSHCreateStreamOnFileW is implemented in shlwapi, so...
2005-06-16  Mike McCormackSwitch IShellLink to use shlwapi.SHCreateStreamOnFileW.
2005-06-16  Michael JungTest GetAttributesOf on the MyComputer shellfolder.
2005-06-16  Paul VriensProcessName should be without the path.
2005-06-16  Paul VriensW2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
2005-06-16  Maarten Lankhorst- Implemented ICSeqCompressFrame{Start,,End}
2005-06-15  Huw DaviesFor modal propsheets we should run our own message...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-15  Michael JungAdded tests for SHGetPathFromIDList.
2005-06-15  Huw DaviesUnquote the icon file path if it's quoted.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
2005-06-15  Felix Nawothnig- Replaced server requests in EnumProcesses by native...
2005-06-15  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-06-15  Mike McCormackRemove some uses of wine/unicode.h functions.
2005-06-15  Juan LangAdd encode/decode support for multi-byte integers.
2005-06-15  Mike McCormackFix declarations.
2005-06-15  Mike McCormackFix declarations in the tests.
2005-06-15  Robert ShearmanMSDN states that DuplicateToken should create a new...
2005-06-15  Michael JungImplement SHGetPathFromIDList based on GetDisplayNameOf.
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Saulius KrasuckasAvoid accessing uninitialized data on WinME (based...
2005-06-14  Stefan HuehnerRemove include "cursoricon.h" from nonclient.c and...
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-06-14  Alexandre JulliardRemoved the check for the old Resolution option.
2005-06-14  Alexandre JulliardMerged palette option processing into the main configur...
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Alexandre JulliardUse a better location than HKCU\Wine for saving the...
2005-06-14  Alexandre JulliardAvoid repeatedly opening the configuration registry...
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-14  Mike McCormackFixes for -Wmissing-declaration and -Wwrite-string...
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectInput.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-14  Alexandre JulliardMoved all font config parameters to HKCU\Software\Wine...
2005-06-14  Ivan Leo PuotiReimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
2005-06-14  Saulius KrasuckasChange (long long) to (LONGLONG) to compile with MSVC.
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-14  Alexandre JulliardRemoved the Tweak.Fonts configuration hack.
2005-06-14  Alexandre JulliardGet rid of the PerfectGraphics option, that's not reall...
2005-06-14  Alexandre JulliardHardcode the location of config.sys, no need for a...
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
next