Jacek Caban
|
cf51435541
|
vbscript: Added parser support for arrays.
|
2013-11-13 18:30:45 +01:00 |
Nikolay Sivov
|
7be2251cd6
|
oleaut32: Always set LIBFLAG_FHASDISKIMAGE when loading from file.
|
2013-11-13 18:30:39 +01:00 |
Hans Leidekker
|
8f200ea9f8
|
netapi32: Add support for remote computers in NetShareDel.
|
2013-11-13 18:30:26 +01:00 |
Hans Leidekker
|
461eaca8a7
|
netapi32: Add support for remote computers in NetShareAdd.
|
2013-11-13 18:30:21 +01:00 |
Hans Leidekker
|
f3c78b1ba7
|
netapi32: Add support for remote computers in NetWkstaGetInfo.
|
2013-11-13 18:30:16 +01:00 |
Hans Leidekker
|
d75dbbc005
|
include: Add some missing defines.
|
2013-11-13 18:30:09 +01:00 |
Hans Leidekker
|
7519cddddb
|
advapi32: Forward LogonUserA to LogonUserW.
|
2013-11-13 18:29:22 +01:00 |
Hans Leidekker
|
02970b578e
|
advapi32: Return a fake handle from LogonUserW.
|
2013-11-13 18:29:04 +01:00 |
Henri Verbeet
|
c3da4ce088
|
wined3d: Don't map the destination surface read-only in surface_convert_format().
|
2013-11-13 11:27:42 +01:00 |
Henri Verbeet
|
7c928b6c5c
|
wined3d: Create textures for converted surfaces.
|
2013-11-13 11:27:39 +01:00 |
Henri Verbeet
|
afe5ceb729
|
ddraw: Create textures for additional surfaces.
|
2013-11-13 11:27:35 +01:00 |
Henri Verbeet
|
6ea9afe701
|
ddraw: Create textures for "standalone" surfaces.
|
2013-11-13 11:27:32 +01:00 |
Henri Verbeet
|
d6f12fcdc8
|
ddraw: Create textures for swapchain surfaces.
|
2013-11-13 11:27:28 +01:00 |
Dmitry Timoshkov
|
56a6500721
|
gdiplus: Check whether region path points really fit into shorts.
|
2013-11-13 11:27:24 +01:00 |
Dmitry Timoshkov
|
761391f156
|
gdiplus: Add a check for passed buffer size to GdipGetRegionData.
|
2013-11-13 11:26:24 +01:00 |
Dmitry Timoshkov
|
8dc170e2ca
|
gdiplus/tests: Test GdipGetRegionData behaviour with an integer path that can't be stored as an array of shorts.
|
2013-11-13 11:26:20 +01:00 |
Dmitry Timoshkov
|
619e968314
|
gdiplus/tests: Add some invalid parameter tests for GdipGetRegionData.
|
2013-11-13 11:26:14 +01:00 |
André Hentschel
|
dc60ed4596
|
mscoree/tests: Don't expect a 2.x runtime.
|
2013-11-13 11:26:09 +01:00 |
André Hentschel
|
de92a45822
|
user32/tests: Allow win8 error code.
|
2013-11-13 11:24:08 +01:00 |
Qian Hong
|
f96fde3831
|
urlmon: Accept uppercase extension name in AsyncInstallDistributionUnit.
|
2013-11-13 11:23:49 +01:00 |
Frédéric Delanoy
|
c28d619286
|
dsound/tests: Use BOOL type where appropriate.
|
2013-11-13 11:23:17 +01:00 |
Frédéric Delanoy
|
1787509111
|
gdiplus/tests: Use BOOL type where appropriate.
|
2013-11-13 11:22:01 +01:00 |
Frédéric Delanoy
|
b7dc002158
|
netapi32/tests: Use BOOL type where appropriate.
|
2013-11-13 11:21:57 +01:00 |
André Hentschel
|
4ecc9788bd
|
ntdll: Adjust NtAreMappedFilesTheSame to win8 behaviour.
|
2013-11-13 11:21:50 +01:00 |
Dmitry Timoshkov
|
a890d0f030
|
server: Make it possible for WaitCommEvent to detect recursive requests.
|
2013-11-13 11:21:28 +01:00 |
Jacek Caban
|
318931bd46
|
widl: Include resource id in typelib path if not default.
|
2013-11-12 19:06:42 +01:00 |
Andrew Eikum
|
a5975bb601
|
mmdevapi: Fill buffer with silence in IAudioRenderClient::GetBuffer.
|
2013-11-12 19:06:09 +01:00 |
Henri Verbeet
|
8c97327da6
|
ddrawex: Get rid of the IDirectDrawSurfaceImpl typedef.
|
2013-11-12 14:16:03 +01:00 |
Henri Verbeet
|
38b4364ce4
|
ddrawex: Get rid of the IDirectDrawImpl typedef.
|
2013-11-12 14:15:28 +01:00 |
Henri Verbeet
|
3d452ed95a
|
ddraw: Create wined3d textures before ddraw surfaces.
|
2013-11-12 14:15:17 +01:00 |
Henri Verbeet
|
80dbeb9699
|
ddraw: Introduce a ddraw_texture structure as parent for textures.
|
2013-11-12 14:15:10 +01:00 |
Henri Verbeet
|
b83a0b9d3e
|
d3d8: Clear pBits and Pitch when d3d8_surface_LockRect() fails.
This is a only slightly modified version of a patch by Lasse Rasinen.
|
2013-11-12 14:15:01 +01:00 |
Dmitry Timoshkov
|
f5d807b7d7
|
gdiplus: Get rid of no longer needed path and region fields.
|
2013-11-12 14:14:46 +01:00 |
Dmitry Timoshkov
|
b0da542210
|
gdiplus: Determine type of the path at the time the region data are written instead of the path creation time.
|
2013-11-12 14:14:17 +01:00 |
Alexandre Julliard
|
949a8afdaf
|
msvcp71: Share part of the implementation with msvcp90.
|
2013-11-12 13:56:10 +01:00 |
Alexandre Julliard
|
4c4a654552
|
msvcp80: Share the implementation with msvcp90.
|
2013-11-12 13:56:07 +01:00 |
Alexandre Julliard
|
517d274e3a
|
makefiles: Add support for building from source files from a parent directory.
|
2013-11-12 13:47:44 +01:00 |
Hans Leidekker
|
eaef76f041
|
netapi32: Add support for remote computers in NetServerGetInfo.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
65d12829b6
|
netapi32: Perform a case-insensitive string comparison in NETAPI_IsLocalComputer.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
edbf3ac0ee
|
netapi32: Merge local_group.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
192cc0aca4
|
netapi32: Merge ds.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
01fb3a1b90
|
netapi32: Merge browsr.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
97bc30ae19
|
netapi32: Merge access.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
cf597a7603
|
netapi32: Merge wksta.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
eb8264bac3
|
netapi32: Merge share.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
a746b826f4
|
netapi32: Merge apibuf.c into netapi32.c.
|
2013-11-12 12:58:04 +01:00 |
Hans Leidekker
|
fe3669e823
|
netapi32: Move NetBios functions to netbios.c.
|
2013-11-12 12:58:03 +01:00 |
Qian Hong
|
fa9fec618d
|
wscript: Get extension name by strrchrW instead of strchrW.
|
2013-11-12 12:58:03 +01:00 |
Frédéric Delanoy
|
b6f934fe33
|
shell32: Use BOOL type where appropriate.
|
2013-11-12 12:58:03 +01:00 |
Frédéric Delanoy
|
685b931c2a
|
mscms: Use BOOL type where appropriate.
|
2013-11-12 12:58:03 +01:00 |