configure: Don't disable includes for the Wow64 build.
[wine] / dlls /
2010-04-07  Roderick Colenbranderwined3d: Only apply float R16G16F/R32G32F fixup when...
2010-04-07  Roderick Colenbranderwined3d: Remove redundant gl format/type code from...
2010-04-07  Roderick Colenbranderwined3d: Turn blit_shader color_fixup_supported into...
2010-04-07  Johan Gillddraw/tests: Added todo_wine test to verify resizing...
2010-04-07  Christian Costad3dx9_36: Fix indentation.
2010-04-07  Christian Costad3dx9_36: Add stub for D3DXCreateTextureFromFileA.
2010-04-07  Christian Costad3dx9_36: Forward D3DXCreateTextureFromFileExW to D3DXC...
2010-04-07  Alexandre Julliardwinapi: Add a few more types to the ntdll generated...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Alexandre Julliardmsvcr90/tests: Fix the calling convention of the initte...
2010-04-07  Alexandre Julliardmsvcrt: Fix an unused variable warning.
2010-04-07  Alexandre Julliardshlwapi/tests: Fix some pointer conversion warnings...
2010-04-07  Alexandre Julliardoleaut32: Fix some pointer conversion warnings on 64...
2010-04-07  Dmitry Timoshkovcomctl32: Do not use width of the passed to ImageList_A...
2010-04-07  Dmitry Timoshkovwinex11.drv: Do not allow WM actions for windows with...
2010-04-07  Dmitry Timoshkovgdi32: Fix some DC leaks in gdi32 bitmap tests.
2010-04-07  Eric Pouechntdll: On x86_64 systems (as on i386 ones), hw breakpoi...
2010-04-07  Eric Pouechdbghelp: Added support for DW_CFA_GNU_args_size.
2010-04-07  Vincent Povirkoleaut32: Limit the number of arguments traced.
2010-04-07  Henri Verbeetwined3d: Add a separate function for adding declaration...
2010-04-07  Henri Verbeetwined3d: Pass the correct window to Present() in IWineG...
2010-04-07  Henri Verbeetwined3d: Pass the correct window to Present() in IWineD...
2010-04-07  Henri Verbeetwined3d: Pass the correct window to Present() in IWineD...
2010-04-07  Henri Verbeetquartz: Don't return a pointer to a stack variable...
2010-04-07  Alexandre Julliardoleaut32: Fix a couple of typelib test failures on...
2010-04-07  Alexandre Julliardole32: Fix the free threaded marshaller data for 64...
2010-04-07  Alexandre Julliardrpcrt4: Implement proxy/stub delegation for x86_64.
2010-04-07  Alexandre Julliardrpcrt4: Add support for marshalling int3264 types.
2010-04-07  Alexandre Julliardrpcrt4: Clean up handling of enum16 types.
2010-04-06  Jörg Höhlemsacm32: Fix nesting in acmFilter/FormatTagEnum.
2010-04-06  Jörg Höhlemsvidc32: Fix "Unknown message: 400e".
2010-04-06  Alexandre Julliardole32: Don't use in-memory structure layouts to build...
2010-04-06  Alexandre Julliardmmdevapi/tests: Mark some failing tests as todo.
2010-04-06  Alexandre Julliardmmdevapi/tests: Remove some todos that succeed now.
2010-04-06  Christian Costad3dx9_36: Improve FIXMEs and TRACEs for surface.
2010-04-06  Christian Costad3dx9_36: Add stub for D3DXCreateBox.
2010-04-06  Christian Costaamstream: Fix AddRef calls.
2010-04-06  Qingchuan Wangamstream: Expose also IMultiMediaStream which is the...
2010-04-06  Roderick Colenbranderwined3d: Due to code rewrites is_color_fixup_supported...
2010-04-06  Roderick Colenbranderwined3d: Move the arbfp p8 fixup to the format table...
2010-04-06  Roderick Colenbranderwined3d: Disable framebuffer to texture blitting.
2010-04-06  Roderick Colenbranderwined3d: Disable paletted texture support. It was only...
2010-04-06  Roderick Colenbranderwined3d: Move EXT_PALETTED_TEXTURE code over to ffp_blit.
2010-04-06  Roderick Colenbranderwined3d: Move palette uploading code over to arbfp...
2010-04-06  Joel Holdsworthuser32: Replaced oic_winlogo.ico with Tango compliant...
2010-04-06  Alexandre Julliarduser32/tests: Fix a test that was incorrectly skipped...
2010-04-06  Nikolay Sivovshell32: Add stub shell folder for CLSID_Printers.
2010-04-06  Vincent Povirkmscoree: Use the mono embedding api instead of invoking...
2010-04-06  Henri Verbeetddraw: Fix and clarify texture filter state mappings.
2010-04-06  Henri Verbeetwined3d: Capture the correct scissor rectangle.
2010-04-06  Henri Verbeetwined3d: Don't use GLSL if the supported version isn...
2010-04-06  Henri Verbeetd3d8/tests: Clear with colors that are more obviously...
2010-04-06  Henri Verbeetd3d8/tests: Use color_match() in test_rcp_rsq().
2010-04-06  Jacek Cabanmshtml: Fixed nsIHttpChannel::GetRequestSucceeded imple...
2010-04-06  Stefan Leichtersetupapi: Implement SetupGetInfFileListA.
2010-04-06  Alex Villacís Lassooledb32: Implement conversion from DBTYPE_BYTES to...
2010-04-06  Alex Villacís Lassooledb32: Added tests for DBTYPE_BYTES to DBTYPE_WSTR...
2010-04-06  Alex Villacís Lassooledb32: Implement conversion from DBTYPE_GUID to DBTYP...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_GUID to DBTYPE_WSTR/DBTYP...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_I1/DBTYPE_UI1/DBTYPE_UI2...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_CY to DBTYPE_WSTR/DBTYPE_...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_R8 to DBTYPE_WSTR/DBTYPE_...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_R4 to DBTYPE_WSTR/DBTYPE_...
2010-04-06  Alex Villacís Lassooledb32: Add tests for DBTYPE_I4 to DBTYPE_WSTR/DBTYPE_...
2010-04-06  Alex Villacís Lassooledb32: Implemented OLEDB32 conversion to DBTYPE_STR.
2010-04-06  Alex Villacís Lassooledb32: Tests for OLEDB32 conversion to DBTYPE_STR...
2010-04-05  Alexandre Julliardrpcrt4: Add support for complex arrays in the generic...
2010-04-05  Alexandre Julliardrpcrt4: Add support for complex arrays in the generic...
2010-04-05  Alexandre Julliardrpcrt4: Always skip the conformance format, even if...
2010-04-05  Alexandre Julliardrpcrt4: Fix tracing of non-conformant strings.
2010-04-05  Alexandre Julliardmmdevapi: Include system headers before Wine headers.
2010-04-05  Maarten Lankhorstmmdevapi: Use openal to enumerate devices.
2010-04-05  Maarten Lankhorstmmdevapi: Add dependency on openal.
2010-04-05  Maarten Lankhorstmmdevapi: Add alext.h for openal support.
2010-04-05  Maarten Lankhorstconfigure: Change openal detection.
2010-04-05  Maarten Lankhorstmmdevapi: Add uuid include.
2010-04-05  Christian Costad3dx9_36: Add stub for D3DXCheckTextureRequirements.
2010-04-05  Alexandre Julliardd3dx9_36: Don't include the bison-generated header...
2010-04-05  Andrew Eikummshtml: Always load URLs without a base URL through...
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetResponseHeader.
2010-04-05  Andrew Eikummshtml: Implement HTTPChannel::GetRequestSucceeded.
2010-04-05  Andrew Eikummshtml: Return success in HTTPChannel::SetRequestMethod.
2010-04-05  Henri Verbeetwined3d: Rename some GL vendors.
2010-04-05  Henri Verbeetwined3d: Rename HW_VENDOR_WINE to HW_VENDOR_SOFTWARE.
2010-04-05  Henri Verbeetwined3d: Make some functions static.
2010-04-05  Henri Verbeetwined3d: Simply inline dumpResources().
2010-04-05  Henri Verbeetwined3d: Add a separate function for wined3d object...
2010-04-05  Detlef Riekenbergmsvcr90: Run the tests again on w2k and below.
2010-04-05  Stefan Leichterws2_32: In setsockopt implement IPV6_ADD_MEMBERSHIP...
2010-04-03  Alexandre Julliarddpwsockx: Use standard Win32 types instead of the BSD...
2010-04-02  Alexandre Julliardrpcrt4: Replace the alignment macros by inline functions.
2010-04-02  Alexandre Julliardrpcrt4: Fix the pointer alignment macros for 64-bit.
2010-04-02  Vincent Povirkgdiplus: Implement GdipFlush.
2010-04-02  Alexandre Julliardmshtml/tests: Don't crash when Gecko is missing.
2010-04-02  Alexandre Julliarduser32/tests: Use the correct type for the bits pointer...
2010-04-02  Alexandre Julliardshlwapi: Fix SHCreateWorkerWindowA for 64-bit.
2010-04-02  Vincent Povirkwinex11.drv: Clip rectangle values to 16-bit limits.
2010-04-02  Mikhail Maroukhineadvapi32: Fix compiler warnings with flag -Wcast-qual.
2010-04-02  Roderick Colenbranderwined3d: Remove the swapchain parameter from fb_copy_to...
2010-04-02  Roderick Colenbranderwined3d: Move upsideDown calculation to blit implementa...
next