wined3d: Get rid of the glsl_sample_function_t typedef.
[wine] / dlls /
2011-06-29  Henri Verbeetwined3d: Get rid of the glsl_sample_function_t typedef.
2011-06-29  Henri Verbeetwined3d: Get rid of the glsl_src_param_t typedef.
2011-06-29  Henri Verbeetwined3d: Get rid of the glsl_dst_param_t typedef.
2011-06-29  Alistair Leslie... msxml3: Improve namespace tests to highlight get nodeNa...
2011-06-29  Austin Lundntoskrnl.exe: Made KdDebuggerEnabled a boolean and...
2011-06-29  André Hentscheldbghelp: Only declare deltapc for i386.
2011-06-28  Rico Schüllerd3dx9: Fix ID3DXEffect::SetStateManager().
2011-06-28  Vincent Povirkgdiplus: Use DrawDriverString to draw the text in DrawS...
2011-06-28  Vincent Povirkgdiplus: Implement GdipMeasureDriverString.
2011-06-28  Vincent Povirkgdiplus: Test MeasureDriverString with a character...
2011-06-28  Vincent Povirkgdiplus: Fix the order of arguments to expectf in test_...
2011-06-28  Dylan Smithddraw: Partially revert a struct copy change to fix...
2011-06-28  André Hentschelshdocvw: Add ITaskbarList2 Interface.
2011-06-28  Damjan Jovanovicrpcrt4: Implement RpcNetworkInqProtseqs.
2011-06-28  Lucas Fialho Zawackidinput: SetActionMap setting the device buffer.
2011-06-28  Lucas Fialho Zawackidinput8/tests: Testing BuildActionMap and SetActionMap...
2011-06-28  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating keyboard...
2011-06-28  Lucas Fialho Zawackidinput8/tests: Test EnumDevicesBySemantics mouse and...
2011-06-28  Stefan Dösingerwined3d: Update the vertex shader when the clipplanes...
2011-06-28  Marcus Meissnercomctl32: Fixed strncpy (Coverity).
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawGammaControl reference count.
2011-06-28  Ričardas Barkauskasddraw: Move IDirect3DTexture and IDirect3DTexture2...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-28  Ričardas Barkauskasddraw: Fix SetRenderTarget behaviour on failure.
2011-06-28  Ričardas Barkauskasddraw: Use ddraw_surface_release_iface to destroy lefto...
2011-06-28  André Hentscheluser32: Use more meaningful variable names.
2011-06-28  Austin Englishkernel32: Stub a few of the numa functions.
2011-06-28  Huw Daviesgdi32: Construct the EGA palette from the default palette.
2011-06-28  Piotr Cabancomctl32: Make iterator_remove_common_items working...
2011-06-28  Henri Verbeetwined3d: Properly destroy contexts not owned by the...
2011-06-28  Henri Verbeetwined3d: Make the rts and ds parameters to context_vali...
2011-06-28  Henri Verbeetwined3d: Make the generate_rt_mask_no_fbo() parameters...
2011-06-28  Henri Verbeetwined3d: Make the target parameter to generate_rt_mask_...
2011-06-28  Henri Verbeetwined3d: Make the depth_stencil parameter to context_va...
2011-06-28  Alexandre Julliardntdll: Encode the function pointers in the vectored...
2011-06-27  Vincent Povirkgdiplus: Add test for GdipMeasureDriverString.
2011-06-27  Stefan Dösingerwined3d: Separate stream sources and vertex declaration.
2011-06-27  Stefan Dösingerwined3d: Don't set FBO attachment filtering to GL_NEAREST.
2011-06-27  Marcus Meissnerurlmon: Fixed array size check (Coverity).
2011-06-27  Detlef Riekenbergjscript/tests: Fix copy & paste typos.
2011-06-27  Detlef Riekenbergjscript: Support also VT_UI4 in debugstr_variant.
2011-06-27  Dylan Smithd3dx9/tests: Fix comparison that expects NAN, since...
2011-06-27  Aric Stewartusp10: Restart Indic syllable processing immediately...
2011-06-27  Alexandre Julliardmsvcp90: Make sure an exported variable is initialized.
2011-06-27  Piotr Cabancomctl32: Prevent double theme closing when WM_DESTROY...
2011-06-27  Piotr Cabancomctl32: Make themed button hot when mouse is over it.
2011-06-27  Piotr Cabancomctl32: Improved setting button state.
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2011-06-27  Piotr Cabanuser32: Don't redeclare button state macros.
2011-06-27  John Edmondsddraw: Warning message about an invalid structure size...
2011-06-27  Rico Schüllerd3dx9: Implement ID3DXEffect::EndPass().
2011-06-27  Rico Schüllerd3dx9: Implement ID3DXEffect::SetTechnique().
2011-06-27  Rico Schüllerd3dx9: Implement ID3DXEffect::GetCurrentTechnique().
2011-06-27  Rico Schüllerd3dx9: Implement ID3DXEffect::BeginPass().
2011-06-27  Rico Schüllerd3dx9: Implement ID3DXEffect::Begin().
2011-06-27  Rico Schüllerd3dx9: Fix light range spelling.
2011-06-27  Huw Daviesgdi32: Fix the 8 bpp generated colour table.
2011-06-27  Huw Daviesgdi32: Simplify colour table generation.
2011-06-27  Marcus Meissnermsi: Remove superflous NULL check (Coverity).
2011-06-27  Marcus Meissnermsi: Removed useless NULL check (Coverity).
2011-06-27  Marcus Meissnerkrnl386.exe16: pSeg might be NULL (Coverity).
2011-06-27  Marcus Meissnerd3d9: Remove superflous NULL checks (Coverity).
2011-06-27  Marcus Meissnerddrawex: Remove superflous NULL checks, add error skips...
2011-06-27  Marcus Meissnerdmstyle: Reverse NULL check and deref (Coverity).
2011-06-27  Marcus Meissnergameux: Revert NULL ptr check and deref (Coverity).
2011-06-27  Marcus Meissnerole32: Access the array entry, not the array (Coverity).
2011-06-27  Marcus Meissnerquartz: Removed useless NULL check (Coverity).
2011-06-27  Marcus Meissnerstrmbase: Move NULL check up a bit (Coverity).
2011-06-27  Marcus Meissnershell32: Remove superflous NULL check (Coverity).
2011-06-27  Marcus Meissneroleaut32: Unshadow cmp to make code work (Coverity).
2011-06-27  Jacek Cabanurlmon: Use CoInternetParseIUri instead of IUri::GetPat...
2011-06-27  Jacek Cabanmshtml: Added IUri-based nsIURI::SetPort implementation.
2011-06-27  Jacek Cabanmshtml: Get rid of wine_url in nsWineURI object.
2011-06-27  Jacek Cabanmshtml: Make sure we always create nsWineURI with valid...
2011-06-27  Francois GougetAssorted spelling fixes.
2011-06-27  Francois Gougetvbscript: Make VBScriptFactory_CreateInstance() static.
2011-06-27  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to an ok() call.
2011-06-27  Francois Gougetd3dx9_36: Add a trailing '\n' to some TRACE() calls.
2011-06-27  Francois Gougetshell32: Update a comment.
2011-06-27  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2011-06-24  Dylan Smithd3dx9/tests: Avoid using FP_NAN for portability.
2011-06-24  Travis Athougiesd3dx9_36: Added stub implementation of D3DXSaveSurfaceT...
2011-06-24  Travis Athougiesd3dx9_36: Added stub D3DXCreateCubeTextureFromFileInMemory.
2011-06-24  Jay Yangcomctl32: Make ComboBoxEx send CBEN_ENDEDIT when select...
2011-06-24  Mariusz Plucińskishell32: Add IKnownFolder::SetPath() implementation.
2011-06-24  Mariusz Plucińskishell32: Add implementation of IKnownFolder::GetCategory.
2011-06-24  Mariusz Plucińskishell32/tests: Add test of IKnownFolder::GetCategory...
2011-06-24  Stefan Dösingerwined3d: Get rid of the has_signature_idx field in...
2011-06-24  Stefan Dösingerwined3d: Fix a typo in compare_sig in the arb backend.
2011-06-24  Maarten Lankhorstquartz: Skip filtergraph tests when filtergraph cannot...
2011-06-24  Aric Stewartusp10: Correct Pre Base glyph index shifting.
2011-06-24  Jacek Cabanurlmon: Added CoInternetIsFeatureEnabledForUrl stub...
2011-06-24  Huw Daviesgdi32/tests: Show that Get/SetDIBits ignore the layout...
2011-06-24  Jacek Cabanmshtml: Use IUri instead of wine_url in before_async_open.
2011-06-24  Jacek Cabanmshtml: Use CreateURLMonikerEx2 for creating URL moniker.
2011-06-24  Jacek Cabanurlmon: Use proper IUri in BindToObject implementation.
2011-06-24  Jacek Cabanurlmon: Use proper IUri in BindToStorage implementation.
2011-06-24  Jacek Cabanurlmon: Added support for IUri in IMoniker::Load implem...
2011-06-24  Jacek Cabanurlmon: Added more CreateURLMoniker* tests.
next