d3dcompiler: "void" is not a plain scalar data type.
[wine] / dlls /
2012-07-20  Matteo Brunid3dcompiler: "void" is not a plain scalar data type.
2012-07-20  Matteo Brunid3dcompiler: Parse unary and prefix operators.
2012-07-20  Matteo Brunid3dcompiler: Parse some postfix operators.
2012-07-20  Jacek Cabanvbscript: Added select case statement tests.
2012-07-20  Jacek Cabanvbscript: Added interp_case implementation.
2012-07-20  Jacek Cabanvbscript: Added compiler support for select case statement.
2012-07-20  Jacek Cabanvbscript: Added parser support for select case statement.
2012-07-20  Dmitry Timoshkovgdiplus: Set actual resolution of an image being encoded.
2012-07-20  Alexandre Julliardfusion: Simplify the parsing of clr tables.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL::GetFile implementation.
2012-07-20  Jacek Cabanmshtml: Added nsIFileURL stub implementation.
2012-07-20  Jacek Cabanmshtml: Store scheme in nsWineURI instead of nsChannel.
2012-07-20  Jacek Cabanmshtml: Moved creating nsIFile to separated function.
2012-07-20  Thomas Fabercomdlg32: Do not modify dialog resource directly.
2012-07-20  Nikolay Sivovkernel32: Partial CompareStringEx implementation.
2012-07-20  Henri Verbeetd3d10: Implement d3d10_effect_rasterizer_variable_GetBa...
2012-07-20  Henri Verbeetd3d10: Add support for parsing rasterizer states.
2012-07-20  Henri Verbeetd3d10/tests: Add a test for default state values.
2012-07-20  Henri Verbeetwined3d: Convert some uppercase hex constants to lowercase.
2012-07-20  Henri Verbeetwined3d: Get rid of some unused PCI IDs.
2012-07-20  Nozomi Kodamad3dx9_36: Add some traces.
2012-07-20  Alexandre Julliardwined3d: Fetch GL functions from the WGL driver table...
2012-07-20  Alexandre Julliardwinex11: Get rid of the glGetIntegerv wrapper.
2012-07-20  Alexandre Julliardwinex11: Remove unused fields in the PBuffer object.
2012-07-20  Alexandre Julliardopengl32: Use proper handles for PBuffers instead of...
2012-07-20  Alexandre Julliardopengl32: Add a mechanism for managing different types...
2012-07-19  Alexandre Julliardopengl32: Add supported wgl extension functions to...
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-19  Alexandre Julliardopengl32: Declare input pointers as const in function...
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Nozomi Kodamad3dx9_36: Implementation of D3DXSHRotateZ.
2012-07-19  Alexandre Julliardwined3d: Load glPointParameter functions as extensions...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing help file...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing description...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing source in...
2012-07-19  Jacek Cabanmshtml: Store MSHTML node reference in Gecko node objec...
2012-07-19  Jacek Cabanmshtml: Make nsIDOMHTMLDocument reference cycle collect...
2012-07-19  Jacek Cabanmshtml: Make node object's dynamic IDispatchEx-based...
2012-07-19  Jacek Cabanmshtml: Make node object cycle collector aware.
2012-07-19  Michael Stefaniucdsound: Get rid of the DSOUND_QueryInterface() helper.
2012-07-19  Michael Stefaniucdsound: Handle IDirectSound by the IDirectSound8 implem...
2012-07-19  Michael Stefaniucdsound: Merge IDirectSound8 into the main DirectSound...
2012-07-19  Michael Stefaniucdsound: Drop a redundant 'IDirectSound8' from the metho...
2012-07-19  Michael Stefaniucdsound: Merge the DirectSound create functions.
2012-07-19  Michael Stefaniucdsound: Merge IUnknown into the main DirectSound object.
2012-07-19  Michael Stefaniucdsound: Cleanup IDirectSoundImpl_Create() and move it.
2012-07-19  Michael Stefaniucdsound: Rename the DirectSound object refcount to ...
2012-07-19  Michael Stefaniucdsound: Merge the two IUnknown/IDirectSound implementat...
2012-07-19  Michael Stefaniucdsound/tests: Add IDirectSound refcount and COM aggrega...
2012-07-19  Heiko Hundwinhttp: Make strings in WINHTTP_PROXY_INFO non-const.
2012-07-19  Nikolay Sivovole32: Use a single implementation for 1Ole stream...
2012-07-19  Nikolay Sivovmsxml3: Accept selection namespaces string with trailin...
2012-07-19  Henri Verbeetwined3d: Enable "AlwaysOffscreen" by default.
2012-07-19  Henri Verbeetwined3d: Disable the X11 / GL lock.
2012-07-19  Henri Verbeetwined3d: Fix the draw buffer limit calculation.
2012-07-19  Henri Verbeetddraw: Implement ddraw7_GetVerticalBlankStatus() on...
2012-07-19  Henri Verbeetddraw: Implement ddraw7_GetScanLine() on top of wined3d...
2012-07-19  Caron Jensenwined3d: Recognize AMD Tahiti cards.
2012-07-19  Marcus Meissnermshtml: Remove superflous check (Coverity).
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-07-18  Alexandre Julliardopengl32: Remove redundant fields in the functions...
2012-07-18  Alexandre Julliardwinex11: Use the function table pointer to call dynamic...
2012-07-18  Dmitry Timoshkovgdiplus: GdipMeasureString operates internally in pixel...
2012-07-18  Dmitry Timoshkovgdiplus: GdipGetFontHeight should convert height from...
2012-07-18  Dmitry Timoshkovgdiplus: Factor out units_to_pixels() helper.
2012-07-18  Dmitry Timoshkovgdiplus: Add a test for font and graphics using differe...
2012-07-18  Matteo Brunid3dcompiler: Parse relational operators, stub out more...
2012-07-18  Matteo Brunid3dcompiler: Parse multiplicative expressions.
2012-07-18  Matteo Brunid3dcompiler: Don't allow semantics on local variables.
2012-07-18  Matteo Brunid3dcompiler: Don't allow const variables without initia...
2012-07-18  Matteo Brunid3dcompiler: Check for invalid matrix majority modifiers.
2012-07-18  Jacek Cabanole32: Forward BSTR functions to oleaut32.
2012-07-18  Jacek Cabanmshtml: Wine Gecko 1.7 release.
2012-07-18  Henri Verbeetd3d10: Add support for parsing stencil reference values...
2012-07-18  Henri Verbeetd3d10: Add support for parsing sample masks to parse_fx...
2012-07-18  Henri Verbeetd3d10: Add support for parsing blend factors to parse_f...
2012-07-18  Henri Verbeetsecur32: Recognize some more TLS versions.
2012-07-18  Jacek Cabanvbscript: Use current locale in to_string.
2012-07-18  Jacek Cabanvbscript: Fixed locale-related test failures.
2012-07-18  Alexandre Julliardopengl32: Call all OpenGL functions through the current...
2012-07-18  Alexandre Julliardopengl32: Redirect standard OpenGL functions through...
2012-07-18  Alexandre Julliardopengl32: Call OpenGL extension functions through the...
2012-07-18  Alexandre Julliardopengl32: Call standard OpenGL functions through the...
2012-07-18  Alexandre Julliardwinex11: Fill a function table with the standard OpenGL...
2012-07-18  Alexandre Julliardopengl32: Generate a function table with null OpenGL...
2012-07-18  Alexandre Julliardopengl32: Generate a header file containing function...
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-18  Alexandre Julliarduser32/tests: Try to fix a test that frequently fails...
2012-07-18  Nikolay Sivovole32: Give names to 1Ole stream header fields.
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-18  Nikolay Sivovole32: Fix QueryInterface for file-based ILockBytes.
2012-07-17  Francois Gougetmshtml: Avoid returning with an unset URL policy in...
2012-07-17  Alexandre Julliarduser32/tests: Move DlgDirList tests to avoid changing...
2012-07-17  Alex Henrieuser32: Minimize and maximize boxes can only appear...
2012-07-17  Aric Stewartusp10: Implement GPOS Coverage-based Chaining Context...
2012-07-17  Aric Stewartups10: Implement Single Adjustment Positioning: Format 2.
2012-07-17  Jacek Cabanmshtml: Ignore navigation failures from detached bindings.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-07-17  Alistair Leslie... mmcndmgr: Implement IMMCVersionInfo.
2012-07-17  Daniel Jelinskicomctl32/treeview: Fix the position reported by WM_CONT...
next