Alexander Nicolaysen Sørnes [Thu, 30 Jul 2009 15:28:44 +0000 (17:28 +0200)]
setupapi: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Thu, 30 Jul 2009 15:28:13 +0000 (17:28 +0200)]
mshtml: Update Norwegian Bokmål translation.
Juan Lang [Mon, 3 Aug 2009 16:33:02 +0000 (09:33 -0700)]
ws2_32: Add debug support for IPv6 addresses.
Vincent Povirk [Mon, 3 Aug 2009 15:09:07 +0000 (10:09 -0500)]
gdiplus: Ignore the graphics transforms in GdipGetRegionBounds.
Vincent Povirk [Mon, 3 Aug 2009 14:02:49 +0000 (09:02 -0500)]
gdiplus: Fix rectangles of horizontal and vertical gradients.
Alexandre Julliard [Tue, 4 Aug 2009 10:36:34 +0000 (12:36 +0200)]
mountmgr: Increment the volume refcount in functions that return a volume.
Austin English [Mon, 3 Aug 2009 00:34:00 +0000 (19:34 -0500)]
start: Handle /B & /I options.
Hans Leidekker [Thu, 30 Jul 2009 09:16:08 +0000 (11:16 +0200)]
hnetcfg: Register interfaces.
Hans Leidekker [Thu, 30 Jul 2009 09:15:38 +0000 (11:15 +0200)]
hnetcfg: Add class factory.
Hans Leidekker [Thu, 30 Jul 2009 09:15:11 +0000 (11:15 +0200)]
hnetcfg: Add a stub implementation of INetFwAuthorizedApplication and INetFwAuthorizedApplications.
Hans Leidekker [Thu, 30 Jul 2009 09:14:47 +0000 (11:14 +0200)]
hnetcfg: Add a stub implementation of INetFwProfile.
Hans Leidekker [Thu, 30 Jul 2009 09:14:23 +0000 (11:14 +0200)]
hnetcfg: Add a stub implementation of INetFwPolicy.
Hans Leidekker [Thu, 30 Jul 2009 09:13:45 +0000 (11:13 +0200)]
hnetcfg: Add a stub implementation of INetFwMgr.
Rein Klazes [Mon, 27 Jul 2009 06:20:58 +0000 (08:20 +0200)]
user32: When all items in a menu have either a bitmap or text but not both, then texts should be aligned with the bitmaps.
Luke Benstead [Fri, 24 Jul 2009 11:48:15 +0000 (12:48 +0100)]
gdiplus: Implement stub for GdipGetImagePalette.
Nicolas Le Cam [Wed, 29 Jul 2009 23:23:04 +0000 (01:23 +0200)]
shell32/tests: Fix test on temp paths that have a different long form.
Nicolas Le Cam [Sun, 26 Jul 2009 20:35:34 +0000 (22:35 +0200)]
shell32/tests: Add test for shell links to short path containing double backslashes.
Maarten Lankhorst [Tue, 28 Jul 2009 20:22:02 +0000 (22:22 +0200)]
Revert "winealsa.drv: Re-allow fallback to waveout (regression in dsound).".
This reverts commit
0addd3ba5a7c1de970d1829f77969e5331ad2be0.
It doesn't fix anything, it just hides the bug.
Hwang YunSong [Tue, 28 Jul 2009 07:24:30 +0000 (16:24 +0900)]
appwiz.cpl: Updated Korean resource.
Michael Karcher [Sun, 26 Jul 2009 17:58:46 +0000 (19:58 +0200)]
ntdll: Fix ProcessExecuteFlag logic.
Michael Karcher [Sat, 25 Jul 2009 12:23:31 +0000 (14:23 +0200)]
ntdll: Fix get_server_context_flags.
Hwang YunSong [Thu, 30 Jul 2009 06:51:58 +0000 (15:51 +0900)]
shdoclc: Updated Korean resource.
Hwang YunSong [Thu, 30 Jul 2009 06:45:28 +0000 (15:45 +0900)]
wordpad: Updated Korean resource.
Hwang YunSong [Thu, 30 Jul 2009 00:08:33 +0000 (09:08 +0900)]
shell32: Updated Korean resource.
Hwang YunSong [Wed, 29 Jul 2009 07:29:30 +0000 (16:29 +0900)]
cryptui: Updated Korean resource.
Aric Stewart [Fri, 31 Jul 2009 15:44:20 +0000 (10:44 -0500)]
gdi32: Ensure child fonts have names.
Dylan Smith [Fri, 31 Jul 2009 15:37:13 +0000 (11:37 -0400)]
richedit: Prevent using uninitialized nAvailWidth in initialization.
Dylan Smith [Thu, 30 Jul 2009 04:54:21 +0000 (00:54 -0400)]
richedit: Prevent buffer overflows in WM_GETTEXT.
The application AutoGK was getting the length of the text with
WM_GETTEXTLENGTH to allocate an appropriate buffer size, but then
claimed the buffer was twice the size when sending WM_GETTEXTEX. This
caused the memcpy call to overflow the actual buffer since the count
is based on the size of the buffer alone, regardless of the amount of
text retrieved.
Dylan Smith [Thu, 30 Jul 2009 04:54:13 +0000 (00:54 -0400)]
richedit: Handle NULL buffer or 0 buffer length in ME_GetTextEx.
ME_GetTextEx directly handles EM_GETTEXTEX, and previously a NULL buffer
would be dereferenced, and a 0 buffer length would cause nCount an
underflow in the nCount value which would allow a buffer overflow to
occur.
Nicolas Le Cam [Mon, 13 Jul 2009 18:13:54 +0000 (20:13 +0200)]
kernel32/tests: Skip GetVolumeInformation test on current directory when running on a root directory.
Nicolas Le Cam [Mon, 13 Jul 2009 18:09:37 +0000 (20:09 +0200)]
kernel32/tests: Test GetVolumeInformation when current directory is a root directory.
Nikolay Sivov [Mon, 3 Aug 2009 08:24:31 +0000 (12:24 +0400)]
gdiplus: Correctly forward to GdipAddPathPie.
Nikolay Sivov [Sun, 2 Aug 2009 22:32:37 +0000 (02:32 +0400)]
comctl32/listview: Offset every but LVIR_BOUNDS rectangles to column bound in details view.
Nikolay Sivov [Sun, 2 Aug 2009 22:15:10 +0000 (02:15 +0400)]
comctl32/listview: Don't offset to column bound calculating LVIR_LABEL for items.
Nikolay Sivov [Sun, 2 Aug 2009 21:56:35 +0000 (01:56 +0400)]
comctl32/treeview: Correct define name.
Nikolay Sivov [Sun, 2 Aug 2009 21:54:37 +0000 (01:54 +0400)]
comctl32/comboex: Use const pointer when possible.
Aled Hughes [Sun, 2 Aug 2009 21:52:51 +0000 (01:52 +0400)]
comctl32/toolbar: Avoid unnecessary invalidation on TB_HIDEBUTTON.
Nikolay Sivov [Sun, 2 Aug 2009 21:44:31 +0000 (01:44 +0400)]
comctl32/listview: Fix some test failures on comctl32 4.7x.
Henri Verbeet [Mon, 3 Aug 2009 06:06:53 +0000 (08:06 +0200)]
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
Henri Verbeet [Mon, 3 Aug 2009 06:06:52 +0000 (08:06 +0200)]
wined3d: Don't respecify compressed textures in surface_upload_data().
Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well
when both client storage and PBOs are enabled. Also, two years is long enough
to give driver developers a chance to fix the bug this was supposed to work
around.
Henri Verbeet [Mon, 3 Aug 2009 06:06:51 +0000 (08:06 +0200)]
wined3d: Rename WineD3DContext to struct wined3d_context.
Henri Verbeet [Mon, 3 Aug 2009 06:06:50 +0000 (08:06 +0200)]
wined3d: Don't use the GL texture flags to determine if a format is a depth stencil in CheckDepthStencilCapability().
The OpenGL implementation might not support ARB_depth_texture, but that
doesn't mean we can't use the format for the depth buffer.
Henri Verbeet [Mon, 3 Aug 2009 06:06:49 +0000 (08:06 +0200)]
wined3d: Use the context's current render target the get the swapchain drawable size.
"surface" might point to the frontbuffer while we're rendering to the
backbuffer, etc.
Henri Verbeet [Mon, 3 Aug 2009 06:06:48 +0000 (08:06 +0200)]
wined3d: Handle destruction of a context's current render target.
Ken Thomases [Fri, 31 Jul 2009 21:25:48 +0000 (16:25 -0500)]
ntdll: For Darwin/Mac OS X, use legacy getdirentries if 64-bit inodes enabled.
Fixes building on Snow Leopard.
Roderick Colenbrander [Sun, 2 Aug 2009 16:43:43 +0000 (18:43 +0200)]
winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.
Roderick Colenbrander [Fri, 31 Jul 2009 20:50:36 +0000 (22:50 +0200)]
wgl: Fix usage of non-GLX visual in glXCreateContext.
Jacek Caban [Sat, 1 Aug 2009 22:11:46 +0000 (00:11 +0200)]
urlmon: Use one wininet internet handle for all connections.
Jacek Caban [Sat, 1 Aug 2009 22:12:29 +0000 (00:12 +0200)]
mshtml: Call set_ns_editmode in better place.
Jacek Caban [Sat, 1 Aug 2009 22:09:49 +0000 (00:09 +0200)]
mshtml: Added IHTMLStyle3::wordWrap property implementation.
Jacek Caban [Sat, 1 Aug 2009 22:09:09 +0000 (00:09 +0200)]
mshtml: Always return hex string in IHTMLBodyElement::get_bgColor.
Jacek Caban [Fri, 31 Jul 2009 19:07:42 +0000 (21:07 +0200)]
wininet: Explicity delete Content-Length header for gzip encoded connection.
Dmitry Timoshkov [Fri, 31 Jul 2009 13:21:51 +0000 (22:21 +0900)]
gdi32: Use a better heuristics for tmWeight.
Marlett uses FW_MEDIUM (500) and current code allows only FW_REGULAR and
FW_BOLD. New heuristics detects if flags and usWeightClass in the font match.
Dmitry Timoshkov [Fri, 31 Jul 2009 13:21:23 +0000 (22:21 +0900)]
gdi32: Some fonts have a broken last segment of cmap4 table, avoid a crash in that case.
Freetype has a similar consistency check.
Aric Stewart [Thu, 30 Jul 2009 17:52:09 +0000 (12:52 -0500)]
imm32: Stub implementation of ImmDisableTextFrameService.
Paul Vriens [Thu, 30 Jul 2009 18:01:25 +0000 (20:01 +0200)]
winhlp32: Add the UTF-8 pragma for the Italian resources.
Paul Vriens [Thu, 30 Jul 2009 18:07:49 +0000 (20:07 +0200)]
cmdlgtst: Add the UTF-8 pragma for the Italian resources.
Paul Vriens [Thu, 30 Jul 2009 18:04:50 +0000 (20:04 +0200)]
winhlp32: Add the UTF-8 pragma for the Romansh resources.
Paul Vriens [Thu, 30 Jul 2009 17:59:36 +0000 (19:59 +0200)]
wineboot: Add the UTF-8 pragma for the Dutch resources.
Paul Vriens [Thu, 30 Jul 2009 17:58:41 +0000 (19:58 +0200)]
gphoto2.ds: Add the UTF-8 pragma for the Danish resources.
Paul Vriens [Thu, 30 Jul 2009 17:36:07 +0000 (19:36 +0200)]
xcopy: Add the UTF-8 pragma.
Paul Vriens [Thu, 30 Jul 2009 13:52:45 +0000 (15:52 +0200)]
appwiz.cpl: Fix Dutch translations.
Paul Vriens [Thu, 30 Jul 2009 12:13:17 +0000 (14:13 +0200)]
gphoto2.ds: Remove an used MENU entry from the resources.
Paul Vriens [Thu, 30 Jul 2009 11:48:31 +0000 (13:48 +0200)]
wininet: Avoid potential NULL dereferences (Coverity).
Rein Klazes [Tue, 28 Jul 2009 10:19:20 +0000 (12:19 +0200)]
comdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:07 +0000 (15:36 +0500)]
shlwapi: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:14 +0000 (15:36 +0500)]
user32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:23 +0000 (15:36 +0500)]
wineps.drv: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:36:31 +0000 (15:36 +0500)]
wininet: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:50 +0000 (15:35 +0500)]
shell32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:33 +0000 (15:35 +0500)]
shdoclc: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:56 +0000 (15:34 +0500)]
sane.ds: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:04 +0000 (15:35 +0500)]
serialui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:35:23 +0000 (15:35 +0500)]
setupapi: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:40 +0000 (15:34 +0500)]
oledlg: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:26 +0000 (15:34 +0500)]
oleaut32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:19 +0000 (15:34 +0500)]
msvidc32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:33:59 +0000 (15:33 +0500)]
msrle32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:34:07 +0000 (15:34 +0500)]
msvfw32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Tue, 28 Jul 2009 10:33:27 +0000 (15:33 +0500)]
msi: Convert the Russian resources to UTF-8.
Gerald Pfeifer [Sat, 25 Jul 2009 16:57:18 +0000 (18:57 +0200)]
winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusion from request.c.
Ricardo Filipe [Sat, 25 Jul 2009 20:33:57 +0000 (13:33 -0700)]
kernel32: Add Portuguese translation.
Vincent Povirk [Fri, 24 Jul 2009 22:57:38 +0000 (17:57 -0500)]
gdiplus: Store color key information in ImageAttributes.
Vincent Povirk [Fri, 24 Jul 2009 21:24:19 +0000 (16:24 -0500)]
gdiplus: Do not draw line-breaking spaces.
Vincent Povirk [Fri, 24 Jul 2009 18:56:22 +0000 (13:56 -0500)]
gdiplus: Don't use -escapement angle in GdipDrawString.
Austin English [Fri, 24 Jul 2009 18:17:57 +0000 (13:17 -0500)]
wineinstall: Ask about installation before running configure.
Aric Stewart [Fri, 24 Jul 2009 19:11:36 +0000 (14:11 -0500)]
appwiz: Update Japanese resource.
Aric Stewart [Fri, 24 Jul 2009 19:11:49 +0000 (14:11 -0500)]
mpr: Update Japanese resource.
Frédéric Delanoy [Fri, 24 Jul 2009 19:10:28 +0000 (21:10 +0200)]
jscript: Update French translation.
Aurimas Fišeras [Fri, 24 Jul 2009 15:06:53 +0000 (18:06 +0300)]
jscript: Update Lithuanian translation.
André Hentschel [Fri, 24 Jul 2009 14:56:08 +0000 (16:56 +0200)]
jscript: Update German translation.
Huw Davies [Fri, 24 Jul 2009 11:27:13 +0000 (12:27 +0100)]
include: Remote parameter should be a pointer not an array.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:29 +0000 (14:17 +0500)]
mshtml: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:26 +0000 (14:16 +0500)]
credui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:21 +0000 (14:17 +0500)]
msacm32: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:14 +0000 (14:17 +0500)]
mpr: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:35 +0000 (14:16 +0500)]
gphoto2.ds: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:17:06 +0000 (14:17 +0500)]
localui: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:44 +0000 (14:16 +0500)]
hhctrl.ocx: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Fri, 24 Jul 2009 09:16:59 +0000 (14:16 +0500)]
localspl: Convert the Russian resources to UTF-8.