Jacek Caban
|
9709eadca1
|
jscript: Added Math.floor implementation.
|
2008-10-22 13:54:53 +02:00 |
James Hawkins
|
f18c6ba28d
|
msi: Only compare the file version if a version was specified.
|
2008-10-22 13:54:53 +02:00 |
Aric Stewart
|
45a352a773
|
comdlg32: Some applications expect the filter combo to be filled before the CustomDlg is created.
|
2008-10-22 13:54:53 +02:00 |
Aric Stewart
|
faa956f537
|
comdlg32/tests: Add a test for GetOpenFileName with a dialog template.
|
2008-10-22 13:54:53 +02:00 |
Nikolay Sivov
|
37bbe9d4bc
|
gdiplus: Added Gdip[Get/Set]TextureWrapMode.
|
2008-10-22 13:54:53 +02:00 |
Rob Shearman
|
92f5aa0a69
|
wpp: Check for overflows when parsing integer constants.
|
2008-10-22 11:57:36 +02:00 |
Henri Verbeet
|
9fbd676b27
|
dxgi: Implement CreateDXGIFactory().
|
2008-10-22 11:57:30 +02:00 |
Henri Verbeet
|
6a517b7851
|
dxgi: Add the IDXGIFactory interface.
|
2008-10-22 11:56:30 +02:00 |
Henri Verbeet
|
9e376213b3
|
dxgi: Add a dxgi dll.
|
2008-10-22 11:56:11 +02:00 |
Henri Verbeet
|
39cd9f7448
|
d3d10: Add an initial implementation of D3D10CreateDevice().
|
2008-10-22 11:53:49 +02:00 |
Maarten Lankhorst
|
b2d20154fa
|
quartz: Implement dynamic format changing in directsound renderer.
|
2008-10-22 11:53:39 +02:00 |
Maarten Lankhorst
|
ca0db58808
|
quartz: Fix ACMWrapper to allow mono channels too.
|
2008-10-22 11:53:30 +02:00 |
Huw Davies
|
fca028c8da
|
winspool.drv: The fourth parameter of DeviceCapabilitiesW should be an output ptr.
|
2008-10-22 11:53:26 +02:00 |
Alexandre Julliard
|
b4b49a7d75
|
mountmgr: Reuse create_disk_device to create the initial harddisk0 device.
|
2008-10-21 16:11:51 +02:00 |
Alexandre Julliard
|
bb13bbe13d
|
mountmgr: Create a PhysicalDrive symlink for all harddisk devices.
|
2008-10-21 16:08:51 +02:00 |
Alexandre Julliard
|
5ea9d65c55
|
mountmgr: Create a new harddisk device for dynamic harddisk drives.
|
2008-10-21 15:52:47 +02:00 |
Alexandre Julliard
|
73229f05c2
|
mountmgr: Query the drive type from the registry for the initial creation.
|
2008-10-21 15:42:21 +02:00 |
Alexandre Julliard
|
6dcfc95671
|
mountmgr: Convert the registry calls to Unicode.
|
2008-10-21 15:28:23 +02:00 |
Alexandre Julliard
|
e6a47f1e8c
|
mountmgr: Return the drive pointer from get_dosdevices_path().
|
2008-10-21 15:20:42 +02:00 |
Alexandre Julliard
|
f36690d44a
|
mountmgr: Create devices and symlinks for dynamic drives too.
|
2008-10-21 15:20:09 +02:00 |
Alexandre Julliard
|
7033120f83
|
mountmgr: Moved the harddisk device driver to device.c.
|
2008-10-21 15:02:10 +02:00 |
Alexandre Julliard
|
c5e7657d0c
|
mountmgr: Include some system headers in mountmgr.h.
|
2008-10-21 15:01:52 +02:00 |
Hans Leidekker
|
6d901a173d
|
wldap32: Use a test query that is more likely to succeed within 20 seconds.
|
2008-10-21 14:00:36 +02:00 |
Chris Wilson
|
822e4cba1e
|
winex11: Ignore source clipping in BitBlt.
|
2008-10-21 13:22:51 +02:00 |
Mounir IDRASSI
|
b3e80afa21
|
winscard: Added SCardAccessStartedEvent implementation.
|
2008-10-21 13:22:51 +02:00 |
Dmitry Timoshkov
|
d40e003303
|
winmm: MMIO_ALLOCBUF is ignored if mmioOpen gets a valid buffer.
Existing tests show that MMIO_ALLOCBUF flag is dropped if a valid buffer
is being passed to mmioOpen, that means the buffer is valid in that case.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
94d753c63d
|
ole32: Query the object's dirty state if it's running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
3a0ed83fb0
|
ole32: Call the object's IPersistStorage_HandsOffStorage() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
89edf3a52f
|
ole32: Call the object's IPersistStorage_SaveCompleted() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
72f82c04ec
|
ole32: Call the object's IPersistStorage_Save() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
5b1520761d
|
ole32: Call the object's IPersistStorage_InitNew() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
3019a8f195
|
ole32: Call the object's IPersistStorage_Load() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
ed28886f9d
|
ole32: Call the object's IOleObject_IsUpToData() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
5ba96d7ae1
|
ole32: Call the object's own IOleObject_GetUserType() if the object is running.
|
2008-10-21 13:22:51 +02:00 |
Huw Davies
|
f2cf617f00
|
ole32: Partial implementation of IOleObject_Update().
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
f04804f44c
|
advapi32: LookupAccountNameW() - only first user account and well known SIDs accepted.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
2981650435
|
advapi32: LookupAccountSidW() - handle first user account.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
0e6626958f
|
advapi32: LookupAccountNameW() - NULL account name handled.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
a37512ee63
|
advapi32: LookupAccountNameW() - use CreateWellKnownSid() properly.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
a3e0bc10bb
|
advapi32: LookupAccountNameW() - correct call in SetEntriesInAclW().
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
04cccae943
|
advapi32: LookupAccountNameW() - use ACCOUNT_SIDS domain and name_use fields for well known SIDS.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
e9e4da8f36
|
advapi32: LookupAccountNameW() - return correct domain name length for not-so-well-known SIDs.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
a1a2dd3509
|
advapi32: LookupAccountNameW() - passes expected SidTypeUser test.
|
2008-10-21 13:22:50 +02:00 |
Paul Bryan Roberts
|
30e6ca9eeb
|
advapi32: LookupAccountNameW() - add got clause to test.
|
2008-10-21 13:22:50 +02:00 |
Detlef Riekenberg
|
991c76525f
|
mscms: Quiet a noisy fixme.
|
2008-10-21 13:22:50 +02:00 |
Tobias Jakobi
|
7aef1c7185
|
wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.
|
2008-10-21 11:53:47 +02:00 |
Tobias Jakobi
|
e79d89ff40
|
wined3d: Fix some typos.
|
2008-10-21 11:53:40 +02:00 |
Kirill K. Smirnov
|
176e4ba405
|
gdiplus: Whole picture object should be cloned in GdipCloneImage(), not just parent class 'image'.
|
2008-10-21 11:50:33 +02:00 |
Rafał Mużyło
|
4736c9933f
|
configure: Avoid problem with recent autoconf.
|
2008-10-21 11:46:10 +02:00 |
Eric Pouech
|
6a77a36b24
|
msvcrt: Implemented vswprintf_s.
|
2008-10-21 11:45:54 +02:00 |