wine
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.

14 years agoreg: Add Italian translation.
Luca Bennati [Sun, 31 Jan 2010 12:47:50 +0000 (13:47 +0100)] 
reg: Add Italian translation.

14 years agomsi: Fix Italian translation.
Luca Bennati [Sun, 31 Jan 2010 12:45:26 +0000 (13:45 +0100)] 
msi: Fix Italian translation.

14 years agocredui: Add Italian translation.
Luca Bennati [Sun, 31 Jan 2010 10:55:43 +0000 (11:55 +0100)] 
credui: Add Italian translation.

14 years agowined3d: Add newer ATI/AMD cards vendor recognition.
Luca Bennati [Sat, 30 Jan 2010 17:10:59 +0000 (18:10 +0100)] 
wined3d: Add newer ATI/AMD cards vendor recognition.

14 years agomapi32/tests: Invoke MAPIInitialize before performing the HexFromBin tests.
Andrew Nguyen [Sun, 31 Jan 2010 00:58:43 +0000 (18:58 -0600)] 
mapi32/tests: Invoke MAPIInitialize before performing the HexFromBin tests.

This avoids crashes with the native Outlook extended MAPI provider.

14 years agomapi32/tests: Fix prototype of FBinFromHex function pointer.
Andrew Nguyen [Sun, 31 Jan 2010 00:58:33 +0000 (18:58 -0600)] 
mapi32/tests: Fix prototype of FBinFromHex function pointer.

14 years agomapi32/tests: Centralize utility function pointer initialization.
Andrew Nguyen [Sun, 31 Jan 2010 00:58:24 +0000 (18:58 -0600)] 
mapi32/tests: Centralize utility function pointer initialization.

14 years agomapi32/tests: Invoke MAPIInitialize before performing the FPropContainsProp tests.
Andrew Nguyen [Sun, 31 Jan 2010 00:58:11 +0000 (18:58 -0600)] 
mapi32/tests: Invoke MAPIInitialize before performing the FPropContainsProp tests.

This avoids crashes with the native Outlook extended MAPI provider.

14 years agopdh: Implement and test PdhGetDllVersion.
Andrew Nguyen [Sun, 31 Jan 2010 00:24:52 +0000 (18:24 -0600)] 
pdh: Implement and test PdhGetDllVersion.

14 years agokernel32/tests: Fix heap flag tests for the page alloc case.
Alexandre Julliard [Mon, 1 Feb 2010 11:35:43 +0000 (12:35 +0100)] 
kernel32/tests: Fix heap flag tests for the page alloc case.

14 years agontdll: Avoid reporting a freed block twice to Valgrind.
Alexandre Julliard [Mon, 1 Feb 2010 11:35:32 +0000 (12:35 +0100)] 
ntdll: Avoid reporting a freed block twice to Valgrind.

14 years agoshlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sun, 31 Jan 2010 00:57:23 +0000 (01:57 +0100)] 
shlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlIs* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sun, 31 Jan 2010 00:22:46 +0000 (01:22 +0100)] 
shlwapi/tests: UrlIs* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlHash* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sun, 31 Jan 2010 00:11:32 +0000 (01:11 +0100)] 
shlwapi/tests: UrlHash* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 23:51:44 +0000 (00:51 +0100)] 
shlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlEscape* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 23:31:33 +0000 (00:31 +0100)] 
shlwapi/tests: UrlEscape* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlCreateFromPath* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 23:21:25 +0000 (00:21 +0100)] 
shlwapi/tests: UrlCreateFromPath* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlCombine* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 23:10:07 +0000 (00:10 +0100)] 
shlwapi/tests: UrlCombine* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlCanonicalize* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 22:56:12 +0000 (23:56 +0100)] 
shlwapi/tests: UrlCanonicalize* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: UrlApplyScheme* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 22:48:23 +0000 (23:48 +0100)] 
shlwapi/tests: UrlApplyScheme* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: PathCreateFromUrl* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 21:59:01 +0000 (22:59 +0100)] 
shlwapi/tests: PathCreateFromUrl* is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: HashData is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 15:34:52 +0000 (16:34 +0100)] 
shlwapi/tests: HashData is not present on Win95B (winetestbot).

14 years agoshlwapi/tests: ChrCmpI* is not present on Win95B (winetestbot).
Detlef Riekenberg [Sat, 30 Jan 2010 15:25:05 +0000 (16:25 +0100)] 
shlwapi/tests: ChrCmpI* is not present on Win95B (winetestbot).

14 years agomsi: Don't fail if the service to start is already running.
Hans Leidekker [Mon, 1 Feb 2010 08:55:08 +0000 (09:55 +0100)] 
msi: Don't fail if the service to start is already running.

14 years agowine.inf: Add a 16bit fake dll for ddeml.dll.
Detlef Riekenberg [Sun, 31 Jan 2010 22:14:22 +0000 (23:14 +0100)] 
wine.inf: Add a 16bit fake dll for ddeml.dll.

14 years agohhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.
Erich Hoover [Mon, 1 Feb 2010 04:09:23 +0000 (21:09 -0700)] 
hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.

14 years agouserenv: Added GetAllUsersProfileDirectory[AW] stubs.
Piotr Caban [Sun, 31 Jan 2010 22:04:11 +0000 (23:04 +0100)] 
userenv: Added GetAllUsersProfileDirectory[AW] stubs.

14 years agoshlwapi: Invoke ExpandEnvironmentStringsForUser on SHExpandEnvironmentStringsForUser...
Piotr Caban [Sun, 31 Jan 2010 22:03:57 +0000 (23:03 +0100)] 
shlwapi: Invoke ExpandEnvironmentStringsForUser on SHExpandEnvironmentStringsForUser call.

14 years agoshlwapi: Invoke RegGetValue on SHRegGetValue call.
Piotr Caban [Sun, 31 Jan 2010 22:03:09 +0000 (23:03 +0100)] 
shlwapi: Invoke RegGetValue on SHRegGetValue call.

14 years agoshlwapi: Update SHRegGetValue definition.
Piotr Caban [Sun, 31 Jan 2010 22:02:33 +0000 (23:02 +0100)] 
shlwapi: Update SHRegGetValue definition.

14 years agoshlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).
Piotr Caban [Sun, 31 Jan 2010 22:02:04 +0000 (23:02 +0100)] 
shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).

14 years agogdiplus: Implement GetPixel for indexed color bitmaps.
Vincent Povirk [Sun, 31 Jan 2010 01:01:52 +0000 (19:01 -0600)] 
gdiplus: Implement GetPixel for indexed color bitmaps.

14 years agogdiplus: Test getting/setting pixels of indexed color bitmaps.
Vincent Povirk [Sun, 31 Jan 2010 00:43:31 +0000 (18:43 -0600)] 
gdiplus: Test getting/setting pixels of indexed color bitmaps.

14 years agogdiplus: Implement GdipSetImageAttributesGamma.
Vincent Povirk [Sat, 30 Jan 2010 23:09:06 +0000 (17:09 -0600)] 
gdiplus: Implement GdipSetImageAttributesGamma.

14 years agowordpad: Update Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 15:00:19 +0000 (17:00 +0200)] 
wordpad: Update Ukrainian translations.

14 years agowinefile: Add Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 14:35:58 +0000 (16:35 +0200)] 
winefile: Add Ukrainian translations.

14 years agoshdoclc: Add Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 14:44:38 +0000 (16:44 +0200)] 
shdoclc: Add Ukrainian translations.

14 years agomsvidc32: Add Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 14:42:38 +0000 (16:42 +0200)] 
msvidc32: Add Ukrainian translations.

14 years agomsrle32: Add Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 14:40:40 +0000 (16:40 +0200)] 
msrle32: Add Ukrainian translations.

14 years agocryptdlg: Add Ukrainian translations.
Igor Paliychuk [Sat, 30 Jan 2010 14:38:31 +0000 (16:38 +0200)] 
cryptdlg: Add Ukrainian translations.

14 years agowrite: Add Italian translation.
Luca Bennati [Sat, 30 Jan 2010 14:58:58 +0000 (15:58 +0100)] 
write: Add Italian translation.

14 years agowordpad: Add Italian translation.
Luca Bennati [Sat, 30 Jan 2010 14:55:27 +0000 (15:55 +0100)] 
wordpad: Add Italian translation.

14 years agoxcopy: Add Italian translation.
Luca Bennati [Sat, 30 Jan 2010 14:52:19 +0000 (15:52 +0100)] 
xcopy: Add Italian translation.

14 years agowordpad: Fix German translation.
André Hentschel [Sat, 30 Jan 2010 12:07:07 +0000 (13:07 +0100)] 
wordpad: Fix German translation.