wine
2012-11-09  Alexandre JulliardRelease 1.5.17. wine-1.5.17
2012-11-09  Michael Stefaniucmsi: Use FIELD_OFFSET to calculate the size of structs...
2012-11-09  Hans Leidekkermsi: Avoid a string copy when comparing SQL keywords.
2012-11-09  Hans Leidekkermsi: Fix use of uninitialized variables.
2012-11-09  Matteo Brunid3dcompiler: Put data type name of constants on the...
2012-11-09  Matteo Brunid3dcompiler: Skip stray semicolons outside of functions.
2012-11-09  Matteo Brunid3dcompiler: Allow a comma at the end of an initializer.
2012-11-09  Matteo Brunid3dcompiler: Don't take the sign as part of the numeric...
2012-11-09  Matteo Bruniwined3d: Pop control frames in disabled if branches...
2012-11-09  Matteo Bruniwined3d: Ensure GL_FRAGMENT_PROGRAM_ARB is enabled...
2012-11-09  Jacek Cabanjscript: Fixed leak in disp_propget.
2012-11-09  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-09  Jörg Höhlewinmm: Call IsFormatSupported for WAVE_FORMAT_QUERY...
2012-11-09  Jörg Höhlewinmm: Avoid generic MMSYSERR_ERROR during initialisation.
2012-11-09  Jörg Höhlewinmm: Prefer using MMSYSERR_* over AUDCLNT_E_* from...
2012-11-09  Daniel Lehmanmsvcp90/tests: Add fstream<>::tellg tests.
2012-11-09  Jacek Cabanmshtml: Added IPersistStream::LoadHistory implementation.
2012-11-09  Jacek Cabanmshtml: Use flags in navigation functions.
2012-11-09  Jacek Cabanmshtml: Added IPersistHistory::SaveHistory implementation.
2012-11-09  Jacek Cabanmshtml: Use fregment-less URI in super_navigate.
2012-11-09  Jacek Cabanmshtml: Call set_current_uri in navigate_proc.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-11-09  Henri Verbeetwined3d: Introduce a separate function for generating...
2012-11-09  Henri Verbeetwined3d: Introduce a separate function for generating...
2012-11-09  Henri Verbeetddraw: Avoid LPDIRECT3DTEXTURE2.
2012-11-09  Henri Verbeetddraw: Avoid LPDIRECT3DEXECUTEBUFFER.
2012-11-09  Henri Verbeetddraw: Avoid LPDIRECT3DVERTEXBUFFER.
2012-11-08  Józef Kuciad3dx9: Handle NULL arguments in D3DXVec3Unproject.
2012-11-08  Józef Kuciad3dx9: Handle NULL arguments in D3DXVec3Project.
2012-11-08  Hans Leidekkerxpssvcs: Add stub dll.
2012-11-08  Frédéric Delanoyd3drm: Fix a leak (coverity).
2012-11-08  André Hentschelxcopy: Fix indentation of a break (coverity).
2012-11-08  André Hentschelwinhlp32: Mark up fallthrough switch case (coverity).
2012-11-08  André Hentschelwinmm: Mark up fallthrough switch case (coverity).
2012-11-08  André Hentschelstart: Fix mask for creation flags (coverity).
2012-11-08  Sam Edwardsopengl32: Apply correct normals to text rendered with...
2012-11-08  Sam Edwardsd3d8/tests: Add test for IDirect3DDevice8_Reset with...
2012-11-08  Dmitry Timoshkovgdiplus: Store transformation matrix directly in the...
2012-11-08  Detlef Riekenbergmstask/tests: Add tests for SetTargetComputer.
2012-11-08  Detlef Riekenbergmstask: Implement SetTargetComputer.
2012-11-08  Henri Verbeetwined3d: Introduce a separate function for initializing...
2012-11-08  Henri Verbeetwined3d: Introduce a separate function for initializing...
2012-11-08  Henri Verbeetwined3d: Use the correct RGTC constant in format_textur...
2012-11-08  Henri Verbeetddraw: Avoid LPDIRECT3DVERTEXBUFFER7.
2012-11-08  Henri Verbeetddraw: Avoid LPDIRECTDRAW.
2012-11-08  Alexandre Julliardopengl32: Get rid of wine_ prefix on generated functions.
2012-11-08  Alexandre Julliardopengl32: Get rid of the extension removal hack in...
2012-11-08  Alexandre Julliardwined3d: Link directly to opengl32.
2012-11-08  Alexandre Julliardconfigure: Remove checks for OpenGL headers that are...
2012-11-08  Alexandre Julliardconfigure: Check for getopt_long_only instead of getopt...
2012-11-07  Alexandre Julliardntdll: Fix access/write file time mixup.
2012-11-07  Hans Leidekkermsi: Register dlls in a separate process.
2012-11-07  Hans Leidekkermsi: Make sure either the REINSTALL or the REMOVE prope...
2012-11-07  Hans Leidekkermsi: Remove a component regardless of its install state...
2012-11-07  Hans Leidekkermsi: Return correct length for the empty string from...
2012-11-07  Piotr Cabanmsvcp60: Fixed basic_streambuf class structure.
2012-11-07  Piotr Cabanmsvcp: Fixed uninitialized variable access in num_get...
2012-11-07  Piotr Cabanmsvcp90: Destroy string returned by basic_stringbuf_cha...
2012-11-07  Piotr Cabanmsvcp90: Fixed long long printing in tests.
2012-11-07  Piotr Cabanmsvcrt: Fixed __p___mb_cur_max tests.
2012-11-07  Jacek Cabanmshtml: Added IHTMLObjectElement::name property impleme...
2012-11-07  Alexandre Julliardopengl32: Don't substitute OpenGL types that are alread...
2012-11-07  Alexandre Julliardwined3d: Make use of the generated wgl.h header.
2012-11-07  Alexandre Julliardwinex11: Avoid using the system GL headers.
2012-11-07  Alexandre Julliardgdi32: Avoid using the system GL headers.
2012-11-07  Alexandre Julliardopengl32: Avoid using the system GL headers.
2012-11-07  Alexandre Julliardopengl32: Generate our own wgl.h header from the OpenGL...
2012-11-07  Alexandre Julliardopengl32: Update to the current OpenGL spec.
2012-11-07  Frédéric Delanoymsi: Fix some leaks (coverity).
2012-11-07  Frédéric Delanoyiphlapi: Fix some leaks (coverity).
2012-11-07  Daniel Lehmanshell32: Initialize fAnyOperationsAborted in SHFileOper...
2012-11-07  Jacek Cabanwidl: Ignore -app_config option.
2012-11-07  Sam Edwardsopengl32: Implement the wglUseFontOutlines WGL_FONT_LIN...
2012-11-07  Sam Edwardsd3d9/tests: Add test for IDirect3DDevice9_Reset with...
2012-11-07  Dmitry Timoshkovgdiplus: Avoid GdipCloneMatrix calls for the graphics...
2012-11-07  Frédéric Delanoycmd/tests: Simplify 'if' comparison tests.
2012-11-07  Henri Verbeetwined3d: Use more consistent names for the various...
2012-11-07  Henri Verbeetwined3d: Introduce a separate structure for the ps...
2012-11-07  Henri Verbeetddraw/tests: Avoid LPDIRECTDRAW7.
2012-11-07  Henri Verbeetddraw: Avoid LPDIRECTDRAWCLIPPER.
2012-11-07  Henri Verbeetddraw: Avoid LPDIRECTDRAWPALETTE.
2012-11-06  Jacek Cabanmshtml: Ignore one more property change notification...
2012-11-06  Hans Leidekkermsi: Avoid a crash when target paths have not yet been...
2012-11-06  Dmitry Timoshkovgdiplus: Allocate a copy of the graphics transformation...
2012-11-06  Dmitry Timoshkovgdiplus: Add support for extra transformation in GdipMe...
2012-11-06  Detlef Riekenbergmstask/tests: Add tests for GetTargetComputer.
2012-11-06  Detlef Riekenbergmstask: Implement GetTargetComputer.
2012-11-06  Alexandre Julliarduser32: Force refreshing the non-client area when the...
2012-11-06  Jason Edmeadesattrib: Remove redundant code.
2012-11-06  Jason Edmeadesxcopy: Fix resource leak (coverity).
2012-11-06  Jason Edmeadescmd: Fix for loops within for loops.
2012-11-06  Jason Edmeadesattrib: Add attrib /d support.
2012-11-06  Jason Edmeadesattrib: Add support for attrib /s.
2012-11-06  Jason Edmeadesattrib: Support relative paths as args.
2012-11-06  Jason Edmeadescmd: Don't overflow parameter length when copying subst...
2012-11-06  Detlef Riekenbergschtasks: Add a stub schtasks.exe.
2012-11-06  Piotr Cabanmsvcrt: Improved strtod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _wcstod_l precision.
2012-11-06  Piotr Cabanmsvcrt: Improved _atoflt_l precision.
2012-11-06  Henri Verbeetwined3d: Introduce a separate structure for the vs...
next