wine
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-11  Dmitry Timoshkovgdiplus: Clarify where extra Y margin added by GdipMeas...
2012-10-11  Frédéric Delanoycmd/tests: Add tests for command line parsing.
2012-10-11  Frédéric Delanoycmd/tests: Move command line tests to separate file.
2012-10-11  Sergey Guralnikuser32/tests: Add tests for class small icons.
2012-10-11  André Hentschelinclude: Update EXTENDED_NAME_FORMAT enumeration.
2012-10-11  Dmitry Timoshkovgdiplus: Use IFD_SHORT type for the TIFF compression...
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-10-11  Piotr Cabanmsvcp: Sync implementations.
2012-10-11  Aric Stewartmsctf: Uninitialize context prior to releasing it.
2012-10-11  Lucas Zawackidinput: Implement DIPROP_INSTANCENAME for joystick.
2012-10-11  Lucas Zawackidinput/tests: Test for DIPROP_INSTANCENAME and DIPROP_G...
2012-10-11  Aric Stewartimm32: Unregister IME class on process detach.
2012-10-11  Aric Stewartimm32: Remove unused parameter to IMM_RegisterIMEClass.
2012-10-11  Jacek Cabanmshtml: Added IHTMLIFrameElement3::get_contentDocument...
2012-10-11  Jacek Cabanmshtml: Added createStyleSheet and get_styleSheet tests.
2012-10-11  Jacek Cabanmshtml: Create script element in IHTMLDocument::createS...
2012-10-11  Jacek Cabanmshtml: Moved creating HTML element to separated function.
2012-10-11  Jacek Cabanmshtml: Added IHTMLStyleElement::get_styleSheet imeplem...
2012-10-11  Jacek Cabanmshtml: Don't run noscript tests in enhanced security...
2012-10-11  Jacek Cabanjscript: Get rid of BSTR in date.c.
2012-10-11  Jacek Cabanjscript: Use jsstr_t for compiler constant strings.
2012-10-11  Jacek Cabanjscript: Store regexp source as jsstr_t.
2012-10-11  Jacek Cabanjscript: Use custom string container instead of BSTR.
2012-10-11  Henri Verbeetwined3d: Implement WINED3DSIH_LT in the GLSL shader...
2012-10-11  Henri Verbeetwined3d: Implement WINED3DSIH_IGE in the GLSL shader...
2012-10-11  Henri Verbeetwined3d: Implement WINED3DSIH_GE in the GLSL shader...
2012-10-11  Henri Verbeetwined3d: Implement WINED3DSIH_EQ in the GLSL shader...
2012-10-11  Henri Verbeetwined3d: Implement WINED3DSIH_XOR in the GLSL shader...
2012-10-10  Matteo Brunid3dcompiler: Don't raise a warning for an uninitialized...
2012-10-10  Matteo Brunid3dcompiler/tests: Fix access to the test output for...
2012-10-10  Matteo Brunid3dcompiler: Fix "for" syntax.
2012-10-10  Matteo Brunid3d8: Use proper helper.
2012-10-10  Matteo Bruniwined3d: Recognize Radeon HD 6970 as reported on some...
2012-10-10  Roman Dadkovole32: Fix dwClsContext parameter of a CoCreateInstance...
2012-10-10  Jacek Cabanvbscript: Fixed tests on some non-English configs ...
2012-10-10  Andrew Eikumdsound: Don't exit early in mixer thread.
2012-10-10  Andrew Eikumvbscript: Undefined variables resolve as EMPTY without...
2012-10-10  Alexandre Julliardwinex11: Don't return an alpha channel for DIBs read...
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-10-10  Alexandre Julliardgdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB...
2012-10-10  Alexandre Julliardgdi32: Limit the allocation size to the useful data...
2012-10-10  Alexandre Julliardgdi32: Return the full DIB height in GetImage instead...
2012-10-10  Nikolay Sivovdwrite: Added IDWriteTextFormat stub implementation.
2012-10-10  Nikolay Sivovdwrite: Implement GetFontStretch().
2012-10-10  Hans Leidekkerwbemprox: Add support for array types.
2012-10-10  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-10-10  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.AdapterType.
2012-10-10  Hans Leidekkerwbemprox: Handle NULL operands in eval_strcmp.
2012-10-10  Jacek Cabanmshtml: Added more ActiveX loading and script binding...
2012-10-10  Jacek Cabanmshtml: Get rid of no longer needed workarounds for...
2012-10-10  Jacek Cabanmshtml: Added noscript tag handling tests.
2012-10-10  Daniel Lehmanmsvcp90: Copy facetvec element pointer in copy ctor.
2012-10-10  Daniel Lehmanmsvcp90: Initialize state in mb_to_wc.
2012-10-10  Daniel Lehmanmsvcp: Flip fclose result check in filebuf<>::close.
2012-10-10  Alexandre Julliardwinex11: Recreate the GL drawable when changing the...
2012-10-10  Alexandre Julliardwinex11: Create a surface even for OpenGL windows,...
2012-10-10  Alexandre Julliarduser32: Don't use the window surface when the pixel...
2012-10-10  Francois Gougetshell32: Fix ShellExecute()'s handling of file URLs.
2012-10-10  Francois Gougetshell32/tests: Simplify shlexec's test_directory()...
2012-10-10  Christian Costaquartz: Don't say we have a menu to AdjustWindowRectEx...
2012-10-10  Christian Costaquartz: Use target rect if set otherwise default to...
2012-10-10  Marcus Meissnerwinetest: Close filehandle on run error (Coverity).
2012-10-10  Marcus Meissneradvapi32: Removed a double free issue on loop terminati...
2012-10-10  Marcus Meissnerserver: Removed duplicate close of acceptfd (Coverity).
2012-10-10  Henri Verbeetwined3d: Implement SM4 WINED3DSIH_SINCOS in the GLSL...
2012-10-10  Henri Verbeetwined3d: Implement SM4 loops in the GLSL shader backend.
2012-10-10  Henri Verbeetwined3d: Implement WINED3DSIH_IADD in the GLSL shader...
2012-10-10  Henri Verbeetwined3d: Implement WINED3DSIH_DIV in the GLSL shader...
2012-10-10  Henri Verbeetwined3d: Implement WINED3DSIH_BREAKP in the GLSL shader...
2012-10-09  Daniel Lehmanmsvcp90: Fix export for fstream<wchar_t> ctor.
2012-10-09  Daniel Lehmanmsvcp90: Fix cxx exception information for 64-bit.
2012-10-09  Daniel Lehmanmsvcp90: Flip fclose result check in filebuf<>::close.
2012-10-09  Daniel Lehmanmsvcp90: Change basic_ios<wchar_t>::imbue to match...
2012-10-09  Erich Hooversetupapi: Close the target file before issuing SPFILENO...
2012-10-09  Erich Hooversetupapi: Report the correct target file with SPFILENOT...
2012-10-09  André Hentschelwinetest: Report actual number of failures in the statu...
2012-10-09  Christian Costantoskrnl.exe: Add MDL flags definitions.
2012-10-09  Christian Costaquartz: Fill right RECT structure in SetDefaultTargetRec.
2012-10-09  Christian Costaquartz: Forward IMediaControl_RenderFile to IFilterGrap...
2012-10-09  Jacek Cabanmshtml: Wine Gecko 1.8 release.
2012-10-09  Jacek Cabanappwiz.cpl: Cache downloaded addon MSI files.
2012-10-09  Jacek Cabanservices: Fixed memory leak.
2012-10-09  Piotr Cabanmsvcp60: Added missing 64-bit exports.
2012-10-09  Dmitry Timoshkovgdiplus: Add more font transformation tests.
2012-10-09  Alexandre Julliarduser32: Add support for setting the window surface...
2012-10-09  Alexandre Julliardserver: Add a heuristic to avoid computing surface...
2012-10-09  Alexandre Julliardserver: Add a request to compute the clipping region...
2012-10-09  Alexandre Julliardserver: Add flags in the set_window_pos request to...
2012-10-09  Francois Gougetshell32: Don't expand environment variables in ShellExe...
2012-10-09  Francois Gougetshell32: Fix CommandLineToArgvW()'s handling of the...
2012-10-09  Francois Gougetshell32: Simplify CommandLineToArgvW() a bit.
2012-10-09  Francois Gougetshell32/tests: Fix test_one_cmdline() and add a few...
2012-10-09  André Hentschelwinemaker: Include the target specific dll path when...
2012-10-09  André Hentschelwinemaker: Always use parent project for project files.
2012-10-09  Henri Verbeetwined3d: Remove unused wined3d_shader_limits fields.
2012-10-09  Henri Verbeetwined3d: Fix the SM3 int and bool vs constant limits.
2012-10-09  Henri Verbeetwined3d: wined3d_surface_set_palette() never fails.
2012-10-09  Henri Verbeetd3d10: Implement d3d10_effect_sampler_variable_GetSampl...
next