dbghelp: Size of the floating point stack registers is 10 bytes (Coverity).
[wine] / dlls /
2012-10-25  Marcus Meissnerdbghelp: Size of the floating point stack registers...
2012-10-25  Henri Verbeetd3dx9: Avoid LPDIRECT3DTEXTURE9.
2012-10-25  Henri Verbeetd3dx9: Avoid LPDIRECT3DCUBETEXTURE9.
2012-10-25  Henri Verbeetwined3d: Make the shader backend responsible for contro...
2012-10-25  Henri Verbeetwined3d: Replace the face and level parameters to devic...
2012-10-25  Henri Verbeetddraw: Move the mipmap desc fixup code to ddraw_surface...
2012-10-25  André Hentschelgdi32: Fix free of address-of expression (coverity).
2012-10-25  André Hentscheld3dx9_36: Fix free of address-of expression (coverity).
2012-10-25  André Hentschelwindowscodecs: Fix resource leak (coverity).
2012-10-25  André Hentschelgdiplus: Fix order of GdipFrees (coverity).
2012-10-25  André Hentschelbrowseui: HeapFree after deleting the cs (coverity).
2012-10-25  André Hentschelgameux: Avoid double free (coverity).
2012-10-25  André Hentschelieframe: Check for null before dereferencing it (coverity).
2012-10-24  André Hentschelrpcrt4: Fix copy-paste error (coverity).
2012-10-24  André Hentschelnetapi32: Fix copy-paste error (coverity).
2012-10-24  André Hentschelwindowscodecs: Fix copy-paste error (coverity).
2012-10-24  André Hentschelgdi32: Fix copy-paste error (coverity).
2012-10-24  André Hentschelcryptdlg: Fix copy-paste error (coverity).
2012-10-24  André Hentscheld3d9/tests: Fix copy-paste error (coverity).
2012-10-24  Piotr Cabanieframe: Handle rebar height changes.
2012-10-24  Piotr Cabanieframe: Added CSS_NORESIZE style to toolbar window.
2012-10-24  Rico Schüllerwined3d: Fix return value for WINED3DFMT_ATI2N in Check...
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
2012-10-24  Alexandre Julliardgdi32: Remove an unused DC field.
2012-10-24  Nikolay Sivovdwrite: Partially implement IDWriteFontFace::GetGlyphIn...
2012-10-24  Nikolay Sivovdwrite: Derive some format data for text layout from...
2012-10-24  Nikolay Sivovdwrite: Implement some font properties accessors for...
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginWidth property...
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginHeight property...
2012-10-24  Akihiro Sagawantdll: Calculate SystemProcessInformation's ReturnLengt...
2012-10-24  Akihiro Sagawantdll: Add ReturnLength test for NtQuerySystemInformati...
2012-10-24  Michael Stefaniucuser32: Use FIELD_OFFSET to calculate the size of a...
2012-10-24  Michael Stefaniucuser32: Remove redundant sizeof check.
2012-10-24  Alexandre Julliardfusion/tests: Remove a broken macro.
2012-10-24  André Hentscheld3dx9_36/tests: Fix sizeof to be more portable (coverity).
2012-10-24  André Hentschelusp10: Add missing break in switch (coverity).
2012-10-24  André Hentschelmsi/tests: Make multiline macros blocks (coverity).
2012-10-24  André Hentschelntdll/tests: Remove duplicate function prototypes ...
2012-10-24  Daniel Lehmanmsvcp90: Set failbit at end of istream<>::sentry::_Ipfx.
2012-10-24  Piotr Cabanmsvcp: Sync implementations.
2012-10-24  Piotr Cabanmsvcp90: Convert characters to unsigned char before...
2012-10-24  Piotr Cabanmsvcrt: Fixed _ungetwc implementation.
2012-10-24  Christian Costad3dxof: Fix remaining 'objects.txt' filename.
2012-10-24  Henri Verbeetd3dx9: Avoid LPDIRECT3DVOLUMETEXTURE9.
2012-10-24  Henri Verbeetd3dx9: Avoid LPDIRECT3DVERTEXSHADER9.
2012-10-24  Henri Verbeetwined3d: Remove some dead code from gen_ffp_instr().
2012-10-24  Henri Verbeetwined3d: Set texture_level in surface_set_texture_targe...
2012-10-24  Henri Verbeetd3d10: Implement D3D10DisassembleShader().
2012-10-23  Jacek Cabanmshtml: Get rid of no longer used painting fallback...
2012-10-23  Jacek Cabanmshtml: Added IHTMLIFrameElement::width property implem...
2012-10-23  Jacek Cabanmshtml: Added IHTMLIFrameElement::height property imple...
2012-10-23  Jacek Cabanmshtml: Added IHTMLStyle::clear property implementation.
2012-10-23  Alexandre JulliardRevert "winex11: Refuse to set the pixel format for...
2012-10-23  Christian Costakrnl386.exe: If we use operands order of AT&T asm synta...
2012-10-23  Christian Costad3dxof/tests: Document dump function and rename X files...
2012-10-23  Nikolay Sivovdwrite: Separate format data and keep it in both layout...
2012-10-23  Nikolay Sivovdwrite: Added basic GetFirstMatchingFont() for font...
2012-10-23  Nikolay Sivovdwrite: Implement GetFontFamily() for system font colle...
2012-10-23  Nikolay Sivovdwrite: Implement IDWriteTextFormat::GetFontCollection().
2012-10-23  Nikolay Sivovdwrite: Keep a single instance of system font collection.
2012-10-23  James Ederntdll: Split up feature detection by architecture.
2012-10-23  James Ederntdll: Use build-time API detection instead of OS detec...
2012-10-23  André Hentschelgdiplus/tests: Fix out-of-bounds access (coverity).
2012-10-23  André Hentschelatl: Warn when CoRegisterClassObject fails.
2012-10-23  André Hentschelwing32: Use the correct size for memcpy (coverity).
2012-10-23  André Hentschelwing32: Use the correct size for memcpy (coverity).
2012-10-23  Henri Verbeetd3dx9: Avoid LPDIRECT3DPIXELSHADER9.
2012-10-23  Henri Verbeetwined3d: Get rid of the mostly unused "num_textures_use...
2012-10-23  Henri Verbeetwined3d: Move shader_is_pshader_version() and shader_is...
2012-10-23  Henri Verbeetwined3d: Explicitly check the shader type in shader_gen...
2012-10-23  Dmitry Timoshkovgdiplus: Test also lf.lfEscapement and lf.lfOrientation...
2012-10-23  Józef Kuciad3dx9/tests: Add a simple test for filling compressed...
2012-10-23  Józef Kuciad3dx9/tests: Add tests for filling floating-point textures.
2012-10-23  Józef Kuciad3dx9: Do not try to fill textures other than ARGB...
2012-10-23  Józef Kuciad3dx9: Introduce a separate pixel format type for compr...
2012-10-23  Józef Kuciad3dx9/tests: Only release a texture when it was created.
2012-10-22  Piotr Cabanmsvcp60: Copy correct number of characters in basic_str...
2012-10-22  Piotr Cabanadvapi32: Don't terminate service when its last thread...
2012-10-22  Piotr Cabanadvapi32: Return from StartServiceCtrlDispatcher when...
2012-10-22  Piotr Cabanadvapi32: Validate arguments in StartServiceCtrlDispatcher.
2012-10-22  Alexandre Julliarduser32: Retrieve the graphics driver module from gdi32.
2012-10-22  Alexandre Julliardgdi32: Export a function to retrieve the module handle...
2012-10-22  Alexandre Julliardwinex11: Remove some remainders of the ddraw HAL support.
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-22  Nikolay Sivovdwrite: Implement FindFamilyName() for system font...
2012-10-22  Nikolay Sivovdwrite: Add all installed font families to system font...
2012-10-22  Nikolay Sivovdwrite: Fix a stupid copy/paste typo in Release return...
2012-10-22  Nikolay Sivovdwrite: Added a stub for IDWriteFontCollection.
2012-10-22  Nikolay Sivovdwrite: Store text string in layout object.
2012-10-22  Jacek Cabanmshtml: Added more events tests.
2012-10-22  Jacek Cabanmshtml: Set 'this' to window object for onload handlers.
2012-10-22  Jacek Cabanmshtml: Added IHTMLLocation::toString implementation.
2012-10-22  Jacek Cabanmshtml: Fixed attribute object caching logic.
2012-10-22  Christian Costad3drm: Fix normals computation and add according tests.
2012-10-22  Christian Costad3drm: Enum all materials even if only the first one...
2012-10-22  Christian Costad3drm: Fix child leak.
2012-10-22  Christian Costad3drm: Fix wrong condition.
2012-10-22  Christian Costad3dxof: Display new ref count in AddRef & Release.
2012-10-22  Dmitry Timoshkovgdiplus: Fix a typo leading to incorrect character...
2012-10-22  Hans Leidekkerwinhttp: Respect the redirect policy setting.
next