wine
16 years agowinex11: Make sure that the window gravity is always set.
Alexandre Julliard [Wed, 23 Apr 2008 13:33:29 +0000 (15:33 +0200)] 
winex11: Make sure that the window gravity is always set.

16 years agowinex11: Merged the contents of winpos.c into window.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:32:58 +0000 (15:32 +0200)] 
winex11: Merged the contents of winpos.c into window.c.

16 years agowinex11: Moved the X11DRV_resize_desktop function to desktop.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:22:17 +0000 (15:22 +0200)] 
winex11: Moved the X11DRV_resize_desktop function to desktop.c.

16 years agogdiplus: GdipLoadImageFromStream: initialize variable.
Dan Kegel [Tue, 22 Apr 2008 23:52:56 +0000 (16:52 -0700)] 
gdiplus: GdipLoadImageFromStream: initialize variable.

16 years agogdiplus: Implemented GdipCloneFont.
Nikolay Sivov [Tue, 22 Apr 2008 21:12:59 +0000 (01:12 +0400)] 
gdiplus: Implemented GdipCloneFont.

16 years agoshlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
Reece Dunn [Tue, 22 Apr 2008 12:18:07 +0000 (13:18 +0100)] 
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.

16 years agokernel32: Fix a test that fails on win9x.
James Hawkins [Tue, 22 Apr 2008 04:42:19 +0000 (23:42 -0500)] 
kernel32: Fix a test that fails on win9x.

16 years agoversion: Fix tests that fail in win9x and win2k.
James Hawkins [Tue, 22 Apr 2008 01:30:35 +0000 (20:30 -0500)] 
version: Fix tests that fail in win9x and win2k.

16 years agoimm32: More implementation of the ImmGetConversionStatus().
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:46 +0000 (19:05 +0900)] 
imm32: More implementation of the ImmGetConversionStatus().

Match the ImmSetConversionStatus() function.

16 years agoimm32: Pass the old conversion status value to the IME.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:30 +0000 (19:05 +0900)] 
imm32: Pass the old conversion status value to the IME.

16 years agoimm32: Examine whether the fOpen value differs with its old value.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:23 +0000 (19:05 +0900)] 
imm32: Examine whether the fOpen value differs with its old value.

16 years agouser32: Pass the WM_IME_NOTIFY message to the default IME window.
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.

16 years agoimm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:39 +0000 (21:44 +0900)] 
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.

16 years agoimm32: Add stub and header of ImmRequestMessage.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:22 +0000 (21:44 +0900)] 
imm32: Add stub and header of ImmRequestMessage.

16 years agoshell32: Secure filename copy to fixed size variable wfileName.
Tomasz Jezierski [Tue, 22 Apr 2008 07:39:48 +0000 (09:39 +0200)] 
shell32: Secure filename copy to fixed size variable wfileName.

16 years agodsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Maarten Lankhorst [Wed, 23 Apr 2008 00:12:28 +0000 (17:12 -0700)] 
dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.

16 years agoquartz: Make the file source support multiple samples by preallocating enough handles.
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.

16 years agoquartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate...
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.

16 years agoquartz: Add some sanity checks to file splitter.
Maarten Lankhorst [Tue, 22 Apr 2008 20:44:33 +0000 (13:44 -0700)] 
quartz: Add some sanity checks to file splitter.

16 years agoquartz: Copy discontinuity status in acmwrapper.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:34 +0000 (13:37 -0700)] 
quartz: Copy discontinuity status in acmwrapper.

16 years agoquartz: Fix inverted logic in memallocator.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:05 +0000 (13:37 -0700)] 
quartz: Fix inverted logic in memallocator.

16 years agoquartz: Fix error message names in tests.
Maarten Lankhorst [Sat, 19 Apr 2008 22:33:56 +0000 (15:33 -0700)] 
quartz: Fix error message names in tests.

16 years agoquartz: Optimize the processing thread to fetch one sample while processing another.
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.

16 years agogdi32: Reselect objects into the DC only if scaling factors change.
Dmitry Timoshkov [Wed, 23 Apr 2008 08:24:53 +0000 (17:24 +0900)] 
gdi32: Reselect objects into the DC only if scaling factors change.

16 years agoSpelling fixes.
Austin English [Wed, 23 Apr 2008 05:13:32 +0000 (00:13 -0500)] 
Spelling fixes.

16 years agowinhelp: Be sure to raise a newly (re)created window in all cases.
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.

16 years agowinhelp: Fix the link kind (and color) of the 0xEA-0xEF family.
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.

16 years agowinhelp: Popup's background color should be inherited from parent.
Eric Pouech [Tue, 22 Apr 2008 20:01:21 +0000 (22:01 +0200)] 
winhelp: Popup's background color should be inherited from parent.

16 years agowinhelp: Store reference to the popup (if any) as a WINHELP_WINDOW pointer.
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.

16 years agowinhelp: Simplify most of the helpers dealing with window creation.
Eric Pouech [Tue, 22 Apr 2008 20:01:08 +0000 (22:01 +0200)] 
winhelp: Simplify most of the helpers dealing with window creation.

16 years agowinhelp: Also store the relative offsets of a page in the history and back informatio...
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.

16 years agowinhelp: Added ability to locate information within a page (and to store it inside...
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).

16 years agowinhelp: Now use the icon out of hlpfile if any.
Eric Pouech [Tue, 22 Apr 2008 20:00:50 +0000 (22:00 +0200)] 
winhelp: Now use the icon out of hlpfile if any.

16 years agowinhelp: Simplified message box handling.
Eric Pouech [Tue, 22 Apr 2008 20:00:44 +0000 (22:00 +0200)] 
winhelp: Simplified message box handling.

16 years agowinhelp: Enable/Disable prev/next buttons if there's a prev/next page.
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.

16 years agowinhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
Eric Pouech [Tue, 22 Apr 2008 20:00:32 +0000 (22:00 +0200)] 
winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.

16 years agowinhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
Eric Pouech [Tue, 22 Apr 2008 20:00:26 +0000 (22:00 +0200)] 
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().

16 years agowinhelp: Don't add a page to the history when using the back button.
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.

16 years agowinhelp: Properly display the page title.
Eric Pouech [Tue, 22 Apr 2008 20:00:14 +0000 (22:00 +0200)] 
winhelp: Properly display the page title.

16 years agowinhelp: Fix the loading of a row in a table (especially, for multiple paragraphs...
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).

16 years agowinhelp: Fix window caption index in |SYSTEM.
Eric Pouech [Tue, 22 Apr 2008 20:00:03 +0000 (22:00 +0200)] 
winhelp: Fix window caption index in |SYSTEM.

16 years agowinhelp: Properly handle the back button (in multiple windows, in empty stack...).
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...).

16 years agowinhelp: Present correctly the history when dealing with multiple files.
Eric Pouech [Tue, 22 Apr 2008 19:59:51 +0000 (21:59 +0200)] 
winhelp: Present correctly the history when dealing with multiple files.

16 years agowinhelp: Store the history in correct order.
Eric Pouech [Tue, 22 Apr 2008 19:59:45 +0000 (21:59 +0200)] 
winhelp: Store the history in correct order.

16 years agowinhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the...
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.

16 years agowinhelp: Get rid of the reuse concept for Windows and refactor the code a bit for...
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.

16 years agowinecfg: Restrict dpi slider to sane values.
Dan Kegel [Wed, 23 Apr 2008 00:56:36 +0000 (17:56 -0700)] 
winecfg: Restrict dpi slider to sane values.

16 years agowininet: Remove custom content-length/type headers from redirects.
Dan Hipschman [Tue, 22 Apr 2008 22:48:28 +0000 (15:48 -0700)] 
wininet: Remove custom content-length/type headers from redirects.

16 years agonetapi32: Remove unused variable.
Andrew Talbot [Tue, 22 Apr 2008 21:04:56 +0000 (22:04 +0100)] 
netapi32: Remove unused variable.

16 years agontdll: Remove unused variables.
Andrew Talbot [Tue, 22 Apr 2008 21:05:03 +0000 (22:05 +0100)] 
ntdll: Remove unused variables.

16 years agooleaut32: Remove unused variables.
Andrew Talbot [Tue, 22 Apr 2008 21:05:10 +0000 (22:05 +0100)] 
oleaut32: Remove unused variables.

16 years agomsvcrt: Remove unused variable.
Andrew Talbot [Tue, 22 Apr 2008 21:04:43 +0000 (22:04 +0100)] 
msvcrt: Remove unused variable.

16 years agomsvfw32: Remove unused variable.
Andrew Talbot [Tue, 22 Apr 2008 21:04:49 +0000 (22:04 +0100)] 
msvfw32: Remove unused variable.

16 years agogdi32/tests: Run tests on win9x again.
Paul Vriens [Tue, 22 Apr 2008 18:47:29 +0000 (20:47 +0200)] 
gdi32/tests: Run tests on win9x again.

16 years agomshtml: Fixed copy/paste mistake.
Joris Huizer [Tue, 22 Apr 2008 14:27:32 +0000 (16:27 +0200)] 
mshtml: Fixed copy/paste mistake.

16 years agostart: Fixed Dutch translations.
Frans Kool [Tue, 22 Apr 2008 13:44:59 +0000 (15:44 +0200)] 
start: Fixed Dutch translations.

16 years agouser32/tests: Fix typedefs & function definitions so that the code compiles in visual...
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.

16 years agoshdoclc: Update Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:56 +0000 (21:43 +0900)] 
shdoclc: Update Korean translation.

16 years agonet: Update Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:48 +0000 (21:43 +0900)] 
net: Update Korean translation.

16 years agoreg: Add Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:33 +0000 (21:43 +0900)] 
reg: Add Korean translation.

16 years agostart: Update Korean translation.
ByeongSik Jeon [Tue, 22 Apr 2008 12:43:41 +0000 (21:43 +0900)] 
start: Update Korean translation.

16 years agoinclude: Fix "warning: cast from pointer to integer of different size".
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".

16 years agolocalspl: Avoid creating zero-length string values in the registry.
Alexandre Julliard [Tue, 22 Apr 2008 15:05:10 +0000 (17:05 +0200)] 
localspl: Avoid creating zero-length string values in the registry.

16 years agomsi: 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.

16 years agowinex11: Moved the ConfigureNotify handler to event.c.
Alexandre Julliard [Tue, 22 Apr 2008 14:56:31 +0000 (16:56 +0200)] 
winex11: Moved the ConfigureNotify handler to event.c.

16 years agowidl: Remove duplicated code in the form of the write_struct_expr function by enhanci...
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.

16 years agowidl: Use expr_resolve_type to get the type of the identifier in write_conf_or_var_desc.
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.

16 years agowidl: Move expression functions to a new file, expr.c.
Rob Shearman [Tue, 22 Apr 2008 10:36:38 +0000 (11:36 +0100)] 
widl: Move expression functions to a new file, expr.c.

16 years agowidl: Check that expressions resolve so that expressions in generated code will compile.
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.

16 years agowidl: Pass the actual type into check_remoting_fields and check_field_common instead...
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.

16 years agowidl: Don't free input_name in pop_import as we keep pointers to it in the var_t...
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.

16 years agowidl: Remove EXPR_MEMBERPTR and implement it using EXPR_PPTR and EXPR_MEMBER instead.
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.

16 years agowidl: Add support for comparison, exclusive or, logical not and positive operators...
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.

16 years agowidl: Require a constant expression for case statements.
Rob Shearman [Tue, 22 Apr 2008 10:35:32 +0000 (11:35 +0100)] 
widl: Require a constant expression for case statements.

16 years agowidl: Fix operator precedence in expressions.
Rob Shearman [Tue, 22 Apr 2008 10:35:27 +0000 (11:35 +0100)] 
widl: Fix operator precedence in expressions.

16 years agoexplorer/mountmgr.sys: Move device hotplug code over to mount manager.
Maarten Lankhorst [Tue, 4 Mar 2008 06:58:32 +0000 (22:58 -0800)] 
explorer/mountmgr.sys: Move device hotplug code over to mount manager.

16 years agoSpelling fixes.
Austin English [Tue, 22 Apr 2008 06:18:14 +0000 (01:18 -0500)] 
Spelling fixes.

16 years agouxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by building an appropriately-sized...
Alex Villacís Lasso [Mon, 21 Apr 2008 14:55:12 +0000 (09:55 -0500)] 
uxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by building an appropriately-sized memory bitmap out of the tile instead of iterating with UXTHEME_Blt() directly.

16 years agoxcopy: Add Norwegian Bokmål resource.
Alexander Nicolaysen Sørnes [Mon, 21 Apr 2008 20:12:29 +0000 (22:12 +0200)] 
xcopy: Add Norwegian Bokmål resource.

16 years agostart: Update Norwegian Bokmål resource.
Alexander Nicolaysen Sørnes [Mon, 21 Apr 2008 19:48:31 +0000 (21:48 +0200)] 
start: Update Norwegian Bokmål resource.

16 years agogdiplus: Do not access freed memory in a test.
Lei Zhang [Mon, 21 Apr 2008 23:15:58 +0000 (16:15 -0700)] 
gdiplus: Do not access freed memory in a test.

16 years agogdiplus: Initialize variables in the graphics test.
Lei Zhang [Mon, 21 Apr 2008 23:08:47 +0000 (16:08 -0700)] 
gdiplus: Initialize variables in the graphics test.

16 years agowinecfg: Update and fix the Romanian translation.
Michael Stefaniuc [Mon, 21 Apr 2008 22:51:06 +0000 (00:51 +0200)] 
winecfg: Update and fix the Romanian translation.

16 years agowinecfg: Fix typos in the En(US) resource.
Michael Stefaniuc [Mon, 21 Apr 2008 22:50:39 +0000 (00:50 +0200)] 
winecfg: Fix typos in the En(US) resource.

16 years agorichedit: Accept RTF stream that does not start with {\rtf1 in 1.0 emulation.
Alex Villacís Lasso [Mon, 21 Apr 2008 22:50:14 +0000 (17:50 -0500)] 
richedit: Accept RTF stream that does not start with {\rtf1 in 1.0 emulation.

16 years agorichedit: EM_STREAMIN tests for richedit 2.0.
Alex Villacís Lasso [Mon, 21 Apr 2008 22:31:28 +0000 (17:31 -0500)] 
richedit: EM_STREAMIN tests for richedit 2.0.

16 years agorichedit: EM_STREAMIN tests for richedit 1.0 emulation.
Alex Villacís Lasso [Mon, 21 Apr 2008 22:29:29 +0000 (17:29 -0500)] 
richedit: EM_STREAMIN tests for richedit 1.0 emulation.

16 years agompr: Remove unused variables.
Andrew Talbot [Mon, 21 Apr 2008 21:23:15 +0000 (22:23 +0100)] 
mpr: Remove unused variables.

16 years agomshtml: Remove unused variable.
Andrew Talbot [Mon, 21 Apr 2008 21:23:18 +0000 (22:23 +0100)] 
mshtml: Remove unused variable.

16 years agomsi: Remove unused variables.
Andrew Talbot [Mon, 21 Apr 2008 21:23:21 +0000 (22:23 +0100)] 
msi: Remove unused variables.

16 years agomciseq: Remove unused variable.
Andrew Talbot [Mon, 21 Apr 2008 21:23:11 +0000 (22:23 +0100)] 
mciseq: Remove unused variable.

16 years agoFixed typos in the Polish translations.
Tomasz Nowiński [Mon, 21 Apr 2008 12:52:49 +0000 (14:52 +0200)] 
Fixed typos in the Polish translations.

16 years agowinemenubuilder: Process messages while waiting for the semaphore or the parent process.
Alexandre Julliard [Mon, 21 Apr 2008 18:34:30 +0000 (20:34 +0200)] 
winemenubuilder: Process messages while waiting for the semaphore or the parent process.

16 years agowinex11: Get rid of the unnecessary opengl debug channel.
Alexandre Julliard [Mon, 21 Apr 2008 18:33:49 +0000 (20:33 +0200)] 
winex11: Get rid of the unnecessary opengl debug channel.

16 years agowinex11: Set type to dialog for owned popup windows.
Alexandre Julliard [Mon, 21 Apr 2008 18:33:18 +0000 (20:33 +0200)] 
winex11: Set type to dialog for owned popup windows.

16 years agowinex11: Use SetWindowPos to invalidate DCEs when changing the pixel format.
Alexandre Julliard [Mon, 21 Apr 2008 18:32:22 +0000 (20:32 +0200)] 
winex11: Use SetWindowPos to invalidate DCEs when changing the pixel format.

16 years agouser32: Invalide DCEs also when resizing a hidden window, or when minimizing.
Alexandre Julliard [Mon, 21 Apr 2008 18:31:14 +0000 (20:31 +0200)] 
user32: Invalide DCEs also when resizing a hidden window, or when minimizing.

16 years agouser32: Dump more SetWindowPos flags.
Alexandre Julliard [Mon, 21 Apr 2008 18:30:43 +0000 (20:30 +0200)] 
user32: Dump more SetWindowPos flags.

16 years agowinecfg: Don't allow editing the configuration of the C drive.
Alexandre Julliard [Mon, 21 Apr 2008 18:29:34 +0000 (20:29 +0200)] 
winecfg: Don't allow editing the configuration of the C drive.

16 years agoriched32: Implement a portion of suggested interpretation of CRLF handling for riched...
Alex Villacís Lasso [Mon, 21 Apr 2008 15:10:05 +0000 (10:10 -0500)] 
riched32: Implement a portion of suggested interpretation of CRLF handling for richedit 1.0 emulation.

Fixes a few todos introduced by previous patch.