Lei Zhang [Thu, 24 Apr 2008 00:48:34 +0000 (17:48 -0700)]
user32: Add a test for sending WM_KEYDOWN to a child edit control.
James Hawkins [Thu, 24 Apr 2008 00:07:19 +0000 (19:07 -0500)]
uxtheme: Fix a test that fails in win2k3.
James Hawkins [Wed, 23 Apr 2008 23:45:49 +0000 (18:45 -0500)]
shell32: Fix a test that fails in win2k3.
James Hawkins [Wed, 23 Apr 2008 23:20:21 +0000 (18:20 -0500)]
riched20: Fix a few tests that fail in XP and up.
James Hawkins [Wed, 23 Apr 2008 23:05:02 +0000 (18:05 -0500)]
pdh: Fix two tests that fail on win2k3.
Michael Stefaniuc [Wed, 23 Apr 2008 23:04:40 +0000 (01:04 +0200)]
start: Update the German translation.
Andrew Talbot [Wed, 23 Apr 2008 21:13:04 +0000 (22:13 +0100)]
quartz: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:07 +0000 (22:13 +0100)]
riched20: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:01 +0000 (22:13 +0100)]
qcap: Remove unused variable.
Rob Shearman [Wed, 23 Apr 2008 19:10:14 +0000 (20:10 +0100)]
wintrust: Check that provider functions are not NULL before using them.
Rob Shearman [Wed, 23 Apr 2008 19:09:19 +0000 (20:09 +0100)]
wintrust: Implement WTHelperGetProvPrivateDataFromChain.
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.
Rob Shearman [Wed, 23 Apr 2008 19:08:50 +0000 (20:08 +0100)]
crypt32: Decode the message content on finishing in CDecodeMsg_Update for the streamed case as well as the non-streamed case.
Reece Dunn [Tue, 22 Apr 2008 12:35:34 +0000 (13:35 +0100)]
shlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:52:14 +0000 (09:52 -0500)]
riched20: Yet more tests for EM_STREAMIN.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:48:44 +0000 (09:48 -0500)]
uxtheme: Skip creation of temporary bitmap when painting a single tile.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:45:53 +0000 (09:45 -0500)]
uxtheme: Fix nasty regression with painting of themed progress bar.
Jacek Caban [Wed, 23 Apr 2008 14:45:52 +0000 (16:45 +0200)]
mshtml: Added elements IDispatchEx implementation.
Jacek Caban [Wed, 23 Apr 2008 14:45:21 +0000 (16:45 +0200)]
mshtml.idl: Added DispHTMLUnknownElement declaration.
Jacek Caban [Wed, 23 Apr 2008 14:44:21 +0000 (16:44 +0200)]
mshtml: Use heap_alloc_zero for allocating node objects.
Jacek Caban [Wed, 23 Apr 2008 14:43:50 +0000 (16:43 +0200)]
mshtml: Added IHTMLDocument3::getElementById implementation.
Stefan Dösinger [Wed, 23 Apr 2008 14:19:19 +0000 (16:19 +0200)]
d3d9: Add a test for NP2 stretchrect.
Stefan Dösinger [Wed, 23 Apr 2008 00:48:55 +0000 (02:48 +0200)]
wined3d: Support framebuffer reading from texture_rectangle sources.
Stefan Dösinger [Fri, 11 Apr 2008 06:19:04 +0000 (08:19 +0200)]
wined3d: Use the shader backend to enable / disable atifs and nvts.
The previous logic assumed that if NVTS or ATIFS are available they
will be used. This happens to be true for NVTS, but ATIFS is only used
if neither ARBFP nor GLSL are supported. This breaks fixed function
fragment processing on ATI r300 and newer cards
Alexandre Julliard [Wed, 23 Apr 2008 16:04:43 +0000 (18:04 +0200)]
explorer: Convert the command line parsing to Unicode.
Alexandre Julliard [Wed, 23 Apr 2008 13:34:07 +0000 (15:34 +0200)]
winex11: Don't allow changing the X11 size of a maximized window.
Alexandre Julliard [Wed, 23 Apr 2008 13:33:29 +0000 (15:33 +0200)]
winex11: Make sure that the window gravity is always set.
Alexandre Julliard [Wed, 23 Apr 2008 13:32:58 +0000 (15:32 +0200)]
winex11: Merged the contents of winpos.c into window.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:22:17 +0000 (15:22 +0200)]
winex11: Moved the X11DRV_resize_desktop function to desktop.c.
Dan Kegel [Tue, 22 Apr 2008 23:52:56 +0000 (16:52 -0700)]
gdiplus: GdipLoadImageFromStream: initialize variable.
Nikolay Sivov [Tue, 22 Apr 2008 21:12:59 +0000 (01:12 +0400)]
gdiplus: Implemented GdipCloneFont.
Reece Dunn [Tue, 22 Apr 2008 12:18:07 +0000 (13:18 +0100)]
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
James Hawkins [Tue, 22 Apr 2008 04:42:19 +0000 (23:42 -0500)]
kernel32: Fix a test that fails on win9x.
James Hawkins [Tue, 22 Apr 2008 01:30:35 +0000 (20:30 -0500)]
version: Fix tests that fail in win9x and win2k.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:46 +0000 (19:05 +0900)]
imm32: More implementation of the ImmGetConversionStatus().
Match the ImmSetConversionStatus() function.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:30 +0000 (19:05 +0900)]
imm32: Pass the old conversion status value to the IME.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:23 +0000 (19:05 +0900)]
imm32: Examine whether the fOpen value differs with its old value.
ByeongSik Jeon [Tue, 22 Apr 2008 03:33:22 +0000 (12:33 +0900)]
user32: Pass the WM_IME_NOTIFY message to the default IME window.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:39 +0000 (21:44 +0900)]
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:22 +0000 (21:44 +0900)]
imm32: Add stub and header of ImmRequestMessage.
Tomasz Jezierski [Tue, 22 Apr 2008 07:39:48 +0000 (09:39 +0200)]
shell32: Secure filename copy to fixed size variable wfileName.
Maarten Lankhorst [Wed, 23 Apr 2008 00:12:28 +0000 (17:12 -0700)]
dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Maarten Lankhorst [Tue, 22 Apr 2008 23:54:28 +0000 (16:54 -0700)]
quartz: Make the file source support multiple samples by preallocating enough handles.
Maarten Lankhorst [Tue, 22 Apr 2008 20:57:11 +0000 (13:57 -0700)]
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin.
Maarten Lankhorst [Tue, 22 Apr 2008 20:44:33 +0000 (13:44 -0700)]
quartz: Add some sanity checks to file splitter.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:34 +0000 (13:37 -0700)]
quartz: Copy discontinuity status in acmwrapper.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:05 +0000 (13:37 -0700)]
quartz: Fix inverted logic in memallocator.
Maarten Lankhorst [Sat, 19 Apr 2008 22:33:56 +0000 (15:33 -0700)]
quartz: Fix error message names in tests.
Maarten Lankhorst [Sat, 19 Apr 2008 02:30:25 +0000 (19:30 -0700)]
quartz: Optimize the processing thread to fetch one sample while processing another.
Dmitry Timoshkov [Wed, 23 Apr 2008 08:24:53 +0000 (17:24 +0900)]
gdi32: Reselect objects into the DC only if scaling factors change.
Austin English [Wed, 23 Apr 2008 05:13:32 +0000 (00:13 -0500)]
Spelling fixes.
Eric Pouech [Tue, 22 Apr 2008 20:01:33 +0000 (22:01 +0200)]
winhelp: Be sure to raise a newly (re)created window in all cases.
Eric Pouech [Tue, 22 Apr 2008 20:01:27 +0000 (22:01 +0200)]
winhelp: Fix the link kind (and color) of the 0xEA-0xEF family.
Eric Pouech [Tue, 22 Apr 2008 20:01:21 +0000 (22:01 +0200)]
winhelp: Popup's background color should be inherited from parent.
Eric Pouech [Tue, 22 Apr 2008 20:01:14 +0000 (22:01 +0200)]
winhelp: Store reference to the popup (if any) as a WINHELP_WINDOW pointer.
Eric Pouech [Tue, 22 Apr 2008 20:01:08 +0000 (22:01 +0200)]
winhelp: Simplify most of the helpers dealing with window creation.
Eric Pouech [Tue, 22 Apr 2008 20:01:02 +0000 (22:01 +0200)]
winhelp: Also store the relative offsets of a page in the history and back information sets.
Eric Pouech [Tue, 22 Apr 2008 20:00:56 +0000 (22:00 +0200)]
winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE).
Eric Pouech [Tue, 22 Apr 2008 20:00:50 +0000 (22:00 +0200)]
winhelp: Now use the icon out of hlpfile if any.
Eric Pouech [Tue, 22 Apr 2008 20:00:44 +0000 (22:00 +0200)]
winhelp: Simplified message box handling.
Eric Pouech [Tue, 22 Apr 2008 20:00:38 +0000 (22:00 +0200)]
winhelp: Enable/Disable prev/next buttons if there's a prev/next page.
Eric Pouech [Tue, 22 Apr 2008 20:00:32 +0000 (22:00 +0200)]
winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
Eric Pouech [Tue, 22 Apr 2008 20:00:26 +0000 (22:00 +0200)]
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
Eric Pouech [Tue, 22 Apr 2008 20:00:20 +0000 (22:00 +0200)]
winhelp: Don't add a page to the history when using the back button.
Eric Pouech [Tue, 22 Apr 2008 20:00:14 +0000 (22:00 +0200)]
winhelp: Properly display the page title.
Eric Pouech [Tue, 22 Apr 2008 20:00:08 +0000 (22:00 +0200)]
winhelp: Fix the loading of a row in a table (especially, for multiple paragraphs in a single cell).
Eric Pouech [Tue, 22 Apr 2008 20:00:03 +0000 (22:00 +0200)]
winhelp: Fix window caption index in |SYSTEM.
Eric Pouech [Tue, 22 Apr 2008 19:59:57 +0000 (21:59 +0200)]
winhelp: Properly handle the back button (in multiple windows, in empty stack...).
Eric Pouech [Tue, 22 Apr 2008 19:59:51 +0000 (21:59 +0200)]
winhelp: Present correctly the history when dealing with multiple files.
Eric Pouech [Tue, 22 Apr 2008 19:59:45 +0000 (21:59 +0200)]
winhelp: Store the history in correct order.
Eric Pouech [Tue, 22 Apr 2008 19:59:38 +0000 (21:59 +0200)]
winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables.
Eric Pouech [Tue, 22 Apr 2008 19:59:31 +0000 (21:59 +0200)]
winhelp: Get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion.
Dan Kegel [Wed, 23 Apr 2008 00:56:36 +0000 (17:56 -0700)]
winecfg: Restrict dpi slider to sane values.
Dan Hipschman [Tue, 22 Apr 2008 22:48:28 +0000 (15:48 -0700)]
wininet: Remove custom content-length/type headers from redirects.
Andrew Talbot [Tue, 22 Apr 2008 21:04:56 +0000 (22:04 +0100)]
netapi32: Remove unused variable.
Andrew Talbot [Tue, 22 Apr 2008 21:05:03 +0000 (22:05 +0100)]
ntdll: Remove unused variables.
Andrew Talbot [Tue, 22 Apr 2008 21:05:10 +0000 (22:05 +0100)]
oleaut32: Remove unused variables.
Andrew Talbot [Tue, 22 Apr 2008 21:04:43 +0000 (22:04 +0100)]
msvcrt: Remove unused variable.
Andrew Talbot [Tue, 22 Apr 2008 21:04:49 +0000 (22:04 +0100)]
msvfw32: Remove unused variable.
Paul Vriens [Tue, 22 Apr 2008 18:47:29 +0000 (20:47 +0200)]
gdi32/tests: Run tests on win9x again.
Joris Huizer [Tue, 22 Apr 2008 14:27:32 +0000 (16:27 +0200)]
mshtml: Fixed copy/paste mistake.
Frans Kool [Tue, 22 Apr 2008 13:44:59 +0000 (15:44 +0200)]
start: Fixed Dutch translations.
Jeff Latimer [Tue, 22 Apr 2008 13:49:42 +0000 (23:49 +1000)]
user32/tests: Fix typedefs & function definitions so that the code compiles in visual C++ 2005.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:56 +0000 (21:43 +0900)]
shdoclc: Update Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:48 +0000 (21:43 +0900)]
net: Update Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:33 +0000 (21:43 +0900)]
reg: Add Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:41 +0000 (21:43 +0900)]
start: Update Korean translation.
Erik de Castro Lopo [Tue, 22 Apr 2008 12:24:41 +0000 (22:24 +1000)]
include: Fix "warning: cast from pointer to integer of different size".
Alexandre Julliard [Tue, 22 Apr 2008 15:05:10 +0000 (17:05 +0200)]
localspl: Avoid creating zero-length string values in the registry.
Alexandre Julliard [Tue, 22 Apr 2008 15:05:05 +0000 (17:05 +0200)]
msi: Avoid creating zero-length string values in the registry.
Alexandre Julliard [Tue, 22 Apr 2008 14:56:31 +0000 (16:56 +0200)]
winex11: Moved the ConfigureNotify handler to event.c.
Rob Shearman [Tue, 22 Apr 2008 10:37:07 +0000 (11:37 +0100)]
widl: Remove duplicated code in the form of the write_struct_expr function by enhancing write_expr to allow toplevel identifiers to be prefixed by a string, if specified.
Rob Shearman [Tue, 22 Apr 2008 10:36:54 +0000 (11:36 +0100)]
widl: Use expr_resolve_type to get the type of the identifier in write_conf_or_var_desc.
Remove the conversion of pointer types into base types as this was only
needed due to lack of proper type resolving.
Rob Shearman [Tue, 22 Apr 2008 10:36:38 +0000 (11:36 +0100)]
widl: Move expression functions to a new file, expr.c.
Rob Shearman [Tue, 22 Apr 2008 10:36:30 +0000 (11:36 +0100)]
widl: Check that expressions resolve so that expressions in generated code will compile.
Also check that expressions return the correct type for the attribute.
Rob Shearman [Tue, 22 Apr 2008 10:36:17 +0000 (11:36 +0100)]
widl: Pass the actual type into check_remoting_fields and check_field_common instead of the type name.
Rob Shearman [Tue, 22 Apr 2008 10:36:07 +0000 (11:36 +0100)]
widl: Don't free input_name in pop_import as we keep pointers to it in the var_t type now.
Rob Shearman [Tue, 22 Apr 2008 10:36:00 +0000 (11:36 +0100)]
widl: Remove EXPR_MEMBERPTR and implement it using EXPR_PPTR and EXPR_MEMBER instead.
Rob Shearman [Tue, 22 Apr 2008 10:35:48 +0000 (11:35 +0100)]
widl: Add support for comparison, exclusive or, logical not and positive operators in expressions.
Rob Shearman [Tue, 22 Apr 2008 10:35:32 +0000 (11:35 +0100)]
widl: Require a constant expression for case statements.
Rob Shearman [Tue, 22 Apr 2008 10:35:27 +0000 (11:35 +0100)]
widl: Fix operator precedence in expressions.