Alexandre Julliard [Mon, 15 Jan 2007 21:24:40 +0000 (22:24 +0100)]
server: Added mechanism for returning results of APC calls.
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
Alexandre Julliard [Mon, 15 Jan 2007 19:02:05 +0000 (20:02 +0100)]
server: Properly wake the waiting threads when an APC is cancelled.
Alexandre Julliard [Mon, 15 Jan 2007 15:49:08 +0000 (16:49 +0100)]
kernel32: Use the proper codepage for console functions.
Based on a patch by Anatoly Lyutin.
Paul Vriens [Sat, 13 Jan 2007 15:08:55 +0000 (16:08 +0100)]
secur32/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:08:11 +0000 (16:08 +0100)]
mshtml/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:07:10 +0000 (16:07 +0100)]
crypt32/tests: Fix compilation for older gcc versions (and MinGW).
Andrew Talbot [Sat, 13 Jan 2007 20:34:13 +0000 (20:34 +0000)]
ntdll: Remove unused function.
Andrew Talbot [Sat, 13 Jan 2007 20:31:01 +0000 (20:31 +0000)]
msvcrt: Declare some items static.
Andrew Talbot [Sat, 13 Jan 2007 20:44:56 +0000 (20:44 +0000)]
msxml3: Remove unused functions.
Hans Leidekker [Sun, 14 Jan 2007 18:20:38 +0000 (19:20 +0100)]
snmpapi: Implement SnmpUtilVarBindCpy.
Hans Leidekker [Sun, 14 Jan 2007 18:20:24 +0000 (19:20 +0100)]
snmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
Hans Leidekker [Sun, 14 Jan 2007 18:20:00 +0000 (19:20 +0100)]
snmpapi: Add some missing APIs to the spec file.
Hans Leidekker [Sun, 14 Jan 2007 18:19:52 +0000 (19:19 +0100)]
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
Alexandre Julliard [Mon, 15 Jan 2007 12:02:00 +0000 (13:02 +0100)]
loader: Fix git-describe invocation to work with old git versions.
Alexandre Julliard [Mon, 15 Jan 2007 12:01:42 +0000 (13:01 +0100)]
oleaut32/tests: Replace some macros by functions to reduce code size and compile time.
Anatoly Lyutin [Fri, 12 Jan 2007 14:22:39 +0000 (17:22 +0300)]
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.
Felix Nawothnig [Sun, 14 Jan 2007 16:05:00 +0000 (17:05 +0100)]
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
Eric Pouech [Sun, 14 Jan 2007 13:29:12 +0000 (14:29 +0100)]
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.
Paul Vriens [Sun, 14 Jan 2007 12:23:45 +0000 (13:23 +0100)]
mpr: Fix typo (Coverity).
Dmitry Timoshkov [Mon, 15 Jan 2007 09:03:11 +0000 (17:03 +0800)]
user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:20:29 +0000 (20:20 +0800)]
user32: Simplify some maximized MDI child checks.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:19:50 +0000 (20:19 +0800)]
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:17:07 +0000 (20:17 +0800)]
winex11.drv: Fix the typos in the fullscreen state debug trace.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:16:42 +0000 (20:16 +0800)]
wined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the window.
Stefan Dösinger [Fri, 12 Jan 2007 22:13:58 +0000 (23:13 +0100)]
wined3d, d3d9: Caps correction.
Stefan Dösinger [Fri, 12 Jan 2007 18:02:36 +0000 (19:02 +0100)]
wined3d: Do not force dynamic usage on transformed buffers.
Stefan Dösinger [Fri, 12 Jan 2007 18:01:59 +0000 (19:01 +0100)]
wined3d: Better tracking of vertex buffer assignments.
Stefan Dösinger [Fri, 12 Jan 2007 17:57:26 +0000 (18:57 +0100)]
wined3d: Do not free regularily locked surfaces.
Stefan Dösinger [Fri, 12 Jan 2007 17:55:16 +0000 (18:55 +0100)]
wined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".
This reverts commit
6fb1869b98265a30a285c6f94a768934476a8c2a.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:53 +0000 (09:32 +0100)]
mpr: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:28 +0000 (09:32 +0100)]
msi: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:55 +0000 (23:52 +0100)]
cmdlgtst: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:34 +0000 (23:52 +0100)]
wininet: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:55 +0000 (23:51 +0100)]
wordpad: Add Polish translation.
Rob Shearman [Sat, 13 Jan 2007 01:17:20 +0000 (19:17 -0600)]
wininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
Change HTTP_EncodeBasicAuth to convert the username and password into
utf8 before base64 encoding.
Rob Shearman [Sat, 13 Jan 2007 01:19:18 +0000 (19:19 -0600)]
wininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers that have this wrong assumption.
Rob Shearman [Sat, 13 Jan 2007 01:16:49 +0000 (19:16 -0600)]
wininet: Allow a NULL value to be passed into HTTP_ProcessHeader
instead of crashing so that when used with the replace flag it will
delete an existing value.
Jacek Caban [Sat, 13 Jan 2007 11:47:57 +0000 (12:47 +0100)]
itss: Added more protocol tests.
Jacek Caban [Sat, 13 Jan 2007 11:47:27 +0000 (12:47 +0100)]
itss: Close chm file when destroying Storage.
Jacek Caban [Sat, 13 Jan 2007 11:46:29 +0000 (12:46 +0100)]
itss: Return S_FALSE in IStream::Read if there is no more data to read.
Jacek Caban [Sat, 13 Jan 2007 11:46:06 +0000 (12:46 +0100)]
urlmon: Added mk protocol implementation.
Bill Medland [Fri, 12 Jan 2007 20:48:17 +0000 (12:48 -0800)]
odbccp32: Implement SQLGet/SetConfigMode.
Alexandre Julliard [Fri, 12 Jan 2007 19:59:22 +0000 (20:59 +0100)]
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
Andrew Talbot [Fri, 12 Jan 2007 17:25:44 +0000 (17:25 +0000)]
msrle32: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:57 +0000 (16:47 +0000)]
msi: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:21 +0000 (16:47 +0000)]
msi: Remove unused variables.
Bill Medland [Fri, 12 Jan 2007 15:12:57 +0000 (07:12 -0800)]
odbccp32: Remove A->W cross-call.
Paul Vriens [Fri, 12 Jan 2007 14:51:02 +0000 (15:51 +0100)]
crypt32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:26:05 +0000 (14:26 +0100)]
mshtml/tests: Cast-qual warning fix.
Paul Vriens [Fri, 12 Jan 2007 13:09:59 +0000 (14:09 +0100)]
rpcrt4/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:01:16 +0000 (14:01 +0100)]
secur32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 12:49:08 +0000 (13:49 +0100)]
user32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 12:25:24 +0000 (13:25 +0100)]
oleaut32/tests: Cast-qual warnings fixes.
Hans Leidekker [Fri, 12 Jan 2007 12:13:10 +0000 (13:13 +0100)]
usp10: Initialise the caller supplied ABC structure in ScriptPlace.
Fixes a regression found by Lei Zhang.
Jacek Caban [Fri, 12 Jan 2007 11:31:54 +0000 (12:31 +0100)]
urlmon: Added mk protocol stub implementation.
Jacek Caban [Fri, 12 Jan 2007 11:31:04 +0000 (12:31 +0100)]
urlmon: Code clean up.
Alexandre Julliard [Fri, 12 Jan 2007 19:15:52 +0000 (20:15 +0100)]
ntdll: Make the virtual.c critical section uninterruptible by signals.
Based on a patch by Thomas Kho.
Alexandre Julliard [Fri, 12 Jan 2007 14:01:44 +0000 (15:01 +0100)]
ntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
Alexandre Julliard [Fri, 12 Jan 2007 13:55:31 +0000 (14:55 +0100)]
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
Alexandre Julliard [Fri, 12 Jan 2007 13:42:43 +0000 (14:42 +0100)]
ntdll: Moved the check for removable file in load_dll to the server.
Francois Gouget [Thu, 11 Jan 2007 14:47:06 +0000 (15:47 +0100)]
xrandr: Small X11DRV_XRandR_(Get|Set)CurrentMode() code optimisations.
Bill Medland [Thu, 11 Jan 2007 17:29:44 +0000 (09:29 -0800)]
odbccp32: Implement SQLGetInstalledDrivers.
Duane Clark [Thu, 11 Jan 2007 23:06:05 +0000 (15:06 -0800)]
treeview: Fix horizontal scrolling.
Stefan Dösinger [Thu, 11 Jan 2007 23:20:42 +0000 (00:20 +0100)]
wined3d: Avoid a NULL pointer dereference in UpdateTexture (Coverity).
Stefan Dösinger [Thu, 11 Jan 2007 23:17:04 +0000 (00:17 +0100)]
wined3d: Do not perform a NULL check on riid (Coverity).
Stefan Dösinger [Thu, 11 Jan 2007 23:08:29 +0000 (00:08 +0100)]
d3d9: Implement IDirect3DDevice9::StretchRect.
Paul Vriens [Fri, 12 Jan 2007 07:04:35 +0000 (08:04 +0100)]
ole32/tests: Cast-qual warnings fixes.
Clinton Stimpson [Fri, 12 Jan 2007 06:09:44 +0000 (23:09 -0700)]
riched20: Fix crash undoing a paste.
Kirill K. Smirnov [Fri, 12 Jan 2007 01:48:52 +0000 (04:48 +0300)]
explorer/systray: Some code cleanup.
Francois Gouget [Thu, 11 Jan 2007 14:38:11 +0000 (15:38 +0100)]
d3d8/tests: Warn that tests were skipped if we could not load d3d8.dll.
But report a failed test if a mandatory function is missing from it.
Francois Gouget [Thu, 11 Jan 2007 14:38:47 +0000 (15:38 +0100)]
d3d9/tests: Warn that tests were skipped if we could not load d3d9.dll.
But report a failed test if a mandatory function is missing from it.
Also warn if the hardware capabilities force us to skip some tests.
Francois Gouget [Thu, 11 Jan 2007 14:37:19 +0000 (15:37 +0100)]
tests: Add skip(), a function to warn that tests were skipped due to limitations of the environment or missing dependencies.
Francois Gouget [Thu, 11 Jan 2007 14:53:41 +0000 (15:53 +0100)]
dsound/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 11 Jan 2007 14:40:08 +0000 (15:40 +0100)]
dsound/tests: The tests link with dsound.dll so use GetModuleHandle() instead of LoadLibrary().
Francois Gouget [Thu, 11 Jan 2007 14:53:41 +0000 (15:53 +0100)]
dsound/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 11 Jan 2007 14:35:11 +0000 (15:35 +0100)]
winmm/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
Ken Thomases [Thu, 11 Jan 2007 22:48:15 +0000 (16:48 -0600)]
wined3d: Do not block waiting for occlusion query result in GetData.
Rob Shearman [Thu, 11 Jan 2007 21:25:11 +0000 (15:25 -0600)]
ole32: Fix copied description and copyright statement for tests/errorinfo.c.
Frank Richter [Thu, 11 Jan 2007 15:29:27 +0000 (16:29 +0100)]
dbghelp: Split gnu_debuglink handling into own function.
Andrew Talbot [Thu, 11 Jan 2007 15:13:34 +0000 (15:13 +0000)]
msacm32: Declare some variables static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:49 +0000 (15:13 +0000)]
mshtml: Declare a variable static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:26 +0000 (15:13 +0000)]
mpr: Declare a variable static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:43 +0000 (15:13 +0000)]
msdmo: Declare a function static.
Andrew Talbot [Thu, 11 Jan 2007 12:35:45 +0000 (12:35 +0000)]
itss: Remove unused variable and associated dead code.
Andrew Talbot [Thu, 11 Jan 2007 12:25:54 +0000 (12:25 +0000)]
msadp32.acm: Remove unused function.
Andrew Talbot [Thu, 11 Jan 2007 12:26:48 +0000 (12:26 +0000)]
msg711.acm: Remove unused function.
Detlef Riekenberg [Thu, 11 Jan 2007 23:05:58 +0000 (00:05 +0100)]
comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.
Detlef Riekenberg [Thu, 11 Jan 2007 12:10:37 +0000 (13:10 +0100)]
winspool: Support Xcv for ConfigurePortW.
Detlef Riekenberg [Thu, 11 Jan 2007 12:05:16 +0000 (13:05 +0100)]
winspool: Support monitors without a name.
Alexandre Julliard [Thu, 11 Jan 2007 11:46:06 +0000 (12:46 +0100)]
preloader: Added printf format checking and fix some formats.
Alexandre Julliard [Thu, 11 Jan 2007 11:35:42 +0000 (12:35 +0100)]
preloader: Remove reserved ranges that we failed to allocate.
Bill Medland [Wed, 10 Jan 2007 19:43:41 +0000 (11:43 -0800)]
odbccp32: Implement SQLInstallerError(W).
Mike McCormack [Thu, 11 Jan 2007 08:43:54 +0000 (17:43 +0900)]
kernel32: Merge existing resources in EndUpdateResource.
Mike McCormack [Thu, 11 Jan 2007 08:43:23 +0000 (17:43 +0900)]
kernel32: Split update_add_resource() into two functions.
Mike McCormack [Thu, 11 Jan 2007 08:41:21 +0000 (17:41 +0900)]
kernel32: Create a simple abstraction for file mappings.
Dmitry Timoshkov [Thu, 11 Jan 2007 10:06:19 +0000 (18:06 +0800)]
user32: Add a simple DrawState test, make it pass under Wine.
James Hawkins [Thu, 11 Jan 2007 09:56:55 +0000 (03:56 -0600)]
mshtml: Use the correct variable in the FIXME.
James Hawkins [Thu, 11 Jan 2007 09:19:58 +0000 (03:19 -0600)]
winspool.drv: Check for get_filename failure.
James Hawkins [Thu, 11 Jan 2007 09:11:37 +0000 (03:11 -0600)]
winedbg: Check buffer for NULL before writing to it.
Clinton Stimpson [Thu, 11 Jan 2007 07:46:35 +0000 (00:46 -0700)]
riched20: Fix modification state for several operations.