wine
18 years agoserver: Added mechanism for returning results of APC calls.
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.

18 years agoserver: Properly wake the waiting threads when an APC is cancelled.
Alexandre Julliard [Mon, 15 Jan 2007 19:02:05 +0000 (20:02 +0100)] 
server: Properly wake the waiting threads when an APC is cancelled.

18 years agokernel32: Use the proper codepage for console functions.
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.

18 years agosecur32/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:08:55 +0000 (16:08 +0100)] 
secur32/tests: Fix compilation for older gcc versions (and MinGW).

18 years agomshtml/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).

18 years agocrypt32/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).

18 years agontdll: Remove unused function.
Andrew Talbot [Sat, 13 Jan 2007 20:34:13 +0000 (20:34 +0000)] 
ntdll: Remove unused function.

18 years agomsvcrt: Declare some items static.
Andrew Talbot [Sat, 13 Jan 2007 20:31:01 +0000 (20:31 +0000)] 
msvcrt: Declare some items static.

18 years agomsxml3: Remove unused functions.
Andrew Talbot [Sat, 13 Jan 2007 20:44:56 +0000 (20:44 +0000)] 
msxml3: Remove unused functions.

18 years agosnmpapi: Implement SnmpUtilVarBindCpy.
Hans Leidekker [Sun, 14 Jan 2007 18:20:38 +0000 (19:20 +0100)] 
snmpapi: Implement SnmpUtilVarBindCpy.

18 years agosnmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
Hans Leidekker [Sun, 14 Jan 2007 18:20:24 +0000 (19:20 +0100)] 
snmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.

18 years agosnmpapi: Add some missing APIs to the spec file.
Hans Leidekker [Sun, 14 Jan 2007 18:20:00 +0000 (19:20 +0100)] 
snmpapi: Add some missing APIs to the spec file.

18 years agosnmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
Hans Leidekker [Sun, 14 Jan 2007 18:19:52 +0000 (19:19 +0100)] 
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.

18 years agoloader: Fix git-describe invocation to work with old git versions.
Alexandre Julliard [Mon, 15 Jan 2007 12:02:00 +0000 (13:02 +0100)] 
loader: Fix git-describe invocation to work with old git versions.

18 years agooleaut32/tests: Replace some macros by functions to reduce code size and compile...
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.

18 years agokernel32: Add details in description function MultiByteToWideChar and WideCharToMulti...
Anatoly Lyutin [Fri, 12 Jan 2007 14:22:39 +0000 (17:22 +0300)] 
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.

18 years agokernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
Felix Nawothnig [Sun, 14 Jan 2007 16:05:00 +0000 (17:05 +0100)] 
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.

18 years agodbghelp: Removed unneeded code from rewrite of .gnu_link handling.
Eric Pouech [Sun, 14 Jan 2007 13:29:12 +0000 (14:29 +0100)] 
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.

18 years agompr: Fix typo (Coverity).
Paul Vriens [Sun, 14 Jan 2007 12:23:45 +0000 (13:23 +0100)] 
mpr: Fix typo (Coverity).

18 years agouser32: Remove redundant visibility checks of a maximized MDI child, add an explanati...
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.

18 years agouser32: Simplify some maximized MDI child checks.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:20:29 +0000 (20:20 +0800)] 
user32: Simplify some maximized MDI child checks.

18 years agouser32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:19:50 +0000 (20:19 +0800)] 
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.

18 years agowinex11.drv: Fix the typos in the fullscreen state debug trace.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:17:07 +0000 (20:17 +0800)] 
winex11.drv: Fix the typos in the fullscreen state debug trace.

18 years agowined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the...
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.

18 years agowined3d, d3d9: Caps correction.
Stefan Dösinger [Fri, 12 Jan 2007 22:13:58 +0000 (23:13 +0100)] 
wined3d, d3d9: Caps correction.

18 years agowined3d: Do not force dynamic usage on transformed buffers.
Stefan Dösinger [Fri, 12 Jan 2007 18:02:36 +0000 (19:02 +0100)] 
wined3d: Do not force dynamic usage on transformed buffers.

18 years agowined3d: Better tracking of vertex buffer assignments.
Stefan Dösinger [Fri, 12 Jan 2007 18:01:59 +0000 (19:01 +0100)] 
wined3d: Better tracking of vertex buffer assignments.

18 years agowined3d: Do not free regularily locked surfaces.
Stefan Dösinger [Fri, 12 Jan 2007 17:57:26 +0000 (18:57 +0100)] 
wined3d: Do not free regularily locked surfaces.

18 years agowined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".
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.

18 years agompr: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:53 +0000 (09:32 +0100)] 
mpr: Add Polish translation.

18 years agomsi: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:28 +0000 (09:32 +0100)] 
msi: Add Polish translation.

18 years agocmdlgtst: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:55 +0000 (23:52 +0100)] 
cmdlgtst: Add Polish translation.

18 years agowininet: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:34 +0000 (23:52 +0100)] 
wininet: Add Polish translation.

18 years agowordpad: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:55 +0000 (23:51 +0100)] 
wordpad: Add Polish translation.

18 years agowininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
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.

18 years agowininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers...
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.

18 years agowininet: Allow a NULL value to be passed into HTTP_ProcessHeader
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.

18 years agoitss: Added more protocol tests.
Jacek Caban [Sat, 13 Jan 2007 11:47:57 +0000 (12:47 +0100)] 
itss: Added more protocol tests.

18 years agoitss: Close chm file when destroying Storage.
Jacek Caban [Sat, 13 Jan 2007 11:47:27 +0000 (12:47 +0100)] 
itss: Close chm file when destroying Storage.

18 years agoitss: Return S_FALSE in IStream::Read if there is no more data to read.
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.

18 years agourlmon: Added mk protocol implementation.
Jacek Caban [Sat, 13 Jan 2007 11:46:06 +0000 (12:46 +0100)] 
urlmon: Added mk protocol implementation.

18 years agoodbccp32: Implement SQLGet/SetConfigMode.
Bill Medland [Fri, 12 Jan 2007 20:48:17 +0000 (12:48 -0800)] 
odbccp32: Implement SQLGet/SetConfigMode.

18 years agoserver: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
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.

18 years agomsrle32: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 17:25:44 +0000 (17:25 +0000)] 
msrle32: Declare some functions static.

18 years agomsi: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:57 +0000 (16:47 +0000)] 
msi: Declare some functions static.

18 years agomsi: Remove unused variables.
Andrew Talbot [Fri, 12 Jan 2007 16:47:21 +0000 (16:47 +0000)] 
msi: Remove unused variables.

18 years agoodbccp32: Remove A->W cross-call.
Bill Medland [Fri, 12 Jan 2007 15:12:57 +0000 (07:12 -0800)] 
odbccp32: Remove A->W cross-call.

18 years agocrypt32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 14:51:02 +0000 (15:51 +0100)] 
crypt32/tests: Cast-qual warning fixes.

18 years agomshtml/tests: Cast-qual warning fix.
Paul Vriens [Fri, 12 Jan 2007 13:26:05 +0000 (14:26 +0100)] 
mshtml/tests: Cast-qual warning fix.

18 years agorpcrt4/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:09:59 +0000 (14:09 +0100)] 
rpcrt4/tests: Cast-qual warning fixes.

18 years agosecur32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:01:16 +0000 (14:01 +0100)] 
secur32/tests: Cast-qual warning fixes.

18 years agouser32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 12:49:08 +0000 (13:49 +0100)] 
user32/tests: Cast-qual warning fixes.

18 years agooleaut32/tests: Cast-qual warnings fixes.
Paul Vriens [Fri, 12 Jan 2007 12:25:24 +0000 (13:25 +0100)] 
oleaut32/tests: Cast-qual warnings fixes.

18 years agousp10: Initialise the caller supplied ABC structure in ScriptPlace.
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.

18 years agourlmon: Added mk protocol stub implementation.
Jacek Caban [Fri, 12 Jan 2007 11:31:54 +0000 (12:31 +0100)] 
urlmon: Added mk protocol stub implementation.

18 years agourlmon: Code clean up.
Jacek Caban [Fri, 12 Jan 2007 11:31:04 +0000 (12:31 +0100)] 
urlmon: Code clean up.

18 years agontdll: Make the virtual.c critical section uninterruptible by signals.
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.

18 years agontdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
Alexandre Julliard [Fri, 12 Jan 2007 14:01:44 +0000 (15:01 +0100)] 
ntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.

18 years agontdll: Duplicate the mapping handle on the server side for 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.

18 years agontdll: Moved the check for removable file in load_dll to the server.
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.

18 years agoxrandr: Small X11DRV_XRandR_(Get|Set)CurrentMode() code optimisations.
Francois Gouget [Thu, 11 Jan 2007 14:47:06 +0000 (15:47 +0100)] 
xrandr: Small X11DRV_XRandR_(Get|Set)CurrentMode() code optimisations.

18 years agoodbccp32: Implement SQLGetInstalledDrivers.
Bill Medland [Thu, 11 Jan 2007 17:29:44 +0000 (09:29 -0800)] 
odbccp32: Implement SQLGetInstalledDrivers.

18 years agotreeview: Fix horizontal scrolling.
Duane Clark [Thu, 11 Jan 2007 23:06:05 +0000 (15:06 -0800)] 
treeview: Fix horizontal scrolling.

18 years agowined3d: Avoid a NULL pointer dereference in UpdateTexture (Coverity).
Stefan Dösinger [Thu, 11 Jan 2007 23:20:42 +0000 (00:20 +0100)] 
wined3d: Avoid a NULL pointer dereference in UpdateTexture (Coverity).

18 years agowined3d: Do not perform a NULL check on riid (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).

18 years agod3d9: Implement IDirect3DDevice9::StretchRect.
Stefan Dösinger [Thu, 11 Jan 2007 23:08:29 +0000 (00:08 +0100)] 
d3d9: Implement IDirect3DDevice9::StretchRect.

18 years agoole32/tests: Cast-qual warnings fixes.
Paul Vriens [Fri, 12 Jan 2007 07:04:35 +0000 (08:04 +0100)] 
ole32/tests: Cast-qual warnings fixes.

18 years agoriched20: Fix crash undoing a paste.
Clinton Stimpson [Fri, 12 Jan 2007 06:09:44 +0000 (23:09 -0700)] 
riched20: Fix crash undoing a paste.

18 years agoexplorer/systray: Some code cleanup.
Kirill K. Smirnov [Fri, 12 Jan 2007 01:48:52 +0000 (04:48 +0300)] 
explorer/systray: Some code cleanup.

18 years agod3d8/tests: Warn that tests were skipped if we could not load d3d8.dll.
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.

18 years agod3d9/tests: Warn that tests were skipped if we could not load d3d9.dll.
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.

18 years agotests: Add skip(), a function to warn that tests were skipped due to limitations...
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.

18 years agodsound/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 11 Jan 2007 14:53:41 +0000 (15:53 +0100)] 
dsound/tests: Replace some '#if 0's with 'if (0)'s.

18 years agodsound/tests: The tests link with dsound.dll so use GetModuleHandle() instead of...
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().

18 years agodsound/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Thu, 11 Jan 2007 14:53:41 +0000 (15:53 +0100)] 
dsound/tests: Replace some '#if 0's with 'if (0)'s.

18 years agowinmm/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.

18 years agowined3d: Do not block waiting for occlusion query result in GetData.
Ken Thomases [Thu, 11 Jan 2007 22:48:15 +0000 (16:48 -0600)] 
wined3d: Do not block waiting for occlusion query result in GetData.

18 years agoole32: Fix copied description and copyright statement for tests/errorinfo.c.
Rob Shearman [Thu, 11 Jan 2007 21:25:11 +0000 (15:25 -0600)] 
ole32: Fix copied description and copyright statement for tests/errorinfo.c.

18 years agodbghelp: Split gnu_debuglink handling into own function.
Frank Richter [Thu, 11 Jan 2007 15:29:27 +0000 (16:29 +0100)] 
dbghelp: Split gnu_debuglink handling into own function.

18 years agomsacm32: Declare some variables static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:34 +0000 (15:13 +0000)] 
msacm32: Declare some variables static.

18 years agomshtml: Declare a variable static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:49 +0000 (15:13 +0000)] 
mshtml: Declare a variable static.

18 years agompr: Declare a variable static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:26 +0000 (15:13 +0000)] 
mpr: Declare a variable static.

18 years agomsdmo: Declare a function static.
Andrew Talbot [Thu, 11 Jan 2007 15:13:43 +0000 (15:13 +0000)] 
msdmo: Declare a function static.

18 years agoitss: Remove unused variable and associated dead code.
Andrew Talbot [Thu, 11 Jan 2007 12:35:45 +0000 (12:35 +0000)] 
itss: Remove unused variable and associated dead code.

18 years agomsadp32.acm: Remove unused function.
Andrew Talbot [Thu, 11 Jan 2007 12:25:54 +0000 (12:25 +0000)] 
msadp32.acm: Remove unused function.

18 years agomsg711.acm: Remove unused function.
Andrew Talbot [Thu, 11 Jan 2007 12:26:48 +0000 (12:26 +0000)] 
msg711.acm: Remove unused function.

18 years agocomdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.
Detlef Riekenberg [Thu, 11 Jan 2007 23:05:58 +0000 (00:05 +0100)] 
comdlg32: Move GetFileTitle(A/W/16) to filedlg.c, filedlg16.c.

18 years agowinspool: Support Xcv for ConfigurePortW.
Detlef Riekenberg [Thu, 11 Jan 2007 12:10:37 +0000 (13:10 +0100)] 
winspool: Support Xcv for ConfigurePortW.

18 years agowinspool: Support monitors without a name.
Detlef Riekenberg [Thu, 11 Jan 2007 12:05:16 +0000 (13:05 +0100)] 
winspool: Support monitors without a name.

18 years agopreloader: Added printf format checking and fix some formats.
Alexandre Julliard [Thu, 11 Jan 2007 11:46:06 +0000 (12:46 +0100)] 
preloader: Added printf format checking and fix some formats.

18 years agopreloader: Remove reserved ranges that we failed to allocate.
Alexandre Julliard [Thu, 11 Jan 2007 11:35:42 +0000 (12:35 +0100)] 
preloader: Remove reserved ranges that we failed to allocate.

18 years agoodbccp32: Implement SQLInstallerError(W).
Bill Medland [Wed, 10 Jan 2007 19:43:41 +0000 (11:43 -0800)] 
odbccp32: Implement SQLInstallerError(W).

18 years agokernel32: Merge existing resources in EndUpdateResource.
Mike McCormack [Thu, 11 Jan 2007 08:43:54 +0000 (17:43 +0900)] 
kernel32: Merge existing resources in EndUpdateResource.

18 years agokernel32: Split update_add_resource() into two functions.
Mike McCormack [Thu, 11 Jan 2007 08:43:23 +0000 (17:43 +0900)] 
kernel32: Split update_add_resource() into two functions.

18 years agokernel32: Create a simple abstraction for file mappings.
Mike McCormack [Thu, 11 Jan 2007 08:41:21 +0000 (17:41 +0900)] 
kernel32: Create a simple abstraction for file mappings.

18 years agouser32: Add a simple DrawState test, make it pass under Wine.
Dmitry Timoshkov [Thu, 11 Jan 2007 10:06:19 +0000 (18:06 +0800)] 
user32: Add a simple DrawState test, make it pass under Wine.

18 years agomshtml: Use the correct variable in the FIXME.
James Hawkins [Thu, 11 Jan 2007 09:56:55 +0000 (03:56 -0600)] 
mshtml: Use the correct variable in the FIXME.

18 years agowinspool.drv: Check for get_filename failure.
James Hawkins [Thu, 11 Jan 2007 09:19:58 +0000 (03:19 -0600)] 
winspool.drv: Check for get_filename failure.

18 years agowinedbg: Check buffer for NULL before writing to it.
James Hawkins [Thu, 11 Jan 2007 09:11:37 +0000 (03:11 -0600)] 
winedbg: Check buffer for NULL before writing to it.

18 years agoriched20: Fix modification state for several operations.
Clinton Stimpson [Thu, 11 Jan 2007 07:46:35 +0000 (00:46 -0700)] 
riched20: Fix modification state for several operations.