Mike McCormack [Thu, 26 Oct 2006 05:09:29 +0000 (14:09 +0900)]
msi: Use msi_feature_set_state and msi_component_set_state where possible.
Mike McCormack [Thu, 26 Oct 2006 03:34:52 +0000 (12:34 +0900)]
msi: Create macro functions to set feature and component states.
James Hawkins [Thu, 26 Oct 2006 02:37:20 +0000 (19:37 -0700)]
msi: Add tests for the UPDATE sql command.
Mikołaj Zalewski [Wed, 25 Oct 2006 20:00:35 +0000 (22:00 +0200)]
comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
Hwang YunSong(황윤성) [Tue, 24 Oct 2006 07:15:30 +0000 (16:15 +0900)]
kernel32: Added winerr_kor.mc.
Rob Shearman [Wed, 25 Oct 2006 12:28:56 +0000 (13:28 +0100)]
rpcrt4: Move transport-specific server functions to rpc_transport.c.
Oleg Krylov [Wed, 25 Oct 2006 10:31:44 +0000 (13:31 +0300)]
comctl32: Create tooltip windows with WS_POPUP style.
Oleg Krylov [Wed, 25 Oct 2006 10:29:19 +0000 (13:29 +0300)]
comctl32: statusbar: Create tooltip window with WS_POPUP and TTS_ALWAYSTIP style.
Stefan Dösinger [Wed, 25 Oct 2006 10:54:15 +0000 (12:54 +0200)]
ddraw: Forward the depth stencil buffer to wined3d.
Alexandre Julliard [Wed, 25 Oct 2006 18:04:11 +0000 (20:04 +0200)]
user32: Fixed maximized window size on multi-monitor setups.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:22 +0000 (17:43 +0200)]
winhelp: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:16 +0000 (17:43 +0200)]
winemine: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:09 +0000 (17:43 +0200)]
winefile: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:02 +0000 (17:43 +0200)]
wineconsole: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:57 +0000 (17:42 +0200)]
regedit: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:51 +0000 (17:42 +0200)]
oleview: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:42 +0000 (17:42 +0200)]
user32: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:11 +0000 (17:42 +0200)]
shell32: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:04 +0000 (17:42 +0200)]
msi: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:41:58 +0000 (17:41 +0200)]
hhctrl.ocx: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:41:48 +0000 (17:41 +0200)]
comctl32: Properly handle negative coordinates for mouse events.
Mike McCormack [Wed, 25 Oct 2006 03:50:10 +0000 (12:50 +0900)]
comctl32: Create a point from index function and use it.
Kovács András [Wed, 25 Oct 2006 01:54:22 +0000 (03:54 +0200)]
mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.
Andrew Talbot [Tue, 24 Oct 2006 20:54:07 +0000 (21:54 +0100)]
crypt32: Cast-qual warnings fix.
Dmitry Timoshkov [Tue, 24 Oct 2006 14:49:44 +0000 (23:49 +0900)]
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
Alexandre Julliard [Tue, 24 Oct 2006 18:48:17 +0000 (20:48 +0200)]
Revert "kernel32: Exit from initial thread with ExitThread not by ExitProcess."
This reverts commit
5a1fd50db345c1de97d9d02133728a6080d2848b.
I committed the wrong file.
Aric Stewart [Tue, 24 Oct 2006 17:17:40 +0000 (12:17 -0500)]
winex11.drv: Only create a fontSet if we are going to be using it in the XIC.
Detlef Riekenberg [Tue, 24 Oct 2006 16:06:32 +0000 (18:06 +0200)]
user: Remove wrong comment.
Dmitry Timoshkov [Tue, 24 Oct 2006 14:49:44 +0000 (23:49 +0900)]
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:06:19 +0000 (06:06 -0400)]
wined3d: Add D3DZBUFFERTYPE to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:05:39 +0000 (06:05 -0400)]
wined3d: Add D3DBLEND to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:05:00 +0000 (06:05 -0400)]
wined3d: Add D3DTA masks to the WINED3D namespace.
Also fix usage of D3DTSS/D3DTA in ddraw.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:04:12 +0000 (06:04 -0400)]
wined3d: Add D3DVS_RASTOUT_OFFSETS to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:03:18 +0000 (06:03 -0400)]
wined3d: Add D3DTADDRESS to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:02:30 +0000 (06:02 -0400)]
wined3d: D3DLOCK: Use consistently in the WINED3D namespace.
Jeff Latimer [Tue, 24 Oct 2006 09:04:10 +0000 (19:04 +1000)]
usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches.
Jeff Latimer [Tue, 24 Oct 2006 09:02:17 +0000 (19:02 +1000)]
usp10: Add tests for ScriptStringAnalyse and ScriptStringFree.
Francois Gouget [Tue, 24 Oct 2006 10:38:21 +0000 (12:38 +0200)]
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
Rob Shearman [Tue, 24 Oct 2006 12:01:00 +0000 (13:01 +0100)]
oleaut32: Fix a crash in dump_DispParms when running the typelib test with debug tracing on.
Rob Shearman [Tue, 24 Oct 2006 12:01:12 +0000 (13:01 +0100)]
oleaut32: Free the array subscript memory for type descriptions when freeing the typelib.
Rob Shearman [Tue, 24 Oct 2006 12:01:23 +0000 (13:01 +0100)]
oleaut32: Fix a reference count leak in the typelib test.
Rob Shearman [Tue, 24 Oct 2006 12:00:51 +0000 (13:00 +0100)]
oleaut32: Fix a reference count leak in CreateDispTypeInfo.
Rob Shearman [Tue, 24 Oct 2006 12:00:46 +0000 (13:00 +0100)]
oleaut32: Initialise all members of the FUNCDESC structure in CreateDispTypeInfo.
Huw Davies [Tue, 24 Oct 2006 11:32:00 +0000 (12:32 +0100)]
winex11.drv: Only initialize static variables once per process.
Huw Davies [Tue, 24 Oct 2006 10:39:28 +0000 (11:39 +0100)]
winex11.drv: Give XCloseIM another chance.
Jonathan Ernst [Tue, 24 Oct 2006 11:23:06 +0000 (13:23 +0200)]
oledlg: Updated French translation.
Jonathan Ernst [Tue, 24 Oct 2006 11:22:39 +0000 (13:22 +0200)]
wineconsole: Updated French translation.
Mikołaj Zalewski [Tue, 24 Oct 2006 08:46:09 +0000 (10:46 +0200)]
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
Alexandre Julliard [Tue, 24 Oct 2006 10:27:28 +0000 (12:27 +0200)]
notepad: Fallback to default position if saved position if off-screen.
Alexandre Julliard [Tue, 24 Oct 2006 10:22:43 +0000 (12:22 +0200)]
user: Make sure the desktop window exists before calling monitor functions.
Hwang YunSong(황윤성) [Tue, 24 Oct 2006 07:14:52 +0000 (16:14 +0900)]
oledlg: Updated Korean resource.
Mikołaj Zalewski [Tue, 24 Oct 2006 08:44:14 +0000 (10:44 +0200)]
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
Mike McCormack [Tue, 24 Oct 2006 08:37:26 +0000 (17:37 +0900)]
msi: Split code to get a file's verion into a separate comment.
Mike McCormack [Tue, 24 Oct 2006 05:26:28 +0000 (14:26 +0900)]
riched20: Create macro functions for allocating and freeing memory.
Mike McCormack [Tue, 24 Oct 2006 05:24:48 +0000 (14:24 +0900)]
riched20: Make sure to use GlobalAlloc with GlobalFree.
James Hawkins [Tue, 24 Oct 2006 01:44:59 +0000 (18:44 -0700)]
advpack: Fix the full path check.
James Hawkins [Tue, 24 Oct 2006 01:15:28 +0000 (18:15 -0700)]
msi: Add tests for installing from continuous cabinets.
James Hawkins [Tue, 24 Oct 2006 01:11:24 +0000 (18:11 -0700)]
msi: Allow more customization of install test files.
James Hawkins [Tue, 24 Oct 2006 01:10:14 +0000 (18:10 -0700)]
msi: Remove unused function pointer and definitions.
James Hawkins [Tue, 24 Oct 2006 01:07:42 +0000 (18:07 -0700)]
msi: Remove two unnecessary install tables.
James Hawkins [Tue, 24 Oct 2006 01:07:04 +0000 (18:07 -0700)]
msi: Add support for localizable strings in MsiDatabaseImport.
Jacek Caban [Mon, 23 Oct 2006 21:40:58 +0000 (23:40 +0200)]
urlmon: Added video/mpeg mime filter.
Jacek Caban [Mon, 23 Oct 2006 21:39:42 +0000 (23:39 +0200)]
urlmon: Code clean up.
Jacek Caban [Mon, 23 Oct 2006 21:38:31 +0000 (23:38 +0200)]
urlmon: Added video/avi mime filter implementation.
Andrew Talbot [Mon, 23 Oct 2006 21:53:41 +0000 (22:53 +0100)]
user: Remove superfluous shadow variable.
Andrew Talbot [Mon, 23 Oct 2006 20:15:58 +0000 (21:15 +0100)]
crypt32: Cast-qual warnings fix.
Huw Davies [Mon, 23 Oct 2006 17:00:06 +0000 (18:00 +0100)]
winex11.drv: Initialize data->xim to NULL if xim has been disabled.
Paul Vriens [Mon, 23 Oct 2006 19:30:58 +0000 (21:30 +0200)]
regedit: Initialize a variable (Coverity).
Michael Stefaniuc [Mon, 23 Oct 2006 13:32:38 +0000 (15:32 +0200)]
comctl32/tests: Specify type of function argument and remove unused arguments.
Eric Pouech [Sun, 22 Oct 2006 19:48:45 +0000 (21:48 +0200)]
netapi32: Fix the size of allocation for the string returned from NetpGetComputerName.
Eric Pouech [Sun, 22 Oct 2006 19:48:49 +0000 (21:48 +0200)]
ole32: Fixed some wrong conditions in OleFlushClipboard.
Eric Pouech [Sun, 22 Oct 2006 19:48:52 +0000 (21:48 +0200)]
ole32: CoUninitialize: No longer access an object after it's been freed.
Eric Pouech [Sun, 22 Oct 2006 19:48:42 +0000 (21:48 +0200)]
msxml: Fixed list walking in xmlnodelist_get_length.
Eric Pouech [Sun, 22 Oct 2006 19:48:19 +0000 (21:48 +0200)]
gdi32: Better error handling in enhanced metafile.
Eric Pouech [Sun, 22 Oct 2006 19:48:07 +0000 (21:48 +0200)]
winex11.drv: As the min keycode is always greater or equal to 8, we
don't need to scan XKeymapEvent.key_vector from 0 but from 8.
Marcus Meissner [Sun, 22 Oct 2006 19:58:47 +0000 (21:58 +0200)]
wineoss: On non-OSS systems define MidiExit too.
Marcus Meissner [Sun, 22 Oct 2006 19:15:46 +0000 (21:15 +0200)]
iphlpapi: NetBSD needs sys/param.h.
Detlef Riekenberg [Sat, 21 Oct 2006 16:45:53 +0000 (18:45 +0200)]
localspl: Remember hInstance, needed for resources.
Detlef Riekenberg [Sat, 21 Oct 2006 16:45:01 +0000 (18:45 +0200)]
localspl: Add version resource.
Detlef Riekenberg [Sat, 21 Oct 2006 16:41:04 +0000 (18:41 +0200)]
localspl/tests: Fallback to localmon.dll on NT4.0.
Alexandre Julliard [Mon, 23 Oct 2006 16:03:16 +0000 (18:03 +0200)]
user: Fixed MonitorFromWindow behavior for an invalid window handle.
Francois Gouget [Mon, 23 Oct 2006 11:57:15 +0000 (13:57 +0200)]
msi/tests: Fix compilation with gcc 2.95.
Francois Gouget [Mon, 23 Oct 2006 11:55:49 +0000 (13:55 +0200)]
oleview: Fix compilation with gcc 2.95.
Rob Shearman [Mon, 23 Oct 2006 10:46:08 +0000 (11:46 +0100)]
oleaut32: Fix a missing ITypeInfo::ReleaseTypeAttr in the typelib marshaling code.
Rob Shearman [Mon, 23 Oct 2006 10:44:50 +0000 (11:44 +0100)]
oleaut32: Fix two more leaks on type info destruction.
Rob Shearman [Mon, 23 Oct 2006 10:39:43 +0000 (11:39 +0100)]
oleaut32: Rewrite MSFT_ReadName and MSFT_ReadString to need one less allocation and to fix a memory leak.
Rob Shearman [Mon, 23 Oct 2006 10:39:21 +0000 (11:39 +0100)]
oleaut32: Free allocated memory on typelib and typeinfo destruction.
Rob Shearman [Mon, 23 Oct 2006 10:38:20 +0000 (11:38 +0100)]
oleaut32: Fix some reference count and memory leaks in the typelib marshaling code.
Rob Shearman [Mon, 23 Oct 2006 10:29:09 +0000 (11:29 +0100)]
oleaut32: Fix memory leaks after calling ITypeInfo::GetNames.
Rob Shearman [Mon, 23 Oct 2006 10:28:58 +0000 (11:28 +0100)]
ole32: Fix some memory leaks in the marshal tests.
Rob Shearman [Mon, 23 Oct 2006 10:28:46 +0000 (11:28 +0100)]
comctl32: Fix imagelist leak in tests.
Dmitry Timoshkov [Mon, 23 Oct 2006 10:06:59 +0000 (19:06 +0900)]
user32: Make the test pass for GetClassName called on a small buffer.
Dmitry Timoshkov [Mon, 23 Oct 2006 11:28:37 +0000 (20:28 +0900)]
oleaut32: Make QueryPathOfRegTypeLib test pass under Wine.
Dmitry Timoshkov [Sun, 22 Oct 2006 15:01:24 +0000 (00:01 +0900)]
oleaut32: Add a test for QueryPathOfRegTypeLib.
Mikołaj Zalewski [Sun, 22 Oct 2006 17:54:18 +0000 (19:54 +0200)]
shlwapi: Test and fix StrRStrI[AW].
Mikołaj Zalewski [Sun, 22 Oct 2006 17:52:41 +0000 (19:52 +0200)]
shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.
Mikołaj Zalewski [Sun, 22 Oct 2006 17:40:56 +0000 (19:40 +0200)]
shlwapi/tests: Enable the locale-dependent tests if the delimiters are correct.
Mikołaj Zalewski [Sun, 22 Oct 2006 17:37:42 +0000 (19:37 +0200)]
shlwapi/tests: Make the string.c tests compile in Visual C++.
Mikołaj Zalewski [Sun, 22 Oct 2006 17:27:37 +0000 (19:27 +0200)]
notepad: Fix ellipsis in menu items.
Mikołaj Zalewski [Sun, 22 Oct 2006 16:58:12 +0000 (18:58 +0200)]
notepad: Implement Find and Find Next.