wine
14 years agosystem.drv16: Remove the 32-bit timer callback support.
Francois Gouget [Thu, 8 Oct 2009 09:19:04 +0000 (11:19 +0200)] 
system.drv16: Remove the 32-bit timer callback support.

Also merge CreateSystemTimer() with WIN16_CreateSystemTimer() and
rename it to CreateSystemTimer16() for consistency.

14 years agomcicda: Fix an early return statement in Open.
Jörg Höhle [Thu, 1 Oct 2009 17:34:05 +0000 (19:34 +0200)] 
mcicda: Fix an early return statement in Open.

14 years agouser32/tests: Skip some tests on Win9x/WinMe.
Paul Vriens [Thu, 8 Oct 2009 09:25:20 +0000 (11:25 +0200)] 
user32/tests: Skip some tests on Win9x/WinMe.

14 years agoddraw/tests: Fix some test failures on WinME/VMware.
Paul Vriens [Thu, 8 Oct 2009 08:40:31 +0000 (10:40 +0200)] 
ddraw/tests: Fix some test failures on WinME/VMware.

14 years agocomctl32/tests: Fix some test failures on older comctl32 versions.
Paul Vriens [Thu, 8 Oct 2009 06:00:14 +0000 (08:00 +0200)] 
comctl32/tests: Fix some test failures on older comctl32 versions.

14 years agomsvcrt/tests: Use LONG instead of long.
Michael Stefaniuc [Wed, 7 Oct 2009 23:20:22 +0000 (01:20 +0200)] 
msvcrt/tests: Use LONG instead of long.

14 years agocomctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_DAYSTATE flag and a single...
Nikolay Sivov [Thu, 8 Oct 2009 10:02:18 +0000 (14:02 +0400)] 
comctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_DAYSTATE flag and a single calendar control.

14 years agocomctl32: Use user32 control names from public header constants instead of defining...
Nikolay Sivov [Wed, 7 Oct 2009 21:04:08 +0000 (01:04 +0400)] 
comctl32: Use user32 control names from public header constants instead of defining over and over again.

14 years agocomctl32/monthcal: Fix the way a first day of week is handled.
Nikolay Sivov [Wed, 7 Oct 2009 20:45:05 +0000 (00:45 +0400)] 
comctl32/monthcal: Fix the way a first day of week is handled.

14 years agocomctl32/monthcal: Cleanup top drawing helper namespace, reduce parameter count in...
Nikolay Sivov [Wed, 7 Oct 2009 18:13:07 +0000 (22:13 +0400)] 
comctl32/monthcal: Cleanup top drawing helper namespace, reduce parameter count in prev/next draw helpers.

14 years agowinex11: Rename the XRENDERINFO type to make it clear it's a pointer.
Alexandre Julliard [Thu, 8 Oct 2009 10:10:59 +0000 (12:10 +0200)] 
winex11: Rename the XRENDERINFO type to make it clear it's a pointer.

14 years agowinex11: Move XRENDERINFO allocation in a separate function.
Roderick Colenbrander [Tue, 6 Oct 2009 18:41:33 +0000 (20:41 +0200)] 
winex11: Move XRENDERINFO allocation in a separate function.

14 years agojscript: Fixed escaped characters processing.
Piotr Caban [Wed, 7 Oct 2009 20:11:48 +0000 (22:11 +0200)] 
jscript: Fixed escaped characters processing.

14 years agojscript: Fix implementation of Global.escape.
Piotr Caban [Wed, 7 Oct 2009 20:11:43 +0000 (22:11 +0200)] 
jscript: Fix implementation of Global.escape.

14 years agojscript: Added Date.toGMTString implementation.
Piotr Caban [Wed, 7 Oct 2009 20:11:38 +0000 (22:11 +0200)] 
jscript: Added Date.toGMTString implementation.

14 years agowined3d: Don't reserve clipping constants needlessly.
Stefan Dösinger [Tue, 6 Oct 2009 18:59:44 +0000 (20:59 +0200)] 
wined3d: Don't reserve clipping constants needlessly.

14 years agowined3d: Split the clip_parameters[2] array.
Stefan Dösinger [Tue, 6 Oct 2009 18:48:23 +0000 (20:48 +0200)] 
wined3d: Split the clip_parameters[2] array.

14 years agowined3d: Don't write to result.color in arb_add_sRGB_correction.
Stefan Dösinger [Wed, 7 Oct 2009 14:54:49 +0000 (16:54 +0200)] 
wined3d: Don't write to result.color in arb_add_sRGB_correction.

add_sRGB_correction and the generate_pshader function generate the same MOV.
There's no need to do it in two places.

14 years agod3d9: Reduce the YUV test precision.
Stefan Dösinger [Fri, 2 Oct 2009 14:53:58 +0000 (16:53 +0200)] 
d3d9: Reduce the YUV test precision.

14 years agowinhttp: Set callbacks needed by OpenSSL for multithreaded use.
Juan Lang [Wed, 7 Oct 2009 15:36:04 +0000 (08:36 -0700)] 
winhttp: Set callbacks needed by OpenSSL for multithreaded use.

14 years agokernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE.
Ge van Geldorp [Wed, 7 Oct 2009 14:15:34 +0000 (16:15 +0200)] 
kernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE.

14 years agokernel32: Don't export the large integer functions on 64-bit.
Alexandre Julliard [Wed, 7 Oct 2009 19:24:37 +0000 (21:24 +0200)] 
kernel32: Don't export the large integer functions on 64-bit.

14 years agokernel32: Move the k32 kernel32->user32 helpers to thunk.c.
Alexandre Julliard [Wed, 7 Oct 2009 18:27:25 +0000 (20:27 +0200)] 
kernel32: Move the k32 kernel32->user32 helpers to thunk.c.

14 years agokernel32: Move Get/SetProcessDword to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 18:49:22 +0000 (20:49 +0200)] 
kernel32: Move Get/SetProcessDword to kernel16.c.

14 years agokernel32: Fix a couple of compiler warnings on 64-bit.
Alexandre Julliard [Wed, 7 Oct 2009 16:10:33 +0000 (18:10 +0200)] 
kernel32: Fix a couple of compiler warnings on 64-bit.

14 years agokernel32: Move the 16-bit version functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 16:05:35 +0000 (18:05 +0200)] 
kernel32: Move the 16-bit version functions to kernel16.c.

14 years agowinedos: Don't import kernel 16-bit version functions.
Alexandre Julliard [Wed, 7 Oct 2009 16:05:22 +0000 (18:05 +0200)] 
winedos: Don't import kernel 16-bit version functions.

14 years agokernel32: Move the 16-bit PE module functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:27:28 +0000 (17:27 +0200)] 
kernel32: Move the 16-bit PE module functions to kernel16.c.

14 years agokernel32: Move the 16-bit handle functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:26:24 +0000 (17:26 +0200)] 
kernel32: Move the 16-bit handle functions to kernel16.c.

14 years agokernel32: Move the 16-bit thread and process functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:24:52 +0000 (17:24 +0200)] 
kernel32: Move the 16-bit thread and process functions to kernel16.c.

14 years agokernel32: Move the 16-bit debugger functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:23:06 +0000 (17:23 +0200)] 
kernel32: Move the 16-bit debugger functions to kernel16.c.

14 years agokernel32: Move the 16-bit synchronization functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:19:21 +0000 (17:19 +0200)] 
kernel32: Move the 16-bit synchronization functions to kernel16.c.

14 years agokernel32: Move the 16-bit error functions to error16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:17:00 +0000 (17:17 +0200)] 
kernel32: Move the 16-bit error functions to error16.c.

14 years agokernel32: Move the 16-bit string functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:14:10 +0000 (17:14 +0200)] 
kernel32: Move the 16-bit string functions to kernel16.c.

14 years agosetupapi/tests: Cleanup after SetupCopyOEMInf() tests.
Paul Vriens [Wed, 7 Oct 2009 13:35:43 +0000 (15:35 +0200)] 
setupapi/tests: Cleanup after SetupCopyOEMInf() tests.

14 years agowinecfg: In Load Theme dialog, add " (*.msstyles; *.theme)" to file type combobox.
Alexander Scott-Johns [Thu, 2 Jul 2009 17:36:50 +0000 (18:36 +0100)] 
winecfg: In Load Theme dialog, add " (*.msstyles; *.theme)" to file type combobox.

14 years agouser32: Add missing doc comment.
Alexander Scott-Johns [Wed, 7 Oct 2009 13:30:19 +0000 (14:30 +0100)] 
user32: Add missing doc comment.

14 years agokernel32/tests: Skip some resource tests on Win7.
Ge van Geldorp [Wed, 7 Oct 2009 10:28:07 +0000 (12:28 +0200)] 
kernel32/tests: Skip some resource tests on Win7.

14 years agontdll/tests: Fix exception test failure on Win7.
Ge van Geldorp [Wed, 7 Oct 2009 10:27:12 +0000 (12:27 +0200)] 
ntdll/tests: Fix exception test failure on Win7.

14 years agows2_32: Make wsaErrno() and wsaHerrno() static.
Francois Gouget [Wed, 7 Oct 2009 12:49:17 +0000 (14:49 +0200)] 
ws2_32: Make wsaErrno() and wsaHerrno() static.

14 years agomshtml: Make HTMLDocumentNode_destructor() static.
Francois Gouget [Wed, 7 Oct 2009 12:49:10 +0000 (14:49 +0200)] 
mshtml: Make HTMLDocumentNode_destructor() static.

14 years agontdll/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 7 Oct 2009 12:49:00 +0000 (14:49 +0200)] 
ntdll/tests: Add a trailing '\n' to an ok() call.

14 years agolibport: Remove unnecessary function prototypes.
Alexandre Julliard [Wed, 7 Oct 2009 13:04:47 +0000 (15:04 +0200)] 
libport: Remove unnecessary function prototypes.

14 years agod3d10/tests: Add variable type test.
Rico Schüller [Tue, 6 Oct 2009 18:44:39 +0000 (20:44 +0200)] 
d3d10/tests: Add variable type test.

14 years agod3d10/tests: Add constant buffer type test.
Rico Schüller [Tue, 6 Oct 2009 18:44:30 +0000 (20:44 +0200)] 
d3d10/tests: Add constant buffer type test.

14 years agoconfigure: Build with -Wstrict-prototypes if supported.
Alexandre Julliard [Wed, 7 Oct 2009 11:46:06 +0000 (13:46 +0200)] 
configure: Build with -Wstrict-prototypes if supported.

14 years agoprograms: Build all programs with -DWINE_STRICT_PROTOTYPES.
Alexandre Julliard [Wed, 7 Oct 2009 11:41:13 +0000 (13:41 +0200)] 
programs: Build all programs with -DWINE_STRICT_PROTOTYPES.

14 years agowinhlp32: Don't use FARPROC for functions that take variable number of arguments.
Alexandre Julliard [Wed, 7 Oct 2009 11:40:00 +0000 (13:40 +0200)] 
winhlp32: Don't use FARPROC for functions that take variable number of arguments.

14 years agowinhlp32: Use explicit prototypes for the dll callbacks.
Alexandre Julliard [Wed, 7 Oct 2009 11:31:32 +0000 (13:31 +0200)] 
winhlp32: Use explicit prototypes for the dll callbacks.

14 years agoadvapi32: Use strict prototypes in the VTableProvStruc definition.
Alexandre Julliard [Wed, 7 Oct 2009 11:31:12 +0000 (13:31 +0200)] 
advapi32: Use strict prototypes in the VTableProvStruc definition.

14 years agokernel32/tests: Don't crash on WinMe.
Paul Vriens [Wed, 7 Oct 2009 10:05:00 +0000 (12:05 +0200)] 
kernel32/tests: Don't crash on WinMe.

14 years agomapi32/tests: Skip tests if no default email client is installed.
Ge van Geldorp [Sun, 16 Sep 2001 22:00:00 +0000 (00:00 +0200)] 
mapi32/tests: Skip tests if no default email client is installed.

14 years agourlmon: Fixed tests for systems with stored cookie for winehq.org.
Jacek Caban [Wed, 7 Oct 2009 09:33:34 +0000 (11:33 +0200)] 
urlmon: Fixed tests for systems with stored cookie for winehq.org.

14 years agocomdlg32: Make explorer type file dialogs without custom template or hook proc resizable.
Rein Klazes [Wed, 7 Oct 2009 09:17:05 +0000 (11:17 +0200)] 
comdlg32: Make explorer type file dialogs without custom template or hook proc resizable.

14 years agogdi32: Rework the test for too large width/height font ratio to pass with different...
Dmitry Timoshkov [Wed, 7 Oct 2009 08:50:32 +0000 (17:50 +0900)] 
gdi32: Rework the test for too large width/height font ratio to pass with different font heights, make it pass under Wine.

14 years agoFix empty function prototypes.
Alexandre Julliard [Wed, 7 Oct 2009 10:24:53 +0000 (12:24 +0200)] 
Fix empty function prototypes.

14 years agod3d8: Rename abort_stateblock() to delete_stateblock() in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:58 +0000 (09:02 +0200)] 
d3d8: Rename abort_stateblock() to delete_stateblock() in the stateblock tests.

14 years agod3d9: Use separate fields for data to check/apply in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:57 +0000 (09:02 +0200)] 
d3d9: Use separate fields for data to check/apply in the stateblock tests.

14 years agod3d8: Use separate fields for data to check/apply in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:56 +0000 (09:02 +0200)] 
d3d8: Use separate fields for data to check/apply in the stateblock tests.

14 years agod3d9: Get rid of the unused "return_data_buffer" in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:55 +0000 (09:02 +0200)] 
d3d9: Get rid of the unused "return_data_buffer" in the stateblock tests.

14 years agod3d8: Get rid of the unused "return_data_buffer" in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:54 +0000 (09:02 +0200)] 
d3d8: Get rid of the unused "return_data_buffer" in the stateblock tests.

14 years agowpp: Fixed resource leakages (Coverity).
Marcus Meissner [Wed, 7 Oct 2009 06:59:22 +0000 (08:59 +0200)] 
wpp: Fixed resource leakages (Coverity).

14 years agocomctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.
Nikolay Sivov [Wed, 7 Oct 2009 00:25:45 +0000 (04:25 +0400)] 
comctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.

14 years agocomctl32/monthcal: Recalculate control layout on MCS_WEEKNUMBERS style change.
Nikolay Sivov [Tue, 6 Oct 2009 23:50:02 +0000 (03:50 +0400)] 
comctl32/monthcal: Recalculate control layout on MCS_WEEKNUMBERS style change.

14 years agocomctl32/monthcal: Update day of week properly while iterating with prev/next buttons...
Nikolay Sivov [Tue, 6 Oct 2009 23:19:52 +0000 (03:19 +0400)] 
comctl32/monthcal: Update day of week properly while iterating with prev/next buttons and hit testing.

14 years agocomctl32/monthcal: Optimize WM_LBUTTONUP handler.
Nikolay Sivov [Tue, 6 Oct 2009 21:20:48 +0000 (01:20 +0400)] 
comctl32/monthcal: Optimize WM_LBUTTONUP handler.

14 years agocomctl32/monthcal: Fix a nice typo in test message.
Nikolay Sivov [Tue, 6 Oct 2009 21:02:10 +0000 (01:02 +0400)] 
comctl32/monthcal: Fix a nice typo in test message.

14 years agocomctl32/monthcal: Use a timer to auto update today date memory.
Nikolay Sivov [Tue, 6 Oct 2009 20:58:22 +0000 (00:58 +0400)] 
comctl32/monthcal: Use a timer to auto update today date memory.

14 years agocomctl32/monthcal: Use a single timer for auto month scroll with prev/next buttons.
Nikolay Sivov [Tue, 6 Oct 2009 19:23:55 +0000 (23:23 +0400)] 
comctl32/monthcal: Use a single timer for auto month scroll with prev/next buttons.

14 years agojscript: Call SetSite on created ActiveX object.
Jacek Caban [Tue, 6 Oct 2009 19:23:14 +0000 (21:23 +0200)] 
jscript: Call SetSite on created ActiveX object.

14 years agosti: Allow CoCreateInstance aggregation and fix a broken test.
Damjan Jovanovic [Tue, 6 Oct 2009 17:15:40 +0000 (19:15 +0200)] 
sti: Allow CoCreateInstance aggregation and fix a broken test.

14 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Tue, 6 Oct 2009 15:53:15 +0000 (18:53 +0300)] 
jscript: Update Lithuanian translation.

14 years agocomctl32/tests: LISTVIEW_ApproximateViewRect tests for LV_VIEW_ICON.
Aric Stewart [Tue, 6 Oct 2009 01:42:08 +0000 (20:42 -0500)] 
comctl32/tests: LISTVIEW_ApproximateViewRect tests for LV_VIEW_ICON.

14 years agocomctl32: Implement LISTVIEW_ApproximateViewRect for icon.
Aric Stewart [Tue, 6 Oct 2009 01:41:43 +0000 (20:41 -0500)] 
comctl32: Implement LISTVIEW_ApproximateViewRect for icon.

14 years agoadvapi32: Retrieve the current user SID from the server in lookup_user_account_name.
Alexandre Julliard [Tue, 6 Oct 2009 14:49:22 +0000 (16:49 +0200)] 
advapi32: Retrieve the current user SID from the server in lookup_user_account_name.

14 years agowrc: Include unistd.h before the Windows headers.
Alexandre Julliard [Tue, 6 Oct 2009 14:18:04 +0000 (16:18 +0200)] 
wrc: Include unistd.h before the Windows headers.

14 years agouser32/tests: Fix some test failures with 9x/Me on VMware.
Paul Vriens [Tue, 6 Oct 2009 11:35:56 +0000 (13:35 +0200)] 
user32/tests: Fix some test failures with 9x/Me on VMware.

14 years agojscript: Update Russian translation.
Vladimir Pankratov [Tue, 6 Oct 2009 11:58:33 +0000 (16:58 +0500)] 
jscript: Update Russian translation.

14 years agodsound: Correct deallocations when DuplicateSoundBuffer fails.
Jörg Höhle [Sun, 4 Oct 2009 07:13:53 +0000 (09:13 +0200)] 
dsound: Correct deallocations when DuplicateSoundBuffer fails.

14 years agodsound: Enforce invariant about BlockAlign and nAvgBytesPerSec.
Jörg Höhle [Sun, 4 Oct 2009 06:05:20 +0000 (08:05 +0200)] 
dsound: Enforce invariant about BlockAlign and nAvgBytesPerSec.

14 years agowinmm/tests: Correct (IMA)ADPCM test.
Jörg Höhle [Tue, 6 Oct 2009 04:37:06 +0000 (06:37 +0200)] 
winmm/tests: Correct (IMA)ADPCM test.

14 years agojscript: Added some missing functions stubs.
Piotr Caban [Tue, 6 Oct 2009 11:11:25 +0000 (13:11 +0200)] 
jscript: Added some missing functions stubs.

14 years agojscript: Added Global.escape() implementation.
Piotr Caban [Tue, 6 Oct 2009 11:11:18 +0000 (13:11 +0200)] 
jscript: Added Global.escape() implementation.

14 years agontdll: Add stub for NtSetInformationThread(ThreadHideFromDebugger).
Andrey Turkin [Tue, 6 Oct 2009 09:34:48 +0000 (13:34 +0400)] 
ntdll: Add stub for NtSetInformationThread(ThreadHideFromDebugger).

14 years agontdll: Handle invalid pointers in NtQueryInformationProcess(ProcessDebugObjectHandle).
Andrey Turkin [Tue, 6 Oct 2009 09:34:21 +0000 (13:34 +0400)] 
ntdll: Handle invalid pointers in NtQueryInformationProcess(ProcessDebugObjectHandle).

14 years agowpp: Add error management callbacks.
Matteo Bruni [Tue, 29 Sep 2009 10:34:17 +0000 (12:34 +0200)] 
wpp: Add error management callbacks.

14 years agowpp: get_string() now can return NULL, handle it.
Matteo Bruni [Tue, 29 Sep 2009 10:06:24 +0000 (12:06 +0200)] 
wpp: get_string() now can return NULL, handle it.

14 years agowpp: Handle remaining memory allocation failures.
Matteo Bruni [Mon, 28 Sep 2009 19:32:39 +0000 (21:32 +0200)] 
wpp: Handle remaining memory allocation failures.

14 years agotests: Build all tests with strict prototypes.
Alexandre Julliard [Tue, 6 Oct 2009 11:34:37 +0000 (13:34 +0200)] 
tests: Build all tests with strict prototypes.

14 years agokernel32: Fix empty function prototypes.
Alexandre Julliard [Tue, 6 Oct 2009 10:56:33 +0000 (12:56 +0200)] 
kernel32: Fix empty function prototypes.

14 years agoinclude: Add support for building Wine with strict prototype checking.
Alexandre Julliard [Tue, 6 Oct 2009 10:30:49 +0000 (12:30 +0200)] 
include: Add support for building Wine with strict prototype checking.

14 years agomsvcrt: Use strict function prototypes.
Alexandre Julliard [Tue, 6 Oct 2009 10:18:50 +0000 (12:18 +0200)] 
msvcrt: Use strict function prototypes.

14 years agooleaut32: Use an assembly wrapper to implement DispCallFunc, and make it i386-only.
Alexandre Julliard [Tue, 6 Oct 2009 10:07:23 +0000 (12:07 +0200)] 
oleaut32: Use an assembly wrapper to implement DispCallFunc, and make it i386-only.

14 years agokernel32: Use call_entry_point to call functions with variable number of arguments.
Alexandre Julliard [Tue, 6 Oct 2009 10:05:36 +0000 (12:05 +0200)] 
kernel32: Use call_entry_point to call functions with variable number of arguments.

14 years agouser32: Fix a memory leak on a error patch (Smatch).
Michael Stefaniuc [Mon, 5 Oct 2009 22:53:24 +0000 (00:53 +0200)] 
user32: Fix a memory leak on a error patch (Smatch).

14 years agokernel32: Send debug strings to system-wide monitor.
Andrey Turkin [Mon, 5 Oct 2009 17:42:36 +0000 (21:42 +0400)] 
kernel32: Send debug strings to system-wide monitor.

14 years agokernel32: Always use ANSI version of OutputDebugString.
Andrey Turkin [Mon, 5 Oct 2009 17:42:22 +0000 (21:42 +0400)] 
kernel32: Always use ANSI version of OutputDebugString.

14 years agowined3d: Remove some unused code.
Henri Verbeet [Tue, 6 Oct 2009 07:05:57 +0000 (09:05 +0200)] 
wined3d: Remove some unused code.

14 years agowined3d: Move the SM1 opcode enum to shader_sm1.c.
Henri Verbeet [Tue, 6 Oct 2009 07:05:56 +0000 (09:05 +0200)] 
wined3d: Move the SM1 opcode enum to shader_sm1.c.

14 years agowined3d: Keep a reference to the vertex declaration initially captured by CreateState...
Henri Verbeet [Tue, 6 Oct 2009 07:05:55 +0000 (09:05 +0200)] 
wined3d: Keep a reference to the vertex declaration initially captured by CreateStateBlock() as well.