Piotr Caban [Wed, 5 May 2010 11:37:18 +0000 (13:37 +0200)]
msvcrt: Added ___mb_cur_max_l_func implementation.
Piotr Caban [Wed, 5 May 2010 11:36:58 +0000 (13:36 +0200)]
msvcrt: Added _get_osplatform implementation.
Alexandre Julliard [Wed, 5 May 2010 10:47:24 +0000 (12:47 +0200)]
comctl32: Add support for alpha blending in ImageList_DrawIndirect.
Alexandre Julliard [Wed, 5 May 2010 09:00:38 +0000 (11:00 +0200)]
shell32: Load the application icon for the control panel window.
Alexandre Julliard [Wed, 5 May 2010 09:00:19 +0000 (11:00 +0200)]
shdocvw: Support setting an icon on the main iexplore window.
Gerald Pfeifer [Tue, 4 May 2010 22:24:09 +0000 (00:24 +0200)]
kernel32/tests: Remove variable len which is not really used from test_CommandLine.
Gerald Pfeifer [Tue, 4 May 2010 22:24:35 +0000 (00:24 +0200)]
wrc: Remove variable type which is not really used from rsrcid_to_token.
Gerald Pfeifer [Tue, 4 May 2010 22:24:30 +0000 (00:24 +0200)]
taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify.
Gerald Pfeifer [Tue, 4 May 2010 22:24:38 +0000 (00:24 +0200)]
cmd: Remove variable useinput which is not really used from WCMD_more.
Gerald Pfeifer [Tue, 4 May 2010 22:24:27 +0000 (00:24 +0200)]
cryptdlg: Remove variable headingSep which is not really used from CRYPT_FormatCPS.
Gerald Pfeifer [Tue, 4 May 2010 22:24:46 +0000 (00:24 +0200)]
ntdll/tests: Remove variable len which is not really used from create_file_test.
Gerald Pfeifer [Tue, 4 May 2010 22:24:24 +0000 (00:24 +0200)]
winex11.drv: Remove variable bits which is not really used from X11DRV_DIB_GetImageBits_4.
Gerald Pfeifer [Tue, 4 May 2010 22:24:19 +0000 (00:24 +0200)]
crypt32/tests: Remove variable entry which is not really used from test_decodeCRLToBeSigned.
Gerald Pfeifer [Tue, 4 May 2010 22:24:41 +0000 (00:24 +0200)]
comctl32: Remove variable scrollRange which is not really used from PAGER_NCCalcSize.
André Hentschel [Tue, 4 May 2010 18:16:57 +0000 (20:16 +0200)]
winecfg: Fix builtin_only list.
Jörg Höhle [Tue, 4 May 2010 13:44:05 +0000 (15:44 +0200)]
wineoss: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
Jörg Höhle [Sat, 30 Jan 2010 21:55:43 +0000 (22:55 +0100)]
wineoss: Supply
FFFFFFFF for midiOutGetVolume, not garbage.
Charles Davis [Wed, 5 May 2010 05:57:02 +0000 (23:57 -0600)]
ntdll: Implement IOCTL_SCSI_PASS_THROUGH(_DIRECT) on Mac OS.
Damjan Jovanovic [Wed, 5 May 2010 04:35:38 +0000 (06:35 +0200)]
wine.desktop: Add hr and sr@latin translations.
Vincent Povirk [Tue, 4 May 2010 20:15:41 +0000 (15:15 -0500)]
ole32: Store the location of all blocks in a big block chain in memory.
A big block chain is a linked list, and we pretty much need random
access to them. This should theoretically make accessing a random
point in the chain O(log2 n) instead of O(n) (with disk access scaling
based on the size of the read/write, not its location). It
theoretically takes O(n) memory based on the size, but it can do
better if the chain isn't very fragmented (which I believe will
generally be the case for long chains). It also involves fetching all
the big block locations when we open the chain, but we already do that
anyway (and it should be faster to read it all in one go than
piecemeal).
Vincent Povirk [Fri, 16 Apr 2010 21:38:35 +0000 (16:38 -0500)]
ole32: Remove some assumptions about the internals of BlockChainStream.
Damjan Jovanovic [Tue, 4 May 2010 19:40:34 +0000 (21:40 +0200)]
winemenubuilder: Use only widechar functions when dealing with registered associations.
Damjan Jovanovic [Tue, 4 May 2010 19:38:21 +0000 (21:38 +0200)]
winemenubuilder: Use a unicode WinMain.
Henri Verbeet [Tue, 4 May 2010 18:39:53 +0000 (20:39 +0200)]
wined3d: Use context_apply_clear_state() in color_fill_fbo().
Henri Verbeet [Tue, 4 May 2010 18:39:52 +0000 (20:39 +0200)]
wined3d: Setup the FBO for the correct target in context_apply_clear_state().
Henri Verbeet [Tue, 4 May 2010 18:39:51 +0000 (20:39 +0200)]
wined3d: Explicitly pass the render target and depth/stencil surfaces to the FBO management functions.
Henri Verbeet [Tue, 4 May 2010 18:39:50 +0000 (20:39 +0200)]
wined3d: Explicitly pass the FBO target to the FBO management functions.
Henri Verbeet [Tue, 4 May 2010 18:39:49 +0000 (20:39 +0200)]
wined3d: Move draw buffer setup code out of context_apply_fbo_entry().
Jacek Caban [Tue, 4 May 2010 18:14:49 +0000 (20:14 +0200)]
urlmon: Added reading from cache file tests.
Jacek Caban [Tue, 4 May 2010 18:13:54 +0000 (20:13 +0200)]
urlmon: Use cache file to read in synchronous binding.
Alexandre Julliard [Tue, 4 May 2010 19:30:07 +0000 (21:30 +0200)]
mmdevapi: Don't try to lookup functions if the library isn't found.
Alexandre Julliard [Tue, 4 May 2010 16:23:29 +0000 (18:23 +0200)]
server: Check that the prefix type can support the client architecture.
Alexandre Julliard [Tue, 4 May 2010 18:26:53 +0000 (20:26 +0200)]
server: Use the prefix architecture instead of the server one to check for WoW processes.
Alexandre Julliard [Tue, 4 May 2010 18:26:04 +0000 (20:26 +0200)]
server: Store the prefix 32/64 architecture in the registry files.
Damjan Jovanovic [Tue, 4 May 2010 17:14:17 +0000 (19:14 +0200)]
mshta: wWinMain takes LPWSTR not LPSTR.
Maarten Lankhorst [Tue, 4 May 2010 11:30:40 +0000 (13:30 +0200)]
mmdevapi: Add support for openal disconnected extension.
Gerald Pfeifer [Sat, 1 May 2010 20:09:48 +0000 (22:09 +0200)]
user32/tests: Remove variable old_left_margin which is not really used from test_margins.
Gerald Pfeifer [Sat, 1 May 2010 20:24:07 +0000 (22:24 +0200)]
wineconsole: Remove variable font_idx which is not really used from WCUSER_FontPreviewProc.
Gerald Pfeifer [Sat, 1 May 2010 20:19:08 +0000 (22:19 +0200)]
user32/tests: Destroy the window we created at the end of wait_idle_thread.
Gerald Pfeifer [Sat, 1 May 2010 14:19:05 +0000 (16:19 +0200)]
mshtml: Fix return value for HTMLBodyElement_get_text.
Alexandre Goujon [Thu, 29 Apr 2010 20:22:35 +0000 (22:22 +0200)]
winex11: Use XkbKeycodeToKeysym when using XKB.
Sven Baars [Tue, 4 May 2010 14:56:12 +0000 (16:56 +0200)]
appwiz.cpl: Fix Dutch translation.
Andrew Nguyen [Tue, 4 May 2010 12:46:20 +0000 (07:46 -0500)]
rundll32: Recognize entry points passed as ordinal numbers.
Austin English [Mon, 3 May 2010 23:36:16 +0000 (18:36 -0500)]
msvcrt: Fix tests for Windows ME.
Stefan Dösinger [Fri, 30 Apr 2010 14:44:29 +0000 (16:44 +0200)]
wined3d: Fall back to other depth stencil formats if D24S8 isn't supported.
Stefan Dösinger [Fri, 30 Apr 2010 14:39:02 +0000 (16:39 +0200)]
wined3d: Don't grab the implicit depth stencil format in the wrong place.
This format is now explicitly passed to create_context.
Hans Leidekker [Tue, 4 May 2010 07:07:54 +0000 (09:07 +0200)]
wtsapi32: Add a stub implementation of WTSQueryUserToken.
Hans Leidekker [Tue, 4 May 2010 07:07:39 +0000 (09:07 +0200)]
msi: Register more patch details.
Hans Leidekker [Tue, 4 May 2010 07:07:23 +0000 (09:07 +0200)]
msi: Handle non-null product code in MSI_ApplyPatchW.
Hans Leidekker [Tue, 4 May 2010 07:07:02 +0000 (09:07 +0200)]
msi: Add some tests for patch registration.
Hans Leidekker [Tue, 4 May 2010 07:06:42 +0000 (09:06 +0200)]
msi: Make a local copy of patch packages.
Scott Ritchie [Tue, 4 May 2010 01:05:54 +0000 (18:05 -0700)]
wine.desktop: Add Icon=wine to support systems with icon themes.
Sven Baars [Mon, 3 May 2010 22:37:00 +0000 (00:37 +0200)]
comdlg32: Update Dutch translation.
Henri Verbeet [Mon, 3 May 2010 20:03:31 +0000 (22:03 +0200)]
wined3d: Attach the surfaces from the fbo_entry instead of the ones from the device.
Currently these are always the same, but that doesn't make it right.
Henri Verbeet [Mon, 3 May 2010 20:03:30 +0000 (22:03 +0200)]
d3d9/tests: Allow D3DFMT_A2R10G10B10 as supported adapter mode.
This is in the list of allowed formats in the documentation, and some drivers
report this on Windows.
Henri Verbeet [Mon, 3 May 2010 20:03:29 +0000 (22:03 +0200)]
wined3d: Remove a redundant check from prepare_ds_clear().
The rectangle count doesn't really matter. If the first rectangle doesn't
cover the entire draw_rect we need to load the depth/stencil surface.
Henri Verbeet [Mon, 3 May 2010 20:03:28 +0000 (22:03 +0200)]
wined3d: Separate context acquisition and state application.
Henri Verbeet [Mon, 3 May 2010 20:03:27 +0000 (22:03 +0200)]
wined3d: Split context_apply_state() into separate functions for each usage.
Andrew Nguyen [Mon, 3 May 2010 19:22:25 +0000 (14:22 -0500)]
rundll32: Convert rundll32 to Unicode.
Andrew Nguyen [Mon, 3 May 2010 19:22:17 +0000 (14:22 -0500)]
rundll32: Check more heap allocation failure paths for consistency.
Damjan Jovanovic [Mon, 3 May 2010 18:58:16 +0000 (20:58 +0200)]
winemenubuilder: Read the registry in the unix codepage when cleaning up menus.
Maarten Lankhorst [Mon, 3 May 2010 17:36:51 +0000 (19:36 +0200)]
mmdevapi: Try to detect openal 1.11, and do not blacklist pulseaudio on it.
Maarten Lankhorst [Sat, 1 May 2010 14:32:19 +0000 (16:32 +0200)]
msvcrt: Add float functions based on their double versions.
Aurimas Fišeras [Mon, 3 May 2010 05:35:15 +0000 (08:35 +0300)]
wine.desktop: Add Lithuanian translation.
Jacek Caban [Mon, 3 May 2010 16:15:25 +0000 (18:15 +0200)]
urlmon: Set BINF_NEEDFILE flag for synchronous binding of builtin protocols.
André Hentschel [Mon, 3 May 2010 15:01:51 +0000 (17:01 +0200)]
include: Fix error define in winerror.h.
Alexandre Julliard [Mon, 3 May 2010 20:01:05 +0000 (22:01 +0200)]
ntdll: Add support for saving/restoring CFA frame state.
André Hentschel [Mon, 3 May 2010 15:01:34 +0000 (17:01 +0200)]
version: Fix typo in comment.
Maarten Lankhorst [Thu, 22 Apr 2010 20:52:19 +0000 (22:52 +0200)]
winealsa.drv: Clean up initialisation.
Maarten Lankhorst [Wed, 21 Apr 2010 20:56:28 +0000 (22:56 +0200)]
winealsa.drv: Remove dlopen call.
Jerome Leclanche [Sun, 2 May 2010 22:14:49 +0000 (01:14 +0300)]
quartz: Properly return E_POINTER when ppFilters is null.
Ričardas Barkauskas [Sun, 2 May 2010 20:05:31 +0000 (23:05 +0300)]
ddraw: Fix missing D3D misc caps.
Jim Cameron [Sun, 2 May 2010 12:34:16 +0000 (13:34 +0100)]
winedbg: Make disassembler properly print EMX and EXMM type operands.
Andrew Nguyen [Sun, 2 May 2010 06:24:40 +0000 (01:24 -0500)]
regsvr32: Continue processing DLL list if an export is not found for a DLL.
Andrew Nguyen [Sun, 2 May 2010 04:08:10 +0000 (23:08 -0500)]
rundll32: Rename a few internal helpers for consistency.
Gerald Pfeifer [Sat, 1 May 2010 00:42:11 +0000 (02:42 +0200)]
crypt32/tests: Tighten tests in testPortPublicKeyInfo.
Gerald Pfeifer [Fri, 30 Apr 2010 23:54:49 +0000 (01:54 +0200)]
oleaut32: Remove variable iLengthScanLineColor which is not really used from serializeIcon.
Gerald Pfeifer [Fri, 30 Apr 2010 23:39:29 +0000 (01:39 +0200)]
msacm32/tests: Simplify check_count and msacm_tests.
Gerald Pfeifer [Fri, 30 Apr 2010 23:28:58 +0000 (01:28 +0200)]
jscript: Remove variable length which is not really used from JSGlobal_parseFloat.
Gerald Pfeifer [Fri, 30 Apr 2010 23:11:36 +0000 (01:11 +0200)]
comctl32/tests: Remove variables cx and cy which are not really used from test_approximate_viewrect.
Gerald Pfeifer [Fri, 30 Apr 2010 23:24:40 +0000 (01:24 +0200)]
gdiplus/tests: Remove variable path which is not really used from test_linei.
André Hentschel [Fri, 30 Apr 2010 16:09:15 +0000 (18:09 +0200)]
rsaenh: Fix a testfailure which occures on some Win7 setups.
André Hentschel [Fri, 30 Apr 2010 16:08:36 +0000 (18:08 +0200)]
include: Add some error codes for rsaenh.
André Hentschel [Fri, 30 Apr 2010 16:06:13 +0000 (18:06 +0200)]
rsaenh: Fix a testfailure on Win7.
Aric Stewart [Fri, 30 Apr 2010 15:04:19 +0000 (10:04 -0500)]
shell32: Handle NULL pName in ShellLink fnSetDescription.
Jon Parshall [Thu, 29 Apr 2010 14:45:28 +0000 (09:45 -0500)]
fonts: 8-pixel strikes for Tahoma font.
Nikolay Sivov [Mon, 3 May 2010 11:48:29 +0000 (15:48 +0400)]
ole32/marshal: Compare with S_OK instead of keeping in mind that it's zero.
Gerald Pfeifer [Sun, 2 May 2010 23:48:00 +0000 (01:48 +0200)]
comctl32/tests: Remove variable hwndheader which is not really used from test_items.
Gerald Pfeifer [Sun, 2 May 2010 20:21:12 +0000 (22:21 +0200)]
riched20: Remove variable di which is not really used from ME_InsertEndRowFromCursor.
Gerald Pfeifer [Sun, 2 May 2010 20:09:46 +0000 (22:09 +0200)]
winmm/tests: Remove variable start which is not really used from wave_out_test_deviceOut.
Gerald Pfeifer [Sun, 2 May 2010 19:23:49 +0000 (21:23 +0200)]
oleaut32/tests: Remove variable expectedhres which is not really used from test_VarDiv.
Gerald Pfeifer [Sun, 2 May 2010 19:20:53 +0000 (21:20 +0200)]
ntoskrnl.exe: Remove variable retX which is not really used from emulate_instruction.
Gerald Pfeifer [Sun, 2 May 2010 19:16:06 +0000 (21:16 +0200)]
mshtml/tests: Fix return value of ActiveScript_SetScriptState.
Gerald Pfeifer [Sun, 2 May 2010 18:53:58 +0000 (20:53 +0200)]
gdi32: Remove variable x which is not really used from testJustification.
Gerald Pfeifer [Sun, 2 May 2010 18:48:39 +0000 (20:48 +0200)]
widl: Simplify write_struct_tfs and remove an unused variable.
Gerald Pfeifer [Sun, 2 May 2010 18:40:05 +0000 (20:40 +0200)]
comctl32: Remove variable old_focused which is not really used from MONTHCAL_Mouse.
Gerald Pfeifer [Sat, 1 May 2010 20:38:00 +0000 (22:38 +0200)]
ole32: Fix return value for CoRevokeMallocSpy.
Gerald Pfeifer [Sat, 1 May 2010 20:33:45 +0000 (22:33 +0200)]
ole32: Fix return value of DefaultHandler_SetClientSite.
Gerald Pfeifer [Sat, 1 May 2010 20:35:31 +0000 (22:35 +0200)]
riched20: Remove variable changed which is not really used from ME_PrepareParagraphForWrapping.
Gerald Pfeifer [Sat, 1 May 2010 20:31:07 +0000 (22:31 +0200)]
wintrust/tests: Remove variable myARGC which is not really used from test_cdf_parsing.