Steven Edwards [Thu, 30 Aug 2007 08:05:05 +0000 (04:05 -0400)]
Remove more unneeded wine 16bit header usage.
Francois Gouget [Wed, 29 Aug 2007 19:43:57 +0000 (21:43 +0200)]
Assorted spelling fixes.
Francois Gouget [Wed, 29 Aug 2007 19:43:45 +0000 (21:43 +0200)]
kernel32/tests: Don't call ok() in child processes.
Francois Gouget [Wed, 29 Aug 2007 19:42:55 +0000 (21:42 +0200)]
kernel32/tests: If the registry happens to be set up right, check that winedbg does not mess up the crashed process exit code (unfortunately it does).
Alexandre Julliard [Thu, 30 Aug 2007 10:19:55 +0000 (12:19 +0200)]
winex11: Set initial wm hints on the desktop window too.
Andrew Talbot [Wed, 29 Aug 2007 21:20:28 +0000 (22:20 +0100)]
shdocvw: Constify some variables.
Kai Blin [Wed, 29 Aug 2007 20:19:03 +0000 (22:19 +0200)]
secur32: Implement LsaLogonUser stub.
Kai Blin [Wed, 29 Aug 2007 20:18:54 +0000 (22:18 +0200)]
secur32: Implement LsaGetLogonSessionData stub.
Kai Blin [Wed, 29 Aug 2007 20:18:44 +0000 (22:18 +0200)]
secur32: Implement LsaFreeReturnBuffer stub.
Kai Blin [Wed, 29 Aug 2007 20:18:36 +0000 (22:18 +0200)]
secur32: Implement LsaEnumerateLogonSessions stub.
Kai Blin [Wed, 29 Aug 2007 20:18:24 +0000 (22:18 +0200)]
secur32: Implement LsaLookupAuthenticationPackage stub.
Kai Blin [Wed, 29 Aug 2007 20:37:27 +0000 (22:37 +0200)]
secur32: Give a hint where to find ntlm_auth.
Francois Gouget [Wed, 29 Aug 2007 19:42:40 +0000 (21:42 +0200)]
setupapi: Add prototypes for the Setup*Log*() functions. Better stick to the PSDK types.
Francois Gouget [Wed, 29 Aug 2007 19:42:28 +0000 (21:42 +0200)]
Assorted non-ANSI function declaration fixes (missing void).
Francois Gouget [Wed, 29 Aug 2007 19:42:20 +0000 (21:42 +0200)]
taskmgr & winefile: Refer users to the GNU Lesser General Public License, not to the GPL.
Francois Gouget [Wed, 29 Aug 2007 19:42:01 +0000 (21:42 +0200)]
gdiplus: Add some missing or related prototypes and types.
Fix the GdipDrawRectangles() prototype.
Stefan Dösinger [Thu, 23 Aug 2007 15:35:10 +0000 (17:35 +0200)]
wined3d: Tidy up the vbo removal from the strided data.
Stefan Dösinger [Wed, 22 Aug 2007 08:46:38 +0000 (10:46 +0200)]
wined3d: Accept rendering to sublevels with backbuffer orm.
Stefan Dösinger [Tue, 21 Aug 2007 21:24:16 +0000 (23:24 +0200)]
wined3d: Reject opengl accelerated blits with system memory surfaces.
Stefan Dösinger [Tue, 21 Aug 2007 20:46:52 +0000 (22:46 +0200)]
wined3d: Clear unused channels on R32F and R16F textures on readback.
Stefan Dösinger [Tue, 21 Aug 2007 16:05:27 +0000 (18:05 +0200)]
wined3d: Use 0/0/0 as normal if no normal is supplied.
Stefan Leichter [Wed, 29 Aug 2007 19:07:03 +0000 (21:07 +0200)]
dpnet: Remove 'recursive registry key delete' function.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:25 +0000 (17:18 +0900)]
kernel32: Fix a compiler warning.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:13 +0000 (17:18 +0900)]
wmc: Constify some data.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:02 +0000 (17:18 +0900)]
wrc: Constify some data.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:17:50 +0000 (17:17 +0900)]
widl: Constify some data.
Dan Hipschman [Wed, 29 Aug 2007 23:27:20 +0000 (16:27 -0700)]
widl: Handle the size_is attribute on pointers.
Alexandre Julliard [Wed, 29 Aug 2007 16:13:13 +0000 (18:13 +0200)]
server: Set the queue mask directly in get_message to avoid an extra server call.
Alexandre Julliard [Wed, 29 Aug 2007 16:01:10 +0000 (18:01 +0200)]
server: Message results should be stored as longs, not ints.
Alexandre Julliard [Wed, 29 Aug 2007 14:44:16 +0000 (16:44 +0200)]
ntdll: On Mac OS, close the CDROM device before opening the parent.
This is needed to allow ejecting DVD disks.
Dmitry Timoshkov [Wed, 29 Aug 2007 09:56:52 +0000 (18:56 +0900)]
ntdll: Do not leave not initialized cached timezone information if a timezone doesn't have daylight saving rules.
Huw Davies [Tue, 28 Aug 2007 10:46:18 +0000 (11:46 +0100)]
wineps.drv: Only fail printer dc creation if the printer has no builtin fonts and there are no TrueType fonts to download.
Steven Edwards [Wed, 29 Aug 2007 07:37:14 +0000 (03:37 -0400)]
user32: Remove some no longer needed wine 16bit headers.
Steven Edwards [Wed, 29 Aug 2007 07:11:23 +0000 (03:11 -0400)]
x11drv: Remove some no longer needed wine 16bit headers.
Roderick Colenbrander [Tue, 28 Aug 2007 23:07:26 +0000 (01:07 +0200)]
wined3d: Fix a hdc check in InitAdapters.
Andrew Talbot [Wed, 29 Aug 2007 06:19:48 +0000 (07:19 +0100)]
setupapi: Constify some variables.
Mikolaj Zalewski [Tue, 28 Aug 2007 17:33:29 +0000 (10:33 -0700)]
winex11.drv: Test for out-of-bound src coordinates in GdiAlphaBlend.
Alexandre Julliard [Wed, 29 Aug 2007 10:02:57 +0000 (12:02 +0200)]
winex11: Tool windows should not have WM decorations.
Alexandre Julliard [Wed, 29 Aug 2007 10:02:13 +0000 (12:02 +0200)]
ntdll: Fixed file system name comparison on *BSD.
Aric Stewart [Wed, 29 Aug 2007 08:55:07 +0000 (17:55 +0900)]
imm: Report GCS_DELTASTART to help behavior with advanced IME aware applications.
Juan Lang [Wed, 29 Aug 2007 00:20:58 +0000 (17:20 -0700)]
winerror.h: Add more error definitions.
Juan Lang [Tue, 28 Aug 2007 23:11:14 +0000 (16:11 -0700)]
wintrust: Implement pfnCertificateTrust.
Juan Lang [Tue, 28 Aug 2007 23:10:41 +0000 (16:10 -0700)]
wintrust: Save signers of a message in SoftpubLoadSignature.
Juan Lang [Tue, 28 Aug 2007 23:10:00 +0000 (16:10 -0700)]
wintrust: Use a helper function to get a signer's cert info from a message.
Juan Lang [Tue, 28 Aug 2007 23:09:34 +0000 (16:09 -0700)]
wintrust: Use pfnAddStore2Chain internally.
Juan Lang [Tue, 28 Aug 2007 23:09:10 +0000 (16:09 -0700)]
wintrust: Test and implement pfnAddCert2Chain.
Juan Lang [Tue, 28 Aug 2007 23:07:30 +0000 (16:07 -0700)]
wintrust: Test and implement pfnAddSgnr2Chain.
Juan Lang [Tue, 28 Aug 2007 22:59:18 +0000 (15:59 -0700)]
wintrust: Test and implement pfnAddStore2Chain.
Juan Lang [Tue, 28 Aug 2007 22:52:55 +0000 (15:52 -0700)]
wintrust: Add missing definitions.
Juan Lang [Tue, 28 Aug 2007 22:52:37 +0000 (15:52 -0700)]
crypt32: Set trust status on root element in chain.
James Hawkins [Tue, 28 Aug 2007 22:28:35 +0000 (17:28 -0500)]
cabinet: Add initial tests for FDI.
Roderick Colenbrander [Tue, 28 Aug 2007 22:40:46 +0000 (00:40 +0200)]
gdi32: Print the function name in wglGetProcAddress.
Roderick Colenbrander [Tue, 28 Aug 2007 22:44:15 +0000 (00:44 +0200)]
wgl: Degrade an ERR to a WARN.
Roderick Colenbrander [Tue, 28 Aug 2007 20:40:26 +0000 (22:40 +0200)]
wined3d: Ask for enough RGB bits for pbuffers.
Roderick Colenbrander [Tue, 28 Aug 2007 20:37:37 +0000 (22:37 +0200)]
wined3d: CreateAdditionalSwapChain bugfix.
Stefan Leichter [Tue, 28 Aug 2007 19:04:47 +0000 (21:04 +0200)]
dsound: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 28 Aug 2007 18:59:41 +0000 (20:59 +0200)]
dswave: Remove 'recursive registry key delete' function.
Alexander Nicolaysen Sørnes [Sat, 25 Aug 2007 16:26:15 +0000 (18:26 +0200)]
notepad: Add program icon.
Jason Edmeades [Mon, 27 Aug 2007 20:30:16 +0000 (21:30 +0100)]
comctl32: toolbar: Implemented SetRows.
Aric Stewart [Tue, 28 Aug 2007 09:11:14 +0000 (18:11 +0900)]
ole32: Properly update the SmallBlockDepotCount when adding more blocks.
Juan Lang [Mon, 27 Aug 2007 23:20:16 +0000 (16:20 -0700)]
wintrust: Use common memory functions.
Juan Lang [Mon, 27 Aug 2007 23:19:36 +0000 (16:19 -0700)]
wintrust: Move mem alloc functions to wintrust_main.c.
Juan Lang [Mon, 27 Aug 2007 23:18:50 +0000 (16:18 -0700)]
wintrust: Implement SoftpubLoadSignature.
Juan Lang [Mon, 27 Aug 2007 23:17:52 +0000 (16:17 -0700)]
wintrust: Test and implement SoftpubLoadMessage.
Juan Lang [Mon, 27 Aug 2007 23:32:29 +0000 (16:32 -0700)]
imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK.
Dan Hipschman [Tue, 28 Aug 2007 03:24:37 +0000 (20:24 -0700)]
widl: Handle LPSTR in typelibs.
Stefan Leichter [Mon, 27 Aug 2007 19:41:22 +0000 (21:41 +0200)]
dxdiagn: Remove 'recursive registry key delete' function.
Stefan Leichter [Mon, 27 Aug 2007 19:36:00 +0000 (21:36 +0200)]
hhctrl.ocx: Remove 'recursive registry key delete' function.
Chris Robinson [Mon, 27 Aug 2007 15:49:11 +0000 (08:49 -0700)]
wined3d: Don't assume the fake DC is the current DC.
Stefan Dösinger [Mon, 20 Aug 2007 20:10:36 +0000 (22:10 +0200)]
wined3d: Fix the spot light falloff == 0.0 case.
Stefan Dösinger [Mon, 20 Aug 2007 16:56:10 +0000 (18:56 +0200)]
wined3d: Hold an internal reference on pixel and vertex shaders.
Stefan Dösinger [Sun, 19 Aug 2007 18:37:50 +0000 (20:37 +0200)]
wined3d: Read the old streamsource from the correct stateblock.
Stefan Dösinger [Sun, 19 Aug 2007 17:51:17 +0000 (19:51 +0200)]
wined3d: Remove the D3DTTFF_PROJECTED handling from drawStridedSlow.
Stefan Dösinger [Sun, 19 Aug 2007 17:43:44 +0000 (19:43 +0200)]
wined3d: Fix the half pixel correction.
Detlef Riekenberg [Mon, 27 Aug 2007 15:11:36 +0000 (17:11 +0200)]
ntdll: Make RtlCompactHeap more silent.
Alexandre Julliard [Tue, 28 Aug 2007 09:36:45 +0000 (11:36 +0200)]
kernel32: Store a few more locale values in the registry.
Maarten Lankhorst [Mon, 27 Aug 2007 12:28:52 +0000 (14:28 +0200)]
winealsa: Make SetFormat work better with new behavior of dsound.
Juan Lang [Fri, 24 Aug 2007 22:12:31 +0000 (15:12 -0700)]
wintrust: Test and implement SoftpubInitialize.
Juan Lang [Fri, 24 Aug 2007 22:08:12 +0000 (15:08 -0700)]
wintrust: Add trust step error definitions.
Juan Lang [Fri, 24 Aug 2007 22:06:39 +0000 (15:06 -0700)]
wintrust: Make crypt provider functions calling convention explicit.
Aric Stewart [Mon, 27 Aug 2007 11:31:24 +0000 (20:31 +0900)]
imm32: Update position of default IME window.
Stefan Leichter [Mon, 27 Aug 2007 16:14:16 +0000 (18:14 +0200)]
inseng: Remove 'recursive registry key delete' function.
Stefan Leichter [Mon, 27 Aug 2007 16:03:19 +0000 (18:03 +0200)]
mlang: Remove 'recursive registry key delete' function.
Maarten Lankhorst [Mon, 27 Aug 2007 15:20:38 +0000 (17:20 +0200)]
dsound: Update DSOUND_PrimarySetFormat to follow flags and return values more precisely.
Maarten Lankhorst [Mon, 27 Aug 2007 15:07:14 +0000 (17:07 +0200)]
dsound: Add a function to (re)open sound device to avoid code duplication.
Andrew Talbot [Mon, 27 Aug 2007 15:09:06 +0000 (16:09 +0100)]
setupapi: Constify some variables.
Stefan Dösinger [Sun, 19 Aug 2007 17:47:38 +0000 (19:47 +0200)]
wined3d: Texture transform flag test.
Stefan Dösinger [Mon, 27 Aug 2007 12:33:46 +0000 (14:33 +0200)]
wined3d: Some texture transform fixes.
Stefan Dösinger [Sun, 19 Aug 2007 10:50:14 +0000 (12:50 +0200)]
wined3d: Texture transforms are disabled when drawing rhw vertices.
Stefan Dösinger [Thu, 16 Aug 2007 20:53:44 +0000 (22:53 +0200)]
wined3d: Add some missing vertex state render states.
Stefan Dösinger [Sun, 19 Aug 2007 18:42:29 +0000 (20:42 +0200)]
wined3d: Non-primary stateblocks hold an internal reference on indexbuffers.
Alexandre Julliard [Mon, 27 Aug 2007 16:27:59 +0000 (18:27 +0200)]
secur32: Set the close on exec flag on the ntlm_auth pipes.
Alexandre Julliard [Mon, 27 Aug 2007 14:41:08 +0000 (16:41 +0200)]
server: Store a separate flag for windows that need to be erased in WM_PAINT.
This avoids the need to invalidate the window after WM_ERASEBKGND.
Alexandre Julliard [Mon, 27 Aug 2007 13:21:19 +0000 (15:21 +0200)]
server: Moving a window should only expose the immediate parent.
Alexandre Julliard [Mon, 27 Aug 2007 13:13:51 +0000 (15:13 +0200)]
user32: SetWindowPos should erase the parent also for child moves.
Alexandre Julliard [Mon, 27 Aug 2007 10:37:14 +0000 (12:37 +0200)]
winex11: Child windows don't get activated even when requested, so don't make them managed either.
Maarten Lankhorst [Sun, 26 Aug 2007 15:34:45 +0000 (17:34 +0200)]
dsound: Handle secondary hardware buffers more correctly.
Only try hardware if asked for it, then return an error instead of
falling back to software.
Maarten Lankhorst [Sun, 26 Aug 2007 15:20:21 +0000 (17:20 +0200)]
dsound: Make sure waveOutClose is only called when using mmsystem.
Aric Stewart [Mon, 27 Aug 2007 09:08:38 +0000 (18:08 +0900)]
imm32: If composition string is reduced to 0 characters hide composition window.
James Hawkins [Mon, 27 Aug 2007 01:15:41 +0000 (20:15 -0500)]
cabinet: Don't extract a file if DoExtract is FALSE.