Sign in
goma
/
wine
/
ee89cfca534679d72b23a79165b6a74e5fc19b40
ee89cfc
msi: Add a stub implementation of MsiQueryComponentStateA.
by James Hawkins
· 18 years ago
46222ae
widl: Allow enums as union switch types.
by Dan Hipschman
· 18 years ago
ea7b169
rpcrt4: Allow enums as union switch types.
by Dan Hipschman
· 18 years ago
076a620
rpcrt4/tests: Wrap a try/except block around tests.
by Dan Hipschman
· 18 years ago
704f286
widl: Fix crash dealing with anonymous unions.
by Dan Hipschman
· 18 years ago
512c36c
widl: Get simple enums working.
by Dan Hipschman
· 18 years ago
ab22b4b
widl: Check for user types when calculating buffer size.
by Dan Hipschman
· 18 years ago
fcebe48
widl: Check for interface pointers in pointer handling.
by Dan Hipschman
· 18 years ago
d14da07
winmm: Replace malloc with HeapAlloc.
by Michael Stefaniuc
· 18 years ago
da1f67a
msacm32: Replace malloc/free with HeapAlloc/HeapFree.
by Michael Stefaniuc
· 18 years ago
98e3006
winejack.drv: Fix missing unlock. Found by Smatch.
by Michael Stefaniuc
· 18 years ago
d6c2e6f
ddraw: Fix missing unlock on an error path. Found by Smatch.
by Michael Stefaniuc
· 18 years ago
3f5fc52
gdi32: Multi-character character constants aren't portable as their behaviour is compiler dependent according to the C standard. Found by sparse.
by Michael Stefaniuc
· 18 years ago
3220ba4
wined3d: Map vertex sampler numbers to the correct internal array indices for GetTexture and SetTexture.
by H. Verbeet
· 18 years ago
f89c2d9
wined3d: Map vertex sampler numbers to the correct internal array indices for GetSamplerState and SetSamplerState.
by H. Verbeet
· 18 years ago
5b7758f
wined3d: Increase the sizes of texturing related arrays, in order to support vertex textures.
by H. Verbeet
· 18 years ago
9c44b67
wined3d: Add max_vertex_samplers and max_combined_samplers to WineD3D_GL_Info.
by H. Verbeet
· 18 years ago
3ad0320
wined3d: Rename max_samplers to max_fragment_samplers.
by H. Verbeet
· 18 years ago
71d7da1
msi: Fetch the volume name when getting disk info.
by James Hawkins
· 18 years ago
8a94f7a
msi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED, MSIRUNMODE_COMMIT and MSIRUNMODE_ROLLBACK.
by Rob Shearman
· 18 years ago
1a23836
dsound: Reset device playpos/mixpos on buflen change.
by Alex Villacís Lasso
· 18 years ago
f2626ba
dsound: Make test recover from failure to preserve primary buffer length after SetFormat().
by Alex Villacís Lasso
· 18 years ago
647ad64
winealsa: Reduce writeahead to next multiple of psize greater than 512.
by Alex Villacís Lasso
· 18 years ago
0b9cab0
mciwave: Prevent division by zero when processing non-PCM codec.
by Alex Villacís Lasso
· 18 years ago
417ae04
crypt32: Fix possible dereference of NULL ptr.
by Jeff Latimer
· 18 years ago
545c2a9
rpcrt4: Dereference the pointer passed to the marshaling/unmarshaling/sizing routines in complex types for interface pointers.
by Rob Shearman
· 18 years ago
fc124ec
rpcrt4: Implement marshalling, unmarshalling and buffer sizing for the context handle type.
by Rob Shearman
· 18 years ago
d36f02e
rpcrt4: Implement marshalling/unmarshalling for the range NDR type.
by Rob Shearman
· 18 years ago
4174255
rpcrt4: Set PointerBufferMark to the buffer location immediately after the non-pointer data in complex struct and array marshaling and unmarshaling to keep to the DCE/RPC specification.
by Rob Shearman
· 18 years ago
cbafe66
rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQualityOfService and RpcAuthInfo objects.
by Rob Shearman
· 18 years ago
0ebcacc
rpcrt4: Store the assoc_group_id field returned from the bind_ack packet and use it when creating further connections in the association group.
by Rob Shearman
· 18 years ago
62c49bd
rpcrt4: When an exception is raised, return the stored exception code instead of the generic RPC_S_CALL_FAILED.
by Rob Shearman
· 18 years ago
2de3d31
rpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions caught whilst executing the stub function to ERROR_NOACCESS to prevent confusing exceptions occurring in the client.
by Rob Shearman
· 18 years ago
c411d95
rpcrt4: Close the connection if a protocol error or certain other kinds of errors occur, instead of returning it to the connection pool.
by Rob Shearman
· 18 years ago
0d05685
rpcrt4: Return a fault packet if the interface/object pair in a request packet aren't registered.
by Rob Shearman
· 18 years ago
903fb72
rpcrt4: Add a STUBLESS_FREE phase for freeing the allocated memory in the server function.
by Rob Shearman
· 18 years ago
a1dca20
rpcrt4: Add support for ServerAllocSize parameters.
by Rob Shearman
· 18 years ago
73c31ed
rpcrt4: Don't use add on the sizes of array elements to an open-ended structure; use FIELD_OFFSET with the array index instead.
by Rob Shearman
· 18 years ago
a03ca38
mshtml: Implement HTMLElement_get_children.
by Rob Shearman
· 18 years ago
d521a2c
advapi32: Always set the requested fields of the security descriptor according to the info flags in GetNamedSecurityInfoW.
by Rob Shearman
· 18 years ago
a3854be
wined3d: Some point sprite fixes.
by Stefan Dösinger
· 18 years ago
97b1d06
wined3d: Skip the start offset to the source array in IWIneD3DVertexShaderImpl_SetLocalConstantsF.
by Stefan Dösinger
· 18 years ago
4f8eb6a
wined3d: Clamp material power to 128.0.
by Stefan Dösinger
· 18 years ago
c2cf60f
crypt32: Fix incorrect usage of CharNextA.
by Alexandre Julliard
· 18 years ago
24eee19
mapi32: Get rid of unneeded CharNextA call.
by Alexandre Julliard
· 18 years ago
b595383
ntdll: Use the standard exception handling for vm86 GP faults too.
by Alexandre Julliard
· 18 years ago
6d1605a
server: Make crash error message more explicit.
by Alexandre Julliard
· 18 years ago
9c08c46
advpack: Get rid of CharPrevW.
by Alexandre Julliard
· 18 years ago
92ceff2
shell32: Get rid of CharNextW.
by Alexandre Julliard
· 18 years ago
ae0c24f
shlwapi: Get rid of CharNextW/CharPrevW. Simplify some string functions.
by Alexandre Julliard
· 18 years ago
52e5d38
comctl32: Get rid of CharNextW/CharPrevW. Simplify some string functions.
by Alexandre Julliard
· 18 years ago
73032be
ddraw/tests: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 18 years ago
d7e7574
mshtml: Added more QueryInterface tests.
by Jacek Caban
· 18 years ago
1534267
mshtml: Added beginning DOM tests.
by Jacek Caban
· 18 years ago
40cfcf5
mshtml: Added IHTMLDOMNode::get_nodeName implementation.
by Jacek Caban
· 18 years ago
f6daa34
mshtml: Notify the Gecko stream listener that we stopped binding, if an error occurs in start_binding.
by Rob Shearman
· 18 years ago
860d30e
mshtml: Fix HTMLDocument3_get_documentElement to get the right nsIDOMNode.
by Rob Shearman
· 18 years ago
a9ebca2
mshtml: Implement HTMLElement_setAttribute.
by Rob Shearman
· 18 years ago
6c6e451
mshtml: The SRC value returned from HTMLElement_getAttribute should be an absolute, not relative URL.
by Rob Shearman
· 18 years ago
0e4ccb8
msi: Fix use of uninitialized variable (Coverity).
by Andrew Talbot
· 18 years ago
7a84550
d3d9/tests: Fix use of uninitialized variable (Coverity).
by Andrew Talbot
· 18 years ago
361280b
wintrust/tests: Add tests for CryptCATAdminCalcHashFromFileHandle.
by Paul Vriens
· 18 years ago
d40233a
kernel32/tests: Don't crash (on Vista).
by Paul Vriens
· 18 years ago
7105463
kernel32/tests: Don't crash on Vista.
by Paul Vriens
· 18 years ago
b09f5c3
mshtml: Added IOleInPlaceUIWindow tests.
by Jacek Caban
· 18 years ago
e429e03
mshtml: Better test of QueryInterface.
by Jacek Caban
· 18 years ago
0cf10bb
mshtml: Added IOleControlSite tests.
by Jacek Caban
· 18 years ago
dc22604
mshtml: Set focus to FALSE in InPlaceDeactivate.
by Jacek Caban
· 18 years ago
5baf587
mshtml: Notify IOleControlSite about focus changes.
by Jacek Caban
· 18 years ago
946acd0
mshtml: Activate nsWebBrowser after creating document window.
by Jacek Caban
· 18 years ago
9f8b92c
mshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibility implementation.
by Jacek Caban
· 18 years ago
7430f1a
mshtml: Added nsIEmbeddingSiteWindow::SetFocus implementation.
by Jacek Caban
· 18 years ago
3d3048d
mshtml: Get rid of no longer used nsIDOMEventListener interface in NSContainer.
by Jacek Caban
· 18 years ago
7dd4f5e
mshtml: Move load event listener to separated object.
by Jacek Caban
· 18 years ago
8b3086a
mshtml: Move keypress event listener to separated object.
by Jacek Caban
· 18 years ago
6490dad
gdiplus: Tidy up graphics constructor.
by Evan Stade
· 18 years ago
02efd4b
gdiplus: Fix erroneous pen error checking.
by Evan Stade
· 18 years ago
6baacf6
gdiplus: Fix broken graphics path constructor.
by Evan Stade
· 18 years ago
1a2e16d
wine.inf: Fix path to rundll32.exe in inffile/shell/install/command subkey.
by Misha Koshelev
· 18 years ago
0e36958
setupapi: Simplify code as native setupapi does not handle quoted paths.
by Misha Koshelev
· 18 years ago
ec4936a
msvcrt: Do not use wide character constants.
by Michael Stefaniuc
· 18 years ago
399a297
winealsa.drv: Fix missing unlock on the error path. Found by Smatch.
by Michael Stefaniuc
· 18 years ago
2323e79
dsound: Fix missing unlock on an error path. Found by Smatch.
by Michael Stefaniuc
· 18 years ago
a7e4669
wined3d: Split of the mapping of pixel shader samplers from IWineD3DDeviceImpl_FindTexUnitMap().
by H. Verbeet
· 18 years ago
10ffa29
wined3d: Remove the sharing of mapping code for fixed function and pixel shader samplers.
by H. Verbeet
· 18 years ago
2aa891c
wined3d: Split of the mapping of fixed function samplers from IWineD3DDeviceImpl_FindTexUnitMap().
by H. Verbeet
· 18 years ago
b1579b3
wined3d: Keep track of what fixed function texture stages are in use.
by H. Verbeet
· 18 years ago
b928cad
wined3d: Keep track of what stage a texturing unit is mapped to.
by H. Verbeet
· 18 years ago
761ec5e
mscms/tests: Fix wrong test for failure.
by Paul Vriens
· 18 years ago
688623d
mscms/tests: Don't crash on Vista.
by Paul Vriens
· 18 years ago
2f4b9e4
wined3d: Move material applying to the state table.
by Stefan Dösinger
· 18 years ago
e84158f
d3d9: Hold the lock in VertexShader methods.
by Stefan Dösinger
· 18 years ago
57acd1d
d3d9: Hold the lock in VertexDeclaration methods.
by Stefan Dösinger
· 18 years ago
d9583c6
d3d9: Hold the lock in Vertexbuffer methods.
by Stefan Dösinger
· 18 years ago
99a3d76
d3d9: Hold the lock in Texture methods.
by Stefan Dösinger
· 18 years ago
ec35568
oleaut32: Extend _invoke to cope with more args.
by Huw Davies
· 18 years ago
da98b1c
oleaut32: Handle marshaling of VARTYPE-less FADF_VARIANT safearrays.
by Huw Davies
· 18 years ago
3c8534f
oleaut32: Implement marshaling of VT_BYREF interfaces.
by Huw Davies
· 18 years ago
17fca45
oleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH.
by Huw Davies
· 18 years ago
102a0a3
gdi32/tests: Fix test_widenpath to succeed on Win98.
by Misha Koshelev
· 18 years ago
Next »