wine
2011-08-22  Bruno Jesusws2_32/tests: Add MSG_PEEK tests on recv().
2011-08-22  Andrew Talbotshell32: Remove redundant function declaration.
2011-08-22  Andrew Talbotcomctl32: Remove redundant function declaration.
2011-08-22  André Hentschelntdll: Accept double-digit CPU families.
2011-08-22  Andrew Talbotopenal32: void functions should not return a value.
2011-08-22  Andrew Talbotole2.dll16: void functions should not return a value.
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-08-22  Andrew Talbotmsvcp90: void functions should not return a value.
2011-08-22  Andrew Talbotcompobj.dll16: void functions should not return a value.
2011-08-22  Andrew Talbotcomctl32: void functions should not return a value.
2011-08-22  Andrew Talbotcabinet: void functions should not return a value.
2011-08-22  Marcus Meissnerwineoss.drv: Print strerror of errno, not of -1 (Coverity).
2011-08-22  Marcus Meissnerd3dx9_36: Fixed memset of a -2 32bit value (Coverity).
2011-08-22  Marcus Meissnernet: LoadStringW incorrect size bytes vs characters.
2011-08-22  Jacek Cabanjscript: Don't copy more than needed in parse_identifier.
2011-08-05  Alexandre JulliardRelease 1.3.26. wine-1.3.26
2011-08-05  William Petterssonwined3d: Add support for Nvidia GTX 550/560 Ti.
2011-08-05  Michał Ziętekwscript: Fix tests on wow64.
2011-08-05  Frédéric Delanoycmd: Fix handling of lines starting with echo. or echo:.
2011-08-05  Andrew Eikumwinealsa.drv: Inject handle_underrun=1 setting for...
2011-08-05  Andrew Eikumwinealsa.drv: Tell ALSA to play silence during underruns.
2011-08-05  Francois Gougetnet: Add a WriteConsole() fall back so things still...
2011-08-05  Francois Gougetnet: Convert to Unicode.
2011-08-05  Hans Leidekkerwinhttp: Don't depend on shlwapi for decoding a URL.
2011-08-05  Huw Daviesgdi32: Simplify dibdrv_GetImage by merging the stand...
2011-08-05  Huw Daviesgdi32: Fix dibdrv_PutImage for the selected bitmap...
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8LobbiedApplicati...
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8ThreadPool iface.
2011-08-05  Jörg Höhlewinmm: Remove redundant code.
2011-08-05  Jörg Höhlewinmm: Restore checking of callback flags.
2011-08-05  Jörg Höhlewinmm: Fix logic conditions.
2011-08-05  Jörg Höhlewinmm: Fix memory leak in msacm error path.
2011-08-05  Jörg Höhlewinmm: Assign to structs instead of using memcpy.
2011-08-05  Jörg Höhlewinmm: Replace one HeapAlloc with stack allocation.
2011-08-05  Jacek Cabanmshtml: Fixed nsAString handling in navigate_anchor.
2011-08-05  Francois Gougetshell32: Make SHELL_CreateContextMenu() static.
2011-08-05  Francois Gougetshell32: Remove WINAPI on static functions where not...
2011-08-05  Francois Gougetkernel32: Implement K32GetProcessImageFileNameA().
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-08-05  Alexandre Julliardgdi32: Validate the DIB parameters in functions that...
2011-08-05  Alexandre Julliardgdi32: Add a missing release in the error path.
2011-08-05  André Hentschelc2man: Mark the file used if a comment is found.
2011-08-05  Henri Verbeetwined3d: Get rid of the fglrx point sprite hack.
2011-08-05  Henri Verbeetwined3d: Pass a non-NULL rectangle to surface_color_fil...
2011-08-05  Henri Verbeetwined3d: Always pass a non-NULL rectangle to surface_co...
2011-08-05  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-08-05  Henri Verbeetwined3d: Implement wined3d_surface_bltfast() on top...
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-08-04  Huw Daviesgdi32: Don't load a font replacement if any face of...
2011-08-04  Piotr Cabanmshtml: Added error handling to get_doc_string.
2011-08-04  Piotr Cabanmshtml: Fix DOCUMENT_NODE handling in nsnode_to_nsstrin...
2011-08-04  Mariusz Plucińskishell32: Check if known folder's relative path was...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of FOLDERID_ProgramFile...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders defini...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders attrib...
2011-08-04  Frédéric Delanoycmd/tests: Add FOR /A tests.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Huw Daviesgdi32: If possible use the GetImage driver entry to...
2011-08-04  Huw Daviesgdi32: Simplify the code a little by using a separate...
2011-08-04  Huw Daviesgdi32/tests: Add some GetDIBits tests with zero lines...
2011-08-04  Huw Daviesgdi32/tests: Simplify some of the tests.
2011-08-04  Hans Leidekkermsi: Make sure the source directory has a trailing...
2011-08-04  Kusanagi Kouichiwinex11.drv: Fix a memory leak.
2011-08-04  Frédéric Delanoycmd/tests: Add setlocal/endlocal tests.
2011-08-04  Frédéric Delanoycmd/tests: Refactor "broken" keyword handling so all...
2011-08-04  Frédéric Delanoycmd/tests: Remove redundant ok check in compare_line...
2011-08-04  Frédéric Delanoycmd/tests: Ensure failures are caught in all cases...
2011-08-04  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in CreateDIB...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
2011-08-04  Alexandre Julliardgdi32: Move initialization of a correct BITMAPINFOHEADE...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-04  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8Peer iface.
2011-08-04  Jacek Cabanwshom.ocx: Added Dll[Un]RegisterServer implementation.
2011-08-04  Jacek Cabanwshom.ocx: Added typelib.
2011-08-04  Jay Yangshell32: Implement SHCreateDefaultContextMenu and CDefF...
2011-08-04  André Hentschelfusion/tests: Skip tests when file creation fails.
2011-08-04  Francois Gougetkernel32: Fix writing to a pipe in WriteConsoleW().
2011-08-04  Nikolay Sivovadvapi32/crypt: Fixed some HKEY leaks.
2011-08-04  Florian Köberlecomctl32/header: Don't free the imagelist in HEADER_NCD...
2011-08-04  Florian Köberlecomctl32/tests: Test that headers do not free their...
2011-08-04  Henri Verbeetwined3d: Move some flags handling from surface_cpu_blt...
2011-08-04  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-08-04  Henri Verbeetwined3d: Move rectangle validation from surface_cpu_blt...
2011-08-04  Henri Verbeetwined3d: Remove src_rect and dst_rect NULL checks from...
2011-08-04  Henri Verbeetwined3d: Remove the unused blit_op parameter to arbfp_b...
2011-08-04  Maarten Lankhorstntdll: Use FUTEX_PRIVATE_FLAG for critical section...
2011-08-04  André Hentscheloleaut32/tests: Skip tests if typelib can't be registered.
2011-08-04  Alexandre Julliardcomdlg32/tests: Fix a couple of test failures on NT4.
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-03  Alexandre Julliardgdi32: Use the visrect coordinates in dibdrv_PutImage.
2011-08-03  Francois Gougetnet: Remove a debug trace.
2011-08-03  Mariusz Plucińskishell32/tests: Add verification of known folders parsin...
2011-08-03  Austin Englishmsvcrt/tests: Make sure to use return values.
2011-08-03  Jörg Höhlewinmm: Functions that take an open HWAVE don't need...
2011-08-03  Frédéric Delanoycmd/tests: Fix "broken" handling when expected line...
2011-08-03  Dan Kegelcmd: mkdir: Set errorlevel and output error message...
next