summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-20mshtml.idl: Added IDOMEvent and IDOMEventTarget declarations.HEADmasterJacek Caban2-0/+148
2012-07-20mshtml.idl: Added more *XMLHttpRequest* declarations.Jacek Caban2-1/+166
2012-07-20mshtml.idl: Added IXMLHttpRequest declaration.Jacek Caban2-0/+84
2012-07-20d3dcompiler: Parse assignments.Matteo Bruni3-1/+244
2012-07-20d3dcompiler: Stub assignment parsing.Matteo Bruni2-0/+66
2012-07-20d3dcompiler: "void" is not a plain scalar data type.Matteo Bruni1-1/+1
2012-07-20d3dcompiler: Parse unary and prefix operators.Matteo Bruni2-0/+66
2012-07-20d3dcompiler: Parse some postfix operators.Matteo Bruni1-0/+20
2012-07-20vbscript: Added select case statement tests.Jacek Caban1-0/+56
2012-07-20vbscript: Added interp_case implementation.Jacek Caban1-9/+39
2012-07-20vbscript: Added compiler support for select case statement.Jacek Caban3-2/+90
2012-07-20vbscript: Added parser support for select case statement.Jacek Caban4-7/+73
2012-07-20gdiplus: Set actual resolution of an image being encoded.Dmitry Timoshkov1-2/+1
2012-07-20fusion: Simplify the parsing of clr tables.Alexandre Julliard1-31/+10
2012-07-20mshtml: Added nsIFileURL::GetFile implementation.Jacek Caban3-3/+15
2012-07-20mshtml: Added nsIFileURL stub implementation.Jacek Caban2-130/+161
2012-07-20mshtml: Store scheme in nsWineURI instead of nsChannel.Jacek Caban2-7/+7
2012-07-20mshtml: Moved creating nsIFile to separated function.Jacek Caban1-12/+17
2012-07-20comdlg32: Do not modify dialog resource directly.Thomas Faber1-5/+16
2012-07-20kernel32: Partial CompareStringEx implementation.Nikolay Sivov3-9/+24
2012-07-20d3d10: Implement d3d10_effect_rasterizer_variable_GetBackingStore().Henri Verbeet2-16/+24
2012-07-20d3d10: Add support for parsing rasterizer states.Henri Verbeet1-7/+175
2012-07-20d3d10/tests: Add a test for default state values.Henri Verbeet1-0/+177
2012-07-20wined3d: Convert some uppercase hex constants to lowercase.Henri Verbeet7-29/+30
2012-07-20wined3d: Get rid of some unused PCI IDs.Henri Verbeet1-16/+3
2012-07-20d3dx9_36: Add some traces.Nozomi Kodama1-0/+68
2012-07-20wined3d: Fetch GL functions from the WGL driver table, including glFinish and...Alexandre Julliard8-38/+28
2012-07-20winex11: Get rid of the glGetIntegerv wrapper.Alexandre Julliard1-41/+1
2012-07-20winex11: Remove unused fields in the PBuffer object.Alexandre Julliard1-16/+5
2012-07-20opengl32: Use proper handles for PBuffers instead of raw pointers.Alexandre Julliard5-98/+95
2012-07-20opengl32: Add a mechanism for managing different types of OpenGL handles.Alexandre Julliard1-35/+45
2012-07-20opengl32: Add supported wgl extension functions to the OpenGL function table.Alexandre Julliard7-318/+501
2012-07-19opengl32: Move the wgl functions to the main OpenGL function table.Alexandre Julliard9-152/+152
2012-07-19opengl32: Declare input pointers as const in function prototypes.Alexandre Julliard4-1991/+1992
2012-07-19gdi32: Remove left-over debug trace.Alexandre Julliard1-4/+0
2012-07-19d3dx9_36: Implementation of D3DXSHRotateZ.Nozomi Kodama23-20/+139
2012-07-19po: Update Chinese (Taiwan) translation.Wei-Lun Chao1-73/+80
2012-07-19po: Update Chinese (Taiwan) translation.Wei-Lun Chao1-117/+351
2012-07-19po: Update Chinese (Taiwan) translation.Wei-Lun Chao1-160/+239
2012-07-19wined3d: Load glPointParameter functions as extensions rather than standard O...Alexandre Julliard4-14/+5
2012-07-19include: Move PaletteFlags definition to gdipluspixelformats.h.Dmitry Timoshkov2-7/+7
2012-07-19include: Add some useful helpers to check various pixel format properties.Dmitry Timoshkov1-0/+25
2012-07-19include: Add PixelFormat32bppCMYK definition.Dmitry Timoshkov1-1/+2
2012-07-19ole32: Use proper allocators for storing help file in ErrorInfoImpl.Jacek Caban1-89/+7
2012-07-19ole32: Use proper allocators for storing description in ErrorInfoImpl.Jacek Caban1-7/+6
2012-07-19ole32: Use proper allocators for storing source in ErrorInfoImpl.Jacek Caban1-8/+34
2012-07-19mshtml: Store MSHTML node reference in Gecko node object and get rid of all n...Jacek Caban3-38/+32
2012-07-19mshtml: Make nsIDOMHTMLDocument reference cycle collectable.Jacek Caban3-4/+47
2012-07-19mshtml: Make node object's dynamic IDispatchEx-based properties cycle collect...Jacek Caban3-0/+37
2012-07-19mshtml: Make node object cycle collector aware.Jacek Caban4-7/+112