Anatoly Lyutin [Wed, 19 Mar 2008 15:18:29 +0000 (18:18 +0300)]
wine.inf: Add "MenuShowDelay" value.
Michael Stefaniuc [Wed, 19 Mar 2008 14:00:00 +0000 (15:00 +0100)]
msrle32: Add the Romanian translation.
Michael Stefaniuc [Wed, 19 Mar 2008 13:58:39 +0000 (14:58 +0100)]
regedit: Fix and update the German translation.
- Add the translations for REG_MULTI_SZ.
- Replace "Zeichenkette" with "Zeichenfolge" as that seems to be what
Windows uses.
- Fix the size and placement of the "OK"/"Abbrechen" buttons.
- Remove bogus accelerators on some LTEXT entries in dialogs.
Michael Stefaniuc [Wed, 19 Mar 2008 13:57:05 +0000 (14:57 +0100)]
crypt32: Update the German translation.
Roderick Colenbrander [Tue, 18 Mar 2008 08:45:35 +0000 (09:45 +0100)]
wined3d: Report software processing in CheckDeviceFormat.
Roderick Colenbrander [Tue, 18 Mar 2008 08:43:27 +0000 (09:43 +0100)]
wined3d: Add dynamic locking support to CheckDeviceFormat.
Roderick Colenbrander [Tue, 18 Mar 2008 08:38:55 +0000 (09:38 +0100)]
wined3d: There is no need for the !Usage checks at the start of the resource type checks.
The return-path of the code will handle this properly and this also
ensures that the R8G8B8 dxVersion test is reached.
Alexandre Julliard [Wed, 19 Mar 2008 12:39:37 +0000 (13:39 +0100)]
winex11: Remove leftover debugging output.
Jacek Caban [Wed, 19 Mar 2008 10:31:54 +0000 (11:31 +0100)]
jscript: Added IActiveScriptProperty stub implementation.
Jacek Caban [Wed, 19 Mar 2008 10:31:36 +0000 (11:31 +0100)]
jscript: Added IActiveScriptParse stub implementation.
Jacek Caban [Wed, 19 Mar 2008 10:31:19 +0000 (11:31 +0100)]
activscp.idl: Added IActiveScriptProperty declaration.
Andrew Riedi [Wed, 19 Mar 2008 06:36:28 +0000 (23:36 -0700)]
reg: Add stub 'reg' program.
Herve Chanal [Tue, 18 Mar 2008 15:30:19 +0000 (16:30 +0100)]
msiexec: A nicer icon.
Maarten Lankhorst [Tue, 18 Mar 2008 23:05:00 +0000 (16:05 -0700)]
quartz: Move IMediaSeeking from the parser pin to the parser filter.
This interface really shouldn't be in a pin, but rather in the
implementation of the filter, since any seeking is done on the entire
filtergraph, so implementing it in the filter makes more sense.
Maarten Lankhorst [Wed, 19 Mar 2008 01:47:17 +0000 (18:47 -0700)]
quartz: Call send flush/endofstream and segment messages downstream.
Aric Stewart [Wed, 19 Mar 2008 04:29:21 +0000 (13:29 +0900)]
freetype: Fix a typo that prevented checking more than the first range in Range Format 2.
Frans Kool [Wed, 19 Mar 2008 07:47:33 +0000 (08:47 +0100)]
comdlg32: Corrected Dutch translations.
Michael Stefaniuc [Tue, 18 Mar 2008 22:26:33 +0000 (23:26 +0100)]
msvidc32: Add the Romanian translation.
Michael Stefaniuc [Tue, 18 Mar 2008 22:26:04 +0000 (23:26 +0100)]
iccvid: Add the Romanian translation.
Dan Hipschman [Wed, 19 Mar 2008 01:30:28 +0000 (18:30 -0700)]
widl: Ignore libraries in imported IDL files.
Maarten Lankhorst [Tue, 18 Mar 2008 23:10:56 +0000 (16:10 -0700)]
quartz: Fix the magic bytes for mp3's with id3 tags.
Maarten Lankhorst [Tue, 18 Mar 2008 21:50:55 +0000 (14:50 -0700)]
winemp3: Skip idv3 header too.
Andrew Talbot [Tue, 18 Mar 2008 21:42:20 +0000 (21:42 +0000)]
urlmon: Assign to structs instead of using memcpy.
Andrew Talbot [Tue, 18 Mar 2008 21:42:17 +0000 (21:42 +0000)]
twain_32: Assign to structs instead of using memcpy.
Dan Kegel [Tue, 18 Mar 2008 21:34:51 +0000 (14:34 -0700)]
shell32: Only print "HCR_GetFolderAttributes should be called for simple PIDL's" once.
Francois Gouget [Tue, 18 Mar 2008 14:21:13 +0000 (15:21 +0100)]
Assorted spelling fixes.
Francois Gouget [Tue, 18 Mar 2008 14:20:58 +0000 (15:20 +0100)]
msi/tests: Skip the tests if we are unable to identify the user SID. This fixes crashes on Win9x.
Francois Gouget [Tue, 18 Mar 2008 14:20:34 +0000 (15:20 +0100)]
gdi32: Remove a trailing space in a Wine trace.
Dmitry Timoshkov [Tue, 18 Mar 2008 14:25:33 +0000 (22:25 +0800)]
winex11.drv: Add a some heuristics when to add a maximize or fullscreen hint.
Dmitry Timoshkov [Tue, 18 Mar 2008 13:55:09 +0000 (21:55 +0800)]
mlang: Implement Rfc1766ToLcidA.
Dmitry Timoshkov [Tue, 18 Mar 2008 13:55:46 +0000 (21:55 +0800)]
wine.inf: Update time zone information for America/Los_Angeles and America/Tijuana.
Rob Shearman [Tue, 18 Mar 2008 12:06:59 +0000 (12:06 +0000)]
user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that causes the nonclient area not to be redrawn.
If the lParam is 0xffffffff then the nonclient area is not redrawn.
Alexandre Julliard [Tue, 18 Mar 2008 14:17:40 +0000 (15:17 +0100)]
user32: Implemented EnumDesktopWindows.
Michael Karcher [Sun, 16 Mar 2008 19:43:13 +0000 (20:43 +0100)]
winex11: Fix alpha for client-side-rendered text.
Aric Stewart [Mon, 17 Mar 2008 09:00:53 +0000 (18:00 +0900)]
rebar: In AutoSize get the window rc after REBAR_Layout if needed to respect the sizing changes made by REBAR_Layout.
Alexandre Julliard [Tue, 18 Mar 2008 11:42:25 +0000 (12:42 +0100)]
winex11: Clip out children window when repainting the desktop.
Alexandre Julliard [Tue, 18 Mar 2008 11:22:53 +0000 (12:22 +0100)]
server: Fix desktop window coordinates mapping in expose_window.
Alexandre Julliard [Tue, 18 Mar 2008 11:20:16 +0000 (12:20 +0100)]
winex11: Fix mouse coordinates mapping on desktop window.
Alexandre Julliard [Tue, 18 Mar 2008 11:19:43 +0000 (12:19 +0100)]
winex11: Avoid useless updates of the desktop window Z-order.
Alexandre Julliard [Tue, 18 Mar 2008 10:32:15 +0000 (11:32 +0100)]
winex11: Fix typo that was causing superfluous updates of the visible rect.
Alexandre Julliard [Tue, 18 Mar 2008 10:29:47 +0000 (11:29 +0100)]
winex11: Fix bug report address.
Reece Dunn [Mon, 17 Mar 2008 21:18:32 +0000 (21:18 +0000)]
user32: Improve the HiliteMenuItem tests so they reflect actual behaviour on Windows.
Austin English [Mon, 17 Mar 2008 20:51:39 +0000 (15:51 -0500)]
kernel32: Spelling fixes.
Andrew Riedi [Mon, 17 Mar 2008 07:56:29 +0000 (00:56 -0700)]
user32: Move the bitmap header check as far up as possible.
Based on a patchset by Henri Verbeet.
Maarten Lankhorst [Tue, 18 Mar 2008 00:05:11 +0000 (17:05 -0700)]
wine.inf: Change default windows version to XP.
Roderick Colenbrander [Mon, 17 Mar 2008 19:11:32 +0000 (20:11 +0100)]
wined3d: Add correct autogenmipmap support.
Roderick Colenbrander [Mon, 17 Mar 2008 18:27:24 +0000 (19:27 +0100)]
wined3d: Add a function which checks the filtering capabilities for a format.
Roderick Colenbrander [Mon, 17 Mar 2008 17:37:15 +0000 (18:37 +0100)]
wined3d: Put vertex texture capability checking in its own function.
Roderick Colenbrander [Mon, 17 Mar 2008 17:32:53 +0000 (18:32 +0100)]
wined3d: Put the SRG read capability check in its own function.
Roderick Colenbrander [Mon, 17 Mar 2008 17:29:29 +0000 (18:29 +0100)]
wined3d: Add a function which checks the legacy bump mapping capabilities.
James Hawkins [Mon, 17 Mar 2008 22:40:53 +0000 (15:40 -0700)]
msi: Fix a few test failures on win9x.
James Hawkins [Mon, 17 Mar 2008 22:39:53 +0000 (15:39 -0700)]
msi: Fix a few test failures on win9x.
James Hawkins [Mon, 17 Mar 2008 21:59:30 +0000 (16:59 -0500)]
msi: Fix a few test failures on win9x.
James Hawkins [Mon, 17 Mar 2008 21:58:16 +0000 (16:58 -0500)]
msi: Skip the Installer object tests on win9x.
James Hawkins [Mon, 17 Mar 2008 21:57:42 +0000 (16:57 -0500)]
msi: Fix a few tests of display IDs that don't exist on win9x.
James Hawkins [Mon, 17 Mar 2008 17:16:03 +0000 (12:16 -0500)]
msi: Skip the endlines test if the table fails on import.
Andrew Talbot [Mon, 17 Mar 2008 21:36:59 +0000 (21:36 +0000)]
shell32: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 17 Mar 2008 21:36:56 +0000 (21:36 +0000)]
shdocvw: Assign to structs instead of using memcpy.
Maarten Lankhorst [Mon, 17 Mar 2008 20:15:42 +0000 (13:15 -0700)]
winmm: Fix midi deadlock by not holding lock on release.
H. Verbeet [Mon, 17 Mar 2008 16:55:17 +0000 (17:55 +0100)]
server: Don't drop the SE_GROUP_LOGON_ID attribute.
Rob Shearman [Mon, 17 Mar 2008 13:22:14 +0000 (13:22 +0000)]
wininet: The lpszLocalFileName parameter to CommitUrlCacheEntryA is optional, so check before converting it from Unicode to ANSI.
Rob Shearman [Mon, 17 Mar 2008 13:10:14 +0000 (13:10 +0000)]
rpcrt4: Add a stub for RpcCancelThreadEx.
Cihan Altinay [Sun, 16 Mar 2008 16:40:29 +0000 (17:40 +0100)]
ddraw: Fix refcounting of palettes.
Aric Stewart [Sat, 15 Mar 2008 07:04:59 +0000 (16:04 +0900)]
regedit: Check for unicode file without using fseek.
Nathan Beckmann [Sat, 15 Mar 2008 22:05:43 +0000 (15:05 -0700)]
gdiplus: Fix test crash in GdipSaveImageToStream.
Correctly initialized parameters to GetDIBits (based on
GdipLockBitmapBits).
Reece H. Dunn [Mon, 17 Mar 2008 08:59:16 +0000 (08:59 +0000)]
user32: HiliteMenuItem fails if an invalid window handle is passed to it.
Maarten Lankhorst [Tue, 4 Mar 2008 04:18:04 +0000 (20:18 -0800)]
dsound: Add an option to mix sound buffers in the mixer again.
Jacek Caban [Sun, 16 Mar 2008 22:41:55 +0000 (23:41 +0100)]
mshtml: Break Wine Gecko 0.0.1 support.
Eric Pouech [Sun, 16 Mar 2008 20:48:29 +0000 (21:48 +0100)]
richedit: Allow reading an enhanced metafile from an RTF stream.
Eric Pouech [Sun, 16 Mar 2008 20:48:22 +0000 (21:48 +0100)]
richedit: Don't force cursor change when it's not needed.
Eric Pouech [Sun, 16 Mar 2008 20:48:13 +0000 (21:48 +0100)]
richedit: Fixed object leaks generated by context creation & destruction.
Eric Pouech [Sun, 16 Mar 2008 20:48:05 +0000 (21:48 +0100)]
richedit: Added support for EM_SETTARGETDEVICE with a NULL DC.
Eric Pouech [Sun, 16 Mar 2008 20:47:49 +0000 (21:47 +0100)]
include: Added msftedit support in richedit.h.
Eric Pouech [Sun, 16 Mar 2008 20:47:39 +0000 (21:47 +0100)]
richedit: Use the FW_ constants instead of the raw values.
Eric Pouech [Sun, 16 Mar 2008 20:47:32 +0000 (21:47 +0100)]
richedit: In RTF reader, set both bold and weight attributes, so that we don't care about priority between the two.
Eric Pouech [Sun, 16 Mar 2008 20:47:25 +0000 (21:47 +0100)]
richedit: Correctly set the pitch and family for a font when reading an RTF stream.
Eric Pouech [Sun, 16 Mar 2008 20:47:08 +0000 (21:47 +0100)]
richedit: Pass left margin around when computing the size of a run, so that a tab will get a correct size.
Eric Pouech [Sun, 16 Mar 2008 20:47:01 +0000 (21:47 +0100)]
richedit: Assign equivalent structures instead of copying them.
Eric Pouech [Sun, 16 Mar 2008 20:46:51 +0000 (21:46 +0100)]
richedit: Store shift-enter (keyboard) and \line (rtf) as end of row (and emit \line while saving in RTF).
Eric Pouech [Sun, 16 Mar 2008 20:46:36 +0000 (21:46 +0100)]
richedit: Added support for end of line inside paragraphs.
Eric Pouech [Sun, 16 Mar 2008 20:46:20 +0000 (21:46 +0100)]
richedit: Fixed typo in bitmap scaling (for OLE objects).
Eric Pouech [Sun, 16 Mar 2008 20:46:10 +0000 (21:46 +0100)]
richedit: When handling \pard in RTF stream, really resets all paragraph styles.
Eric Pouech [Sun, 16 Mar 2008 20:46:03 +0000 (21:46 +0100)]
richedit: Fix reading paragraph left & first indentation attributes.
Eric Pouech [Sun, 16 Mar 2008 20:45:52 +0000 (21:45 +0100)]
richedit: Added support for reading DI bitmaps in RTF streams.
Eric Pouech [Sun, 16 Mar 2008 20:45:39 +0000 (21:45 +0100)]
richedit: Properly set the border width while parsing RTF stream.
Eric Pouech [Sun, 16 Mar 2008 20:45:31 +0000 (21:45 +0100)]
richedit: Prevent division by zero when 0-width border is used.
Jacek Caban [Sun, 16 Mar 2008 20:10:13 +0000 (21:10 +0100)]
jscript: Added JScript stub implementation.
Jacek Caban [Sun, 16 Mar 2008 20:09:51 +0000 (21:09 +0100)]
jscript: Added JScript class factory.
Jacek Caban [Sun, 16 Mar 2008 20:10:24 +0000 (21:10 +0100)]
wininet: Don't use query and hash part of URL to generate cache file name.
Roderick Colenbrander [Sun, 16 Mar 2008 16:37:38 +0000 (16:37 +0000)]
wined3d: Check the render target capabilities of a resource type.
Roderick Colenbrander [Sun, 16 Mar 2008 16:20:27 +0000 (16:20 +0000)]
wined3d: Check the texture capabilities we offer for the different texture types (cube, plain, volume).
Roderick Colenbrander [Sun, 16 Mar 2008 16:02:02 +0000 (16:02 +0000)]
wined3d: Move depth/stencil verification to CheckDepthStencilCapability.
Andrew Talbot [Sat, 15 Mar 2008 23:25:42 +0000 (23:25 +0000)]
secur32: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:45 +0000 (23:25 +0000)]
setupapi: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:38 +0000 (23:25 +0000)]
rsaenh: Assign to structs instead of using memcpy.
Joris Huizer [Sat, 15 Mar 2008 17:54:08 +0000 (18:54 +0100)]
qmgr/tests: Test the correct handle.
Alexandre Julliard [Sat, 15 Mar 2008 10:45:43 +0000 (11:45 +0100)]
shell32/tests: Remove spurious linefeeds in error messages.
Jared Lapsley [Thu, 13 Mar 2008 12:16:41 +0000 (08:16 -0400)]
shdocvw: WebBrowser_get_Busy implementation.
Maarten Lankhorst [Wed, 5 Mar 2008 21:41:41 +0000 (13:41 -0800)]
user32: Fix enumeration for EnumWindowStations and EnumDesktops.
Marcus Meissner [Fri, 14 Mar 2008 21:34:54 +0000 (22:34 +0100)]
wininet: Split out NULL ptr and function ptr check.