wine
14 years agontdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
Peter Rosin [Tue, 2 Feb 2010 12:50:16 +0000 (13:50 +0100)] 
ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.

14 years agontdll: Add tests for RtlSetThreadErrorMode and RtlGetThreadErrorMode.
Peter Rosin [Tue, 2 Feb 2010 12:47:06 +0000 (13:47 +0100)] 
ntdll: Add tests for RtlSetThreadErrorMode and RtlGetThreadErrorMode.

14 years agomsi: Move some helpers to the module where they are used.
Hans Leidekker [Wed, 3 Feb 2010 08:20:56 +0000 (09:20 +0100)] 
msi: Move some helpers to the module where they are used.

14 years agomsi: Implement the ScheduleReboot standard action.
Hans Leidekker [Wed, 3 Feb 2010 08:20:22 +0000 (09:20 +0100)] 
msi: Implement the ScheduleReboot standard action.

14 years agomsi: Add a stub implementation of the SetODBCFolders standard action.
Hans Leidekker [Wed, 3 Feb 2010 08:19:56 +0000 (09:19 +0100)] 
msi: Add a stub implementation of the SetODBCFolders standard action.

14 years agod3drm/tests: Use better name for test function and make it static (spotted by Stefan...
Christian Costa [Wed, 3 Feb 2010 07:38:41 +0000 (08:38 +0100)] 
d3drm/tests: Use better name for test function and make it static (spotted by Stefan Dosinger).

14 years agomsnet32: Add copyright author information.
Andrew Nguyen [Wed, 3 Feb 2010 07:28:37 +0000 (01:28 -0600)] 
msnet32: Add copyright author information.

14 years agows2_32: Fix parameter validation order in getpeername.
Andrew Nguyen [Wed, 3 Feb 2010 07:18:40 +0000 (01:18 -0600)] 
ws2_32: Fix parameter validation order in getpeername.

14 years agocmd: Size buffer in create_full_path() correctly.
Dan Kegel [Wed, 3 Feb 2010 01:42:01 +0000 (17:42 -0800)] 
cmd: Size buffer in create_full_path() correctly.

14 years agocmd: %~dp0 should expand to the directory containing the batch file, not the current...
Dan Kegel [Wed, 3 Feb 2010 00:56:38 +0000 (16:56 -0800)] 
cmd: %~dp0 should expand to the directory containing the batch file, not the current directory.

14 years agowinspool.drv: Fix Italian translation.
Luca Bennati [Tue, 2 Feb 2010 09:57:29 +0000 (10:57 +0100)] 
winspool.drv: Fix Italian translation.

14 years agobrowseui: Add Italian translation.
Luca Bennati [Mon, 1 Feb 2010 22:07:23 +0000 (23:07 +0100)] 
browseui: Add Italian translation.

14 years agouserenv: Add a small test for DestroyEnvironmentBlock.
Lei Zhang [Tue, 2 Feb 2010 20:45:06 +0000 (12:45 -0800)] 
userenv: Add a small test for DestroyEnvironmentBlock.

14 years agoadvapi32/tests: Fix the service inactive state check to match the documentation.
Alexandre Julliard [Tue, 2 Feb 2010 22:44:32 +0000 (23:44 +0100)] 
advapi32/tests: Fix the service inactive state check to match the documentation.

14 years agouser32: Fix the WM_CONTEXTMENU parameter for 64-bit.
Alexandre Julliard [Tue, 2 Feb 2010 22:44:10 +0000 (23:44 +0100)] 
user32: Fix the WM_CONTEXTMENU parameter for 64-bit.

14 years agowinex11: Synchronize the shaped flag with the window region before determining the...
Alexandre Julliard [Mon, 1 Feb 2010 21:35:32 +0000 (22:35 +0100)] 
winex11: Synchronize the shaped flag with the window region before determining the window size.

14 years agoatl: The object map entries for version 1 don't have the last two fields.
Alexandre Julliard [Tue, 2 Feb 2010 19:13:56 +0000 (20:13 +0100)] 
atl: The object map entries for version 1 don't have the last two fields.

14 years agoserver: Set the initial thread affinity from the process.
Alexandre Julliard [Tue, 2 Feb 2010 14:58:25 +0000 (15:58 +0100)] 
server: Set the initial thread affinity from the process.

14 years agoserver: Allow changing a thread affinity before it is initialized.
Alexandre Julliard [Tue, 2 Feb 2010 14:58:02 +0000 (15:58 +0100)] 
server: Allow changing a thread affinity before it is initialized.

14 years agouuid.h: Added standard qedit CLSID_SampleGrabber.
Paul Chitescu [Tue, 2 Feb 2010 12:32:27 +0000 (14:32 +0200)] 
uuid.h: Added standard qedit CLSID_SampleGrabber.

14 years agoqcap: Test the correct variable when deciding how to grab V4L frame.
Paul Chitescu [Tue, 2 Feb 2010 11:33:54 +0000 (13:33 +0200)] 
qcap: Test the correct variable when deciding how to grab V4L frame.

14 years agowined3d: Select the shader backend during adapter initialization.
Henri Verbeet [Tue, 2 Feb 2010 11:06:57 +0000 (12:06 +0100)] 
wined3d: Select the shader backend during adapter initialization.

14 years agowined3d: Select the fragment pipeline during adapter initialization.
Henri Verbeet [Tue, 2 Feb 2010 11:06:56 +0000 (12:06 +0100)] 
wined3d: Select the fragment pipeline during adapter initialization.

14 years agowined3d: Update the swapchain's present parameters when changing the backbuffer.
Henri Verbeet [Tue, 2 Feb 2010 11:06:55 +0000 (12:06 +0100)] 
wined3d: Update the swapchain's present parameters when changing the backbuffer.

This fixes a bug exposed by commit b5907e23cc595de1f0aba2a615c8c4510b433d36.

14 years agowined3d: TRACE IWineD3DDeviceImpl_CreateSurface() parameters.
Henri Verbeet [Tue, 2 Feb 2010 11:06:54 +0000 (12:06 +0100)] 
wined3d: TRACE IWineD3DDeviceImpl_CreateSurface() parameters.

14 years agowined3d: Dump ARB program shaders on compile failure.
Henri Verbeet [Tue, 2 Feb 2010 11:06:53 +0000 (12:06 +0100)] 
wined3d: Dump ARB program shaders on compile failure.

Similar to the patch for GLSL.

14 years agod3d8: Test buffer lock flags.
Stefan Dösinger [Sat, 30 Jan 2010 11:21:31 +0000 (12:21 +0100)] 
d3d8: Test buffer lock flags.

14 years agod3d9: Move the vertex buffer alignment test into buffer.c.
Stefan Dösinger [Sat, 30 Jan 2010 11:15:40 +0000 (12:15 +0100)] 
d3d9: Move the vertex buffer alignment test into buffer.c.

14 years agod3d9: Test buffer lock flags.
Stefan Dösinger [Sat, 30 Jan 2010 11:13:12 +0000 (12:13 +0100)] 
d3d9: Test buffer lock flags.

14 years agowined3d: Implement dynamic buffers with GL_ARB_map_buffer_range.
Stefan Dösinger [Thu, 28 Jan 2010 19:51:06 +0000 (20:51 +0100)] 
wined3d: Implement dynamic buffers with GL_ARB_map_buffer_range.

14 years agowined3d: Add GL_ARB_map_buffer_range.
Stefan Dösinger [Thu, 28 Jan 2010 19:50:55 +0000 (20:50 +0100)] 
wined3d: Add GL_ARB_map_buffer_range.

14 years agouser: Add internal functions for cursor/icon 16<->32 conversion to replace the typeca...
Alexandre Julliard [Tue, 2 Feb 2010 11:14:10 +0000 (12:14 +0100)] 
user: Add internal functions for cursor/icon 16<->32 conversion to replace the typecasting macros.

14 years agouser: Call the 16-bit CreateIconFromResourceEx from LoadIconHandler16.
Alexandre Julliard [Mon, 1 Feb 2010 19:36:35 +0000 (20:36 +0100)] 
user: Call the 16-bit CreateIconFromResourceEx from LoadIconHandler16.

14 years agouser: Reimplement GetIconInfo16 using the 16-bit icon structure directly.
Alexandre Julliard [Mon, 1 Feb 2010 16:31:27 +0000 (17:31 +0100)] 
user: Reimplement GetIconInfo16 using the 16-bit icon structure directly.

14 years agooleaut32: If the font name property is changed, don't insist on the current charset...
Huw Davies [Tue, 2 Feb 2010 10:20:50 +0000 (10:20 +0000)] 
oleaut32: If the font name property is changed, don't insist on the current charset when selecting a new font.

14 years agooleaut32: Realize the font in getter functions.
Huw Davies [Tue, 2 Feb 2010 10:15:39 +0000 (10:15 +0000)] 
oleaut32: Realize the font in getter functions.

14 years agowinmm: Reset MIDIHDR flags prior to return from midiStreamOut.
Jörg Höhle [Tue, 2 Feb 2010 07:37:09 +0000 (08:37 +0100)] 
winmm: Reset MIDIHDR flags prior to return from midiStreamOut.

14 years agocmd: Add support for 'if /i'.
Trey Hunner [Tue, 2 Feb 2010 09:09:06 +0000 (01:09 -0800)] 
cmd: Add support for 'if /i'.

14 years agooleaut32: Rewrite RollUdate to be easier to change and to support more conversions.
André Hentschel [Mon, 1 Feb 2010 20:26:44 +0000 (21:26 +0100)] 
oleaut32: Rewrite RollUdate to be easier to change and to support more conversions.

14 years agouser32/tests: Dispatch a message in case we can a WM_PAINT.
Alexandre Julliard [Tue, 2 Feb 2010 10:24:46 +0000 (11:24 +0100)] 
user32/tests: Dispatch a message in case we can a WM_PAINT.

14 years agowinecoreaudio: Fix a float cast in the computation of MIDI volume.
Jörg Höhle [Wed, 27 Jan 2010 18:03:47 +0000 (19:03 +0100)] 
winecoreaudio: Fix a float cast in the computation of MIDI volume.

14 years agowordpad: Update French translation.
Frédéric Delanoy [Mon, 1 Feb 2010 22:39:27 +0000 (23:39 +0100)] 
wordpad: Update French translation.

14 years agowordpad: Fix typo in keyboard shortcut.
Frédéric Delanoy [Mon, 1 Feb 2010 22:34:47 +0000 (23:34 +0100)] 
wordpad: Fix typo in keyboard shortcut.

14 years agodinput: Don't use HIWORD to check if a REFGUID is a DIPROP.
Michael Stefaniuc [Mon, 1 Feb 2010 23:11:49 +0000 (00:11 +0100)] 
dinput: Don't use HIWORD to check if a REFGUID is a DIPROP.

14 years agomapi32/tests: Fix a typo in a comment.
Detlef Riekenberg [Mon, 1 Feb 2010 19:47:31 +0000 (20:47 +0100)] 
mapi32/tests: Fix a typo in a comment.

14 years agontdll: Fix large block realloc annotation.
Dan Kegel [Mon, 1 Feb 2010 19:25:35 +0000 (11:25 -0800)] 
ntdll: Fix large block realloc annotation.

14 years agouserenv: Implement DestroyEnvironmentBlock.
Maarten Lankhorst [Mon, 1 Feb 2010 09:35:37 +0000 (10:35 +0100)] 
userenv: Implement DestroyEnvironmentBlock.

14 years agocmdlgtst: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 10:19:44 +0000 (11:19 +0100)] 
cmdlgtst: Fix Italian translation.

14 years agowinefile: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 13:47:52 +0000 (14:47 +0100)] 
winefile: Fix Italian translation.

14 years agowineconsole: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 13:14:59 +0000 (14:14 +0100)] 
wineconsole: Fix Italian translation.

14 years agoview: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 10:45:09 +0000 (11:45 +0100)] 
view: Fix Italian translation.

14 years agouninstaller: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 10:41:01 +0000 (11:41 +0100)] 
uninstaller: Fix Italian translation.

14 years agoprogman: Fix Italian translation.
Luca Bennati [Mon, 1 Feb 2010 10:33:48 +0000 (11:33 +0100)] 
progman: Fix Italian translation.

14 years agowinedbg: Add Italian translation.
Luca Bennati [Mon, 1 Feb 2010 09:55:02 +0000 (10:55 +0100)] 
winedbg: Add Italian translation.

14 years agowineboot: Add Italian translation.
Luca Bennati [Mon, 1 Feb 2010 09:46:46 +0000 (10:46 +0100)] 
wineboot: Add Italian translation.

14 years agonet: Add Italian translation.
Luca Bennati [Mon, 1 Feb 2010 09:40:55 +0000 (10:40 +0100)] 
net: Add Italian translation.

14 years agomsi: Test duplicating files from a nonexistent component.
Hans Leidekker [Mon, 1 Feb 2010 18:10:24 +0000 (19:10 +0100)] 
msi: Test duplicating files from a nonexistent component.

14 years agomsi: Fix crash with access to component.
André Hentschel [Sat, 30 Jan 2010 13:01:58 +0000 (14:01 +0100)] 
msi: Fix crash with access to component.

14 years agowinmm: Have xyzGetDevCaps return MMSYSERR_BADDEVICEID, not INVALHANDLE.
Jörg Höhle [Sat, 30 Jan 2010 21:09:12 +0000 (22:09 +0100)] 
winmm: Have xyzGetDevCaps return MMSYSERR_BADDEVICEID, not INVALHANDLE.

14 years agowintrust: Fix copy-paste error.
Juan Lang [Mon, 1 Feb 2010 17:23:30 +0000 (09:23 -0800)] 
wintrust: Fix copy-paste error.

14 years agowintrust: Fix uninitialized return value (Coverity).
Juan Lang [Mon, 1 Feb 2010 17:11:51 +0000 (09:11 -0800)] 
wintrust: Fix uninitialized return value (Coverity).

14 years agomsi/tests: Fix some test failures on Win9x up to W2K.
Paul Vriens [Mon, 1 Feb 2010 16:41:38 +0000 (17:41 +0100)] 
msi/tests: Fix some test failures on Win9x up to W2K.

14 years agoappwiz.cpl: Added Spanish translation.
Jaime Rave [Sat, 30 Jan 2010 14:07:46 +0000 (09:07 -0500)] 
appwiz.cpl: Added Spanish translation.

14 years agoshell: Explicitly convert icons to 16-bit instead of casting handles.
Alexandre Julliard [Mon, 1 Feb 2010 16:03:23 +0000 (17:03 +0100)] 
shell: Explicitly convert icons to 16-bit instead of casting handles.

14 years agouser.exe: Make CreateIcon16 available as 32-bit export.
Alexandre Julliard [Mon, 1 Feb 2010 16:02:46 +0000 (17:02 +0100)] 
user.exe: Make CreateIcon16 available as 32-bit export.

14 years agoserver: Make terminate_process more robust against recursive calls for the same process.
Alexandre Julliard [Mon, 1 Feb 2010 15:22:53 +0000 (16:22 +0100)] 
server: Make terminate_process more robust against recursive calls for the same process.

14 years agokernel32/tests: Remove leftover Sleep() call.
Alexandre Julliard [Mon, 1 Feb 2010 15:19:21 +0000 (16:19 +0100)] 
kernel32/tests: Remove leftover Sleep() call.

14 years agooleaut32: Fix font handle lifetimes.
Huw Davies [Mon, 1 Feb 2010 14:09:52 +0000 (14:09 +0000)] 
oleaut32: Fix font handle lifetimes.

14 years agooleaut32: Add tests to explore the lifetime of font handles.
Huw Davies [Mon, 1 Feb 2010 14:03:36 +0000 (14:03 +0000)] 
oleaut32: Add tests to explore the lifetime of font handles.

14 years agooleaut32: Fix an ole font leak.
Huw Davies [Mon, 1 Feb 2010 13:58:55 +0000 (13:58 +0000)] 
oleaut32: Fix an ole font leak.

14 years agowinmm: Perform stricter MIDI-related error checking.
Jörg Höhle [Wed, 27 Jan 2010 17:18:18 +0000 (18:18 +0100)] 
winmm: Perform stricter MIDI-related error checking.

14 years agomidimap: Perform stricter error-checking.
Jörg Höhle [Wed, 27 Jan 2010 17:08:04 +0000 (18:08 +0100)] 
midimap: Perform stricter error-checking.

14 years agowined3d: Use the absolute source value in shader_glsl_rsq().
Henri Verbeet [Mon, 1 Feb 2010 12:52:59 +0000 (13:52 +0100)] 
wined3d: Use the absolute source value in shader_glsl_rsq().

14 years agowined3d: Handle a zero source value for WINED3DSIH_RSQ.
Henri Verbeet [Mon, 1 Feb 2010 12:52:58 +0000 (13:52 +0100)] 
wined3d: Handle a zero source value for WINED3DSIH_RSQ.

14 years agowined3d: Handle a zero source value for WINED3DSIH_RCP.
Henri Verbeet [Mon, 1 Feb 2010 12:52:57 +0000 (13:52 +0100)] 
wined3d: Handle a zero source value for WINED3DSIH_RCP.

14 years agowined3d: Handle a zero source value for WINED3DSIH_LOG.
Henri Verbeet [Mon, 1 Feb 2010 12:52:56 +0000 (13:52 +0100)] 
wined3d: Handle a zero source value for WINED3DSIH_LOG.

14 years agowined3d: Handle zero-length vectors for WINED3DSIH_NRM.
Henri Verbeet [Mon, 1 Feb 2010 12:52:55 +0000 (13:52 +0100)] 
wined3d: Handle zero-length vectors for WINED3DSIH_NRM.

Unfortunately there's no reliable way to generate infinity in GLSL, but a
sufficiently large value will probably do. The important part of the patch is
that we don't generate NaN, because that will keep propagating through the
entire shader.

14 years agowinmm: midiStreamPosition can select an alternative MMTIME format.
Jörg Höhle [Sat, 30 Jan 2010 09:07:59 +0000 (10:07 +0100)] 
winmm: midiStreamPosition can select an alternative MMTIME format.

14 years agowinmm: The MIDI MAPPER is not available with MIDI IN.
Jörg Höhle [Fri, 29 Jan 2010 21:17:58 +0000 (22:17 +0100)] 
winmm: The MIDI MAPPER is not available with MIDI IN.

14 years agoadvapi32: Fix RegGetValue on REG_BINARY data.
Maarten Lankhorst [Mon, 1 Feb 2010 10:09:26 +0000 (11:09 +0100)] 
advapi32: Fix RegGetValue on REG_BINARY data.

14 years agopowrprof: Add stubs for PowerGetActiveScheme and PowerReadDCValue.
Maarten Lankhorst [Sun, 31 Jan 2010 19:29:48 +0000 (20:29 +0100)] 
powrprof: Add stubs for PowerGetActiveScheme and PowerReadDCValue.

14 years agodevenum: Scan special device categories more often.
Maarten Lankhorst [Sat, 30 Jan 2010 15:21:19 +0000 (16:21 +0100)] 
devenum: Scan special device categories more often.

14 years agoquartz: Add some tests for dsound renderer.
Maarten Lankhorst [Sat, 30 Jan 2010 09:41:08 +0000 (10:41 +0100)] 
quartz: Add some tests for dsound renderer.

14 years agommdevapi: Add some basic property store tests.
Maarten Lankhorst [Sun, 17 Jan 2010 13:10:32 +0000 (14:10 +0100)] 
mmdevapi: Add some basic property store tests.

14 years agoincludes: Add amaudio.h.
Maarten Lankhorst [Sun, 31 Jan 2010 19:26:22 +0000 (20:26 +0100)] 
includes: Add amaudio.h.

14 years agoincludes: Fix header conflicts against REFERENCE_TIME.
Maarten Lankhorst [Sat, 30 Jan 2010 10:14:00 +0000 (11:14 +0100)] 
includes: Fix header conflicts against REFERENCE_TIME.

14 years agoincludes: Fix typo in audiopolicy.idl.
Maarten Lankhorst [Sat, 30 Jan 2010 10:12:54 +0000 (11:12 +0100)] 
includes: Fix typo in audiopolicy.idl.

14 years agoincludes: Add propkey header.
Maarten Lankhorst [Fri, 29 Jan 2010 18:09:35 +0000 (19:09 +0100)] 
includes: Add propkey header.

14 years agokernel32: Avoid truncating the output buffer length in GetCurrentDirectoryA.
Alexandre Julliard [Mon, 1 Feb 2010 12:22:41 +0000 (13:22 +0100)] 
kernel32: Avoid truncating the output buffer length in GetCurrentDirectoryA.

14 years agokernel: Only start the BIOS timer if there is an actual access to selector 0x40.
Alexandre Julliard [Mon, 1 Feb 2010 11:58:29 +0000 (12:58 +0100)] 
kernel: Only start the BIOS timer if there is an actual access to selector 0x40.

14 years agowininet/tests: Fix some memory leaks (Valgrind).
Paul Vriens [Mon, 1 Feb 2010 08:59:16 +0000 (09:59 +0100)] 
wininet/tests: Fix some memory leaks (Valgrind).

14 years agodxgi/tests: Fix a test failure when no adapters are present.
Paul Vriens [Mon, 1 Feb 2010 08:35:30 +0000 (09:35 +0100)] 
dxgi/tests: Fix a test failure when no adapters are present.

14 years agod3d10core/tests: Fix a test failure when no adapters are present.
Paul Vriens [Mon, 1 Feb 2010 08:35:22 +0000 (09:35 +0100)] 
d3d10core/tests: Fix a test failure when no adapters are present.

14 years agod3drm: Implement partially IDirect3DRMMeshBuilderImpl_Load.
Christian Costa [Mon, 1 Feb 2010 07:18:48 +0000 (08:18 +0100)] 
d3drm: Implement partially IDirect3DRMMeshBuilderImpl_Load.

14 years agod3drm: Add some tests.
Christian Costa [Mon, 1 Feb 2010 07:18:42 +0000 (08:18 +0100)] 
d3drm: Add some tests.

14 years agod3drm: Add some definitions for IDirect3DRMMeshBuilderImpl_Load.
Christian Costa [Mon, 1 Feb 2010 07:18:36 +0000 (08:18 +0100)] 
d3drm: Add some definitions for IDirect3DRMMeshBuilderImpl_Load.

14 years agod3dxof: Do not expect a separator when there is no element.
Christian Costa [Mon, 1 Feb 2010 07:18:30 +0000 (08:18 +0100)] 
d3dxof: Do not expect a separator when there is no element.

14 years agod3dxof: Add other debug channel for parsing.
Christian Costa [Mon, 1 Feb 2010 07:18:24 +0000 (08:18 +0100)] 
d3dxof: Add other debug channel for parsing.

14 years agomshtml: Add Italian translation.
Luca Bennati [Sun, 31 Jan 2010 12:46:45 +0000 (13:46 +0100)] 
mshtml: Add Italian translation.

14 years agomsvfw32: Add Italian translation.
Luca Bennati [Sun, 31 Jan 2010 12:52:35 +0000 (13:52 +0100)] 
msvfw32: Add Italian translation.