- 26 Dec, 2007 28 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Andrey Turkin authored
This will prevent winedbg from spamming about __wine_dbch__default.
-
Rob Shearman authored
-
Rob Shearman authored
The variant type is VT_UNKNOWN so we should be using V_UNKNOWN, not V_VARIANTREF(V_R8) to check the type unmarshalled properly.
-
Rob Shearman authored
The pwcsName field of STATSTG must be freed, otherwise the memory will be leaked.
-
Rob Shearman authored
-
Reece H. Dunn authored
-
Reece H. Dunn authored
-
Rob Shearman authored
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
-
Rob Shearman authored
widl: Add support for generating code for out-only context handles by calling NdrContextHandleInitialize.
-
Rob Shearman authored
-
Rob Shearman authored
Server context handles are tracked from associations as their lifetime is determined by the lifetime of the association.
-
Rob Shearman authored
Implement NdrServerContextMarshall and NdrServerContextNewMarshall on top of NDRSContextMarshall2. Implement NdrContextHandleInitialize, NdrServerContextUnmarshall and NdrServerContextNewUnmarshall on top of NDSContextUnmarshall2.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
write_embedded_types doesn't descend into all types contained by the array or structure, so create a new function, type_has_pointers, for the purpose of descending into all types and returning whether or not pointers are present.
-
Alexandre Julliard authored
-
Jeremy White authored
Has the lovely side effect of making Photoshop pressure + tilt work.
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
The XInput macros such as DeviceMotionNotify will correctly return an eventclass of 0 if the device id is 0. Given that, we cannot use eventclass != 0 as a meaningful test, and must instead use the returned type.
-
Jeremy White authored
wintab32: Compute our physical device characteristics based on the first tablet device that looks like a stylus. Otherwise, we may be computing based on a mouse or cursor, and then come to incorrect values for our tilt and pressure settings.
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
- 24 Dec, 2007 12 commits
-
-
Maarten Lankhorst authored
Some microphones don't have a capture control, but a playback control instead. So use the playback volume, but still register it as capture volume.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jeremy White authored
-