wine
19 years agoImplemented stateblocks in wined3d.
Oliver Stieber [Tue, 5 Jul 2005 14:05:18 +0000 (14:05 +0000)] 
Implemented stateblocks in wined3d.

19 years agoFix some failing tests.
Vitaliy Margolen [Tue, 5 Jul 2005 14:04:25 +0000 (14:04 +0000)] 
Fix some failing tests.

19 years agoGet rid of the global debugging flag.
Alexandre Julliard [Tue, 5 Jul 2005 12:52:57 +0000 (12:52 +0000)] 
Get rid of the global debugging flag.

19 years agoIntercept functions for 16-bit relay debugging by patching the
Alexandre Julliard [Tue, 5 Jul 2005 12:52:07 +0000 (12:52 +0000)] 
Intercept functions for 16-bit relay debugging by patching the
CALLFROM16 table instead of having the wine_call_from_16 functions
call out the relay functions explicitly.

19 years agoFix -Wmissing-declarations warnings.
Stefan Huehner [Tue, 5 Jul 2005 12:49:14 +0000 (12:49 +0000)] 
Fix -Wmissing-declarations warnings.

19 years agoLoadImageW: Fix type of TRACE parameter.
Detlef Riekenberg [Tue, 5 Jul 2005 12:40:25 +0000 (12:40 +0000)] 
LoadImageW: Fix type of TRACE parameter.

19 years agoAdded declaration for IMimeInfo interface.
Vijay Kiran Kamuju [Tue, 5 Jul 2005 12:39:38 +0000 (12:39 +0000)] 
Added declaration for IMimeInfo interface.

19 years agoAdded vararg argument type so that the relay code can distinguish from
Alexandre Julliard [Tue, 5 Jul 2005 11:50:40 +0000 (11:50 +0000)] 
Added vararg argument type so that the relay code can distinguish from
a normal cdecl function.
Don't rely on the relay thunk preserving the stack pointer.

19 years agoAdded some tests for other information classes.
Paul Vriens [Tue, 5 Jul 2005 11:46:53 +0000 (11:46 +0000)] 
Added some tests for other information classes.
Correct comment for test 0x3.

19 years agoImproved stubs to show the correct behavior.
Paul Vriens [Tue, 5 Jul 2005 11:46:37 +0000 (11:46 +0000)] 
Improved stubs to show the correct behavior.

19 years agoAdd an English neutral version of the graphics tab.
Huw Davies [Tue, 5 Jul 2005 11:46:22 +0000 (11:46 +0000)] 
Add an English neutral version of the graphics tab.

19 years agoFix some gcc 4.0 warnings.
Mike McCormack [Tue, 5 Jul 2005 11:46:09 +0000 (11:46 +0000)] 
Fix some gcc 4.0 warnings.

19 years agoOpening some theme class data now also increases the reference count
Frank Richter [Tue, 5 Jul 2005 11:45:57 +0000 (11:45 +0000)] 
Opening some theme class data now also increases the reference count
of the theme file, so as long as theme class data is still opened
somewhere, the theme file won't get freed. Otherwise, it could happen
that invalid class data was used, which could lead to problems.

19 years agoChanged the default transparent color in case none was explicitly
Frank Richter [Tue, 5 Jul 2005 11:45:41 +0000 (11:45 +0000)] 
Changed the default transparent color in case none was explicitly
specified from the upper left pixel color to magenta. Empirically
gives better results.

19 years agoAdd support for drawing menus in "flat" style.
Frank Richter [Tue, 5 Jul 2005 11:45:28 +0000 (11:45 +0000)] 
Add support for drawing menus in "flat" style.

19 years agoFix some more -Wmissing-declarations warnings.
Stefan Huehner [Tue, 5 Jul 2005 11:05:50 +0000 (11:05 +0000)] 
Fix some more -Wmissing-declarations warnings.

19 years agoFix gcc 4.0 -Wpointer-sign warnings.
Mike McCormack [Tue, 5 Jul 2005 11:02:54 +0000 (11:02 +0000)] 
Fix gcc 4.0 -Wpointer-sign warnings.

19 years ago-Wpointer-sign fixes for gcc 4.0.
Mike McCormack [Tue, 5 Jul 2005 11:02:37 +0000 (11:02 +0000)] 
-Wpointer-sign fixes for gcc 4.0.

19 years agoDocument active object and variant functions.
Robert Shearman [Tue, 5 Jul 2005 11:02:19 +0000 (11:02 +0000)] 
Document active object and variant functions.

19 years agoFix DPA tests on Win95.
Felix Nawothnig [Tue, 5 Jul 2005 11:01:29 +0000 (11:01 +0000)] 
Fix DPA tests on Win95.

19 years agoRemoved 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
Paul Vriens [Tue, 5 Jul 2005 11:01:22 +0000 (11:01 +0000)] 
Removed 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
struct.
Changed some dwSpare into liKernelTime and liUserTime.

19 years agoAdded missing declaration for ITextServices->OnTxInPlaceDeactivate.
Maarten Lankhorst [Tue, 5 Jul 2005 11:01:01 +0000 (11:01 +0000)] 
Added missing declaration for ITextServices->OnTxInPlaceDeactivate.

19 years agoAdd English neutral version of IDS_COLOR_GRAY.
Huw Davies [Tue, 5 Jul 2005 11:00:47 +0000 (11:00 +0000)] 
Add English neutral version of IDS_COLOR_GRAY.

19 years agoUpdated winefile French resources.
Jonathan Ernst [Tue, 5 Jul 2005 11:00:33 +0000 (11:00 +0000)] 
Updated winefile French resources.

19 years ago- Updated winecfg French resources.
Jonathan Ernst [Tue, 5 Jul 2005 11:00:20 +0000 (11:00 +0000)] 
- Updated winecfg French resources.
- Fixed control size and placement.

19 years agoAdd one more level of indirection to the printer handle array to allow
Huw Davies [Tue, 5 Jul 2005 11:00:09 +0000 (11:00 +0000)] 
Add one more level of indirection to the printer handle array to allow
more information than just the name to be stored.
Wrap accesses to the printer handle array in a critsec.

19 years agoAdd a test case for IsWindowUnicode.
Dmitry Timoshkov [Tue, 5 Jul 2005 10:59:46 +0000 (10:59 +0000)] 
Add a test case for IsWindowUnicode.

19 years agoUpdate shell32 resources for Portuguese.
Marcelo Duarte [Tue, 5 Jul 2005 10:59:11 +0000 (10:59 +0000)] 
Update shell32 resources for Portuguese.

19 years agoRemove double SEPARATOR.
Marcelo Duarte [Tue, 5 Jul 2005 10:58:53 +0000 (10:58 +0000)] 
Remove double SEPARATOR.

19 years agoMake sure that the OpenGL visual created for a window has a stencil
Oliver Stieber [Tue, 5 Jul 2005 10:58:41 +0000 (10:58 +0000)] 
Make sure that the OpenGL visual created for a window has a stencil
buffer.

19 years agoClean wineinstall from config file references.
Vincent Béron [Tue, 5 Jul 2005 10:58:20 +0000 (10:58 +0000)] 
Clean wineinstall from config file references.

19 years agoReturn correct attributes in ParseDisplayName.
Michael Jung [Tue, 5 Jul 2005 10:58:11 +0000 (10:58 +0000)] 
Return correct attributes in ParseDisplayName.

19 years agoFix gcc 4.0 warnings.
Mike McCormack [Tue, 5 Jul 2005 10:57:47 +0000 (10:57 +0000)] 
Fix gcc 4.0 warnings.

19 years agoLet property sheets update the cached system colors upon receiving
Frank Richter [Tue, 5 Jul 2005 10:57:37 +0000 (10:57 +0000)] 
Let property sheets update the cached system colors upon receiving
WM_SYSCOLORCHANGE.

19 years agoWrite WCHAR strings to registry with correct size.
Frank Richter [Tue, 5 Jul 2005 10:57:17 +0000 (10:57 +0000)] 
Write WCHAR strings to registry with correct size.

19 years agoFix color directory handling.
Hans Leidekker [Tue, 5 Jul 2005 10:56:52 +0000 (10:56 +0000)] 
Fix color directory handling.

19 years agoIsThemeDialogTextureEnabled should have one parameter to match the
Thomas Weidenmueller [Tue, 5 Jul 2005 10:56:27 +0000 (10:56 +0000)] 
IsThemeDialogTextureEnabled should have one parameter to match the
prototype in the official headers.

19 years agoAdd support for SPI_[SG]ETFLATMENU in SystemParametersInfo (although
Frank Richter [Tue, 5 Jul 2005 10:55:44 +0000 (10:55 +0000)] 
Add support for SPI_[SG]ETFLATMENU in SystemParametersInfo (although
without saving of the setting).

19 years agoEnable/disable "flat menus" based on the setting from the active
Frank Richter [Tue, 5 Jul 2005 10:55:22 +0000 (10:55 +0000)] 
Enable/disable "flat menus" based on the setting from the active
theme.

19 years agoFix -Wpointer-sign warnings.
Mike McCormack [Sun, 3 Jul 2005 12:05:03 +0000 (12:05 +0000)] 
Fix -Wpointer-sign warnings.

19 years ago-Wpointer-sign fixes.
Mike McCormack [Sun, 3 Jul 2005 12:03:35 +0000 (12:03 +0000)] 
-Wpointer-sign fixes.

19 years agoRewrote the DPA testsuite.
Felix Nawothnig [Sun, 3 Jul 2005 12:02:09 +0000 (12:02 +0000)] 
Rewrote the DPA testsuite.

19 years agoDefine more Nt* functions.
Mike McCormack [Sun, 3 Jul 2005 12:01:58 +0000 (12:01 +0000)] 
Define more Nt* functions.

19 years agoMoved all 16-bit relay code to the text section.
Alexandre Julliard [Sun, 3 Jul 2005 11:28:44 +0000 (11:28 +0000)] 
Moved all 16-bit relay code to the text section.
Changed a few symbol names for better consistency.

19 years agoAdded error message for missing LDT support on i386.
Alexandre Julliard [Sun, 3 Jul 2005 11:26:13 +0000 (11:26 +0000)] 
Added error message for missing LDT support on i386.

19 years agoSome fixes for the Darwin build.
Alexandre Julliard [Sun, 3 Jul 2005 11:24:54 +0000 (11:24 +0000)] 
Some fixes for the Darwin build.

19 years agoChange messages about config file to registry.
Vitaliy Margolen [Sun, 3 Jul 2005 11:23:48 +0000 (11:23 +0000)] 
Change messages about config file to registry.

19 years agoAvoid warnings in generated tests by casting sizeof(x) to an int.
Mike McCormack [Sun, 3 Jul 2005 11:23:30 +0000 (11:23 +0000)] 
Avoid warnings in generated tests by casting sizeof(x) to an int.

19 years agoAdded stub implementation of IServiceProvider.
Jacek Caban [Sun, 3 Jul 2005 11:22:23 +0000 (11:22 +0000)] 
Added stub implementation of IServiceProvider.

19 years agoFix DEVELOPER_HINTS to reflect make configure doesn't run autoconf.
Mike McCormack [Sun, 3 Jul 2005 11:21:43 +0000 (11:21 +0000)] 
Fix DEVELOPER_HINTS to reflect make configure doesn't run autoconf.

19 years agoMake check fails in dlls/ddraw/tests/d3d, because a heap allocate is
Marcus Meissner [Sun, 3 Jul 2005 11:21:32 +0000 (11:21 +0000)] 
Make check fails in dlls/ddraw/tests/d3d, because a heap allocate is
fed to wrong size. (sizeof(BOOLEAN) is 1 , but ative_lights is a DWORD
array).

19 years agoAdd some resolutions to what Desktop mode supports.
Lionel Ulmer [Sun, 3 Jul 2005 11:20:56 +0000 (11:20 +0000)] 
Add some resolutions to what Desktop mode supports.

19 years agoAdd some values to the PROCESS_INFORMATION_CLASS enumeration.
Felix Nawothnig [Sun, 3 Jul 2005 11:20:50 +0000 (11:20 +0000)] 
Add some values to the PROCESS_INFORMATION_CLASS enumeration.

19 years agoFix handling of pmkContext in CreateURLMoniker.
Jacek Caban [Sun, 3 Jul 2005 11:20:28 +0000 (11:20 +0000)] 
Fix handling of pmkContext in CreateURLMoniker.

19 years agoMake registry compatible with winmine.
Jacek Caban [Sun, 3 Jul 2005 11:20:08 +0000 (11:20 +0000)] 
Make registry compatible with winmine.

19 years agoAdd missing NMBCHOTITEM struct.
Frank Richter [Sun, 3 Jul 2005 11:19:55 +0000 (11:19 +0000)] 
Add missing NMBCHOTITEM struct.

19 years agochar pointer must be 11 byte to fit 10 characters + \0.
Marcus Meissner [Sun, 3 Jul 2005 11:19:29 +0000 (11:19 +0000)] 
char pointer must be 11 byte to fit 10 characters + \0.

19 years agoAdded unit tests for RegGetValue.
Felix Nawothnig [Sun, 3 Jul 2005 11:19:03 +0000 (11:19 +0000)] 
Added unit tests for RegGetValue.

19 years agoLoad all dll sections no matter what attributes say.
Vitaliy Margolen [Sat, 2 Jul 2005 10:50:42 +0000 (10:50 +0000)] 
Load all dll sections no matter what attributes say.

19 years agoBetter module locking.
Jacek Caban [Sat, 2 Jul 2005 10:49:56 +0000 (10:49 +0000)] 
Better module locking.

19 years agoUse CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
Marcus Meissner [Sat, 2 Jul 2005 10:49:39 +0000 (10:49 +0000)] 
Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
imports.
Call OleInitialize() on AVIFileInit.

19 years ago- Added more definitions.
Jacek Caban [Sat, 2 Jul 2005 10:48:37 +0000 (10:48 +0000)] 
- Added more definitions.
- Fixed RunHTMLApplication declaration.

19 years agoAdd missing declarations for IXMLDocument2 and IXMLElement2.
Vijay Kiran Kamuju [Sat, 2 Jul 2005 10:48:16 +0000 (10:48 +0000)] 
Add missing declarations for IXMLDocument2 and IXMLElement2.

19 years agoDon't bother loading the config file anymore.
Alexandre Julliard [Fri, 1 Jul 2005 19:26:07 +0000 (19:26 +0000)] 
Don't bother loading the config file anymore.

19 years agoAdded dumping of NE segments and relocations.
Alexandre Julliard [Fri, 1 Jul 2005 19:23:39 +0000 (19:23 +0000)] 
Added dumping of NE segments and relocations.

19 years agoDon't use the full 32 bits of %esp when called from 16-bit code.
Alexandre Julliard [Fri, 1 Jul 2005 19:18:46 +0000 (19:18 +0000)] 
Don't use the full 32 bits of %esp when called from 16-bit code.

19 years agoHCONV and HCONVLIST are 32bit handles.
Andreas Mohr [Fri, 1 Jul 2005 19:17:50 +0000 (19:17 +0000)] 
HCONV and HCONVLIST are 32bit handles.

19 years agoUpdate German resource files.
Henning Gerhardt [Fri, 1 Jul 2005 19:16:36 +0000 (19:16 +0000)] 
Update German resource files.

19 years agoCheck for a null surface returned from CreateSurface.
Oliver Stieber [Fri, 1 Jul 2005 19:15:42 +0000 (19:15 +0000)] 
Check for a null surface returned from CreateSurface.
Relay GetCreationParameters call to wined3d.

19 years agoFixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
Phil Krylov [Fri, 1 Jul 2005 19:15:26 +0000 (19:15 +0000)] 
Fixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
detection to configure and defining SENSEBUFLEN as kSenseDefaultSize
(which is corresponding IOKit enum value).

19 years agoAdded textserv.h.
Mike McCormack [Fri, 1 Jul 2005 19:12:44 +0000 (19:12 +0000)] 
Added textserv.h.

19 years agoMoved most of the implementation of CALL32_CBClient(Ex) to the C
Alexandre Julliard [Fri, 1 Jul 2005 16:24:32 +0000 (16:24 +0000)] 
Moved most of the implementation of CALL32_CBClient(Ex) to the C
code.

19 years agoAdded a --target option to allow cross-compilation.
Alexandre Julliard [Fri, 1 Jul 2005 16:17:44 +0000 (16:17 +0000)] 
Added a --target option to allow cross-compilation.

19 years agoSet the class resource name to the name of the main binary (suggested
Alexandre Julliard [Fri, 1 Jul 2005 16:16:00 +0000 (16:16 +0000)] 
Set the class resource name to the name of the main binary (suggested
by Rasterman).

19 years agoAdded xmldso.idl.
Vijay Kiran Kamuju [Fri, 1 Jul 2005 16:14:33 +0000 (16:14 +0000)] 
Added xmldso.idl.

19 years agoImprove a bit the assembly generated for import thunks.
Alexandre Julliard [Fri, 1 Jul 2005 15:49:39 +0000 (15:49 +0000)] 
Improve a bit the assembly generated for import thunks.

19 years ago- implement encoding/decoding of cert extensions
Juan Lang [Fri, 1 Jul 2005 15:40:45 +0000 (15:40 +0000)] 
- implement encoding/decoding of cert extensions
- remove some unnecessary parameters to internal functions
- tests for cert extensions

19 years agoMake some function static.
Stefan Huehner [Fri, 1 Jul 2005 15:40:24 +0000 (15:40 +0000)] 
Make some function static.

19 years agoAdded binfmt_misc to the filesystem blacklist.
Michael Jung [Fri, 1 Jul 2005 15:39:32 +0000 (15:39 +0000)] 
Added binfmt_misc to the filesystem blacklist.

19 years agoHave the theme INI file parsed upon theme activation and not just when
Frank Richter [Fri, 1 Jul 2005 15:39:14 +0000 (15:39 +0000)] 
Have the theme INI file parsed upon theme activation and not just when
the first theme data is requested; that way, the themed system colors
are set correctly from the start, and not just after some theme data
was requested.

19 years ago- add more prototypes
Juan Lang [Fri, 1 Jul 2005 15:38:55 +0000 (15:38 +0000)] 
- add more prototypes
- rearrange prototypes according to the DLL they're in, to make
  comments correct

19 years agoGetDlgItemText should always try to NULL terminate the string.
Robert Shearman [Fri, 1 Jul 2005 15:38:39 +0000 (15:38 +0000)] 
GetDlgItemText should always try to NULL terminate the string.

19 years agoAttempt at a better fix for the winsock.h problems on Darwin.
Alexandre Julliard [Thu, 30 Jun 2005 21:13:00 +0000 (21:13 +0000)] 
Attempt at a better fix for the winsock.h problems on Darwin.

19 years agoUpdate the Dutch translations.
Paul Vriens [Thu, 30 Jun 2005 21:11:43 +0000 (21:11 +0000)] 
Update the Dutch translations.

19 years agoUse proper symbols instead of magic number 23 for HTML resource type.
Alexandre Julliard [Thu, 30 Jun 2005 21:01:03 +0000 (21:01 +0000)] 
Use proper symbols instead of magic number 23 for HTML resource type.

19 years agoAdded support for HTML resource type.
Alexandre Julliard [Thu, 30 Jun 2005 20:58:52 +0000 (20:58 +0000)] 
Added support for HTML resource type.

19 years agoAdded missing LGPL header.
Alexandre Julliard [Thu, 30 Jun 2005 20:49:27 +0000 (20:49 +0000)] 
Added missing LGPL header.

19 years agoAdded msxml2.idl.
Vijay Kiran Kamuju [Thu, 30 Jun 2005 20:48:43 +0000 (20:48 +0000)] 
Added msxml2.idl.

19 years agoFix test for arts.
Vitaliy Margolen [Thu, 30 Jun 2005 20:46:59 +0000 (20:46 +0000)] 
Fix test for arts.

19 years agoImplement ShellDDEInit.
Robert Shearman [Thu, 30 Jun 2005 20:45:57 +0000 (20:45 +0000)] 
Implement ShellDDEInit.

19 years agoKeep track of what sequence we are in and register unique
Aric Stewart [Thu, 30 Jun 2005 20:45:43 +0000 (20:45 +0000)] 
Keep track of what sequence we are in and register unique
actions. This allows us to make sure actions and custom actions
flagged to run only once, actually run only once.
Also clean up some of the numeric constants in custom.c using the
defined values from msidefs.h.

19 years agoRemoved some no longer used asm checks.
Alexandre Julliard [Thu, 30 Jun 2005 18:24:56 +0000 (18:24 +0000)] 
Removed some no longer used asm checks.

19 years agoAssorted spelling fixes.
Francois Gouget [Thu, 30 Jun 2005 18:19:33 +0000 (18:19 +0000)] 
Assorted spelling fixes.

19 years agoRevert SPI_SETMOUSEBUTTONSWAP changes.
Alexandre Julliard [Thu, 30 Jun 2005 18:14:14 +0000 (18:14 +0000)] 
Revert SPI_SETMOUSEBUTTONSWAP changes.

19 years agoAdded res protocol test.
Jacek Caban [Thu, 30 Jun 2005 18:11:57 +0000 (18:11 +0000)] 
Added res protocol test.

19 years agoFix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.
Dmitry Timoshkov [Thu, 30 Jun 2005 18:11:37 +0000 (18:11 +0000)] 
Fix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.

19 years agoSend CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
Vitaliy Margolen [Thu, 30 Jun 2005 18:11:19 +0000 (18:11 +0000)] 
Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.

19 years agoForward StartDocPrinterA to StartDocPrinterW.
Huw Davies [Thu, 30 Jun 2005 18:10:59 +0000 (18:10 +0000)] 
Forward StartDocPrinterA to StartDocPrinterW.
Improve trace in the unicode version.

19 years agoFix blank.htm resources.
Jacek Caban [Thu, 30 Jun 2005 18:10:32 +0000 (18:10 +0000)] 
Fix blank.htm resources.

19 years agoImplemented EM_GETLINECOUNT RichEdit message.
Phil Krylov [Thu, 30 Jun 2005 18:10:22 +0000 (18:10 +0000)] 
Implemented EM_GETLINECOUNT RichEdit message.