wine
2007-07-03  Ben Hodgettsws2_32: Don't tell users to run Wine as root when socke...
2007-07-02  Evan Stadeoleaut32: Save load time format of pictures.
2007-07-02  Evan Stadeoleaut32: Added support for decoding some PNG files.
2007-07-02  Alexandre Julliardconfigure: Added checks for libpng.
2007-07-02  Alexandre Julliardconfigure: Make the libjpeg soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Make the libssl soname check depend on the...
2007-07-02  Alexandre Julliardconfigure: Make the libfontconfig soname check depend...
2007-07-02  Alexandre Julliardconfigure: Make the libjack soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Make the libcups soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Merge the libsane existence check with the...
2007-07-02  Alexandre Julliardconfigure: Merge the libcapi20 existence check with...
2007-07-02  Alexandre Julliardconfigure: Merge the libcurses existence check with...
2007-07-02  Alexandre Julliardconfigure: Merge the libhal existence check with the...
2007-07-02  Alexandre Julliardconfigure: Move the dll checks earlier in the file...
2007-07-02  Alexandre Julliardconfigure: Change WINE_GET_SONAME to allow it to be...
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
2007-07-02  James Hawkinsmsi: Add tests for MsiSourceListGetInfo.
2007-07-02  James Hawkinsmsi: Implement MsiSourceListGetInfoA.
2007-07-02  Andrew Talbotole32: Constify some variables.
2007-07-02  Alexandre Julliardconfigure: Don't set LDPATH if not needed.
2007-07-02  Alexandre Julliardconfigure: Don't use a default soname if a library...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-07-02  Alexandre Julliardconfigure: Fix the strip command line for Mac OS.
2007-07-02  Paul Vriensadvapi32/tests: Add tests for OpenSCManagerA.
2007-07-02  H. Verbeetwined3d: Cleanup shader_glsl_load_psamplers().
2007-07-02  H. Verbeetwined3d: In tex_colorop() & tex_alphaop(), only check...
2007-07-02  H. Verbeetwined3d: Only set GL_SHADER_OPERATION_NV to GL_NONE...
2007-07-02  H. Verbeetwined3d: Only call activate_dimensions() if the texture...
2007-07-02  H. Verbeetwined3d: Call IWineD3DDeviceImpl_FindTexUnitMap for...
2007-07-02  Kai Blinws2_32: Handle IPv6 in WSAStringToAddress.
2007-07-02  Michael Stefaniucntdll: Fix missing unlock on error path. Found by Smatch.
2007-07-02  Juan Langcrypt32: Accept ERROR_INVALID_PARAMETER in addition...
2007-07-02  Juan Langcrypt32: Accept ERROR_BADKEY in addition to ERROR_INVAL...
2007-07-02  Juan Langcrypt32: Accept OSS errors as well.
2007-07-02  Juan Langcrypt32: Accept OSS errors.
2007-07-02  Juan Langcrypt32: Don't fail when CryptVerifyCertificateSignatur...
2007-07-02  Juan Langcrypt32: Use skip to avoid failures where support is...
2007-07-02  Markus Gömmeluser32: Center MessageBox dialogs to desktop, as Window...
2007-07-02  Markus Gömmelcomctl32/datetime: Added a missing InvalidateRect to...
2007-07-02  Aric Stewartimm32: Implementation of GCS_CURSORPOS.
2007-06-29  Alexandre JulliardRelease 0.9.40. wine-0.9.40
2007-06-29  Maarten Lankhorstdsound: Fix calcplayposition to handle mixed amount...
2007-06-29  Konstantin... programs/winefile: Add Russian resources.
2007-06-29  Andrew Talbotole32: Constify some variables.
2007-06-29  Kai Blinws2_32: Return WSAEINVAL for unhandled address families...
2007-06-29  Misha Koshelevshell32: Fix shelllink creation to non-executable files...
2007-06-29  Misha Koshelevshell32/tests: Fix tests of IShellLinkA_SetPath to...
2007-06-29  Misha Koshelevshell32/tests: Allow CoCreateInstance to return E_NOINT...
2007-06-29  Misha Koshelevshell32/tests: Add test for shell links to existing...
2007-06-29  Misha Koshelevshell32/tests: Allow individual tests in check_lnk...
2007-06-29  H. Verbeetwined3d: Get rid of the oneToOneTexUnitMap field.
2007-06-29  H. Verbeetwined3d: In device_map_psamplers(), only touch the...
2007-06-29  H. Verbeetwined3d: Cleanup device_map_fixed_function_samplers().
2007-06-29  Alexandre Julliardws2_32: Don't print traces from async I/O callbacks.
2007-06-29  Alexandre Julliardntdll: Don't print traces from async I/O callbacks.
2007-06-29  Jacek Cabanmshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextCo...
2007-06-29  Jacek Cabanmshtml: Added IConnectionPointContainer implementation...
2007-06-29  Jacek Cabanmshtml: Make connection points container independent.
2007-06-29  Jacek Cabanmshtml: Move IConnectionPointContainer to the separated...
2007-06-29  Jacek Cabanmshtml: Store connection point as a list.
2007-06-29  Jacek Cabanmshtml: Don't use dynamic allocation for connection...
2007-06-29  Juan Langcrypt32: Implement getting content for data messages...
2007-06-29  Juan Langcrypt32: Implement getting bare content for data messag...
2007-06-29  Juan Langcrypt32: Add tests for data message encoding.
2007-06-29  Juan Langcrypt32: Add a stub get param function for data message...
2007-06-29  Juan Langcrypt32: Implement CryptMsgUpdate for data messages...
2007-06-29  Juan Langcrypt32: Add a finalized member to message.
2007-06-29  Juan Langcrypt32: Store stream info in message.
2007-06-29  Juan Langcrypt32: Add an update function, use it to implement...
2007-06-29  Juan Langcrypt32: Add a get param function, use it to implement...
2007-06-29  Juan Langcrypt32: Stub CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Test CryptMsgGetParam for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgUpdate for data messages opened...
2007-06-29  Juan Langcrypt32: Test CryptMsgOpenToEncode for data messages.
2007-06-29  Juan Langcrypt32: Add base message type and use it to implement...
2007-06-29  Juan Langcrypt32: Add basic parameter checking to CryptMsgOpenTo*.
2007-06-29  Juan Langcrypt32: Add basic tests for CryptMsg functions.
2007-06-29  Juan Langcrypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*.
2007-06-29  Juan Langwincrypt: Add missing message flags and parameters.
2007-06-29  Rob Shearmanwine.inf: Add the SystemDrive environment variable.
2007-06-29  Misha Koshelevwinemenubuilder: Do not WINE_ERR in InvokeShellLinker...
2007-06-29  James Hawkinsmsi: Ignore invalid conditional expressions when checki...
2007-06-29  James Hawkinsmsi: Add tests that show '!=' is not a valid conditiona...
2007-06-29  Michael Stefaniuccomctl32: Replace malloc() with HeapAlloc().
2007-06-29  Alex Villacís... winemp3: Announce capability to decode at 48 KHz.
2007-06-29  Pedro Maiashell32: Update paths in Portuguese resource.
2007-06-29  Maarten Lankhorstwinealsa: Silence buffer on allocation.
2007-06-29  Vitaliy Margolendinput: Move key state array into object.
2007-06-28  Hans Leidekkerpdh: Implement PdhCollectQueryData.
2007-06-28  Hans Leidekkerpdh: Implement PdhAddCounter{A, W} and PdhRemoveCounter.
2007-06-28  Hans Leidekkerpdh: Implement PdhOpenQuery{A, W} and PdhCloseQuery.
2007-06-28  Hans Leidekkerpdh: Add public headers.
2007-06-28  Alexandre Julliardwpp: Don't suppress output from C include files, that...
2007-06-28  Alexandre Julliardwrc: Strip C code based on the name of the include...
2007-06-28  Maarten Lankhorstdsound/winealsa: Remove writelead for alsa directsound.
2007-06-28  Maarten Lankhorstwinealsa: Optimize GetPosition() more in dsalsa.
2007-06-28  Misha Koshelevwinemenubuilder: Wait for parent process to finish...
2007-06-28  Misha Koshelevwinemenubuilder: Create/release semaphore only around...
next