wine
18 years agox11drv: Cursors index used with WTI_DEVICES is zero based.
Mike McCormack [Fri, 7 Apr 2006 08:50:29 +0000 (17:50 +0900)] 
x11drv: Cursors index used with WTI_DEVICES is zero based.

18 years agofonts: Add the Won sign in place of the backslash for Korean fonts.
Huw Davies [Fri, 7 Apr 2006 09:28:30 +0000 (10:28 +0100)] 
fonts: Add the Won sign in place of the backslash for Korean fonts.

18 years agoadvpack: Forward DelNodeRunDLL32A to its Unicode counterpart.
James Hawkins [Fri, 7 Apr 2006 10:28:17 +0000 (05:28 -0500)] 
advpack: Forward DelNodeRunDLL32A to its Unicode counterpart.

18 years agoadvpack: Rewrite get_parameter to be able to handle an empty parameter.
James Hawkins [Fri, 7 Apr 2006 10:20:58 +0000 (05:20 -0500)] 
advpack: Rewrite get_parameter to be able to handle an empty parameter.

18 years agowined3d: Add WINED3DPRESENT_INTERVAL_* definitions.
Stefan Dösinger [Thu, 6 Apr 2006 23:20:33 +0000 (01:20 +0200)] 
wined3d: Add WINED3DPRESENT_INTERVAL_* definitions.

18 years agowined3d: Add WINED3DPRESENTRATE_DEFAULT.
Stefan Dösinger [Thu, 6 Apr 2006 23:18:13 +0000 (01:18 +0200)] 
wined3d: Add WINED3DPRESENTRATE_DEFAULT.

18 years agowined3d: Add WINED3DLOCKED_BOX to wined3d_types.h.
Stefan Dösinger [Thu, 6 Apr 2006 22:25:14 +0000 (00:25 +0200)] 
wined3d: Add WINED3DLOCKED_BOX to wined3d_types.h.

18 years agontdll: Return error if the signal index equals the size of the array.
James Hawkins [Fri, 7 Apr 2006 06:16:48 +0000 (01:16 -0500)] 
ntdll: Return error if the signal index equals the size of the array.

18 years agooleaut32: Remove unnecessary check for NULL.
Mike McCormack [Fri, 7 Apr 2006 07:28:05 +0000 (16:28 +0900)] 
oleaut32: Remove unnecessary check for NULL.

18 years agoserver: Avoid comparison of -1 with an unsigned variable.
Mike McCormack [Fri, 7 Apr 2006 06:06:15 +0000 (15:06 +0900)] 
server: Avoid comparison of -1 with an unsigned variable.

18 years agolibwine: Fix a memory leak.
Mike McCormack [Fri, 7 Apr 2006 05:20:49 +0000 (14:20 +0900)] 
libwine: Fix a memory leak.

18 years agomsi: Fix a logic error.
Mike McCormack [Fri, 7 Apr 2006 04:33:43 +0000 (13:33 +0900)] 
msi: Fix a logic error.

18 years agomsi: Avoid accessing a null pointer.
Mike McCormack [Fri, 7 Apr 2006 04:33:16 +0000 (13:33 +0900)] 
msi: Avoid accessing a null pointer.

18 years agomsi: Check the correct pointer after allocating memory.
Mike McCormack [Fri, 7 Apr 2006 04:30:40 +0000 (13:30 +0900)] 
msi: Check the correct pointer after allocating memory.

18 years agomsi: Fix possible free of uninitialized pointer.
Mike McCormack [Fri, 7 Apr 2006 04:29:56 +0000 (13:29 +0900)] 
msi: Fix possible free of uninitialized pointer.

18 years agokernel: Fixed set_process_name for the winevdm case.
Alexandre Julliard [Fri, 7 Apr 2006 09:45:22 +0000 (11:45 +0200)] 
kernel: Fixed set_process_name for the winevdm case.

18 years agowined3d: Add WINED3DLOCKED_RECT to wined3d_types.h.
Stefan Dösinger [Thu, 6 Apr 2006 17:36:02 +0000 (19:36 +0200)] 
wined3d: Add WINED3DLOCKED_RECT to wined3d_types.h.

18 years agowined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
Stefan Dösinger [Thu, 6 Apr 2006 17:02:16 +0000 (19:02 +0200)] 
wined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.

18 years agonetapi32: Add (stubbed) NetSessionEnum.
Paul Vriens [Thu, 6 Apr 2006 12:34:14 +0000 (14:34 +0200)] 
netapi32: Add (stubbed) NetSessionEnum.

18 years agoadvpack: Add initial tests for SetPerUserSecValues.
James Hawkins [Thu, 6 Apr 2006 08:48:49 +0000 (03:48 -0500)] 
advpack: Add initial tests for SetPerUserSecValues.

18 years agocomctl32: Set the sheet caption before invoking the sheet callback and before creatin...
Huw Davies [Thu, 6 Apr 2006 15:55:32 +0000 (16:55 +0100)] 
comctl32: Set the sheet caption before invoking the sheet callback and before creating the pages.

18 years agofonts: Add a couple of cyrillic glyphs to all built-in bitmap fonts.
Dmitry Timoshkov [Thu, 6 Apr 2006 11:53:22 +0000 (20:53 +0900)] 
fonts: Add a couple of cyrillic glyphs to all built-in bitmap fonts.

Also add numero-sign to Courier.

18 years agontdll: Print traces for EXC_CallHandler even with the assembly version.
Alexandre Julliard [Thu, 6 Apr 2006 19:32:17 +0000 (21:32 +0200)] 
ntdll: Print traces for EXC_CallHandler even with the assembly version.

18 years agomsvcrt: Append extension(.exe) for _spawnve argument.
qingdoa daoo [Wed, 5 Apr 2006 18:37:01 +0000 (11:37 -0700)] 
msvcrt: Append extension(.exe) for _spawnve argument.

18 years agokernel: Show the exe name instead of wine-[kp]thread in ps and top.
Alexandre Julliard [Thu, 6 Apr 2006 09:57:37 +0000 (11:57 +0200)] 
kernel: Show the exe name instead of wine-[kp]thread in ps and top.

18 years agocrypt32: Implement CertCreateSelfSignCertificate, with some tests.
Juan Lang [Thu, 6 Apr 2006 00:54:15 +0000 (17:54 -0700)] 
crypt32: Implement CertCreateSelfSignCertificate, with some tests.

18 years agocrypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID certificate property.
Juan Lang [Wed, 5 Apr 2006 22:35:02 +0000 (15:35 -0700)] 
crypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID certificate property.

18 years agowinspool: Implement EnumMonitorsA on top of EnumMonitorsW.
Detlef Riekenberg [Fri, 31 Mar 2006 12:32:02 +0000 (14:32 +0200)] 
winspool: Implement EnumMonitorsA on top of EnumMonitorsW.

18 years agowinspool: Implement EnumMonitorsW.
Detlef Riekenberg [Fri, 31 Mar 2006 12:30:10 +0000 (14:30 +0200)] 
winspool: Implement EnumMonitorsW.

18 years agoshdocvw: Forward IWebBrowser2::Navigate calls to ::Navigate2.
Mike McCormack [Thu, 6 Apr 2006 05:44:59 +0000 (14:44 +0900)] 
shdocvw: Forward IWebBrowser2::Navigate calls to ::Navigate2.

18 years agomsi: Avoid a crash if a parameter is NULL.
Mike McCormack [Thu, 6 Apr 2006 03:45:19 +0000 (12:45 +0900)] 
msi: Avoid a crash if a parameter is NULL.

18 years agowinearts: Don't call arts_free if arts_init wasn't successful.
Robert Reif [Wed, 5 Apr 2006 23:14:32 +0000 (19:14 -0400)] 
winearts: Don't call arts_free if arts_init wasn't successful.

18 years agogdi32: Always consume the subst structure.
Huw Davies [Wed, 5 Apr 2006 11:43:12 +0000 (12:43 +0100)] 
gdi32: Always consume the subst structure.

18 years agogdi32: Use the localised family name if present
Huw Davies [Wed, 5 Apr 2006 11:45:25 +0000 (12:45 +0100)] 
gdi32: Use the localised family name if present

(based on a patch on Byeong-Sik Jeon).

18 years agogdi32: Move a few functions around. Should be a nop.
Huw Davies [Wed, 5 Apr 2006 11:41:49 +0000 (12:41 +0100)] 
gdi32: Move a few functions around.  Should be a nop.

18 years agoshdocvw: Add class definition for InternetExplorer.
Mike McCormack [Wed, 5 Apr 2006 14:24:31 +0000 (23:24 +0900)] 
shdocvw: Add class definition for InternetExplorer.

18 years agogdi32: Add tests for GetBitmapBits and GetObject for a DIB section.
Dmitry Timoshkov [Wed, 5 Apr 2006 09:53:07 +0000 (18:53 +0900)] 
gdi32: Add tests for GetBitmapBits and GetObject for a DIB section.

Make them pass under Wine.

18 years agoinclude: Add lmshare to lm.h.
Paul Vriens [Wed, 5 Apr 2006 08:43:45 +0000 (10:43 +0200)] 
include: Add lmshare to lm.h.

18 years agowined3d: Add some type macros to wined3d_interface.h.
Stefan Dösinger [Wed, 5 Apr 2006 08:31:45 +0000 (10:31 +0200)] 
wined3d: Add some type macros to wined3d_interface.h.

18 years agowinebuild: Remove a no longer necessary movzwl instruction.
Alexandre Julliard [Wed, 5 Apr 2006 18:02:51 +0000 (20:02 +0200)] 
winebuild: Remove a no longer necessary movzwl instruction.

This could cause broken relays to be generated depending on the order
of the entry points in the relay list.
Also add a few missing tabs in the assembly output.

18 years agocards: Avoid GetPixel to draw round corners, use a clip region instead.
Alexandre Julliard [Wed, 5 Apr 2006 12:05:03 +0000 (14:05 +0200)] 
cards: Avoid GetPixel to draw round corners, use a clip region instead.

18 years agoadvpack: Factor out advpack error handling into ADV_HRESULT.
James Hawkins [Tue, 4 Apr 2006 18:15:51 +0000 (13:15 -0500)] 
advpack: Factor out advpack error handling into ADV_HRESULT.

18 years agoAdd an implementation of iexplore.exe.
Mike McCormack [Tue, 4 Apr 2006 14:46:10 +0000 (23:46 +0900)] 
Add an implementation of iexplore.exe.

18 years agoshdocvw: Stub implementation of IEWinMain.
Mike McCormack [Tue, 4 Apr 2006 13:56:32 +0000 (22:56 +0900)] 
shdocvw: Stub implementation of IEWinMain.

18 years agomsvcrt: Fix a TRACE message to avoid buffer overflow.
qingdoa daoo [Wed, 5 Apr 2006 01:21:26 +0000 (18:21 -0700)] 
msvcrt: Fix a TRACE message to avoid buffer overflow.

18 years agofonts: Add a few missing glyphs.
Huw Davies [Tue, 4 Apr 2006 19:46:55 +0000 (20:46 +0100)] 
fonts: Add a few missing glyphs.

18 years agowidl: Implement support for ref pointers to arrays of base types.
Eric Kohl [Tue, 4 Apr 2006 22:07:03 +0000 (00:07 +0200)] 
widl: Implement support for ref pointers to arrays of base types.

18 years agodinput: Fixed joystick with POV and JoystickAImpl_SetProperty-proprange.
Pavel Semerad [Mon, 3 Apr 2006 22:01:50 +0000 (00:01 +0200)] 
dinput: Fixed joystick with POV and JoystickAImpl_SetProperty-proprange.

18 years agox11drv: Avoid redundant flushing of the thread display.
Alexandre Julliard [Tue, 4 Apr 2006 18:49:53 +0000 (20:49 +0200)] 
x11drv: Avoid redundant flushing of the thread display.

18 years agox11drv: Remove one more XSync call.
Alexandre Julliard [Tue, 4 Apr 2006 18:47:34 +0000 (20:47 +0200)] 
x11drv: Remove one more XSync call.

18 years agowined3d: CreateDevice should use the root window.
Jan Zerebecki [Tue, 4 Apr 2006 15:37:01 +0000 (17:37 +0200)] 
wined3d: CreateDevice should use the root window.

18 years agowined3d: Output unhandled renderstates with debug_d3drenderstate.
Jan Zerebecki [Tue, 4 Apr 2006 13:34:28 +0000 (15:34 +0200)] 
wined3d: Output unhandled renderstates with debug_d3drenderstate.

18 years agowined3d: Add D3DFMT_L16.
Jan Zerebecki [Tue, 4 Apr 2006 13:34:46 +0000 (15:34 +0200)] 
wined3d: Add D3DFMT_L16.

18 years agox11drv: Make UseXVidMode default to yes.
Jesse Allen [Tue, 4 Apr 2006 18:10:02 +0000 (11:10 -0700)] 
x11drv: Make UseXVidMode default to yes.

18 years agox11drv: Allow xvidmode to always initialize at least for the gamma functions.
Jesse Allen [Tue, 4 Apr 2006 01:38:10 +0000 (18:38 -0700)] 
x11drv: Allow xvidmode to always initialize at least for the gamma functions.

18 years agosetupapi: Add a stub implementation for RegistryDelnode.
Mike McCormack [Tue, 4 Apr 2006 12:04:32 +0000 (21:04 +0900)] 
setupapi: Add a stub implementation for RegistryDelnode.

18 years agogdi32: Use a function to add entries to the substitution list
Huw Davies [Tue, 4 Apr 2006 13:57:10 +0000 (14:57 +0100)] 
gdi32: Use a function to add entries to the substitution list

(based on a patch by Byeong-Sik Jeon).

18 years agogdi32: Use RtlUshortByteSwap to read big endian words.
Huw Davies [Tue, 4 Apr 2006 11:12:41 +0000 (12:12 +0100)] 
gdi32: Use RtlUshortByteSwap to read big endian words.

18 years agowined3d: Add WINED3DCUBEMAP_FACES to wined3d_types.h.
Stefan Dösinger [Tue, 4 Apr 2006 13:51:28 +0000 (15:51 +0200)] 
wined3d: Add WINED3DCUBEMAP_FACES to wined3d_types.h.

18 years agowined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP / DDGAMMARAMP.
Stefan Dösinger [Tue, 4 Apr 2006 11:44:17 +0000 (13:44 +0200)] 
wined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP / DDGAMMARAMP.

18 years agouser: Fixed PrivateExtractIcons to pass the tests when using native dlls.
Alexandre Julliard [Tue, 4 Apr 2006 16:58:48 +0000 (18:58 +0200)] 
user: Fixed PrivateExtractIcons to pass the tests when using native dlls.

18 years agotools: Add LDFLAGS to all the linker invocations.
Alexandre Julliard [Tue, 4 Apr 2006 11:45:34 +0000 (13:45 +0200)] 
tools: Add LDFLAGS to all the linker invocations.

18 years agowinegcc: Don't use the library full name for .so libs.
Alexandre Julliard [Tue, 4 Apr 2006 11:45:16 +0000 (13:45 +0200)] 
winegcc: Don't use the library full name for .so libs.

18 years agofonts: Add cyrillic glyphs to the "Small Fonts" built-in bitmap font.
Dmitry Timoshkov [Tue, 4 Apr 2006 09:56:20 +0000 (18:56 +0900)] 
fonts: Add cyrillic glyphs to the "Small Fonts" built-in bitmap font.

18 years agofonts: Use pixels instead of logical units for "Small Fonts" bitmap font metrics.
Dmitry Timoshkov [Tue, 4 Apr 2006 09:56:00 +0000 (18:56 +0900)] 
fonts: Use pixels instead of logical units for "Small Fonts" bitmap font metrics.

18 years agox11drv: Fixed handling of XK_KP_Separator.
Augusto Arcoverde da Rocha [Thu, 9 Mar 2006 21:05:07 +0000 (18:05 -0300)] 
x11drv: Fixed handling of XK_KP_Separator.

18 years agoadvpack: Forward RegInstallA to its Unicode counterpart.
James Hawkins [Mon, 3 Apr 2006 17:04:46 +0000 (12:04 -0500)] 
advpack: Forward RegInstallA to its Unicode counterpart.

18 years agoadvpack: Forward LaunchINFSectionA to its Unicode counterpart.
James Hawkins [Mon, 3 Apr 2006 17:04:59 +0000 (12:04 -0500)] 
advpack: Forward LaunchINFSectionA to its Unicode counterpart.

18 years agoadvpack: Forward RegSaveRestoreOnINFA to its Unicode counterpart.
James Hawkins [Mon, 3 Apr 2006 17:04:32 +0000 (12:04 -0500)] 
advpack: Forward RegSaveRestoreOnINFA to its Unicode counterpart.

18 years agoadvpack: Forward RegSaveRestoreA to its Unicode counterpart.
James Hawkins [Mon, 3 Apr 2006 17:04:21 +0000 (12:04 -0500)] 
advpack: Forward RegSaveRestoreA to its Unicode counterpart.

18 years agoadvpack: Forward RegRestoreAllA to its Unicode counterpart.
James Hawkins [Mon, 3 Apr 2006 17:03:58 +0000 (12:03 -0500)] 
advpack: Forward RegRestoreAllA to its Unicode counterpart.

18 years agokernel: Don't enforce process handle access rights in Win98 mode.
Mike Hearn [Fri, 31 Mar 2006 13:02:05 +0000 (14:02 +0100)] 
kernel: Don't enforce process handle access rights in Win98 mode.

18 years agowined3d: Add a couple more debugging output formats.
Jason Green [Mon, 3 Apr 2006 15:01:19 +0000 (11:01 -0400)] 
wined3d: Add a couple more debugging output formats.

18 years agoconfigure: Filter out garbage from arts-config --libs too.
Alexandre Julliard [Tue, 4 Apr 2006 10:08:30 +0000 (12:08 +0200)] 
configure: Filter out garbage from arts-config --libs too.

18 years agogdi: Change ReadFontDir error into a warning.
Alexandre Julliard [Tue, 4 Apr 2006 09:54:14 +0000 (11:54 +0200)] 
gdi: Change ReadFontDir error into a warning.

18 years agowined3d: Add WINED3DCLIPSTATUS to wined3d_types.h.
Stefan Dösinger [Mon, 3 Apr 2006 22:30:07 +0000 (00:30 +0200)] 
wined3d: Add WINED3DCLIPSTATUS to wined3d_types.h.

18 years agowined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
Stefan Dösinger [Mon, 3 Apr 2006 22:27:28 +0000 (00:27 +0200)] 
wined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.

18 years agomsiexec: Add an icon for msiexec and .msi files.
Mike McCormack [Tue, 4 Apr 2006 06:16:39 +0000 (15:16 +0900)] 
msiexec: Add an icon for msiexec and .msi files.

18 years agowine.inf: Add hhctrl.ocx to the list of fake dlls.
James Hawkins [Tue, 4 Apr 2006 04:36:46 +0000 (23:36 -0500)] 
wine.inf: Add hhctrl.ocx to the list of fake dlls.

18 years agoconfigure: Warn if the fonts aren't going to be built.
Mike McCormack [Tue, 4 Apr 2006 04:36:51 +0000 (13:36 +0900)] 
configure: Warn if the fonts aren't going to be built.

18 years agoserver: Don't single step into signal handlers.
Alexandre Julliard [Mon, 3 Apr 2006 19:42:42 +0000 (21:42 +0200)] 
server: Don't single step into signal handlers.

18 years agontdll: Save FPU context for all exceptions.
Alexandre Julliard [Mon, 3 Apr 2006 19:39:33 +0000 (21:39 +0200)] 
ntdll: Save FPU context for all exceptions.

18 years agoole32: Add documentation for the clip format user marshal functions.
Robert Shearman [Mon, 3 Apr 2006 15:27:41 +0000 (16:27 +0100)] 
ole32: Add documentation for the clip format user marshal functions.

18 years agowidl: Fix the type offset for generated conformant string calls.
Robert Shearman [Mon, 3 Apr 2006 15:27:17 +0000 (16:27 +0100)] 
widl: Fix the type offset for generated conformant string calls.

18 years agokernel: Remove some stubs that aren't present in NT.
Robert Shearman [Mon, 3 Apr 2006 15:26:27 +0000 (16:26 +0100)] 
kernel: Remove some stubs that aren't present in NT.

18 years agokernel: Document some file functions.
Robert Shearman [Mon, 3 Apr 2006 15:26:10 +0000 (16:26 +0100)] 
kernel: Document some file functions.

18 years agowined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.
Stefan Dösinger [Mon, 3 Apr 2006 12:54:16 +0000 (14:54 +0200)] 
wined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.

18 years agouser32: More informative message on failure to load x11drv.
Mike McCormack [Mon, 3 Apr 2006 13:46:35 +0000 (22:46 +0900)] 
user32: More informative message on failure to load x11drv.

18 years agofonts: Add an 11 ppem strike of 'Small Fonts'.
Huw Davies [Mon, 3 Apr 2006 13:42:48 +0000 (14:42 +0100)] 
fonts: Add an 11 ppem strike of 'Small Fonts'.

18 years agogdi: Separate GDI tests by moving them into appropriate files.
Dmitry Timoshkov [Mon, 3 Apr 2006 12:59:27 +0000 (21:59 +0900)] 
gdi: Separate GDI tests by moving them into appropriate files.

Separate GDI tests by moving them into appropriate files:
bitmap tests to bitmap.c, font test to font.c, pen tests to pen.c.

18 years agogdi: Move WineEngInit call before stock fonts creation.
Dmitry Timoshkov [Mon, 3 Apr 2006 12:33:15 +0000 (21:33 +0900)] 
gdi: Move WineEngInit call before stock fonts creation.

Move WineEngInit call before stock fonts creation, otherwise we end up
caching wrong fonts before loading built-in bitmap fonts.

18 years agod3dx: VertexBuffer should keep reference to the parent device object.
Vitaliy Margolen [Sun, 2 Apr 2006 19:24:00 +0000 (13:24 -0600)] 
d3dx: VertexBuffer should keep reference to the parent device object.

18 years agosetupapi: Copy the complete resource tree into the fake dlls.
Alexandre Julliard [Mon, 3 Apr 2006 12:03:08 +0000 (14:03 +0200)] 
setupapi: Copy the complete resource tree into the fake dlls.

18 years agotwain: Add a Korean resource.
Hwang YunSong [Mon, 3 Apr 2006 10:14:53 +0000 (19:14 +0900)] 
twain: Add a Korean resource.

18 years agowinealsa: Fix pausing when the hardware does not support it.
Jan Zerebecki [Mon, 3 Apr 2006 01:52:11 +0000 (03:52 +0200)] 
winealsa: Fix pausing when the hardware does not support it.

18 years agourl: Add a function and two stubs.
Matthew Kehrer [Sat, 1 Apr 2006 22:01:23 +0000 (16:01 -0600)] 
url: Add a function and two stubs.

18 years agowined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
Stefan Dösinger [Sat, 1 Apr 2006 20:06:57 +0000 (22:06 +0200)] 
wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.

18 years agowined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
Stefan Dösinger [Sat, 1 Apr 2006 19:33:46 +0000 (21:33 +0200)] 
wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.

18 years agoole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
Mike McCormack [Mon, 3 Apr 2006 09:52:11 +0000 (18:52 +0900)] 
ole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.

18 years agokernel32: [Read/Write]PrivateProfile functions accept a NULL filename.
Mike McCormack [Mon, 3 Apr 2006 09:51:05 +0000 (18:51 +0900)] 
kernel32: [Read/Write]PrivateProfile functions accept a NULL filename.