Roderick Colenbrander [Thu, 7 Jun 2012 04:55:34 +0000 (21:55 -0700)]
winex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB.
Michael Stefaniuc [Wed, 6 Jun 2012 23:01:39 +0000 (01:01 +0200)]
mscoree: Remove duplicated include.
Michael Stefaniuc [Wed, 6 Jun 2012 23:01:30 +0000 (01:01 +0200)]
wineqtdecoder: Remove duplicated assert.h include.
Michael Stefaniuc [Wed, 6 Jun 2012 23:00:28 +0000 (01:00 +0200)]
msctf: Remove a stray backslash at the end of a line.
Michael Stefaniuc [Wed, 6 Jun 2012 22:58:11 +0000 (00:58 +0200)]
comctl32/tests: Remove stray backslashes at end of lines.
Michael Stefaniuc [Wed, 6 Jun 2012 22:57:09 +0000 (00:57 +0200)]
d3drm/tests: Remove stray backslashes at end of lines.
Matteo Bruni [Wed, 6 Jun 2012 22:19:05 +0000 (00:19 +0200)]
d3dcompiler: Parse variable references in expressions.
Matteo Bruni [Wed, 6 Jun 2012 22:19:04 +0000 (00:19 +0200)]
d3dcompiler: Parse variable initializers, basic expressions.
Matteo Bruni [Wed, 6 Jun 2012 22:19:03 +0000 (00:19 +0200)]
d3dcompiler: Parse modifiers.
Matteo Bruni [Wed, 6 Jun 2012 22:19:02 +0000 (00:19 +0200)]
d3dcompiler: Distinguish between scalars, vectors and matrices.
Matteo Bruni [Wed, 6 Jun 2012 22:19:01 +0000 (00:19 +0200)]
d3dcompiler: Dump preprocessed shader sources.
Lauri Kenttä [Wed, 6 Jun 2012 18:23:20 +0000 (21:23 +0300)]
po: Update Swedish translation.
Lauri Kenttä [Wed, 6 Jun 2012 18:20:19 +0000 (21:20 +0300)]
po: Update Finnish translation.
Akihiro Sagawa [Wed, 6 Jun 2012 15:37:59 +0000 (00:37 +0900)]
po: Update Japanese translation.
Akihiro Sagawa [Wed, 6 Jun 2012 15:37:56 +0000 (00:37 +0900)]
readme: Update Japanese translation.
Detlef Riekenberg [Tue, 5 Jun 2012 20:59:53 +0000 (22:59 +0200)]
localui/tests: Do not fail when the spooler service was stopped.
André Hentschel [Mon, 4 Jun 2012 20:53:55 +0000 (22:53 +0200)]
kernel32/tests: Add tests for LCMapStringEx.
Jacek Caban [Wed, 6 Jun 2012 15:38:30 +0000 (17:38 +0200)]
wininet: Properly set flags in InternetSetOption(INTERNET_OPTION_SECURITY_FLAGS).
Jacek Caban [Wed, 6 Jun 2012 15:38:16 +0000 (17:38 +0200)]
wininet: Added InternetGetSecurityInfoByURL* stubs.
Piotr Caban [Wed, 6 Jun 2012 12:50:59 +0000 (14:50 +0200)]
msvcp90: Added partial basic_istream<char> implementation.
Piotr Caban [Wed, 6 Jun 2012 12:49:37 +0000 (14:49 +0200)]
msvcp90: Call correct setstate function in basic_ostream class.
Piotr Caban [Wed, 6 Jun 2012 12:49:23 +0000 (14:49 +0200)]
msvcp90: Rename sentry_char_{create,destroy} functions.
Piotr Caban [Wed, 6 Jun 2012 12:49:05 +0000 (14:49 +0200)]
msvcp90: Fix streamoff and streampos definition.
Erich Hoover [Tue, 5 Jun 2012 13:35:27 +0000 (07:35 -0600)]
server: Access the completion from the file descriptor instead of the async object.
Christian Costa [Tue, 5 Jun 2012 20:45:44 +0000 (22:45 +0200)]
d3drm: Implement IDirect3DRMMeshBuilderX_SetMaterial.
Christian Costa [Tue, 5 Jun 2012 20:45:36 +0000 (22:45 +0200)]
d3drm: Fix SetMaterial macros.
Christian Costa [Tue, 5 Jun 2012 20:45:18 +0000 (22:45 +0200)]
d3drm: Pass texture of mesh builder to newly created mesh.
Christian Costa [Tue, 5 Jun 2012 20:45:09 +0000 (22:45 +0200)]
d3drm: Implement IDirect3DRMMesh_SetGroupTexture.
Dmitry Timoshkov [Wed, 6 Jun 2012 05:47:45 +0000 (14:47 +0900)]
server: Make sure that region and rectangle have the same origin before calling rect_in_region().
Julian Rüger [Wed, 6 Jun 2012 01:04:07 +0000 (03:04 +0200)]
po: Update German translation.
Alexandre Julliard [Wed, 6 Jun 2012 10:39:33 +0000 (12:39 +0200)]
libwine: Avoid memrchr.
Francois Gouget [Wed, 6 Jun 2012 09:09:25 +0000 (11:09 +0200)]
windowscodecs/tests: Fix compilation on systems that don't support nameless structs.
Hans Leidekker [Wed, 6 Jun 2012 08:42:43 +0000 (10:42 +0200)]
fusion: Account for the version prefix when building the file mask.
Józef Kucia [Tue, 5 Jun 2012 10:05:45 +0000 (12:05 +0200)]
d3dx9: Implement ID3DXRenderToSurface::GetDevice.
Józef Kucia [Tue, 5 Jun 2012 10:05:44 +0000 (12:05 +0200)]
d3dx9: Implement ID3DXRenderToSurface::GetDesc.
Józef Kucia [Tue, 5 Jun 2012 10:05:43 +0000 (12:05 +0200)]
d3dx9: Add ID3DXRenderToSurface interface stub.
Józef Kucia [Tue, 5 Jun 2012 10:05:42 +0000 (12:05 +0200)]
d3dx9/tests: Add basic tests for D3DXCreateRenderToSurface.
Józef Kucia [Tue, 5 Jun 2012 10:05:41 +0000 (12:05 +0200)]
d3dx9: Add stub for D3DXCreateRenderToSurface.
Józef Kucia [Tue, 5 Jun 2012 10:05:40 +0000 (12:05 +0200)]
d3dx9/tests: Fix indentation.
Józef Kucia [Tue, 5 Jun 2012 10:05:39 +0000 (12:05 +0200)]
d3dx9/tests: Add tests for loading surfaces from non-lockable render targets.
André Hentschel [Tue, 5 Jun 2012 17:32:37 +0000 (19:32 +0200)]
ntdll: Add stub for NtQuerySystemEnvironmentValueEx.
Alexandre Julliard [Wed, 6 Jun 2012 09:46:38 +0000 (11:46 +0200)]
mountmgr.sys: Don't try to close the dbus connection.
Alexandre Julliard [Wed, 6 Jun 2012 09:46:20 +0000 (11:46 +0200)]
shell32: Remove the applet valid flag and improve the error handling.
Detlef Riekenberg [Tue, 5 Jun 2012 16:10:33 +0000 (18:10 +0200)]
kernel32/tests: Remove debug code from GetProductInfo.
Alexandre Julliard [Tue, 5 Jun 2012 17:55:27 +0000 (19:55 +0200)]
shell32: Convert the control panel list to a standard list.
Alexandre Julliard [Tue, 5 Jun 2012 17:54:23 +0000 (19:54 +0200)]
shell32: Use a default icon for control panels without one.
Lucas Zawacki [Tue, 5 Jun 2012 15:01:38 +0000 (12:01 -0300)]
joy.cpl: Added joystick listing.
Lucas Zawacki [Tue, 5 Jun 2012 15:01:37 +0000 (12:01 -0300)]
joy.cpl: First version of the joystick configuration applet.
Józef Kucia [Tue, 5 Jun 2012 11:21:12 +0000 (13:21 +0200)]
windowscodecs/tests: Fix the expected values in some ok() messages.
Gerald Pfeifer [Tue, 5 Jun 2012 05:48:49 +0000 (07:48 +0200)]
ntdll: Omit unused typedef in test_query_timeofday.
Christian Costa [Mon, 4 Jun 2012 17:31:08 +0000 (19:31 +0200)]
d3drm: Pass mesh builder color to newly created mesh.
Christian Costa [Mon, 4 Jun 2012 17:30:59 +0000 (19:30 +0200)]
d3drm: Implement IDirect3DRMMeshImpl_SetGroupColor.
Christian Costa [Mon, 4 Jun 2012 17:30:49 +0000 (19:30 +0200)]
d3drm: Load mesh color to mesh builder.
Christian Costa [Mon, 4 Jun 2012 17:30:41 +0000 (19:30 +0200)]
d3drm: Implement IDirect3DRMMesh_GetGroupColor.
Christian Costa [Mon, 4 Jun 2012 17:30:33 +0000 (19:30 +0200)]
d3drm: Implement IDirect3DRMMeshBuilderX_SetColor and IDirect3DRMMeshBuilderX_SetColorRGB.
Michael Stefaniuc [Tue, 5 Jun 2012 09:35:34 +0000 (11:35 +0200)]
include: Move "inline" right after the storage specifier.
Austin English [Tue, 5 Jun 2012 07:59:49 +0000 (02:59 -0500)]
kernel32: Add a stub for SetConsoleIcon.
Vincent Povirk [Mon, 4 Jun 2012 20:22:08 +0000 (15:22 -0500)]
wine.inf: Add .NET keys to the 64-bit registry.
André Hentschel [Mon, 4 Jun 2012 20:14:14 +0000 (22:14 +0200)]
libwine: Improve bin directory detection on kFreeBSD and DragonFly BSD.
Aric Stewart [Mon, 4 Jun 2012 16:14:27 +0000 (11:14 -0500)]
usp10: Correct glyph caching beyond the BMP.
Jacek Caban [Mon, 4 Jun 2012 16:01:19 +0000 (18:01 +0200)]
wininet: Added support for undocumented InternetQueryOption(98).
Matteo Bruni [Mon, 4 Jun 2012 15:58:24 +0000 (17:58 +0200)]
d3dcompiler: Parse variable declarations.
Matteo Bruni [Mon, 4 Jun 2012 15:58:23 +0000 (17:58 +0200)]
d3dcompiler: Add identifiers parsing.
Matteo Bruni [Mon, 4 Jun 2012 15:58:22 +0000 (17:58 +0200)]
d3dcompiler: Flesh out the lexer more.
Matteo Bruni [Mon, 4 Jun 2012 15:58:21 +0000 (17:58 +0200)]
d3dcompiler: Use a separate bytecodewriter debug channel.
Alexandre Julliard [Mon, 4 Jun 2012 20:22:29 +0000 (22:22 +0200)]
gdi32: Clip output to both the DIB visible rectangle and the total DIB extents.
Alexandre Julliard [Mon, 4 Jun 2012 18:44:24 +0000 (20:44 +0200)]
gdi32: Take into account the DIB rectangles when determining overlap for blits.
Michael Stefaniuc [Mon, 4 Jun 2012 15:31:18 +0000 (17:31 +0200)]
msxml3/tests: Fix the expected values in some ok() messages.
Michael Stefaniuc [Mon, 4 Jun 2012 15:29:58 +0000 (17:29 +0200)]
shlwapi/tests: Fix the expected value in an ok() message.
Michael Stefaniuc [Mon, 4 Jun 2012 15:26:24 +0000 (17:26 +0200)]
user32/tests: Fix the expected values in some ok() messages.
Aric Stewart [Mon, 4 Jun 2012 12:44:14 +0000 (07:44 -0500)]
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Lao.
Aric Stewart [Mon, 4 Jun 2012 12:44:12 +0000 (07:44 -0500)]
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thai.
Aric Stewart [Mon, 4 Jun 2012 12:44:09 +0000 (07:44 -0500)]
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thaana.
Aric Stewart [Mon, 4 Jun 2012 12:44:06 +0000 (07:44 -0500)]
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Syriac.
Aric Stewart [Mon, 4 Jun 2012 12:44:03 +0000 (07:44 -0500)]
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Hebrew.
Jacek Caban [Mon, 4 Jun 2012 13:48:52 +0000 (15:48 +0200)]
ieframe: Added IHttpSecurity implementation.
André Hentschel [Sat, 2 Jun 2012 17:05:30 +0000 (19:05 +0200)]
ntdll: Add a helper function that returns the record length of a dirent struct.
André Hentschel [Sun, 3 Jun 2012 12:32:20 +0000 (14:32 +0200)]
iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD).
André Hentschel [Sat, 2 Jun 2012 16:58:39 +0000 (18:58 +0200)]
iphlpapi: Check for the right IP statistics structure name (for DragonFly BSD).
André Hentschel [Sat, 2 Jun 2012 16:57:34 +0000 (18:57 +0200)]
iphlpapi: Fix check for icmpstat.icps_outhist.
Alexandre Julliard [Mon, 4 Jun 2012 09:00:10 +0000 (11:00 +0200)]
winex11: Don't free a variable that is no longer allocated on the heap.
Damjan Jovanovic [Sun, 3 Jun 2012 10:26:30 +0000 (12:26 +0200)]
libwine: Improve bin directory detection on FreeBSD.
Gerald Pfeifer [Sun, 3 Jun 2012 11:27:52 +0000 (15:27 +0400)]
dbghelp: Avoid unconditional use of NT_GNU_BUILD_ID.
André Hentschel [Sat, 2 Jun 2012 16:55:04 +0000 (18:55 +0200)]
ntdll: Get the unix tid on DragonFly BSD.
André Hentschel [Sat, 2 Jun 2012 16:54:49 +0000 (18:54 +0200)]
ntdll: Change default COM device for FreeBSD 8.0.
André Hentschel [Sat, 2 Jun 2012 16:54:10 +0000 (18:54 +0200)]
ntdll: Add default COM device for DragonFly BSD.
André Hentschel [Sat, 2 Jun 2012 16:53:57 +0000 (18:53 +0200)]
ntdll: Enhance FreeBSD checks to also check for DragonFly BSD when appropriate.
Francois Gouget [Sat, 2 Jun 2012 08:35:21 +0000 (10:35 +0200)]
Assorted spelling fixes.
Francois Gouget [Sat, 2 Jun 2012 08:35:35 +0000 (10:35 +0200)]
msvcp90: Add a trailing '\n' to a TRACE() message.
Francois Gouget [Sat, 2 Jun 2012 08:35:29 +0000 (10:35 +0200)]
wineqtdecoder: Fix the spelling of a QTSplitter_loading_thread() variable.
Dmitry Timoshkov [Mon, 4 Jun 2012 03:05:25 +0000 (12:05 +0900)]
gdi32: Fix parameters of some GDI stock fonts.
Daniel Jelinski [Sat, 2 Jun 2012 06:46:40 +0000 (08:46 +0200)]
regedit: Adding new subkey to a key with no subkeys now works with native comctl32.
Daniel Jelinski [Sat, 2 Jun 2012 05:13:28 +0000 (07:13 +0200)]
regedit: Make key names editable also with native comctl32.
Józef Kucia [Fri, 1 Jun 2012 16:04:48 +0000 (18:04 +0200)]
d3dx9/tests: Add tests for DDS header handling.
Henri Verbeet [Fri, 1 Jun 2012 15:22:52 +0000 (17:22 +0200)]
d3d9: Get rid of IDirect3DVertexDeclaration9Impl.
Henri Verbeet [Fri, 1 Jun 2012 15:22:51 +0000 (17:22 +0200)]
d3d9: Get rid of IDirect3DStateBlock9Impl.
Henri Verbeet [Fri, 1 Jun 2012 15:22:50 +0000 (17:22 +0200)]
d3dx9: Use wine_dbgstr_rect() in some more places.
Henri Verbeet [Fri, 1 Jun 2012 15:22:49 +0000 (17:22 +0200)]
ddraw/tests: Split up test_coop_level_surf_create().
Henri Verbeet [Fri, 1 Jun 2012 15:22:48 +0000 (17:22 +0200)]
ddraw/tests: Split up test_initialize().
Henri Verbeet [Fri, 1 Jun 2012 15:22:47 +0000 (17:22 +0200)]
ddraw/tests: Add test_coop_level_mode_set() for older ddraw versions.