wine
2012-01-05  Francois Gougetwineboot: Store the RunKey names in regular string...
2012-01-05  Jörg Höhlewinmm: Fix conversion to MMTIME, avoid floating point...
2012-01-05  Daniel Lehmanmsvcp90: basic_string<>::rfind(ch) should call rfind.
2012-01-05  Daniel Lehmanmsvcp90: Add num_get<wchar_t> stubs.
2012-01-05  Daniel Lehmanmsvcp90: Make type_info::mangled larger.
2012-01-05  Piotr Cabanmsvcp60: Added full basic_string::_Grow implementation.
2012-01-05  Piotr Cabanmsvcp60: Fix basic_string::rfind(char) implementation.
2012-01-05  Piotr Cabanmsvcp60: Added basic_string<unsigned short> implementation.
2012-01-05  Hans Leidekkermsi: Don't crash on secondary root folders in msi_resol...
2012-01-05  Henri Verbeetwined3d: Get rid of the WINED3DPATCHEDGESTYLE typedef.
2012-01-05  Henri Verbeetwined3d: Get rid of the WINED3DMATERIALCOLORSOURCE...
2012-01-05  Henri Verbeetddraw: Disallow clipped blits in ddraw_surface7_BltFast().
2012-01-05  Henri Verbeetddraw: Refuse to set a clip list if a clipper is alread...
2012-01-05  Henri Verbeetddraw/tests: Add some clipper tests.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetActiveWindow.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetFocus.
2012-01-05  Alexandre Julliardgdi32: Draw rectangles in the order specified by the...
2012-01-04  Luca Bennatipo: Update Italian translation.
2012-01-04  André Hentschelpo: Update German translation.
2012-01-04  André HentschelAssorted header comment cleanup.
2012-01-04  André Hentscheld3drm: Add IDirect3DRMFrame3 interface.
2012-01-04  Piotr Cabanmsvcp60: Added partial exceptions support.
2012-01-04  Piotr Cabanmsvcp60: Don't forward _Lockit calls to msvcp90.
2012-01-04  Piotr Cabanmsvcp60: Added basic_string<char> support.
2012-01-04  Aric Stewartusp10: Move GSUB functions to opentype.c.
2012-01-04  Aric Stewartusp10: Move GDEF functions to opentype.c.
2012-01-04  Aric Stewartusp10: Move CMAP functions to opentype.c.
2012-01-04  Jacek Cabanvbscript: Added for each loop parser implementation.
2012-01-04  Dmitry Timoshkovuser32: Add some tests for SetFocus/SetActiveWindow...
2012-01-04  Eric Pouechwinedbg: Added support for qAttached query packet.
2012-01-04  Eric Pouechdbghelp: When StackWalk fails to get any frame informat...
2012-01-04  Aric Stewartusp10: Add more Microsoft Sans Serif fallbacks.
2012-01-04  Daniel Lehmanmsvcp90: Use passed in beg to find the length in basic_...
2012-01-04  Jörg Höhlemciseq: wNotifyDeviceID is redundant.
2012-01-04  Jörg Höhlemciseq: Refactor use of mciGetDriverData.
2012-01-04  Jörg Höhlemciseq: Check Device ID prior to command invocation.
2012-01-04  Jörg Höhlemciseq: Only send non-MCI commands to DefDriverProc.
2012-01-04  André Hentschelusp10: Check for pointer before using it (Coverity).
2012-01-04  Alexandre Julliardgdi32/tests: Add some tests for brushed and dashed...
2012-01-04  Alexandre Julliardgdi32: Get rid of the pen deferring support, all pen...
2012-01-04  Alexandre Julliardgdi32: Implement dashed wide lines.
2012-01-04  Alexandre Julliardgdi32: Add a helper function for drawing multiple line...
2012-01-04  Alexandre Julliardgdi32: Add a helper function for drawing a wide line...
2012-01-04  Alexandre Julliardgdi32: Skip empty segments at the beginning and end...
2012-01-04  Alexandre Julliardgdi32: Only create the round cap region once per call.
2012-01-04  Alexandre Julliardgdi32: Fix skipping of zero-length dashes.
2012-01-03  Henri Verbeetwined3d: Get rid of the WINED3DSTENCILOP typedef.
2012-01-03  Henri Verbeetwined3d: Get rid of the WINED3DCULL typedef.
2012-01-03  Henri Verbeetd3d10: Handle D3D10_SVT_BUFFER.
2012-01-03  Henri Verbeetd3d10: Return D3D10_SVT_VOID instead of 0 from d3d10_va...
2012-01-03  Henri Verbeetd3d10: Add a D3D10CompileEffectFromMemory() stub.
2012-01-03  Alexandre Julliardsecur32/tests: Don't compare the encrypted results...
2012-01-03  Francois Gougetwinmm: Don't include newlines in standard error messages.
2012-01-03  Francois Gougetnotepad: Remove unused resource strings.
2012-01-03  Frédéric Delanoycmd: Avoid unreachable code (Coverity).
2012-01-03  Jörg Höhledsound: Fix the computation of the mixer position in...
2012-01-03  André Hentscheld3drm: Add IDirect3DRMFrame2 interface.
2012-01-03  André Hentschelntdll/tests: Add optional return value for some win7...
2012-01-03  Piotr Cabanmsvcp90: Update data pointer after resizing string.
2012-01-03  Jacek Cabanieframe: Remove useless #undef.
2012-01-03  Hans Leidekkermsi: VolumeLabel and DiskPrompt are optional fields...
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2012-01-03  Aric Stewartusp10: Cache feature lookups.
2012-01-03  Aric Stewartusp10: Have load_GSUB_feature return LoadedFeature*.
2012-01-03  Aric Stewartusp10: Replace GSUB_get_feature with GSUB_GetFontFeatur...
2012-01-03  Aric Stewartusp10: Implement ScriptGetFontFeatureTags.
2012-01-03  Aric Stewartusp10: Convert tag in LoadedFeature to OPENTYPE_TAG.
2012-01-03  Aric Stewartusp10: Replace GSUB_get_lang_table with GSUB_GetFontLan...
2012-01-03  Aric Stewartusp10: Implement ScriptGetFontLanguageTags.
2012-01-03  Alistair Leslie... mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDo...
2012-01-03  Michael Stefaniucddraw: Fix two memory leaks (Smatch).
2012-01-03  Michael Stefaniucjscript: Remove break after return (Smatch).
2012-01-03  Marcus Meissnergdi32: Check return value of REGION_UnionRectWithRegion...
2012-01-03  Marcus Meissnerws2_32: Removed dead code (Coverity).
2012-01-03  Pierre Schweitzerdplayx: Fix handle leak.
2012-01-03  Pierre Schweitzerkernel32: Fix handle leak.
2012-01-03  Pierre Schweitzerwinetest: Fix handle leak.
2012-01-03  Pierre Schweitzertaskmgr: Fix handle leaks.
2012-01-03  Pierre Schweitzerwininet: Fix handle leak.
2012-01-03  Pierre Schweitzerwinecoreaudio.drv: Fix handle leak.
2012-01-03  Pierre Schweitzerwinex11.drv: Fix handle leak.
2012-01-03  Pierre Schweitzerwineqtdecoder: Fix handle leak.
2012-01-03  Pierre Schweitzerappwiz.cpl: Fix handle leak.
2012-01-03  Hwang YunSongpo: Update Korean translation.
2012-01-03  Luca Bennatipo: Update Italian translation.
2012-01-03  Nikolay Sivovpo: Update Russian translations.
2012-01-03  André Hentschelpo: Update German translation.
2012-01-03  Frédéric Delanoypo: Update French translation.
2012-01-03  Marcus Meissnermsvcrt: Mark various internal functions as hidden.
2012-01-03  Marcus Meissnerwshom.ocx: Mark one function as static, one as hidden.
2012-01-03  Marcus Meissnermshtml: Mark function as hidden.
2012-01-03  Marcus Meissnerusp10: Mark two functions as hidden.
2012-01-03  Marcus Meissnerjscript: Mark some function DECLSPEC_HIDDEN.
2012-01-03  Henri Verbeetwined3d: Get rid of the WINED3DFILLMODE typedef.
2012-01-03  Henri Verbeetwined3d: Get rid of the WINED3DSHADEMODE typedef.
2012-01-03  Henri Verbeetd3d10/tests: Add a state groups test.
2012-01-03  Henri Verbeetwined3d: Recognize some more Intel GPUs.
2012-01-03  Henri Verbeetwined3d: Recognize i915g as Intel.
2012-01-03  Eric Pouechdbghelp: Correctly return flags in SYMBOL_INFO structur...
2012-01-03  Eric Pouechwinedbg: In x86_64 backend, now recognize 'rep ret...
next