Juan Lang [Thu, 16 Sep 2010 17:44:04 +0000 (10:44 -0700)]
iphlpapi: Set ConnectionType in GetAdaptersAddresses.
Juan Lang [Tue, 14 Sep 2010 18:59:34 +0000 (11:59 -0700)]
iphlpapi: Set flags for adapters returned by GetAdaptersAddresses.
Juan Lang [Thu, 16 Sep 2010 18:11:06 +0000 (11:11 -0700)]
iphlpapi: Trace enumerated addresses.
Lauri Kenttä [Thu, 23 Sep 2010 20:32:41 +0000 (23:32 +0300)]
user32: Update Finnish translation.
Lauri Kenttä [Thu, 23 Sep 2010 20:32:40 +0000 (23:32 +0300)]
shell32: Update Finnish translation.
Henri Verbeet [Thu, 23 Sep 2010 19:33:29 +0000 (21:33 +0200)]
wined3d: Consistently use the same stateblock in state_colormat().
These should refer to the same stateblock when we're drawing, but it's still
ugly.
Henri Verbeet [Thu, 23 Sep 2010 19:33:28 +0000 (21:33 +0200)]
wined3d: Pass a wined3d_state structure to ffp_clip_emul().
Henri Verbeet [Thu, 23 Sep 2010 19:33:27 +0000 (21:33 +0200)]
wined3d: Directly pass the texture to texture_activate_dimensions().
Henri Verbeet [Thu, 23 Sep 2010 19:33:26 +0000 (21:33 +0200)]
wined3d: Pass a wined3d_state structure to set_tex_op().
Vincent Povirk [Tue, 21 Sep 2010 18:26:04 +0000 (13:26 -0500)]
mscoree: Search for Mono in some predefined paths before using the registry.
This makes it possible for distributions to install Mono in a shared location.
Misha Koshelev [Wed, 22 Sep 2010 23:42:57 +0000 (18:42 -0500)]
d3dx9_36: Implement D3DXCreateMeshFVF.
Misha Koshelev [Wed, 22 Sep 2010 23:42:48 +0000 (18:42 -0500)]
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
Vitaly Perov [Mon, 20 Sep 2010 14:26:49 +0000 (18:26 +0400)]
winspool.drv: Support pDevMode field in {Get/Set}Job.
Sven Baars [Wed, 22 Sep 2010 18:56:05 +0000 (20:56 +0200)]
mciwave: Fix some typos.
Piotr Caban [Thu, 23 Sep 2010 13:28:32 +0000 (15:28 +0200)]
msvcrt: Added 'll' modifier to printf functions.
Luca Bennati [Thu, 23 Sep 2010 11:44:55 +0000 (13:44 +0200)]
winefile: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 10:45:12 +0000 (12:45 +0200)]
start: Fix Italian translation.
Luca Bennati [Thu, 23 Sep 2010 12:13:53 +0000 (14:13 +0200)]
xcopy: Fix Italian translation.
Luca Bennati [Thu, 23 Sep 2010 11:46:34 +0000 (13:46 +0200)]
winemine: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 12:08:47 +0000 (14:08 +0200)]
wordpad: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 11:27:43 +0000 (13:27 +0200)]
reg: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 11:24:05 +0000 (13:24 +0200)]
winecfg: Fix Italian translation.
Luca Bennati [Thu, 23 Sep 2010 10:42:49 +0000 (12:42 +0200)]
regeedit: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 10:08:33 +0000 (12:08 +0200)]
notepad: Update Italian translation.
Luca Bennati [Thu, 23 Sep 2010 10:02:22 +0000 (12:02 +0200)]
cmdlgtst: Update Italian translation.
Hwang YunSong [Thu, 23 Sep 2010 06:17:05 +0000 (15:17 +0900)]
taskkill: New Korean resource.
Alexandre Julliard [Thu, 23 Sep 2010 13:51:10 +0000 (15:51 +0200)]
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
Alexandre Julliard [Thu, 23 Sep 2010 13:48:02 +0000 (15:48 +0200)]
user32: Always store the window rectangles unmirrored after SetWindowPos.
Alexandre Julliard [Thu, 23 Sep 2010 13:47:46 +0000 (15:47 +0200)]
server: Mirror the rectangles for RTL windows in set_window_pos.
Damjan Jovanovic [Wed, 22 Sep 2010 20:14:47 +0000 (22:14 +0200)]
winemenubuilder: Generate ICNS icons on MacOS.
Damjan Jovanovic [Wed, 22 Sep 2010 20:14:04 +0000 (22:14 +0200)]
winemenubuilder: Isolate the platform-specific icon generation code.
Henri Verbeet [Thu, 23 Sep 2010 09:48:05 +0000 (11:48 +0200)]
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
Henri Verbeet [Thu, 23 Sep 2010 09:48:04 +0000 (11:48 +0200)]
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.
Henri Verbeet [Thu, 23 Sep 2010 09:48:03 +0000 (11:48 +0200)]
wined3d: Pass a wined3d_state structure to set_tex_op_nvrc().
Henri Verbeet [Thu, 23 Sep 2010 09:48:02 +0000 (11:48 +0200)]
wined3d: Pass a wined3d_state structure to is_invalid_op().
Instead of an entire device.
Hans Leidekker [Thu, 23 Sep 2010 07:25:57 +0000 (09:25 +0200)]
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
Hans Leidekker [Thu, 23 Sep 2010 07:25:42 +0000 (09:25 +0200)]
include: Add IKnownFolder and IKnownFolderManager interfaces.
Peter Oberndorfer [Wed, 22 Sep 2010 17:54:38 +0000 (19:54 +0200)]
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.
Peter Oberndorfer [Wed, 22 Sep 2010 17:54:36 +0000 (19:54 +0200)]
kernel32: VerifyConsoleIoHandle does not set last error value.
Peter Oberndorfer [Wed, 22 Sep 2010 17:53:16 +0000 (19:53 +0200)]
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
Peter Oberndorfer [Wed, 22 Sep 2010 19:06:22 +0000 (21:06 +0200)]
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
Sven Baars [Wed, 22 Sep 2010 18:55:57 +0000 (20:55 +0200)]
shell32: Update the Dutch translation.
Austin Lund [Wed, 22 Sep 2010 06:28:31 +0000 (16:28 +1000)]
comctl32/tests: Default listview width appears to be 1 inch.
Sven Baars [Wed, 22 Sep 2010 18:55:41 +0000 (20:55 +0200)]
taskkill: Add the Dutch translation.
Vincent Povirk [Thu, 16 Sep 2010 18:41:43 +0000 (13:41 -0500)]
windowscodecs: Use the BMP decoder to decode ICO frames.
Vincent Povirk [Thu, 16 Sep 2010 18:40:55 +0000 (13:40 -0500)]
windowscodecs: Make it possible for the BMP decoder to read packed DIBs.
Alexandre Julliard [Wed, 22 Sep 2010 18:31:52 +0000 (20:31 +0200)]
user32: Add support for right-to-left menus.
Alexandre Julliard [Wed, 22 Sep 2010 18:28:11 +0000 (20:28 +0200)]
user32: Add support for RTL window layouts in WIN_GetRectangles.
Alexandre Julliard [Wed, 22 Sep 2010 18:27:52 +0000 (20:27 +0200)]
user32: Add support for RTL window layouts in MapWindowPoints.
Mike Kaplinskiy [Tue, 21 Sep 2010 01:30:28 +0000 (21:30 -0400)]
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
Peter Oberndorfer [Wed, 22 Sep 2010 17:29:58 +0000 (19:29 +0200)]
ntdll/tests: Remove unused NtWaitForSingleObject import.
Peter Oberndorfer [Wed, 22 Sep 2010 17:29:53 +0000 (19:29 +0200)]
wineconsole: Allow to select popup menu entries with the right mouse button.
Alexander Morozov [Wed, 22 Sep 2010 16:13:56 +0000 (20:13 +0400)]
crypt32/tests: Add a test for CryptEncryptMessage.
Stefan Leichter [Wed, 22 Sep 2010 16:04:53 +0000 (18:04 +0200)]
hal: Added stub for ExAcquireFastMutex.
Lauri Kenttä [Wed, 22 Sep 2010 15:06:28 +0000 (18:06 +0300)]
wined3d: Add check for Intel GM965/GL960 with Mesa driver.
Damjan Jovanovic [Wed, 22 Sep 2010 13:29:42 +0000 (15:29 +0200)]
winex11.drv: Translate the drop point to the virtual screen.
Anders Jonsson [Wed, 22 Sep 2010 10:38:52 +0000 (12:38 +0200)]
shell32: Update Swedish translation.
Anders Jonsson [Wed, 22 Sep 2010 10:38:07 +0000 (12:38 +0200)]
taskkill: Add Swedish translation.
Frédéric Delanoy [Wed, 22 Sep 2010 10:16:15 +0000 (12:16 +0200)]
taskkill: Add French translation.
Aurimas Fišeras [Tue, 21 Sep 2010 19:54:33 +0000 (22:54 +0300)]
taskkill: Add Lithuanian translation.
André Hentschel [Tue, 21 Sep 2010 19:48:15 +0000 (21:48 +0200)]
taskkill: Add German translation.
Alexandre Julliard [Wed, 22 Sep 2010 11:30:31 +0000 (13:30 +0200)]
winmm/tests: Fix some tests that fail on Windows with no input device.
Austin English [Wed, 22 Sep 2010 04:17:29 +0000 (21:17 -0700)]
kernel32: Add a stub for GetSystemDEPPolicy.
Austin English [Wed, 22 Sep 2010 07:07:03 +0000 (00:07 -0700)]
ntoskrnl.exe: Add stub for READ_REGISTER_BUFFER_UCHAR.
Austin English [Wed, 22 Sep 2010 07:06:07 +0000 (00:06 -0700)]
ntoskrnl.exe: Add stub for KeInitializeDpc.
Dmitry Timoshkov [Wed, 22 Sep 2010 06:49:45 +0000 (15:49 +0900)]
user32: Make sure that SendInput always initializes the time field.
Austin English [Wed, 22 Sep 2010 04:53:08 +0000 (21:53 -0700)]
userenv: Add a stub for GetDefaultUserProfileDirectoryA/W.
Jacek Caban [Wed, 22 Sep 2010 10:18:43 +0000 (12:18 +0200)]
mshtml: Added PrintHTML stub.
Dmitry Timoshkov [Wed, 22 Sep 2010 08:50:27 +0000 (17:50 +0900)]
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
Austin Lund [Wed, 22 Sep 2010 06:28:30 +0000 (16:28 +1000)]
comctl32/tests: LVM_GETRECTITEM should return TRUE.
Eric Pouech [Tue, 21 Sep 2010 20:09:06 +0000 (22:09 +0200)]
server: Fix console creation logic.
Henri Verbeet [Tue, 21 Sep 2010 19:20:56 +0000 (21:20 +0200)]
wined3d: Move clip status to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:55 +0000 (21:20 +0200)]
wined3d: Move clip plane state to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:54 +0000 (21:20 +0200)]
wined3d: Move light state to wined3d_state.
Henri Verbeet [Tue, 21 Sep 2010 19:20:53 +0000 (21:20 +0200)]
wined3d: Move the primitive type to wined3d_state.
Luca Bennati [Tue, 21 Sep 2010 07:56:08 +0000 (09:56 +0200)]
taskkill: Add Italian translation.
Zach Smith [Tue, 21 Sep 2010 02:25:27 +0000 (22:25 -0400)]
dinput: OSX joystick driver separate device for each top level HID collection.
Misha Koshelev [Thu, 16 Sep 2010 22:02:48 +0000 (17:02 -0500)]
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
Igor Paliychuk [Tue, 21 Sep 2010 13:21:49 +0000 (16:21 +0300)]
shell32: Ukrainian translation update.
Igor Paliychuk [Tue, 21 Sep 2010 13:21:01 +0000 (16:21 +0300)]
inetcpl: Added Ukrainian translation.
Jacek Caban [Tue, 21 Sep 2010 13:58:48 +0000 (15:58 +0200)]
jscript: Better checks for too old jscript.dll versions.
Dmitry Timoshkov [Tue, 21 Sep 2010 07:35:30 +0000 (16:35 +0900)]
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
Gerald Pfeifer [Sun, 19 Sep 2010 10:06:52 +0000 (12:06 +0200)]
widl: Avoid duplicate assignments in resolve_expression.
Alexandre Julliard [Tue, 21 Sep 2010 13:59:45 +0000 (15:59 +0200)]
krnl386.exe: Get rid of the useless config.sys parser.
Alexandre Julliard [Tue, 21 Sep 2010 13:55:33 +0000 (15:55 +0200)]
wineps: Add a comment about the trap for code checking tools.
Paul Vriens [Tue, 21 Sep 2010 12:37:38 +0000 (14:37 +0200)]
ddraw: Pass the correct size to memset (Coccinelle).
Alexandre Julliard [Tue, 21 Sep 2010 13:47:22 +0000 (15:47 +0200)]
wined3d: Reduce the size of a huge function that takes ages to compile.
Andrew Nguyen [Tue, 21 Sep 2010 07:21:23 +0000 (02:21 -0500)]
taskkill: Implement forcible termination by process name.
Andrew Nguyen [Tue, 21 Sep 2010 07:21:14 +0000 (02:21 -0500)]
taskkill: Implement forcible termination by process identifier.
Andrew Nguyen [Tue, 21 Sep 2010 07:20:58 +0000 (02:20 -0500)]
taskkill: Implement graceful termination by process name.
Andrew Nguyen [Tue, 21 Sep 2010 07:18:41 +0000 (02:18 -0500)]
taskkill: Implement graceful termination by process identifier.
Andrew Nguyen [Tue, 21 Sep 2010 07:17:26 +0000 (02:17 -0500)]
taskkill: Implement basic command-line parsing.
Andrew Nguyen [Tue, 21 Sep 2010 07:17:09 +0000 (02:17 -0500)]
taskkill: Add stub implementation.
Dmitry Timoshkov [Tue, 21 Sep 2010 08:54:17 +0000 (17:54 +0900)]
user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.
Mariusz Pluciński [Mon, 20 Sep 2010 13:04:56 +0000 (15:04 +0200)]
gameux/tests: Add test of creating IGameStatistics instance.
Paul Vriens [Tue, 21 Sep 2010 11:01:54 +0000 (13:01 +0200)]
dbghelp: Fix use of GetProcessHeap.
Hans Leidekker [Tue, 21 Sep 2010 10:54:50 +0000 (12:54 +0200)]
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
Austin English [Tue, 21 Sep 2010 05:25:50 +0000 (22:25 -0700)]
winedump: Match the new Makefile format.
Luca Bennati [Mon, 20 Sep 2010 21:31:41 +0000 (23:31 +0200)]
shlwapi: Update Italian translation.
Luca Bennati [Mon, 20 Sep 2010 21:28:47 +0000 (23:28 +0200)]
shell32: Update Italian translation.