Ričardas Barkauskas
|
1593bdf9a6
|
advapi32: Partially implement CreateProcessWithTokenW.
|
2013-01-23 12:47:24 +01:00 |
Ričardas Barkauskas
|
2c04118534
|
kernel32: Add SetFileInformationByHandle stub.
|
2013-01-23 12:46:25 +01:00 |
Ričardas Barkauskas
|
9a448b5d6a
|
advapi32: Add AddMandatoryAce stub.
|
2013-01-23 12:44:37 +01:00 |
André Hentschel
|
9d49dd82e8
|
dbghelp: Remove useless code in ARM stack walk.
|
2013-01-23 12:44:12 +01:00 |
André Hentschel
|
49f59ccf71
|
dbghelp: Implement rudimentary stack walk for ARM64.
|
2013-01-23 12:44:06 +01:00 |
André Hentschel
|
e80de55bca
|
configure: Add ARM64 define.
|
2013-01-23 12:43:57 +01:00 |
Stefan Leichter
|
83846cd131
|
gdi32: Add stub for GetFontResourceInfoW.
|
2013-01-22 20:02:00 +01:00 |
Sergey Guralnik
|
77337d75f2
|
user32/tests: Test standard scrollbar initialization.
|
2013-01-22 20:01:59 +01:00 |
Francois Gouget
|
6ad54620f0
|
winmm/tests: Allow more margin in the test_asyncWAVE() playback check.
|
2013-01-22 20:01:57 +01:00 |
Huw Davies
|
cb3815aead
|
wineps: Cope with '\r'-only end-of-line markers.
|
2013-01-22 20:01:56 +01:00 |
Huw Davies
|
c22be15a98
|
wineps: Use a file mapping to read the ppd file.
|
2013-01-22 20:01:54 +01:00 |
Hans Leidekker
|
2797cd8ec1
|
wbemprox: Add a stub implementation of IWbemQualifierSet.
|
2013-01-22 19:13:46 +01:00 |
Huw Davies
|
7a27ffb28c
|
riched20: Avoid an unnecessary string duplication.
|
2013-01-22 19:13:07 +01:00 |
Piotr Caban
|
2cb3df606f
|
vbscript: Fixed typo in vbsregexp55.idl.
|
2013-01-22 14:05:26 +01:00 |
André Hentschel
|
b372044c39
|
netstat: Implement the UDP stats output.
|
2013-01-22 12:26:49 +01:00 |
André Hentschel
|
709b9ee819
|
netstat: Implement the TCP stats output.
|
2013-01-22 12:24:06 +01:00 |
Christian Costa
|
8f6eee5a73
|
d3dx9_36: Implement ID3DXFileDataImpl_IsReference.
|
2013-01-22 12:14:14 +01:00 |
Christian Costa
|
5db342168d
|
d3dx9_36: Implement ID3DXFileData_GetChildren and ID3DXFileData_GetChild.
|
2013-01-22 12:14:09 +01:00 |
Christian Costa
|
2562969804
|
dmusic: Add support for loading articulations.
|
2013-01-22 12:14:03 +01:00 |
Henri Verbeet
|
c90a1e5e21
|
wined3d: Get rid of CheckSrgbReadCapability().
|
2013-01-22 12:13:49 +01:00 |
Henri Verbeet
|
9307327ede
|
wined3d: Properly set WINED3DFMT_FLAG_SRGB_WRITE in init_format_texture_info().
|
2013-01-22 12:13:46 +01:00 |
Henri Verbeet
|
5ce220eb2f
|
wined3d: Add sRGB writes to the shader backend and fragment pipe caps.
|
2013-01-22 12:13:42 +01:00 |
Henri Verbeet
|
bb163ef0b9
|
d3drm: Avoid LPDDPIXELFORMAT.
|
2013-01-22 12:13:35 +01:00 |
Henri Verbeet
|
c309046cb1
|
d3drm: Avoid LPD3DRECT.
|
2013-01-22 12:13:32 +01:00 |
Nikolay Sivov
|
fad7e7a011
|
xmllite: Implement end tag parsing.
|
2013-01-22 12:13:27 +01:00 |
Alexandre Julliard
|
f496a5a0e6
|
gdi32: Fix copy/paste typo in get_char_positions_indices.
|
2013-01-22 12:13:19 +01:00 |
Alexandre Julliard
|
2b95df8fbd
|
server: Use the __NR_ names for Linux system calls.
|
2013-01-21 21:37:10 +01:00 |
Alexandre Julliard
|
606c88a348
|
ntdll: Use the __NR_ names for Linux system calls.
|
2013-01-21 21:37:02 +01:00 |
Hans Leidekker
|
99c1b55727
|
wbemprox: Implement Win32_DiskDrive.DeviceId.
|
2013-01-21 19:44:03 +01:00 |
Hans Leidekker
|
b637d4ca94
|
msi: Remove const from integer parameters.
|
2013-01-21 16:28:13 +01:00 |
Hans Leidekker
|
5b642da8cb
|
msi: Execute concurrent installers in a separate process.
|
2013-01-21 16:27:57 +01:00 |
Hans Leidekker
|
a248f4f001
|
msi: Set the OriginalDatabase property after applying transforms, not before.
|
2013-01-21 16:27:41 +01:00 |
Aric Stewart
|
f6bdaf369c
|
usp10: Only fall back to latin features if the base script tag is not found at all.
|
2013-01-21 16:27:27 +01:00 |
Aric Stewart
|
ddf6b6e585
|
usp10: Add locl and ccmp to Latin features.
|
2013-01-21 16:27:15 +01:00 |
Jacek Caban
|
63c7f8d8ee
|
secur32: Added SECPKG_ATTR_REMOTE_CERT_CONTEXT tests.
|
2013-01-21 16:19:35 +01:00 |
Jacek Caban
|
303ec3ef91
|
secur32: Return a cert context with context store in SECPKG_ATTR_REMOTE_CERT_CONTEXT MacOSX implementation.
|
2013-01-21 16:19:18 +01:00 |
Jacek Caban
|
5c5d12c8bc
|
secur32: Return a cert context with context store in SECPKG_ATTR_REMOTE_CERT_CONTEXT GnuTLS implementation.
|
2013-01-21 16:19:05 +01:00 |
Alexandre Julliard
|
ef4981bd5b
|
libwine: Hardcode Linux syscall numbers.
|
2013-01-21 16:00:16 +01:00 |
Alexandre Julliard
|
6f1932dbca
|
loader: Hardcode Linux syscall numbers.
|
2013-01-21 16:00:07 +01:00 |
Nikolay Sivov
|
1ae300d753
|
xmllite: Handle empty elements and transition to content/misc part, update depth on push.
|
2013-01-21 12:51:23 +01:00 |
Nikolay Sivov
|
77735419eb
|
xmllite: Add a name stack for elements.
|
2013-01-21 12:51:22 +01:00 |
Henri Verbeet
|
c525cf381d
|
wined3d: Move "vs_clipping" to the shader caps.
|
2013-01-21 12:51:22 +01:00 |
Henri Verbeet
|
0e0e3b76f5
|
wined3d: Move "ffp_proj_control" to the fragment caps.
|
2013-01-21 12:51:21 +01:00 |
Henri Verbeet
|
75a38fa2fa
|
wined3d: Get rid of the select_shader_mode() call in wined3d_get_device_caps().
The shader backend already returns the correct caps.
|
2013-01-21 12:51:20 +01:00 |
Henri Verbeet
|
ec1511ea0c
|
ddraw: Avoid LPD3DDRAWPRIMITIVESTRIDEDDATA.
|
2013-01-21 12:51:20 +01:00 |
Henri Verbeet
|
0b13599398
|
ddraw: Avoid LPD3DVERTEXBUFFERDESC.
|
2013-01-21 12:51:19 +01:00 |
Christian Costa
|
5880ff01be
|
d3dx9_36: Fill children info into ID3DXFileData object.
|
2013-01-21 12:51:19 +01:00 |
Ken Thomases
|
ed367c504d
|
winemac: Implement a WINDOW_CLOSE_REQUESTED event to allow closing windows.
|
2013-01-21 12:51:19 +01:00 |
Ken Thomases
|
4e83d2fca0
|
winemac: Implement MsgWaitForMultipleObjectsEx and infrastructure for processing events.
|
2013-01-21 12:51:18 +01:00 |
Ken Thomases
|
177b67e6bd
|
winemac: Make each Mac driver window track the HWND it's associated with.
|
2013-01-21 12:51:18 +01:00 |