wine
2010-05-26  Gerald Pfeiferdbghelp: Remove variable basic_block which is not reall...
2010-05-26  Gerald Pfeiferrsaenh: Simplify store_key_container_permissions.
2010-05-26  Austin Englishwinebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd.
2010-05-26  Andrew Nguyenconfigure: Don't enable maintainer mode if it is explic...
2010-05-26  Michael Stefaniucole32: Avoid potential NULL pointer dereferences in...
2010-05-26  Marcus Meissnerd3dx9_36: Fixed off by 1 in the usage_idx check (Coverity).
2010-05-26  André Hentscheloledb32: Add Variant to Integer conversion.
2010-05-26  André Hentscheloledb32: Fix dst_len in DataConvert.
2010-05-26  Juan Langcrypt32/tests: Always compare serialized stores in...
2010-05-26  Juan Langcrypt32/tests: Test an otherwise unused return value.
2010-05-26  Juan Langcrypt32/tests: Improve granularity of testing a store...
2010-05-26  André Hentschelwinejack.drv: Use jack_client_open instead of deprecate...
2010-05-25  Sven Baarswinhlp32: Fix Dutch translation.
2010-05-25  Alexandre Julliardatl: Fix formatting of generated class name for 64...
2010-05-25  André Hentschelatl: Reuse code of AtlModuleRegisterWndClassInfoW for...
2010-05-25  Alexandre Julliarduser32/tests: Fix a test failure in desktop mode.
2010-05-25  Hans Leidekkerwininet: Add tests for setting and retrieving the conte...
2010-05-25  Hans Leidekkerwininet: Implement InternetQueryOption(INTERNET_OPTION_...
2010-05-25  Hans Leidekkerwininet: Pass the object header pointer to INET_QueryOp...
2010-05-25  Hans Leidekkerwininet: Implement InternetSetOption(INTERNET_OPTION_CO...
2010-05-25  Hans Leidekkermsi: End the search for a directory signature if the...
2010-05-25  Hans Leidekkermsi: Add a test for properties updated by a patch.
2010-05-25  Hans Leidekkermsi: Get rid of the goto in MSI_ApplicablePatchW.
2010-05-25  Hans Leidekkerserver: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.
2010-05-25  Henri Verbeetwined3d: Get rid of GLINFO_LOCATION.
2010-05-25  Henri Verbeetwined3d: Set the state.c GLINFO_LOCATION to *gl_info.
2010-05-25  Henri Verbeetwined3d: Set the arb_program_shader.c GLINFO_LOCATION...
2010-05-25  Henri Verbeetwined3d: Set the ati_fragment_shader.c GLINFO_LOCATION...
2010-05-25  Jacek Cabanmshtml: Simplify translate_url call.
2010-05-25  Michael Stefaniuccomctl32: Avoid a potential NULL pointer dereference...
2010-05-25  Damjan Jovanovicwinemenubuilder: Use the full path to start.exe.
2010-05-25  Alexandre Julliardole32: Implement the IAdviseSink call_as proxies and...
2010-05-25  Andrew Eikumwinedbg: Allow user to specify length of stack info...
2010-05-25  Matteo Brunid3dx9: Stricter checks for relative addressing in the...
2010-05-25  David Hedberginclude: Add ICommDlgBrowser2 and ICommDlgBrowser3...
2010-05-25  David Hedberginclude: Add IExplorerBrowserEvents, IExplorerPaneVisib...
2010-05-25  Gerald Pfeiferoleaut32/tests: Remove variable rValid which is not...
2010-05-25  Gerald Pfeifermsvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen...
2010-05-25  André Hentschelwinegcc: Add support for amd64-mingw32msvc platform.
2010-05-25  Juan Langole32: Only read known format ids when attempting to...
2010-05-25  Juan Langole32/tests: Test creating an IPropertySetStorage with...
2010-05-25  Dylan Smithrichedit: Fix assignment to wrong variable (LLVM/Clang).
2010-05-25  André Hentscheloledb32/tests: Preset dst_len to encounter more problems.
2010-05-24  Alexandre Julliarduser.exe: Store the GDI instance when it's first loaded.
2010-05-24  Alexandre Julliardmsi: Ignore min/max versions if their values are null.
2010-05-24  Alexandre Julliardwinex11: Don't send minimize/maximize sys commands...
2010-05-24  Alexandre Julliardwinex11: Unmap zero-size windows also while processing...
2010-05-24  David Adamd3drm: Remove a useless comment.
2010-05-24  David Adamd3drm: Do not redefine already defined guids.
2010-05-24  David Adamd3drm: Remove a useless include.
2010-05-24  Michael Stefaniucmapi32: Add the Romanian translation.
2010-05-24  Alexandre Julliarduser.exe: Make sure 16-bit user and gdi never get unloaded.
2010-05-24  Sven Baarssane.ds: Fix Dutch translation.
2010-05-24  Austin Englishkernel32/tests: Check return value of alarmThread in...
2010-05-24  Austin Englishusp10/tests: Check return value of SelectObject.
2010-05-24  Austin Englishkernel32/tests: Use ret in load_blackbox().
2010-05-24  Austin Englishgdi32/tests: Use ret in test_CreateFontIndirect().
2010-05-24  Austin Englishuser32/tests: Check return value of DdeClientTransactio...
2010-05-24  Austin Englishuser32: Add test for drop down width in test_changesize().
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-05-24  Alexandre Julliardwinex11: Allow the Xft configuration to override both...
2010-05-24  Alexandre Julliardwinex11: Fetch the antialias parameter from fontconfig...
2010-05-24  Austin Englishntdll: Add %gs support for FreeBSD.
2010-05-24  Henri Verbeetwined3d: Set the nvidia_texture_shader.c GLINFO_LOCATIO...
2010-05-24  Henri Verbeetwined3d: Set the volume.c GLINFO_LOCATION to *gl_info.
2010-05-24  Henri Verbeetwined3d: Set the swapchain.c GLINFO_LOCATION to *gl_info.
2010-05-24  Henri Verbeetwined3d: Set the drawprim.c GLINFO_LOCATION to *gl_info.
2010-05-24  Nikolay Sivovcomctl32/listview: Fix vertical position offset for...
2010-05-24  Dylan Smithrichedit: Simplify redundant code in WM_IME_COMPOSITION.
2010-05-24  Dylan Smithrichedit: Commit undo items after modifications in...
2010-05-24  Dylan Smithrichedit: Missing HeapFree in WM_IME_COMPOSITION. ...
2010-05-24  Alexander Scott... clock: Remove "License..." and "NO WARRANTY..." items...
2010-05-24  Marcus Meissnerntdll: qsort: comparator must not get the same pointer.
2010-05-24  Piotr Cabanmsvcrt: Fix wcstombs_l implementation.
2010-05-24  Piotr Cabanmsvcrt: Fix mbstowcs_l implementation.
2010-05-24  Sven Baarstaskmgr: Fix Dutch translation.
2010-05-24  Damjan Jovanovicwindowscodecs: Fix ICO palette size calculation.
2010-05-24  Andrey Turkinoleaut32: Don't rewrite name's hreftype.
2010-05-24  Andrey Turkinoleaut32: Store correct offset for imported files in...
2010-05-24  Andrey Turkinoleaut32: Fix ctl2_alloc_importfile offset calculations.
2010-05-24  Aric Stewartusp10: Apply the GSUB 'rlig' feature for Required ligat...
2010-05-24  Aric Stewartusp10: Handle Ligature Substitution Subtable from GSUB.
2010-05-24  Aric Stewartgdi32: Handle a BiDi string being shaped into more...
2010-05-24  Aric Stewartusp10: Use font chartype only as a fallback if we do...
2010-05-24  Sven Baarsview: Fix Dutch translation.
2010-05-24  Maarten Lankhorstwinmm: Wake up timer after the timer list is empty.
2010-05-24  Marcus Meissnerusp10: Check heap_alloc return value (Coverity).
2010-05-24  Michael Stefaniucmsacm32: Avoid using the long type.
2010-05-24  Sven Baarsmsi: Update Dutch translation.
2010-05-24  Sven Baarsmsi: Fix English translation.
2010-05-24  Sven Baarswinemine: Fix Dutch translation.
2010-05-23  Alexandre Julliardntdll: Reimplement bsearch to avoid redundant and possi...
2010-05-23  Alexandre Julliardconfigure: Disable makefile auto-updating on BSD make...
2010-05-23  Alexandre Julliardconfigure: BSD make doesn't treat .PHONY as a proper...
2010-05-23  Alexandre Julliarduser32: Don't repaint the caret in SetCaretPos if the...
2010-05-22  Alexandre Julliardwinhlp32: Get rid of the shadow window, it's ugly and...
2010-05-21  Alexandre JulliardRelease 1.2-rc1. wine-1.2-rc1
2010-05-21  Matej Špindlertaskmgr: Update Slovenian translation.
2010-05-21  Matej Špindleroleacc: Add Slovenian translation.
2010-05-21  Matej Špindlerwinedbg: Add Slovenian translation.
next