wine
17 years agodmsynth: Remove 'recursive registry key delete' function.
Stefan Leichter [Thu, 30 Aug 2007 16:13:54 +0000 (18:13 +0200)] 
dmsynth: Remove 'recursive registry key delete' function.

17 years agodmusic: Remove 'recursive registry key delete' function.
Stefan Leichter [Thu, 30 Aug 2007 16:09:10 +0000 (18:09 +0200)] 
dmusic: Remove 'recursive registry key delete' function.

17 years agowinspool: Powerpoint XP expect a valid pointer on Win9x.
Detlef Riekenberg [Fri, 24 Aug 2007 18:05:57 +0000 (20:05 +0200)] 
winspool: Powerpoint XP expect a valid pointer on Win9x.

17 years agodsound: Increase dll refcount and disable thread calls.
Maarten Lankhorst [Thu, 30 Aug 2007 12:50:32 +0000 (14:50 +0200)] 
dsound: Increase dll refcount and disable thread calls.

17 years agoserver: Detaching from a process needs to continue all the pending events.
Alexandre Julliard [Thu, 30 Aug 2007 17:47:43 +0000 (19:47 +0200)] 
server: Detaching from a process needs to continue all the pending events.

17 years agoserver: Handle existing timer replacement when no window handle specified.
Trent Waddington [Thu, 30 Aug 2007 09:05:50 +0000 (19:05 +1000)] 
server: Handle existing timer replacement when no window handle specified.

17 years agowininet: Fix many wininet prototypes: the context is a DWORD_PTR now.
Francois Gouget [Thu, 30 Aug 2007 14:21:33 +0000 (16:21 +0200)] 
wininet: Fix many wininet prototypes: the context is a DWORD_PTR now.

17 years agoshlwapi: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 30 Aug 2007 14:20:47 +0000 (16:20 +0200)] 
shlwapi: Update win32.api to fix the winapi_check warnings.

17 years agoshlwapi: Move SHAddDataBlock() to the front and remove the forward declaration.
Francois Gouget [Thu, 30 Aug 2007 14:18:46 +0000 (16:18 +0200)] 
shlwapi: Move SHAddDataBlock() to the front and remove the forward declaration.

17 years agowinscard: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 30 Aug 2007 14:18:22 +0000 (16:18 +0200)] 
winscard: Update win32.api to fix the winapi_check warnings.

17 years agommsystem: Better stick the the PSDK types.
Francois Gouget [Thu, 30 Aug 2007 14:18:12 +0000 (16:18 +0200)] 
mmsystem: Better stick the the PSDK types.

17 years agowinscard: Use quotes to include winscard.h. Fixes a winapi_check warning.
Francois Gouget [Thu, 30 Aug 2007 14:17:39 +0000 (16:17 +0200)] 
winscard: Use quotes to include winscard.h. Fixes a winapi_check warning.

17 years agowinhttp: Add a skeleton winhttp.h and use it.
Francois Gouget [Thu, 30 Aug 2007 14:17:31 +0000 (16:17 +0200)] 
winhttp: Add a skeleton winhttp.h and use it.

17 years agowinhttp: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 30 Aug 2007 14:16:56 +0000 (16:16 +0200)] 
winhttp: Update win32.api to fix the winapi_check warnings.

17 years agowinapi_check: Assorted win32.api updates.
Francois Gouget [Thu, 30 Aug 2007 14:16:51 +0000 (16:16 +0200)] 
winapi_check: Assorted win32.api updates.

17 years agowintrust: Add a prototype for WTHelperGetProvCertFromChain().
Francois Gouget [Thu, 30 Aug 2007 14:16:23 +0000 (16:16 +0200)] 
wintrust: Add a prototype for WTHelperGetProvCertFromChain().

17 years agowinmm: Fix the mmTask*() prototypes.
Francois Gouget [Thu, 30 Aug 2007 14:16:14 +0000 (16:16 +0200)] 
winmm: Fix the mmTask*() prototypes.

17 years agowinmm: Make mmddk.h C++ compatible.
Francois Gouget [Thu, 30 Aug 2007 14:16:07 +0000 (16:16 +0200)] 
winmm: Make mmddk.h C++ compatible.

17 years agomsvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h.
Francois Gouget [Thu, 30 Aug 2007 14:15:47 +0000 (16:15 +0200)] 
msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h.

17 years agogdiplus: Add some extra prototypes.
Francois Gouget [Thu, 30 Aug 2007 14:14:29 +0000 (16:14 +0200)] 
gdiplus: Add some extra prototypes.

17 years agogdiplus: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 30 Aug 2007 14:14:18 +0000 (16:14 +0200)] 
gdiplus: Update win32.api to fix the winapi_check warnings.

17 years agogdi32: Allocate our glyph metrics in a 128 index chunk sparse array.
Aric Stewart [Thu, 30 Aug 2007 10:17:23 +0000 (19:17 +0900)] 
gdi32: Allocate our glyph metrics in a 128 index chunk sparse array.

17 years agokernel32: Fix memory leak in CopyFileW.
Lionel Debroux [Thu, 30 Aug 2007 08:28:20 +0000 (10:28 +0200)] 
kernel32: Fix memory leak in CopyFileW.

17 years agowinhelp: Add WS_EX_TOOLWINDOW style to popup windows.
Kirill K. Smirnov [Wed, 29 Aug 2007 15:39:09 +0000 (19:39 +0400)] 
winhelp: Add WS_EX_TOOLWINDOW style to popup windows.

17 years agontdll: Pin down all dlls imported by the main exe.
Alexandre Julliard [Thu, 30 Aug 2007 14:34:27 +0000 (16:34 +0200)] 
ntdll: Pin down all dlls imported by the main exe.

17 years agouser32: Static controls should have a clipping region set while sending the WM_CTLCOL...
Mikolaj Zalewski [Wed, 29 Aug 2007 17:36:41 +0000 (10:36 -0700)] 
user32: Static controls should have a clipping region set while sending the WM_CTLCOLORSTATIC.

17 years agoRemove more unneeded wine 16bit header usage.
Steven Edwards [Thu, 30 Aug 2007 08:05:05 +0000 (04:05 -0400)] 
Remove more unneeded wine 16bit header usage.

17 years agoAssorted spelling fixes.
Francois Gouget [Wed, 29 Aug 2007 19:43:57 +0000 (21:43 +0200)] 
Assorted spelling fixes.

17 years agokernel32/tests: Don't call ok() in child processes.
Francois Gouget [Wed, 29 Aug 2007 19:43:45 +0000 (21:43 +0200)] 
kernel32/tests: Don't call ok() in child processes.

17 years agokernel32/tests: If the registry happens to be set up right, check that winedbg does...
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).

17 years agowinex11: Set initial wm hints on the desktop window too.
Alexandre Julliard [Thu, 30 Aug 2007 10:19:55 +0000 (12:19 +0200)] 
winex11: Set initial wm hints on the desktop window too.

17 years agoshdocvw: Constify some variables.
Andrew Talbot [Wed, 29 Aug 2007 21:20:28 +0000 (22:20 +0100)] 
shdocvw: Constify some variables.

17 years agosecur32: Implement LsaLogonUser stub.
Kai Blin [Wed, 29 Aug 2007 20:19:03 +0000 (22:19 +0200)] 
secur32: Implement LsaLogonUser stub.

17 years agosecur32: Implement LsaGetLogonSessionData stub.
Kai Blin [Wed, 29 Aug 2007 20:18:54 +0000 (22:18 +0200)] 
secur32: Implement LsaGetLogonSessionData stub.

17 years agosecur32: Implement LsaFreeReturnBuffer stub.
Kai Blin [Wed, 29 Aug 2007 20:18:44 +0000 (22:18 +0200)] 
secur32: Implement LsaFreeReturnBuffer stub.

17 years agosecur32: Implement LsaEnumerateLogonSessions stub.
Kai Blin [Wed, 29 Aug 2007 20:18:36 +0000 (22:18 +0200)] 
secur32: Implement LsaEnumerateLogonSessions stub.

17 years agosecur32: Implement LsaLookupAuthenticationPackage stub.
Kai Blin [Wed, 29 Aug 2007 20:18:24 +0000 (22:18 +0200)] 
secur32: Implement LsaLookupAuthenticationPackage stub.

17 years agosecur32: Give a hint where to find ntlm_auth.
Kai Blin [Wed, 29 Aug 2007 20:37:27 +0000 (22:37 +0200)] 
secur32: Give a hint where to find ntlm_auth.

17 years agosetupapi: Add prototypes for the Setup*Log*() functions. Better stick to the PSDK...
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.

17 years agoAssorted non-ANSI function declaration fixes (missing void).
Francois Gouget [Wed, 29 Aug 2007 19:42:28 +0000 (21:42 +0200)] 
Assorted non-ANSI function declaration fixes (missing void).

17 years agotaskmgr & winefile: Refer users to the GNU Lesser General Public License, not to...
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.

17 years agogdiplus: Add some missing or related prototypes and types.
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.

17 years agowined3d: Tidy up the vbo removal from the strided data.
Stefan Dösinger [Thu, 23 Aug 2007 15:35:10 +0000 (17:35 +0200)] 
wined3d: Tidy up the vbo removal from the strided data.

17 years agowined3d: Accept rendering to sublevels with backbuffer orm.
Stefan Dösinger [Wed, 22 Aug 2007 08:46:38 +0000 (10:46 +0200)] 
wined3d: Accept rendering to sublevels with backbuffer orm.

17 years agowined3d: Reject opengl accelerated blits with system memory surfaces.
Stefan Dösinger [Tue, 21 Aug 2007 21:24:16 +0000 (23:24 +0200)] 
wined3d: Reject opengl accelerated blits with system memory surfaces.

17 years agowined3d: Clear unused channels on R32F and R16F textures on readback.
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.

17 years agowined3d: Use 0/0/0 as normal if no normal is supplied.
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.

17 years agodpnet: Remove 'recursive registry key delete' function.
Stefan Leichter [Wed, 29 Aug 2007 19:07:03 +0000 (21:07 +0200)] 
dpnet: Remove 'recursive registry key delete' function.

17 years agokernel32: Fix a compiler warning.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:25 +0000 (17:18 +0900)] 
kernel32: Fix a compiler warning.

17 years agowmc: Constify some data.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:13 +0000 (17:18 +0900)] 
wmc: Constify some data.

17 years agowrc: Constify some data.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:18:02 +0000 (17:18 +0900)] 
wrc: Constify some data.

17 years agowidl: Constify some data.
Dmitry Timoshkov [Thu, 30 Aug 2007 08:17:50 +0000 (17:17 +0900)] 
widl: Constify some data.

17 years agowidl: Handle the size_is attribute on pointers.
Dan Hipschman [Wed, 29 Aug 2007 23:27:20 +0000 (16:27 -0700)] 
widl: Handle the size_is attribute on pointers.

17 years agoserver: Set the queue mask directly in get_message to avoid an extra server call.
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.

17 years agoserver: Message results should be stored as longs, not ints.
Alexandre Julliard [Wed, 29 Aug 2007 16:01:10 +0000 (18:01 +0200)] 
server: Message results should be stored as longs, not ints.

17 years agontdll: On Mac OS, close the CDROM device before opening the parent.
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.

17 years agontdll: Do not leave not initialized cached timezone information if a timezone doesn...
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.

17 years agowineps.drv: Only fail printer dc creation if the printer has no builtin fonts and...
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.

17 years agouser32: Remove some no longer needed wine 16bit headers.
Steven Edwards [Wed, 29 Aug 2007 07:37:14 +0000 (03:37 -0400)] 
user32: Remove some no longer needed wine 16bit headers.

17 years agox11drv: 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.

17 years agowined3d: Fix a hdc check in InitAdapters.
Roderick Colenbrander [Tue, 28 Aug 2007 23:07:26 +0000 (01:07 +0200)] 
wined3d: Fix a hdc check in InitAdapters.

17 years agosetupapi: Constify some variables.
Andrew Talbot [Wed, 29 Aug 2007 06:19:48 +0000 (07:19 +0100)] 
setupapi: Constify some variables.

17 years agowinex11.drv: Test for out-of-bound src coordinates in GdiAlphaBlend.
Mikolaj Zalewski [Tue, 28 Aug 2007 17:33:29 +0000 (10:33 -0700)] 
winex11.drv: Test for out-of-bound src coordinates in GdiAlphaBlend.

17 years agowinex11: Tool windows should not have WM decorations.
Alexandre Julliard [Wed, 29 Aug 2007 10:02:57 +0000 (12:02 +0200)] 
winex11: Tool windows should not have WM decorations.

17 years agontdll: Fixed file system name comparison on *BSD.
Alexandre Julliard [Wed, 29 Aug 2007 10:02:13 +0000 (12:02 +0200)] 
ntdll: Fixed file system name comparison on *BSD.

17 years agoimm: Report GCS_DELTASTART to help behavior with advanced IME aware applications.
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.

17 years agowinerror.h: Add more error definitions.
Juan Lang [Wed, 29 Aug 2007 00:20:58 +0000 (17:20 -0700)] 
winerror.h: Add more error definitions.

17 years agowintrust: Implement pfnCertificateTrust.
Juan Lang [Tue, 28 Aug 2007 23:11:14 +0000 (16:11 -0700)] 
wintrust: Implement pfnCertificateTrust.

17 years agowintrust: Save signers of a message in SoftpubLoadSignature.
Juan Lang [Tue, 28 Aug 2007 23:10:41 +0000 (16:10 -0700)] 
wintrust: Save signers of a message in SoftpubLoadSignature.

17 years agowintrust: Use a helper function to get a signer's cert info from a message.
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.

17 years agowintrust: Use pfnAddStore2Chain internally.
Juan Lang [Tue, 28 Aug 2007 23:09:34 +0000 (16:09 -0700)] 
wintrust: Use pfnAddStore2Chain internally.

17 years agowintrust: Test and implement pfnAddCert2Chain.
Juan Lang [Tue, 28 Aug 2007 23:09:10 +0000 (16:09 -0700)] 
wintrust: Test and implement pfnAddCert2Chain.

17 years agowintrust: Test and implement pfnAddSgnr2Chain.
Juan Lang [Tue, 28 Aug 2007 23:07:30 +0000 (16:07 -0700)] 
wintrust: Test and implement pfnAddSgnr2Chain.

17 years agowintrust: Test and implement pfnAddStore2Chain.
Juan Lang [Tue, 28 Aug 2007 22:59:18 +0000 (15:59 -0700)] 
wintrust: Test and implement pfnAddStore2Chain.

17 years agowintrust: Add missing definitions.
Juan Lang [Tue, 28 Aug 2007 22:52:55 +0000 (15:52 -0700)] 
wintrust: Add missing definitions.

17 years agocrypt32: Set trust status on root element in chain.
Juan Lang [Tue, 28 Aug 2007 22:52:37 +0000 (15:52 -0700)] 
crypt32: Set trust status on root element in chain.

17 years agocabinet: Add initial tests for FDI.
James Hawkins [Tue, 28 Aug 2007 22:28:35 +0000 (17:28 -0500)] 
cabinet: Add initial tests for FDI.

17 years agogdi32: Print the function name in wglGetProcAddress.
Roderick Colenbrander [Tue, 28 Aug 2007 22:40:46 +0000 (00:40 +0200)] 
gdi32: Print the function name in wglGetProcAddress.

17 years agowgl: Degrade an ERR to a WARN.
Roderick Colenbrander [Tue, 28 Aug 2007 22:44:15 +0000 (00:44 +0200)] 
wgl: Degrade an ERR to a WARN.

17 years agowined3d: Ask for enough RGB bits for pbuffers.
Roderick Colenbrander [Tue, 28 Aug 2007 20:40:26 +0000 (22:40 +0200)] 
wined3d: Ask for enough RGB bits for pbuffers.

17 years agowined3d: CreateAdditionalSwapChain bugfix.
Roderick Colenbrander [Tue, 28 Aug 2007 20:37:37 +0000 (22:37 +0200)] 
wined3d: CreateAdditionalSwapChain bugfix.

17 years agodsound: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 28 Aug 2007 19:04:47 +0000 (21:04 +0200)] 
dsound: Remove 'recursive registry key delete' function.

17 years agodswave: 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.

17 years agonotepad: Add program icon.
Alexander Nicolaysen Sørnes [Sat, 25 Aug 2007 16:26:15 +0000 (18:26 +0200)] 
notepad: Add program icon.

17 years agocomctl32: toolbar: Implemented SetRows.
Jason Edmeades [Mon, 27 Aug 2007 20:30:16 +0000 (21:30 +0100)] 
comctl32: toolbar: Implemented SetRows.

17 years agoole32: Properly update the SmallBlockDepotCount when adding more blocks.
Aric Stewart [Tue, 28 Aug 2007 09:11:14 +0000 (18:11 +0900)] 
ole32: Properly update the SmallBlockDepotCount when adding more blocks.

17 years agowintrust: Use common memory functions.
Juan Lang [Mon, 27 Aug 2007 23:20:16 +0000 (16:20 -0700)] 
wintrust: Use common memory functions.

17 years agowintrust: Move mem alloc functions to wintrust_main.c.
Juan Lang [Mon, 27 Aug 2007 23:19:36 +0000 (16:19 -0700)] 
wintrust: Move mem alloc functions to wintrust_main.c.

17 years agowintrust: Implement SoftpubLoadSignature.
Juan Lang [Mon, 27 Aug 2007 23:18:50 +0000 (16:18 -0700)] 
wintrust: Implement SoftpubLoadSignature.

17 years agowintrust: Test and implement SoftpubLoadMessage.
Juan Lang [Mon, 27 Aug 2007 23:17:52 +0000 (16:17 -0700)] 
wintrust: Test and implement SoftpubLoadMessage.

17 years agoimagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK.
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.

17 years agowidl: Handle LPSTR in typelibs.
Dan Hipschman [Tue, 28 Aug 2007 03:24:37 +0000 (20:24 -0700)] 
widl: Handle LPSTR in typelibs.

17 years agodxdiagn: Remove 'recursive registry key delete' function.
Stefan Leichter [Mon, 27 Aug 2007 19:41:22 +0000 (21:41 +0200)] 
dxdiagn: Remove 'recursive registry key delete' function.

17 years agohhctrl.ocx: 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.

17 years agowined3d: Don't assume the fake DC is the current DC.
Chris Robinson [Mon, 27 Aug 2007 15:49:11 +0000 (08:49 -0700)] 
wined3d: Don't assume the fake DC is the current DC.

17 years agowined3d: Fix the spot light falloff == 0.0 case.
Stefan Dösinger [Mon, 20 Aug 2007 20:10:36 +0000 (22:10 +0200)] 
wined3d: Fix the spot light falloff == 0.0 case.

17 years agowined3d: Hold an internal reference on pixel and vertex shaders.
Stefan Dösinger [Mon, 20 Aug 2007 16:56:10 +0000 (18:56 +0200)] 
wined3d: Hold an internal reference on pixel and vertex shaders.

17 years agowined3d: Read the old streamsource from the correct stateblock.
Stefan Dösinger [Sun, 19 Aug 2007 18:37:50 +0000 (20:37 +0200)] 
wined3d: Read the old streamsource from the correct stateblock.

17 years agowined3d: Remove the D3DTTFF_PROJECTED handling from drawStridedSlow.
Stefan Dösinger [Sun, 19 Aug 2007 17:51:17 +0000 (19:51 +0200)] 
wined3d: Remove the D3DTTFF_PROJECTED handling from drawStridedSlow.

17 years agowined3d: Fix the half pixel correction.
Stefan Dösinger [Sun, 19 Aug 2007 17:43:44 +0000 (19:43 +0200)] 
wined3d: Fix the half pixel correction.