Maarten Lankhorst [Mon, 23 Apr 2007 22:23:52 +0000 (00:23 +0200)]
winealsa: Implement Get/SetControlDetails in mixer.
Maarten Lankhorst [Mon, 23 Apr 2007 22:23:50 +0000 (00:23 +0200)]
winealsa: Implement GetLineControls in mixer.
Maarten Lankhorst [Mon, 23 Apr 2007 22:23:46 +0000 (00:23 +0200)]
winealsa: Implement mixer controls, and add GetLineInfo.
Maarten Lankhorst [Mon, 23 Apr 2007 22:23:42 +0000 (00:23 +0200)]
winealsa: Implement opening/closing and caps of device.
Maarten Lankhorst [Mon, 23 Apr 2007 22:23:34 +0000 (00:23 +0200)]
winealsa: Introduce mixer code.
Rob Shearman [Mon, 23 Apr 2007 07:27:37 +0000 (08:27 +0100)]
msi: Add a non-persistent string instead of a persistent one if the table or row is non-persistent.
Rob Shearman [Mon, 23 Apr 2007 07:26:44 +0000 (08:26 +0100)]
msi: All columns being temporary means the table is non-persistent.
The HOLD keyword just means that the non-persistent data in the table
should be kept around, not that the table is temporary.
Rob Shearman [Tue, 24 Apr 2007 10:00:44 +0000 (11:00 +0100)]
msi: Add a persistent flag to tables.
Implement MSI_DatabaseIsTablePersistent.
Rob Shearman [Mon, 23 Apr 2007 07:25:17 +0000 (08:25 +0100)]
msi: Don't add info to the _Columns table for non-persistent tables.
Rob Shearman [Mon, 23 Apr 2007 07:24:41 +0000 (08:24 +0100)]
msi: Add support for adding temporary/non-persistent data to tables.
Rob Shearman [Mon, 23 Apr 2007 07:23:13 +0000 (08:23 +0100)]
msi: The HOLD keyword implies a temporary table, whereas database importing should lead to permanent tables, so remove the HOLD keyword.
Rob Shearman [Mon, 23 Apr 2007 07:22:27 +0000 (08:22 +0100)]
msi: Create the table directly in create_table instead of requiring it to be loaded after saving.
Rob Shearman [Mon, 23 Apr 2007 07:21:32 +0000 (08:21 +0100)]
msi: Move table creation to table.c.
Rob Shearman [Mon, 23 Apr 2007 07:20:21 +0000 (08:20 +0100)]
msi: Store the column info in the MSITABLE structure.
Load the data on view creation for simplicity instead of view execution.
Rob Shearman [Mon, 23 Apr 2007 07:19:07 +0000 (08:19 +0100)]
msi: Remove the hash table for a column when one of its values is modified since it will now be invalid.
Rob Shearman [Mon, 23 Apr 2007 07:18:27 +0000 (08:18 +0100)]
msi: Cleanup unneeded string table functions.
Make string table functions that aren't used outside of string.c static.
Rob Shearman [Mon, 23 Apr 2007 07:17:40 +0000 (08:17 +0100)]
msi: Move string loading and saving to string.c.
Rob Shearman [Mon, 23 Apr 2007 07:17:00 +0000 (08:17 +0100)]
msi: Add support for non-persistent strings.
Store the loaded refcount in the string table.
Dmitry Timoshkov [Tue, 24 Apr 2007 09:33:59 +0000 (18:33 +0900)]
comctl32: Add more image list tests, fix one problem found.
Paul Vriens [Tue, 24 Apr 2007 07:11:44 +0000 (09:11 +0200)]
crypt32/tests: Use A-version for registry functions.
Andrew Talbot [Tue, 24 Apr 2007 06:45:32 +0000 (07:45 +0100)]
dinput: Constify some variables.
Rolf Kalbermatter [Tue, 24 Apr 2007 05:15:04 +0000 (07:15 +0200)]
advapi32: Make service_start_process return the pid to the caller.
Rolf Kalbermatter [Tue, 24 Apr 2007 05:14:38 +0000 (07:14 +0200)]
advapi32: Make struct service_data_t have the new SERVICE_STATUS_PROCESS struct.
Jason Edmeades [Mon, 23 Apr 2007 22:24:38 +0000 (23:24 +0100)]
cmd.exe: Support for DEL filename /s.
Detlef Riekenberg [Mon, 23 Apr 2007 22:08:24 +0000 (00:08 +0200)]
localui: Implement ConfigurePortUI for COMx.
Detlef Riekenberg [Mon, 23 Apr 2007 22:05:47 +0000 (00:05 +0200)]
localui: Avoid crash on NULL pointer.
Lei Zhang [Mon, 23 Apr 2007 21:20:37 +0000 (14:20 -0700)]
comdlg32: Initialize CommDlgExtendedError() return value for file dialogs.
H. Verbeet [Mon, 23 Apr 2007 20:03:04 +0000 (22:03 +0200)]
wined3d: The second parameter to glTexImage3DEXT isn't a GLenum.
H. Verbeet [Mon, 23 Apr 2007 20:03:00 +0000 (22:03 +0200)]
wined3d: Improve IWineD3DVolumeImpl_LoadTexture TRACE output.
H. Verbeet [Mon, 23 Apr 2007 20:02:55 +0000 (22:02 +0200)]
wined3d: Actually use the calculated mipmap surface sizes in IWineD3DDeviceImpl_CreateVolumeTexture.
H. Verbeet [Mon, 23 Apr 2007 20:02:50 +0000 (22:02 +0200)]
wined3d: Output pretty GL errors in checkGLcall and vcheckGLcall.
Mikołaj Zalewski [Thu, 5 Apr 2007 21:14:42 +0000 (23:14 +0200)]
shlwapi: Fix the handling of overflows in PathCombine[AW].
Mikołaj Zalewski [Thu, 5 Apr 2007 10:32:47 +0000 (12:32 +0200)]
comctl32: toolbar: In CreateToolbarEx the default bitmap size is also 16x16.
Mikołaj Zalewski [Thu, 5 Apr 2007 10:25:43 +0000 (12:25 +0200)]
comctl32: toolbar: Don't execute TB_GETBUTTONINFO if cbSize is invalid.
Mikołaj Zalewski [Thu, 5 Apr 2007 08:18:42 +0000 (10:18 +0200)]
comctl32: toolbar: Merge TOOLBAR_GetButtonInfoA and TB_GetButtonInfoW.
Mikołaj Zalewski [Wed, 4 Apr 2007 19:08:19 +0000 (21:08 +0200)]
regedit: Update Polish translation.
Mikołaj Zalewski [Mon, 23 Apr 2007 17:44:43 +0000 (19:44 +0200)]
winecfg: Add Polish translation.
Maarten Lankhorst [Sat, 21 Apr 2007 18:40:20 +0000 (20:40 +0200)]
winealsa: Remove disabled code.
SND_PCM_ASYNC was needed to get asynchronous callbacks, but they are
not used any more, so remove the code.
Maarten Lankhorst [Sat, 21 Apr 2007 18:38:47 +0000 (20:38 +0200)]
winealsa: Clear WAVECAPS_DIRECTSOUND for capture.
David Adam [Thu, 19 Apr 2007 19:16:57 +0000 (21:16 +0200)]
d3drm: Implement D3DRMQuaternionSlerp.
David Adam [Thu, 19 Apr 2007 19:13:51 +0000 (21:13 +0200)]
d3drm: Implement D3DRMQuaternionFromRotation.
David Adam [Thu, 19 Apr 2007 19:12:40 +0000 (21:12 +0200)]
d3drm: Implement D3DRMMatrixFromQuaternion.
David Adam [Thu, 19 Apr 2007 19:12:00 +0000 (21:12 +0200)]
d3drm: Implement D3DRMVectorRotate.
David Adam [Thu, 19 Apr 2007 19:14:47 +0000 (21:14 +0200)]
d3drm: Implement D3DRMQuaternionMultiply.
David Adam [Thu, 19 Apr 2007 19:11:38 +0000 (21:11 +0200)]
d3drm: Implement D3DRMVectorReflect.
David Adam [Thu, 19 Apr 2007 19:11:02 +0000 (21:11 +0200)]
d3drm: Implement D3DRMVectorRandom.
David Adam [Thu, 19 Apr 2007 19:10:46 +0000 (21:10 +0200)]
d3drm: Implement D3DRMVectorNormalize.
David Adam [Thu, 19 Apr 2007 19:09:48 +0000 (21:09 +0200)]
d3drm: Implement D3DRMVectorscale.
David Adam [Thu, 19 Apr 2007 19:08:56 +0000 (21:08 +0200)]
d3drm: Implement D3DRMVectorModulus.
David Adam [Thu, 19 Apr 2007 19:07:54 +0000 (21:07 +0200)]
d3drm: Implement D3DRMVectorDotProduct.
David Adam [Thu, 19 Apr 2007 19:06:54 +0000 (21:06 +0200)]
d3drm: Implement D3DRMVectorCrossProduct.
David Adam [Thu, 19 Apr 2007 19:05:56 +0000 (21:05 +0200)]
d3drm: Implement D3DVectorSubtract.
David Adam [Thu, 19 Apr 2007 19:03:53 +0000 (21:03 +0200)]
d3drm: Implement D3DRMVectorAdd.
David Adam [Thu, 19 Apr 2007 19:02:09 +0000 (21:02 +0200)]
include: Add d3drmdef.h header.
Andrew Talbot [Sat, 21 Apr 2007 20:52:28 +0000 (21:52 +0100)]
amstream: Exclude unused headers.
Andrew Talbot [Sat, 21 Apr 2007 20:53:57 +0000 (21:53 +0100)]
avifil32: Exclude unused headers.
Andrew Talbot [Sat, 21 Apr 2007 20:53:17 +0000 (21:53 +0100)]
avicap32: Exclude unused header.
Andrew Talbot [Sat, 21 Apr 2007 20:52:03 +0000 (21:52 +0100)]
advpack: Exclude unused headers.
Andrew Talbot [Sat, 21 Apr 2007 20:43:48 +0000 (21:43 +0100)]
acledit: Exclude unused headers.
Andrew Talbot [Sat, 21 Apr 2007 20:44:50 +0000 (21:44 +0100)]
activeds: Exclude unused headers.
Stefan Leichter [Sun, 22 Apr 2007 20:28:20 +0000 (22:28 +0200)]
advapi32: More tests for RegDeleteTreeA.
Alexandre Julliard [Mon, 23 Apr 2007 14:31:58 +0000 (16:31 +0200)]
configure: Use AC_SEARCH_LIBS for the Solaris libs to avoid unused function checks.
Ben Taylor [Mon, 23 Apr 2007 13:41:42 +0000 (13:41 +0000)]
configure: Fix to properly recognize functions on Solaris.
Maarten Lankhorst [Fri, 20 Apr 2007 19:47:17 +0000 (21:47 +0200)]
winealsa: Drop unplayed frames instead of waiting for them.
James Hawkins [Sat, 21 Apr 2007 11:56:20 +0000 (06:56 -0500)]
msi: Abstract MSI_RecordSetStream.
James Hawkins [Sat, 21 Apr 2007 11:55:24 +0000 (06:55 -0500)]
msi: Add an internal MSI_ViewModify.
Yuval Fledel [Sat, 21 Apr 2007 19:48:57 +0000 (22:48 +0300)]
rsaenh: Convert handle type from unsigned int to HCRYPTKEY.
Yuval Fledel [Sat, 21 Apr 2007 10:24:44 +0000 (13:24 +0300)]
include: Introduce ntsecpkg.h.
EA Durbin [Thu, 19 Apr 2007 23:28:52 +0000 (18:28 -0500)]
sxs: Add new dll stub.
Alexandre Julliard [Mon, 23 Apr 2007 13:13:22 +0000 (15:13 +0200)]
server: Return a more correct fd type for anonymous files.
Alexandre Julliard [Mon, 23 Apr 2007 13:12:19 +0000 (15:12 +0200)]
version: Avoid size_t type in traces.
Alexandre Julliard [Mon, 23 Apr 2007 13:11:58 +0000 (15:11 +0200)]
dbghelp: Don't print garbage chars in ERR message.
Andrew Talbot [Sat, 21 Apr 2007 21:16:34 +0000 (22:16 +0100)]
ddraw: Constify some variables.
Alasdair Sinclair [Sun, 22 Apr 2007 13:24:48 +0000 (14:24 +0100)]
advapi32: Fix one byte array overflow during DES unhash.
Rolf Kalbermatter [Sun, 22 Apr 2007 20:29:02 +0000 (22:29 +0200)]
advapi32: Add EnumServicesStatusExA/W stub implementation.
Rolf Kalbermatter [Sun, 22 Apr 2007 20:26:47 +0000 (22:26 +0200)]
advapi32: Make SERVICE_STATUS_PROCESS match the declaration in MSDN and PSDK.
Hans Leidekker [Sun, 22 Apr 2007 09:38:02 +0000 (11:38 +0200)]
msi: Install data sources in the InstallODBC custom action.
Hans Leidekker [Sun, 22 Apr 2007 09:37:51 +0000 (11:37 +0200)]
msi: Install translators in the InstallODBC custom action.
Hans Leidekker [Sun, 22 Apr 2007 09:38:15 +0000 (11:38 +0200)]
urlmon: Add an implementation for CreateURLMonikerEx based on existing code for CreateURLMoniker.
Maarten Lankhorst [Sat, 21 Apr 2007 18:37:26 +0000 (20:37 +0200)]
dsound: Don't deadlock in capture because of callback.
Maarten Lankhorst [Fri, 20 Apr 2007 20:10:23 +0000 (22:10 +0200)]
dsound: Make sure we're holding the lock on Drop And Stop.
James Hawkins [Sat, 21 Apr 2007 07:37:51 +0000 (02:37 -0500)]
msi: Add the _Property table back, with tests.
James Hawkins [Sat, 21 Apr 2007 07:33:10 +0000 (02:33 -0500)]
msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't exist.
Hwang YunSong(황윤성) [Sun, 22 Apr 2007 23:15:59 +0000 (08:15 +0900)]
cmd: Updated Korean resource.
Dmitry Timoshkov [Mon, 23 Apr 2007 11:39:18 +0000 (20:39 +0900)]
comctl32: Add an image list storage test, make it pass under Wine.
Dmitry Timoshkov [Sat, 21 Apr 2007 09:16:04 +0000 (18:16 +0900)]
comctl32: Use packing only for public ILHEAD structure, 2 bytes packing is enough.
Dmitry Timoshkov [Mon, 23 Apr 2007 11:39:00 +0000 (20:39 +0900)]
comctl32: Fix an off by one error in ImageList_Remove.
Dmitry Timoshkov [Sat, 21 Apr 2007 09:12:36 +0000 (18:12 +0900)]
advapi32: Thunk GetFileSecurityW to NtQuerySecurityObject.
Lei Zhang [Fri, 20 Apr 2007 23:58:49 +0000 (16:58 -0700)]
wineshelllink: Fall back to $HOME if $HOME/Desktop does not exist.
Yuval Fledel [Fri, 20 Apr 2007 19:59:06 +0000 (22:59 +0300)]
userenv: Make GetProfileType report a normal (non-roaming) profile.
Yuval Fledel [Fri, 20 Apr 2007 20:10:24 +0000 (23:10 +0300)]
include: Fix a typo in wincrypt.h.
Fabian Bieler [Fri, 20 Apr 2007 19:49:21 +0000 (21:49 +0200)]
wined3d: Remove usesFog flag from IWineD3DVertexShaderImpl.
Fabian Bieler [Fri, 20 Apr 2007 13:25:35 +0000 (15:25 +0200)]
d3d9/tests: Fix fog with shader test.
Maarten Lankhorst [Fri, 20 Apr 2007 19:52:40 +0000 (21:52 +0200)]
winecfg: Update Dutch resources.
Maarten Lankhorst [Fri, 20 Apr 2007 18:19:05 +0000 (20:19 +0200)]
winmm: Pass the right message to hwnd from mixer callback.
Gerald Pfeifer [Fri, 20 Apr 2007 11:11:54 +0000 (13:11 +0200)]
server: Silence compiler warning in fd_queue_async().
Kirill K. Smirnov [Fri, 20 Apr 2007 13:25:39 +0000 (17:25 +0400)]
xcopy: Add Russian resource.
Rolf Kalbermatter [Fri, 20 Apr 2007 08:42:12 +0000 (10:42 +0200)]
advapi32: Make QueryServiceStatus use QueryServiceStatusEx.
Rolf Kalbermatter [Fri, 20 Apr 2007 08:36:19 +0000 (10:36 +0200)]
advapi32: Implement QueryServiceStatusEx.
Based on a patch by Anastasius Focht.
Stefan Dösinger [Thu, 19 Apr 2007 20:52:11 +0000 (22:52 +0200)]
wined3d: The cursor texture doesn't have GL_APPLE_client_storage backing.