Henri Verbeet [Wed, 26 Oct 2011 18:05:02 +0000 (20:05 +0200)]
wined3d: Make the device parameter to wined3d_surface_depth_blt_fbo() const.
Henri Verbeet [Wed, 26 Oct 2011 18:05:01 +0000 (20:05 +0200)]
wined3d: Get rid of the unused palette9 wined3d_surface field.
Henri Verbeet [Wed, 26 Oct 2011 18:05:00 +0000 (20:05 +0200)]
secur32: Print the ntlm_auth diagnostic message to the winediag channel.
Henri Verbeet [Wed, 26 Oct 2011 18:04:59 +0000 (20:04 +0200)]
wined3d: Recognize Sumo/Llano in select_card_amd_mesa().
Ken Thomases [Wed, 26 Oct 2011 17:27:51 +0000 (12:27 -0500)]
gdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts:Path.
Alexandre Julliard [Tue, 25 Oct 2011 14:56:18 +0000 (16:56 +0200)]
gdi32: Implement the ExtTextOut entry point in the path driver.
Alexandre Julliard [Wed, 26 Oct 2011 18:20:24 +0000 (20:20 +0200)]
gdi32: Implement the polyline entry points in the path driver.
Alexandre Julliard [Tue, 25 Oct 2011 13:40:42 +0000 (15:40 +0200)]
gdi32: Implement the polygon entry points in the path driver.
Alexandre Julliard [Wed, 26 Oct 2011 18:13:57 +0000 (20:13 +0200)]
gdi32: Implement the Bezier entry points in the path driver.
Alexandre Julliard [Tue, 25 Oct 2011 13:21:59 +0000 (15:21 +0200)]
gdi32: Implement the arc entry points in the path driver.
Alexandre Julliard [Tue, 25 Oct 2011 13:03:04 +0000 (15:03 +0200)]
gdi32: Implement the Rectangle and RoundRect entry points in the path driver.
Alexandre Julliard [Wed, 26 Oct 2011 18:02:10 +0000 (20:02 +0200)]
gdi32: Add a helper function to start a new path stroke.
Alexandre Julliard [Wed, 26 Oct 2011 17:58:51 +0000 (19:58 +0200)]
gdi32: Implement the LineTo entry point in the path driver.
Alexandre Julliard [Wed, 26 Oct 2011 17:57:28 +0000 (19:57 +0200)]
gdi32: Implement the MoveTo entry point in the path driver.
Alexandre Julliard [Mon, 24 Oct 2011 16:13:21 +0000 (18:13 +0200)]
gdi32: Push a path driver on the DC stack when a path is opened.
Alexandre Julliard [Wed, 26 Oct 2011 17:47:27 +0000 (19:47 +0200)]
gdi32: Avoid directly modifying the cursor position in the DC structure in PolyDraw.
Michael Mc Donnell [Wed, 17 Aug 2011 10:51:03 +0000 (12:51 +0200)]
d3dx9/tests: Implemented CloneMesh test.
Michael Mc Donnell [Wed, 17 Aug 2011 10:50:09 +0000 (12:50 +0200)]
d3dx9: Implemented non-equal declaration support in CloneMesh.
Louis Lenders [Sat, 22 Oct 2011 17:19:04 +0000 (19:19 +0200)]
ntoskrnl.exe: Update version resource.
Alexandre Julliard [Wed, 26 Oct 2011 15:38:19 +0000 (17:38 +0200)]
winegcc: Avoid including Windows headers in the Mingw unicode stub.
Bruno Jesus [Wed, 26 Oct 2011 01:35:13 +0000 (23:35 -0200)]
shell32: Don't parse command line if numargs is NULL in CommandLineToArgvW.
Piotr Caban [Wed, 26 Oct 2011 12:10:22 +0000 (14:10 +0200)]
msvcrt: Don't search for LCID in _setmbcp_l if it was already done.
Piotr Caban [Wed, 26 Oct 2011 11:25:52 +0000 (13:25 +0200)]
msxml3/tests: Added element attributes tests when SAXXMLReader is used.
Piotr Caban [Wed, 26 Oct 2011 11:25:27 +0000 (13:25 +0200)]
msxml3: Fix attributes handling when msxml6 is used.
Alexandre Julliard [Tue, 25 Oct 2011 16:14:04 +0000 (18:14 +0200)]
gdi32: Always use a polygon to draw text strike-outs and underlines.
Alexandre Julliard [Wed, 26 Oct 2011 12:14:17 +0000 (14:14 +0200)]
gdi32: Move internal path functions to the top of the file to avoid forward declarations.
Alexandre Julliard [Mon, 24 Oct 2011 13:06:05 +0000 (15:06 +0200)]
gdi32/tests: Add tests for path open/closed states.
Matteo Bruni [Tue, 25 Oct 2011 14:58:47 +0000 (16:58 +0200)]
wined3d: Refuse to create a shader unsupported by the backend.
Matteo Bruni [Tue, 25 Oct 2011 14:58:46 +0000 (16:58 +0200)]
dxgi: Refuse to create a D3D10 wined3d device if it is not supported by the GPU.
Matteo Bruni [Tue, 25 Oct 2011 14:58:45 +0000 (16:58 +0200)]
wined3d: Enable SM4 support in the GLSL shader backend when possible.
Matteo Bruni [Tue, 25 Oct 2011 14:58:44 +0000 (16:58 +0200)]
wined3d: Return only the shader major version.
Matteo Bruni [Tue, 25 Oct 2011 14:58:43 +0000 (16:58 +0200)]
d3d9: Limit VS/PS reported version.
Alex Henrie [Tue, 25 Oct 2011 22:16:21 +0000 (16:16 -0600)]
kernel32: Output message to stderr in current Unix codepage.
Fixes a bug in which the command "wine /." outputs a garbled error message in languages other than English.
Supersedes "kernel32: Output message to stderr in UTF-8"
Henri Verbeet [Tue, 25 Oct 2011 19:20:29 +0000 (21:20 +0200)]
wined3d: Move the ARB shader program constant handling to the backend where it belongs.
Henri Verbeet [Tue, 25 Oct 2011 19:20:28 +0000 (21:20 +0200)]
wined3d: Get rid of the device parameter to context_setup_target().
Henri Verbeet [Tue, 25 Oct 2011 19:20:27 +0000 (21:20 +0200)]
gdi32: Update the DC in ExtEscape().
Specifically, X11DRV_FLUSH_GL_DRAWABLE needs correct clip rects.
Henri Verbeet [Tue, 25 Oct 2011 19:20:26 +0000 (21:20 +0200)]
wined3d: Only check for sRGB attachability when needed in surface_load_texture().
Henri Verbeet [Tue, 25 Oct 2011 19:20:25 +0000 (21:20 +0200)]
wined3d: Mark a format as sRGB attachable if the internal format is the same for RGB and sRGB.
Alexandre Julliard [Fri, 21 Oct 2011 09:40:35 +0000 (11:40 +0200)]
gdi32: Implement GdiRealizationInfo as a standard driver entry point.
Alexandre Julliard [Fri, 21 Oct 2011 09:37:48 +0000 (11:37 +0200)]
gdi32: Implement FontIsLinked as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 15:58:09 +0000 (17:58 +0200)]
gdi32: Implement GetFontData as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 15:14:53 +0000 (17:14 +0200)]
gdi32: Implement GetTextFace as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 15:03:17 +0000 (17:03 +0200)]
gdi32: Implement GetTextExtentExPointI as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 14:55:16 +0000 (16:55 +0200)]
gdi32: Implement GetTextCharsetInfo as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 14:49:18 +0000 (16:49 +0200)]
gdi32: Implement GetOutlineTextMetrics as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 14:39:53 +0000 (16:39 +0200)]
gdi32: Implement GetKerningPairs as a standard driver entry point.
André Hentschel [Tue, 25 Oct 2011 17:39:22 +0000 (19:39 +0200)]
winex11.drv: Remove remaining pixmap prefix to fix compilation without libxrender.
Aric Stewart [Tue, 25 Oct 2011 13:30:52 +0000 (08:30 -0500)]
user32: When building linedefs prev can be less than 0 if the format width is less than the width of a single character.
André Hentschel [Mon, 24 Oct 2011 19:56:39 +0000 (21:56 +0200)]
cmdlgtst: Add OFN_EXPLORER to allow testing modern file dialogs with multiselection.
Lucas Fialho Zawacki [Sat, 22 Oct 2011 20:53:21 +0000 (18:53 -0200)]
dinput8/tests: Tests for DIPROP_USERNAME property.
Lucas Fialho Zawacki [Sat, 22 Oct 2011 20:53:20 +0000 (18:53 -0200)]
dinput8/tests: Moved EnumDevicesBySemantics specific tests to dinput.c and added a couple more.
Dan Kegel [Sat, 15 Oct 2011 18:27:34 +0000 (11:27 -0700)]
kernel32/tests: fni->FileName is not nul terminated in test_readdirectorychanges_cr.
Vitaliy Margolen [Thu, 20 Oct 2011 13:42:49 +0000 (07:42 -0600)]
dinput: Restore checks for DirectX 3 buffer size.
Alexandre Julliard [Thu, 20 Oct 2011 14:34:08 +0000 (16:34 +0200)]
gdi32: Implement GetGlyphOutline as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 14:30:32 +0000 (16:30 +0200)]
gdi32: Implement GetGlyphIndices as a standard driver entry point.
Alexandre Julliard [Thu, 20 Oct 2011 14:26:26 +0000 (16:26 +0200)]
gdi32: Implement GetFontUnicodeRanges as a standard driver entry point.
Alexandre Julliard [Wed, 19 Oct 2011 20:07:32 +0000 (22:07 +0200)]
gdi32: Reimplement GetCharABCWidthsFloat using the integer version.
Alexandre Julliard [Wed, 19 Oct 2011 20:00:55 +0000 (22:00 +0200)]
gdi32: Implement GetCharABCWidthsI as a standard driver entry point.
Alexandre Julliard [Fri, 21 Oct 2011 09:33:04 +0000 (11:33 +0200)]
gdi32: Implement GetCharABCWidths as a standard driver entry point.
Rico Schüller [Tue, 25 Oct 2011 08:39:33 +0000 (10:39 +0200)]
d3dx9/tests: Fix typo.
Rico Schüller [Tue, 25 Oct 2011 08:39:25 +0000 (10:39 +0200)]
d3dx9: Improve argument check in D3DXFindShaderComment().
Jacek Caban [Tue, 25 Oct 2011 09:56:36 +0000 (11:56 +0200)]
jscript: Moved return_type_t declaration to engine.c.
Michael Stefaniuc [Mon, 24 Oct 2011 21:26:28 +0000 (23:26 +0200)]
include: Remove 'l' modifier from numeric constants in digitalv.h.
Michael Stefaniuc [Mon, 24 Oct 2011 21:25:12 +0000 (23:25 +0200)]
include: Remove 'l' modifier from numeric constants in dinput.h.
Michael Stefaniuc [Mon, 24 Oct 2011 21:22:16 +0000 (23:22 +0200)]
include: Remove 'l' modifier from numeric constants in mmsystem.h.
Juan Lang [Mon, 24 Oct 2011 20:21:10 +0000 (13:21 -0700)]
wininet: Fix off by one error parsing RFC 850 dates.
Henri Verbeet [Mon, 24 Oct 2011 19:24:40 +0000 (21:24 +0200)]
wined3d: Make the device parameter to context_apply_clear_state() const.
Henri Verbeet [Mon, 24 Oct 2011 19:24:39 +0000 (21:24 +0200)]
wined3d: Make the device parameter to context_apply_blit_state() const.
Henri Verbeet [Mon, 24 Oct 2011 19:24:38 +0000 (21:24 +0200)]
ddraw: Read/draw from/to the actual screen when there is no swapchain window.
Henri Verbeet [Mon, 24 Oct 2011 19:24:37 +0000 (21:24 +0200)]
ddraw: Keep track of the affected rectangle for ddraw_surface_update_frontbuffer().
Henri Verbeet [Mon, 24 Oct 2011 18:45:42 +0000 (20:45 +0200)]
wined3d: Upload directly from the source surface in wined3d_surface_blt(), if possible.
This avoids either loading sysmem surfaces into video memory (wasting GPU
memory) and then doing a blit on the GPU, or downloading GPU surfaces to
sysmem, doing a blit on the CPU, and likely uploading it again. This mostly
matters for ddraw and d3d8 applications, d3d9 already has to go through
wined3d_device_update_surface() to transfer data from sysmem surfaces to GPU
surfaces.
Piotr Caban [Mon, 24 Oct 2011 18:09:12 +0000 (20:09 +0200)]
msxml3/tests: Tests more XMLSAXReader versions.
Piotr Caban [Mon, 24 Oct 2011 18:08:55 +0000 (20:08 +0200)]
msxml3: Accept S_FALSE as a valid callback result when msxml6 is used.
Piotr Caban [Mon, 24 Oct 2011 18:08:46 +0000 (20:08 +0200)]
msxml3: Make positions returned by ISAXLocator compatible with msxml6.
Alexandre Julliard [Wed, 19 Oct 2011 19:51:39 +0000 (21:51 +0200)]
gdi32: Add driver entry points for a number of font functions.
Alexandre Julliard [Wed, 19 Oct 2011 13:37:10 +0000 (15:37 +0200)]
gdi32: Rename the EnumDeviceFonts entry point to EnumFonts since it's not limited to device fonts.
Alexandre Julliard [Wed, 19 Oct 2011 13:34:21 +0000 (15:34 +0200)]
gdi32: Implement EnumDeviceFonts as a standard driver entry point.
Alexandre Julliard [Mon, 24 Oct 2011 21:34:05 +0000 (23:34 +0200)]
gdi32: Don't return outline metrics for bitmap fonts.
Thomas Faber [Sat, 22 Oct 2011 19:41:28 +0000 (21:41 +0200)]
riched20: Do not return incorrect values from ME_CharFromPoint[Cursor].
André Hentschel [Mon, 24 Oct 2011 17:18:16 +0000 (19:18 +0200)]
shell32: Use MAX_PATH for a DOS path.
Alexandre Julliard [Wed, 19 Oct 2011 12:12:23 +0000 (14:12 +0200)]
gdi32: Implement GetTextMetrics as a standard driver entry point.
Alexandre Julliard [Wed, 19 Oct 2011 12:09:33 +0000 (14:09 +0200)]
gdi32: Add a few helper functions for computing font metrics.
Marcus Meissner [Mon, 24 Oct 2011 05:51:30 +0000 (07:51 +0200)]
winex11.drv: WORD and BYTE swapped in 555->1 bit converter (Coverity).
Piotr Caban [Mon, 24 Oct 2011 10:55:22 +0000 (12:55 +0200)]
msxml3/tests: Added saxreader error handling test.
Piotr Caban [Mon, 24 Oct 2011 10:55:13 +0000 (12:55 +0200)]
msxml3: Prefer to report msxml error over libxml parsing error.
Piotr Caban [Mon, 24 Oct 2011 10:55:00 +0000 (12:55 +0200)]
msxml3: Return parser result in detach_url.
Piotr Caban [Mon, 24 Oct 2011 10:54:47 +0000 (12:54 +0200)]
msxml3: Don't report fatal errors many times.
Alexandre Julliard [Mon, 24 Oct 2011 12:28:08 +0000 (14:28 +0200)]
mmdevapi/tests: Don't crash on test failure.
Jacek Caban [Mon, 24 Oct 2011 10:30:48 +0000 (12:30 +0200)]
vbscript: Fixed local variable count calculation.
Luca Bennati [Fri, 21 Oct 2011 17:26:54 +0000 (19:26 +0200)]
po: Update Italian translation.
Thomas Faber [Sat, 22 Oct 2011 22:46:12 +0000 (00:46 +0200)]
riched20/tests: Test format rect adaption to window size and behavior with zero-sized windows.
Thomas Faber [Sat, 22 Oct 2011 18:30:13 +0000 (20:30 +0200)]
riched20: Simplify ME_PrepareParagraphForWrapping.
Thomas Faber [Sat, 22 Oct 2011 18:17:04 +0000 (20:17 +0200)]
riched20: Avoid a forward declaration.
Thomas Faber [Sat, 22 Oct 2011 16:11:27 +0000 (18:11 +0200)]
riched20: Constify some ME_Context pointer parameters.
Thomas Faber [Sun, 23 Oct 2011 09:23:06 +0000 (11:23 +0200)]
gdi32/tests: Test GetTextExtentExPoint behavior with zero and negative max extent values.
Frédéric Delanoy [Sat, 22 Oct 2011 12:59:00 +0000 (14:59 +0200)]
opengl32: Avoid superfluous (void*) cast in LOAD_FUNCPTR macro.
Aurimas Fišeras [Sat, 22 Oct 2011 07:26:03 +0000 (10:26 +0300)]
po: Update Lithuanian translation.
Aurimas Fišeras [Fri, 21 Oct 2011 15:39:13 +0000 (18:39 +0300)]
dinput: Add Lithuanian translation.
Marcus Meissner [Fri, 21 Oct 2011 06:19:31 +0000 (08:19 +0200)]
kernel32: Avoid shadowing parameter "len".
Marcus Meissner [Fri, 21 Oct 2011 06:18:48 +0000 (08:18 +0200)]
kernel32: Avoid shadowing "buffer" variable.