Ricardo Filipe [Wed, 18 Feb 2009 03:40:15 +0000 (03:40 +0000)]
setupapi: Enable Browse action on SetupPromptForDisk dialog.
Ricardo Filipe [Wed, 18 Feb 2009 03:35:26 +0000 (03:35 +0000)]
setupapi: Initiate resources of SetupPromptForDisk dialog.
Ricardo Filipe [Wed, 18 Feb 2009 08:44:15 +0000 (08:44 +0000)]
setupapi: Implement SetupPromptForDiskW with only Cancel button active.
Ricardo Filipe [Wed, 18 Feb 2009 08:39:40 +0000 (08:39 +0000)]
setupapi: Make hinstance global for all dialogs.
Alexandre Julliard [Mon, 23 Feb 2009 13:24:59 +0000 (14:24 +0100)]
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
Alexandre Julliard [Mon, 23 Feb 2009 13:02:16 +0000 (14:02 +0100)]
ntdll: Don't free the thread stack and TEB while exiting, do it from the next thread.
Aric Stewart [Fri, 20 Feb 2009 19:53:06 +0000 (13:53 -0600)]
msctf: Implement ITfInputProcessorProfiles::EnumLanguageProfiles.
Aric Stewart [Fri, 20 Feb 2009 19:52:55 +0000 (13:52 -0600)]
msctf: Implement ITfInputProcessorProfiles::EnumInputProcessorInfo.
Aric Stewart [Fri, 20 Feb 2009 19:52:37 +0000 (13:52 -0600)]
msctf: Define TF_LANGUAGEPROFILE.
Austin English [Sun, 22 Feb 2009 21:28:19 +0000 (15:28 -0600)]
dbghelp: Change pointer cast to DWORD_PTR.
Alexandre Julliard [Mon, 23 Feb 2009 11:34:57 +0000 (12:34 +0100)]
winetest: Don't try to unload mshtml, it's broken.
Alexandre Julliard [Mon, 23 Feb 2009 11:22:24 +0000 (12:22 +0100)]
winetest: Process messages while waiting for a process to terminate.
Francois Gouget [Mon, 23 Feb 2009 09:42:43 +0000 (10:42 +0100)]
netapi32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:42:00 +0000 (10:42 +0100)]
ntdll/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:51 +0000 (10:41 +0100)]
oleaut32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:34 +0000 (10:41 +0100)]
rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:30 +0000 (10:41 +0100)]
secur32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:23 +0000 (10:41 +0100)]
serialui/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:15 +0000 (10:41 +0100)]
setupapi/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:41:03 +0000 (10:41 +0100)]
user32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Mon, 23 Feb 2009 09:40:40 +0000 (10:40 +0100)]
mapi32/tests: Use win_skip() to skip over unimplemented functionality.
Henri Verbeet [Mon, 23 Feb 2009 08:16:06 +0000 (09:16 +0100)]
wined3d: Merge indexbuffer.c with buffer.c.
Henri Verbeet [Mon, 23 Feb 2009 08:16:04 +0000 (09:16 +0100)]
wined3d: Merge vertexbuffer.c with buffer.c.
This just moves to code to the same file, but we want to merge the
implementations as well at some point.
Henri Verbeet [Mon, 23 Feb 2009 08:16:02 +0000 (09:16 +0100)]
wined3d: Add IWineD3DBuffer, use it in d3d10core.
Henri Verbeet [Mon, 23 Feb 2009 08:16:01 +0000 (09:16 +0100)]
d3d10core: Keep a reference to the wined3d device in the d3d10 device.
Henri Verbeet [Mon, 23 Feb 2009 08:16:00 +0000 (09:16 +0100)]
d3dx8: Don't use uninitialized memory in the D3DXQuaternionSlerp() test.
Andrew Nguyen [Mon, 23 Feb 2009 09:18:37 +0000 (03:18 -0600)]
include: Fix mismatched extern declaration in aclui.h.
Adam Stoelting [Sun, 22 Feb 2009 03:19:09 +0000 (19:19 -0800)]
winemp3.acm: Changed pointer cast from DWORD to DWORD_PTR.
Adam Stoelting [Sun, 22 Feb 2009 03:00:12 +0000 (19:00 -0800)]
msadp32.acm: Changed pointer cast from DWORD to DWORD_PTR.
Aurimas Fischer [Sat, 21 Feb 2009 21:45:23 +0000 (23:45 +0200)]
user32: Add Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 21:44:31 +0000 (23:44 +0200)]
notepad: Fix more inconsistencies in Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 20:50:06 +0000 (22:50 +0200)]
winspool.drv: Fix another inconsistency in Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 20:45:21 +0000 (22:45 +0200)]
comdlg32: Fix another inconsistency in Lithuanian translation.
Austin English [Sat, 21 Feb 2009 21:42:26 +0000 (15:42 -0600)]
user32: Add a missing HeapFree.
Vitaliy Margolen [Sat, 21 Feb 2009 20:19:43 +0000 (13:19 -0700)]
kernel32: Implement GetShortPathName16.
Vitaliy Margolen [Sat, 21 Feb 2009 19:54:37 +0000 (12:54 -0700)]
dinput: Let each device decide which hook event to skip.
Some programs acquire mouse in exclusive and keyboard in non-exclusive mode.
Paul Vriens [Sat, 21 Feb 2009 14:16:32 +0000 (15:16 +0100)]
fusion/tests: Fix a test failure on Win64.
Detlef Riekenberg [Sat, 21 Feb 2009 11:17:43 +0000 (12:17 +0100)]
fusion/tests: Fix remaining win98 failures in asmcache.
Detlef Riekenberg [Sat, 21 Feb 2009 09:02:59 +0000 (10:02 +0100)]
fusion/tests: Do not use an hardcoded path for the windows directory.
Anders Jonsson [Fri, 20 Feb 2009 22:19:27 +0000 (23:19 +0100)]
winemine: Change max number of mines to (cols-1)*(rows-1).
Alexandre Julliard [Sat, 21 Feb 2009 11:57:23 +0000 (12:57 +0100)]
user32/tests: Print all the unexpected messages we received. Fix a couple of sequences.
Alexandre Julliard [Sat, 21 Feb 2009 11:56:52 +0000 (12:56 +0100)]
user32/tests: Add some optional keystrokes for AltGr key.
Huw Davies [Fri, 20 Feb 2009 16:19:32 +0000 (16:19 +0000)]
lz32/tests: Display filename on failure.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:27 +0000 (16:56 +0100)]
user32/tests: Remove an unreliable pixel test.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:16 +0000 (16:56 +0100)]
user32/tests: Skip some message tests if we fail to queue events.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:07 +0000 (16:56 +0100)]
user32/tests: Skip some input tests if we fail to queue keyboard events.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 10:05:21 +0000 (21:05 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_cursor.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 10:04:19 +0000 (21:04 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_textDecoration.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:48:42 +0000 (20:48 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_textAlign.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:45:29 +0000 (20:45 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:43:10 +0000 (20:43 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:41:13 +0000 (20:41 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:37:48 +0000 (20:37 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:27:37 +0000 (20:27 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_fontVariant.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:24:00 +0000 (20:24 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_backgroundImage.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:22:16 +0000 (20:22 +1100)]
mshtml: Implement IHTMLCurrentStyle_get_fontStyle.
Eddie Leung [Fri, 20 Feb 2009 07:17:55 +0000 (23:17 -0800)]
msg711.acm: Pointer cast changed to DWORD_PTR.
Huw Davies [Fri, 20 Feb 2009 14:40:44 +0000 (14:40 +0000)]
gdi32: Fix fractional scaling threshold.
Rein Klazes [Fri, 20 Feb 2009 14:28:37 +0000 (15:28 +0100)]
user32: Implement support for HBMENU_POPUP_* magic menu bitmaps and use them to decorate the system menu.
Aric Stewart [Fri, 20 Feb 2009 14:07:06 +0000 (08:07 -0600)]
msctf: Add tests for ITfCategoryMgr::UnregisterCategory and ITfCategoryMgr::RegisterCategory.
Aric Stewart [Fri, 20 Feb 2009 14:00:50 +0000 (08:00 -0600)]
msctf: Define TIP Category values.
Aric Stewart [Fri, 20 Feb 2009 14:00:34 +0000 (08:00 -0600)]
msctf: Implement ITfInputProcessorProfiles::Unregister.
Paul Vriens [Fri, 20 Feb 2009 13:31:21 +0000 (14:31 +0100)]
crypt32/tests: Don't crash on Win9x.
Jon Parshall [Fri, 20 Feb 2009 12:10:02 +0000 (12:10 +0000)]
fonts: Add the Symbol font.
Alexandre Julliard [Fri, 20 Feb 2009 14:48:59 +0000 (15:48 +0100)]
fonts: Set the symbol flag when generating symbol.ttf.
Alexandre Julliard [Fri, 20 Feb 2009 14:17:20 +0000 (15:17 +0100)]
fonts: Re-generate fonts using the "official" fontforge version.
Paul Vriens [Fri, 20 Feb 2009 11:39:30 +0000 (12:39 +0100)]
itss/tests: Fix test failures on some Win95 and NT4 boxes.
Paul Vriens [Fri, 20 Feb 2009 10:47:48 +0000 (11:47 +0100)]
gdi32/tests: Report a missing function only once.
Michael Stefaniuc [Fri, 20 Feb 2009 09:23:08 +0000 (10:23 +0100)]
winmm: Remove superfluous pointer casts.
Alexandre Julliard [Fri, 20 Feb 2009 10:45:47 +0000 (11:45 +0100)]
ntdll: Call pthread_create and pthread_exit directly from ntdll.
Alexandre Julliard [Fri, 20 Feb 2009 10:23:08 +0000 (11:23 +0100)]
ntdll: Moved exit_thread and abort_thread functions to thread.c.
Alexandre Julliard [Fri, 20 Feb 2009 10:15:06 +0000 (11:15 +0100)]
ntdll: Call pthread_sigmask directly instead of through the pthread function table.
Ricardo Filipe [Wed, 18 Feb 2009 04:28:52 +0000 (04:28 +0000)]
setupapi: Add missing header values for SetupPromptForDisk.
Paul Vriens [Fri, 20 Feb 2009 07:37:31 +0000 (08:37 +0100)]
fusion/tests: Don't crash if we have a culture attribute.
Paul Vriens [Fri, 20 Feb 2009 07:14:22 +0000 (08:14 +0100)]
fusion/tests: Don't use strdup to prevent crashes when freeing memory.
Paul Vriens [Fri, 20 Feb 2009 07:01:17 +0000 (08:01 +0100)]
fusion/tests: Don't crash on .NET 1.x.
Nicolas Le Cam [Thu, 19 Feb 2009 21:48:22 +0000 (22:48 +0100)]
fusion/tests: Fix a test on some platforms.
Aurimas Fischer [Thu, 19 Feb 2009 17:21:07 +0000 (19:21 +0200)]
winspool.drv: Properly free destinations list returned by CUPS.
Aurimas Fischer [Sat, 7 Feb 2009 14:52:12 +0000 (16:52 +0200)]
winspool.drv: Add Lithuanian translation.
Austin English [Thu, 19 Feb 2009 16:46:30 +0000 (10:46 -0600)]
kernel32: Add test for renaming file over itself.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)]
d3d10core: Convert between DXGI_FORMAT and WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)]
dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)]
wined3d: Add DXGI formats to WINED3DFORMAT.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)]
d3d9: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:41 +0000 (16:59 +0100)]
d3d8: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
Rein Klazes [Thu, 19 Feb 2009 15:01:47 +0000 (16:01 +0100)]
user32/resources: Remove the "switch to... <Ctrl+Esc>" item from the system menu.
Alexandre Julliard [Thu, 19 Feb 2009 19:27:53 +0000 (20:27 +0100)]
winetest: Get rid of the archive URL, it's no longer used.
Igor Tarasov [Tue, 17 Feb 2009 11:20:52 +0000 (15:20 +0400)]
comctl32: Make listview forward HDN_ITEMCLICK.
Igor Tarasov [Thu, 19 Feb 2009 03:41:25 +0000 (07:41 +0400)]
comctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLITEMS for virtual listviews.
Igor Tarasov [Thu, 19 Feb 2009 03:26:10 +0000 (07:26 +0400)]
comctl32: Implement LVN_ODFINDITEM.
Igor Tarasov [Thu, 19 Feb 2009 03:01:21 +0000 (07:01 +0400)]
comctl32: Make LISTVIEW_ProcessLetterKeys accept Unicode characters.
Artem Reznikov [Thu, 19 Feb 2009 13:41:09 +0000 (14:41 +0100)]
shlwapi: Ukranian translation.
James Hawkins [Thu, 19 Feb 2009 11:31:47 +0000 (12:31 +0100)]
fusion: Add tests for the IAssemblyEnum interface.
Hans Leidekker [Thu, 19 Feb 2009 13:06:43 +0000 (14:06 +0100)]
fusion: Sort the list of assemblies built during enumeration.
Hans Leidekker [Thu, 19 Feb 2009 13:06:16 +0000 (14:06 +0100)]
msi: Don't release view object twice in check_assembly_installed.
Hans Leidekker [Thu, 19 Feb 2009 13:05:54 +0000 (14:05 +0100)]
fusion: Use parsed properties for assembly enumeration instead of trying to parse the display name again.
The display name passed in may not be normalized, e.g. if the version number
is passed as "1.0.0.00000" instead of "1.0.0.0". This patch should also cut
down on case insensitive file searches.
Hans Leidekker [Thu, 19 Feb 2009 13:05:25 +0000 (14:05 +0100)]
msi: Make comparison of assembly field names case insensistive.
Hans Leidekker [Thu, 19 Feb 2009 13:04:58 +0000 (14:04 +0100)]
fusion: Don't trace contents of an out parameter.
Hans Leidekker [Thu, 19 Feb 2009 13:04:41 +0000 (14:04 +0100)]
fusion: Allow spaces between attribute-value pairs in an assembly name.
Hans Leidekker [Thu, 19 Feb 2009 13:04:22 +0000 (14:04 +0100)]
fusion: Assembly version numbers are WORDs.