Alexandre Julliard [Mon, 19 Apr 2010 18:12:57 +0000 (20:12 +0200)]
winetest: Set the window small icon.
Alexandre Julliard [Mon, 19 Apr 2010 18:12:51 +0000 (20:12 +0200)]
winemine: Set the window class small icon.
Alexandre Julliard [Mon, 19 Apr 2010 18:12:39 +0000 (20:12 +0200)]
taskmgr: Set the window small icon.
Alexandre Julliard [Mon, 19 Apr 2010 18:12:34 +0000 (20:12 +0200)]
notepad: Set the window class small icon.
Alexandre Julliard [Mon, 19 Apr 2010 15:51:44 +0000 (17:51 +0200)]
winex11: Add the small icon to the NET_WM_ICON hint.
Alexandre Julliard [Mon, 19 Apr 2010 12:49:26 +0000 (14:49 +0200)]
winex11: Generate an alpha channel from the bitmask for icons that don't have one.
Alexandre Julliard [Mon, 19 Apr 2010 09:13:34 +0000 (11:13 +0200)]
winex11: Move creation of an ARGB bitmap for icons to a separate function.
Aric Stewart [Mon, 19 Apr 2010 12:31:28 +0000 (07:31 -0500)]
usp10: Improve support for Syriac in ScriptItemize.
Aric Stewart [Mon, 19 Apr 2010 12:31:16 +0000 (07:31 -0500)]
usp10: Improve Hebrew support in ScriptItemize.
Johan Gill [Fri, 16 Apr 2010 21:04:41 +0000 (23:04 +0200)]
ddraw: Do not restore the display mode from inside SetCooperativeLevel.
Hwang YunSong(황윤성) [Mon, 19 Apr 2010 01:28:48 +0000 (10:28 +0900)]
wineboot: Update Korean translation.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:36 +0000 (16:28 +0100)]
winhlp32: Replaced progam icon with a Tango compliant icon.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:51 +0000 (16:28 +0100)]
regedit: Replaced progam icon with a Tango compliant icon.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:43 +0000 (16:28 +0100)]
winefile: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:28 +0000 (16:28 +0100)]
winetest: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:20 +0000 (16:28 +0100)]
winemine: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Sun, 18 Apr 2010 15:28:12 +0000 (16:28 +0100)]
wcmd: Replaced program icon with a Tango compliant icon.
Andrew Nguyen [Sun, 18 Apr 2010 14:10:19 +0000 (09:10 -0500)]
kernel32: Rename the load_message helper to reflect its sole handling of Unicode strings.
Andrew Nguyen [Sun, 18 Apr 2010 14:10:08 +0000 (09:10 -0500)]
kernel32: Unify the format_message ANSI and Unicode helpers.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:59 +0000 (09:09 -0500)]
kernel32: Unify the format_insert ANSI and Unicode helpers.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:53 +0000 (09:09 -0500)]
kernel32: Transition FormatMessageA to the internal use of Unicode strings.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:45 +0000 (09:09 -0500)]
kernel32: Separate format string parsing in FormatMessageA into a new function.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:28 +0000 (09:09 -0500)]
kernel32: Separate format string parsing in FormatMessageW into a new function.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:21 +0000 (09:09 -0500)]
kernel32: Consistify allocation behavior with FormatMessageA/W.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:14 +0000 (09:09 -0500)]
kernel32/tests: Add tests for buffer allocation in FormatMessage.
Andrew Nguyen [Sun, 18 Apr 2010 14:09:06 +0000 (09:09 -0500)]
kernel32: Only check the buffer pointer in FormatMessageA if buffer allocation is requested.
Andrew Nguyen [Sun, 18 Apr 2010 14:08:54 +0000 (09:08 -0500)]
kernel32: Reject an insufficiently sized buffer in FormatMessageA/W.
Andrew Nguyen [Sun, 18 Apr 2010 14:08:42 +0000 (09:08 -0500)]
kernel32: Remove superfluous heap reallocation calls in FormatMessageA/W.
The buffer in question is temporary and will be freed on function
return, so resizing and leaving the enlarged space unused is pointless.
Andrew Nguyen [Sun, 18 Apr 2010 14:08:15 +0000 (09:08 -0500)]
kernel32/tests: Remove a superfluous comment in the FormatMessage tests.
Alistair Leslie-Hughes [Mon, 19 Apr 2010 10:53:51 +0000 (20:53 +1000)]
msxml3: Register classes.
Alistair Leslie-Hughes [Thu, 15 Apr 2010 20:07:47 +0000 (06:07 +1000)]
msxml4: Register classes.
Nikolay Sivov [Sun, 18 Apr 2010 14:54:43 +0000 (18:54 +0400)]
shell32: Move IShellIcon definition to idl source.
Nikolay Sivov [Sun, 18 Apr 2010 14:51:45 +0000 (18:51 +0400)]
shell32: Fallback to IShellDetails while filling shell view columns if IShellFolder2 is missed.
Nikolay Sivov [Sun, 18 Apr 2010 14:48:58 +0000 (18:48 +0400)]
shell32: Load shell folder column names as A/W strings depending on 9x/NT selector.
Nikolay Sivov [Sun, 18 Apr 2010 14:31:52 +0000 (18:31 +0400)]
shell32: Add printers CLSID to test, clean up a bit.
Nikolay Sivov [Sun, 18 Apr 2010 14:14:47 +0000 (18:14 +0400)]
shell32: Add ::Initialize() and ::GetCurFolder() for printers folder IPersistFolder2 interface.
Nikolay Sivov [Sun, 18 Apr 2010 14:04:25 +0000 (18:04 +0400)]
shell32: Use shared code to return column details from IShellFolder2::GetDetailsOf().
Nikolay Sivov [Sun, 18 Apr 2010 14:00:31 +0000 (18:00 +0400)]
shell32: Add ::GetDefaultColumnState() and partial ::GetDetailsOf() for printers folder.
Detlef Riekenberg [Sun, 18 Apr 2010 22:45:19 +0000 (00:45 +0200)]
shlwapi: Fix broken NULL checks (with tests).
Detlef Riekenberg [Sun, 18 Apr 2010 22:45:18 +0000 (00:45 +0200)]
shlwapi/tests: Add tests for SHSetThreadRef.
Detlef Riekenberg [Sun, 18 Apr 2010 22:45:17 +0000 (00:45 +0200)]
shlwapi/tests: Add initial test for SHGetThreadRef.
Andrew Nguyen [Sun, 18 Apr 2010 20:10:43 +0000 (15:10 -0500)]
shell32/tests: Release the test desktop interface on all appropriate exit paths in ParseDisplayName tests.
Detlef Riekenberg [Sun, 18 Apr 2010 13:31:05 +0000 (15:31 +0200)]
shdocvw: Implement SHRestricted2A.
Octavian Voicu [Mon, 19 Apr 2010 09:59:03 +0000 (12:59 +0300)]
msi: Sync combo control value with associated property.
Octavian Voicu [Mon, 19 Apr 2010 09:59:02 +0000 (12:59 +0300)]
msi: Fill combo control with items from database.
Octavian Voicu [Mon, 19 Apr 2010 09:59:01 +0000 (12:59 +0300)]
msi: Use standard window class for combo control and add error checking.
Octavian Voicu [Mon, 19 Apr 2010 09:49:40 +0000 (12:49 +0300)]
msi: Fix crash when calling MsiGetActiveDatabase with invalid remote handle.
Piotr Caban [Mon, 19 Apr 2010 08:59:02 +0000 (10:59 +0200)]
msvcrt: Added fopen_s implementation.
Piotr Caban [Mon, 19 Apr 2010 08:58:51 +0000 (10:58 +0200)]
msvcrt: Return correct strings in setlocale.
Piotr Caban [Mon, 19 Apr 2010 08:58:40 +0000 (10:58 +0200)]
msvcrt/tests: Added __crtGetStringTypeW tests.
Piotr Caban [Mon, 19 Apr 2010 08:58:30 +0000 (10:58 +0200)]
msvcrt/tests: Added setlocale tests.
Piotr Caban [Mon, 19 Apr 2010 08:58:19 +0000 (10:58 +0200)]
msvcrt: Added implementation of __crtGetStringTypeW.
Piotr Caban [Mon, 19 Apr 2010 08:58:10 +0000 (10:58 +0200)]
msvcrt: Fix multiple locales parsing in _create_locale.
Piotr Caban [Mon, 19 Apr 2010 08:58:00 +0000 (10:58 +0200)]
msvcrt: Added implementations of _vswprintf* functions.
Piotr Caban [Mon, 19 Apr 2010 08:57:50 +0000 (10:57 +0200)]
msvcrt: Added _vsnwprintf* implementation.
Piotr Caban [Mon, 19 Apr 2010 08:57:40 +0000 (10:57 +0200)]
msvcrt: Added _vsnprintf* implementation.
Piotr Caban [Mon, 19 Apr 2010 08:57:31 +0000 (10:57 +0200)]
msvcrt: Add parameters to mimic *_s function behaviour in pf_vsnprintf.
Piotr Caban [Mon, 19 Apr 2010 08:57:14 +0000 (10:57 +0200)]
msvcrt: Format strings according to specified locale in pf_vsnprintf.
Hans Leidekker [Mon, 19 Apr 2010 10:38:51 +0000 (12:38 +0200)]
msi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenDatabase.
Hans Leidekker [Mon, 19 Apr 2010 10:38:30 +0000 (12:38 +0200)]
msi: Don't assume unversioned files are present.
Hans Leidekker [Mon, 19 Apr 2010 10:38:16 +0000 (12:38 +0200)]
msi: Add beginnings of a test module that concentrates on patches.
Hans Leidekker [Mon, 19 Apr 2010 10:37:38 +0000 (12:37 +0200)]
msi: Remove the string index parameter from msi_addstringW.
Hans Leidekker [Mon, 19 Apr 2010 10:37:20 +0000 (12:37 +0200)]
msi: Make the name parameter of create_storage and create_stream constant.
Hans Leidekker [Mon, 19 Apr 2010 10:37:02 +0000 (12:37 +0200)]
msi: Remove unused and redundant name field from STORAGE structure.
Michael Stefaniuc [Mon, 19 Apr 2010 08:29:49 +0000 (10:29 +0200)]
user32: Avoid using HIWORD on a string pointer.
Kai Blin [Mon, 19 Apr 2010 08:15:15 +0000 (10:15 +0200)]
secur32: Use NTLM2 instead of NTLMv2.
In the current code NTLMv2 is used when talking about second generation
NTLM crypto algorithms. Most other publiations call this NTLM2, and use
NTLMv2 to describe a different crypto handshake that can be used by
either NTLM1 or NTLM2 crypto.
Henri Verbeet [Sun, 18 Apr 2010 20:50:46 +0000 (22:50 +0200)]
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_set_compatible_renderbuffer().
Henri Verbeet [Sun, 18 Apr 2010 20:50:45 +0000 (22:50 +0200)]
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_is_offscreen().
Henri Verbeet [Sun, 18 Apr 2010 20:50:44 +0000 (22:50 +0200)]
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_modify_ds_location().
Henri Verbeet [Sun, 18 Apr 2010 20:50:43 +0000 (22:50 +0200)]
wined3d: Simply pass an IWineD3DSurfaceImpl pointer to surface_load_ds_location().
Henri Verbeet [Sun, 18 Apr 2010 20:50:42 +0000 (22:50 +0200)]
wined3d: Get rid of "myDevice".
Davide Pizzetti [Sat, 17 Apr 2010 21:59:47 +0000 (23:59 +0200)]
winedbg: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:57:14 +0000 (23:57 +0200)]
notepad: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:52:52 +0000 (23:52 +0200)]
winemine: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:43:01 +0000 (23:43 +0200)]
wineboot: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:32:13 +0000 (23:32 +0200)]
net: Italian translation update.
Davide Pizzetti [Sat, 17 Apr 2010 21:25:35 +0000 (23:25 +0200)]
progman: Italian translation update.
Michael Stefaniuc [Sat, 17 Apr 2010 21:07:29 +0000 (23:07 +0200)]
windowscodecs: Unlock not lock again when leaving the function (Smatch).
Vincent Povirk [Sat, 17 Apr 2010 20:38:44 +0000 (15:38 -0500)]
gdiplus: Use ddb's instead of dib's to create texture brushes.
Vincent Povirk [Sat, 17 Apr 2010 17:04:03 +0000 (12:04 -0500)]
gdiplus: Prevent integer overflows when rounding text bounds.
Mono calls GdipMeasureString with a height so large that rounding and
converting it to an integer gives a negative result.
Vincent Povirk [Sat, 17 Apr 2010 16:31:15 +0000 (11:31 -0500)]
gdiplus: Fix the non-trivial case in color_over.
Austin English [Fri, 16 Apr 2010 20:21:50 +0000 (15:21 -0500)]
winedump: Output Makefile.in the right way for the new build system.
Alexandre Julliard [Fri, 16 Apr 2010 17:53:23 +0000 (19:53 +0200)]
Release 1.1.43.
Alexandre Julliard [Fri, 16 Apr 2010 14:59:01 +0000 (16:59 +0200)]
ntdll: Report the correct processor architecture.
Eric Pouech [Thu, 15 Apr 2010 20:16:52 +0000 (22:16 +0200)]
kernel32: Added proper support for GetSystemInfo on x86_64.
Eric Pouech [Thu, 15 Apr 2010 20:17:04 +0000 (22:17 +0200)]
winedbg: Fix minidump support on 64bit OSes (don't clamp addresses out of 64bit minidumps).
Eric Pouech [Thu, 15 Apr 2010 20:16:58 +0000 (22:16 +0200)]
winedump: Add support for x86-64 in known CPUs while reading minidumps.
Eric Pouech [Thu, 15 Apr 2010 20:16:58 +0000 (22:16 +0200)]
winedbg: Add support for x86-64 in known CPUs while reading minidumps.
Nikolay Sivov [Fri, 16 Apr 2010 10:35:43 +0000 (14:35 +0400)]
shell32: Support IShellView in ::CreateViewObject() for printers folder.
Henri Verbeet [Fri, 16 Apr 2010 10:41:02 +0000 (12:41 +0200)]
wined3d: Allow offscreen depth/stencil clears again with FBOs.
This fixes a regression introduced by
10f58c14bcdeba9f7ea82701b9d9ab8f2bb3414b.
Alexandre Julliard [Fri, 16 Apr 2010 14:24:28 +0000 (16:24 +0200)]
appwiz.cpl: Use the fancy new icon.
Alexandre Julliard [Fri, 16 Apr 2010 14:23:59 +0000 (16:23 +0200)]
winex11: Fix 16-bpp cursor conversions.
Alexandre Julliard [Fri, 16 Apr 2010 14:23:33 +0000 (16:23 +0200)]
winex11: Set the NET_WM_ICON hint for 32-bpp icons.
Maarten Lankhorst [Fri, 16 Apr 2010 08:20:36 +0000 (10:20 +0200)]
mmdevapi: Fix wrong blacklist test.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:29 +0000 (22:37 +0100)]
taskmgr: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:23 +0000 (22:37 +0100)]
wordpad: Replaced program icon with a Tango compliant icon.
Joel Holdsworth [Thu, 15 Apr 2010 21:37:18 +0000 (22:37 +0100)]
appwiz: Replaced program icon with a Tango compliant icon.
Dmitry Timoshkov [Fri, 16 Apr 2010 09:59:24 +0000 (18:59 +0900)]
user32: Do not ask DrawFrameControl() to modify the passed in rectangle.
This patch should fix the regression(s) caused by my recent button painting
patches. The problem was that DrawFrameControl() was modifying the rectangle,
and one of my patches stopped calling DrawFrameControl() in case of ODA_FOCUS
action, so drawing an entire button and only focus started to differ, which
was hidden by the custom clipping (that was removed by my last patch).
Nikolay Sivov [Fri, 16 Apr 2010 09:42:42 +0000 (13:42 +0400)]
shell32: Add IPersistFolder2 stub for printers folder.
Jörg Höhle [Fri, 9 Apr 2010 03:45:07 +0000 (05:45 +0200)]
winmm: MCI_SYSINFO dwRetSize counts characters, not bytes.
MSDN says the contrary.