wine
22 years agoAdded wine_dbg_sprintf function that allocates a temporary buffer in
Alexandre Julliard [Fri, 3 Jan 2003 03:12:58 +0000 (03:12 +0000)] 
Added wine_dbg_sprintf function that allocates a temporary buffer in
the per-thread strings area.
Added inline functions to format POINT, SIZE and RECT structures.

22 years agoSHGetMalloc() returns a HRESULT, not a DWORD.
Dimitrie O. Paun [Fri, 3 Jan 2003 03:07:21 +0000 (03:07 +0000)] 
SHGetMalloc() returns a HRESULT, not a DWORD.

22 years agoDefine NULL if it's not defined already.
Dimitrie O. Paun [Fri, 3 Jan 2003 03:07:06 +0000 (03:07 +0000)] 
Define NULL if it's not defined already.

22 years agoCheck the value of the pfnCallback in addition to the callback bit.
Lionel Ulmer [Fri, 3 Jan 2003 03:06:42 +0000 (03:06 +0000)] 
Check the value of the pfnCallback in addition to the callback bit.

22 years agoSupport outputing files to a different directory than pwd.
Dimitrie O. Paun [Fri, 3 Jan 2003 03:06:02 +0000 (03:06 +0000)] 
Support outputing files to a different directory than pwd.
Small cleanups.

22 years agoAdded --include-quotes option that fixes #include to use the correct
Patrik Stridvall [Fri, 3 Jan 2003 03:05:41 +0000 (03:05 +0000)] 
Added --include-quotes option that fixes #include to use the correct
of <> and "".

22 years agoMoved implementation of GetPrinterDriverDirectory from ascii to unicode.
Stefan Leichter [Fri, 3 Jan 2003 03:04:46 +0000 (03:04 +0000)] 
Moved implementation of GetPrinterDriverDirectory from ascii to unicode.

22 years agoListview should scroll by at least one column, fixes bug where item
Chris Morgan [Fri, 3 Jan 2003 03:04:22 +0000 (03:04 +0000)] 
Listview should scroll by at least one column, fixes bug where item
being wider than listview prevents any scrolling from occuring.  Added
printing of the scroll code text during tracing of scroll functions.

22 years agoShellExecute(NULL, "wordpad.exe",) now correctly finds wordpad.exe in
Dan Kegel [Fri, 3 Jan 2003 03:03:36 +0000 (03:03 +0000)] 
ShellExecute(NULL, "wordpad.exe",) now correctly finds wordpad.exe in
App Paths.

22 years agoImplement VerSetConditionMask by forwarding to ntdll.
Dominik Strasser [Fri, 3 Jan 2003 03:03:07 +0000 (03:03 +0000)] 
Implement VerSetConditionMask by forwarding to ntdll.

22 years agoCall lstrcmpW rather than wcscmp.
Francois Gouget [Fri, 3 Jan 2003 03:02:15 +0000 (03:02 +0000)] 
Call lstrcmpW rather than wcscmp.

22 years agoImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}.
Marcus Meissner [Thu, 2 Jan 2003 23:13:56 +0000 (23:13 +0000)] 
Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}.
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE.
Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType
correctly.
Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*).
Changed allocation to include 16 bytes before the SAFEARRAY (to store
IID/VARTYPE/IRecordInfo*).
VARTYPE -> size array was not indexed correctly.
Added lots of testcases for most functionality.
Added IRecordInfo interface definition.

22 years agoHandle VT_ERROR->VT_I4/VT_R4 coercion.
Marcus Meissner [Thu, 2 Jan 2003 23:11:56 +0000 (23:11 +0000)] 
Handle VT_ERROR->VT_I4/VT_R4 coercion.
VariantCopy does not need to check the return of VariantClear.
VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too.
VarCmp handles VT_BOOL.
VarFormat handles VT_BSTR.
coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x ->
VT_SAFEARRAY cases.
VarCat tries to coerce types into VT_BSTR to do cat.

22 years agoProcess TKIND_ALIAS in SLTG typelibs, 0x14 in the tail is the
Marcus Meissner [Thu, 2 Jan 2003 23:11:19 +0000 (23:11 +0000)] 
Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail is the
tdescAlias.vt entry.
Added a small handler for TKIND_DISPATCH in SLTG.
ITypeLib_Release can have a NULL pointer as ITypeInfo*.
Split out _copy_arg function for both DispCall and ITypeInfo_fnInvoke,
added some more functionality.
ITypeInfo_fnInvoke can handle VT_USERDEFINED variants.

22 years agoAdd the ability of playing a test tone when in interactive mode.
Francois Gouget [Thu, 2 Jan 2003 23:08:57 +0000 (23:08 +0000)] 
Add the ability of playing a test tone when in interactive mode.
Test both primary and secondary buffers.

22 years ago- Implemented InternetCrackUrlW and re-implemented InternetCrackUrlA
Alberto Massari [Thu, 2 Jan 2003 23:08:22 +0000 (23:08 +0000)] 
- Implemented InternetCrackUrlW and re-implemented InternetCrackUrlA
  by using the Unicode version.
- InternetCrackUrlW now parses URL having the "about" and "res"
  schemes.

22 years agoAdded C++ support & small cleanups.
Dimitrie O. Paun [Thu, 2 Jan 2003 23:07:52 +0000 (23:07 +0000)] 
Added C++ support & small cleanups.

22 years agoSupport C++ linking with a new -C switch.
Dimitrie O. Paun [Thu, 2 Jan 2003 23:07:40 +0000 (23:07 +0000)] 
Support C++ linking with a new -C switch.
Modify the app launcher to pass all options but --debugmsg and --dll
to the app.
Link the wrapper against all of the app's libs.
Drop support for passing the dll names to the launcher.

22 years agoFix for stupid applications reading some bytes after the end of the
Lionel Ulmer [Thu, 2 Jan 2003 20:14:24 +0000 (20:14 +0000)] 
Fix for stupid applications reading some bytes after the end of the
surface memory.

22 years ago- added enumeration of the Reference device (some games seems to need
Lionel Ulmer [Thu, 2 Jan 2003 20:13:47 +0000 (20:13 +0000)] 
- added enumeration of the Reference device (some games seems to need
  it to work and they want it enumerated first..)
- some comments about potential problems with Z masking

22 years agoAdded support for per-vertex material properties.
Lionel Ulmer [Thu, 2 Jan 2003 20:12:16 +0000 (20:12 +0000)] 
Added support for per-vertex material properties.

22 years agoReimplemented SwapTextureHandles.
Christian Costa [Thu, 2 Jan 2003 20:07:05 +0000 (20:07 +0000)] 
Reimplemented SwapTextureHandles.

22 years ago- removed some useless WARNs
Lionel Ulmer [Thu, 2 Jan 2003 20:05:48 +0000 (20:05 +0000)] 
- removed some useless WARNs
- fixed backface culling and material settings

22 years agoFix IDirect3DVertexBuffer interface.
Christian Costa [Thu, 2 Jan 2003 20:02:49 +0000 (20:02 +0000)] 
Fix IDirect3DVertexBuffer interface.
Implements GetVertexBufferDesc.
Remove some useless FIXME.

22 years ago- beginning of Material and Light support for D3D7
Lionel Ulmer [Thu, 2 Jan 2003 20:01:54 +0000 (20:01 +0000)] 
- beginning of Material and Light support for D3D7
- new rendering states supported

22 years agoFixed texturing.
Lionel Ulmer [Thu, 2 Jan 2003 20:00:25 +0000 (20:00 +0000)] 
Fixed texturing.

22 years ago- allow application to load palette-less textures
Lionel Ulmer [Thu, 2 Jan 2003 19:59:49 +0000 (19:59 +0000)] 
- allow application to load palette-less textures
- handle palette change of loaded textures
- some changes in the ExecuteBuffer

22 years ago- added some tracing in the fake ZBuffer methods
Lionel Ulmer [Thu, 2 Jan 2003 19:58:21 +0000 (19:58 +0000)] 
- added some tracing in the fake ZBuffer methods
- added support for the DEPTH_FILL BLT
- set by defaut perspective correction to nicest.
- decrease the limit where 'w' is ignored

22 years agoAdded some blend states.
Lionel Ulmer [Thu, 2 Jan 2003 19:56:52 +0000 (19:56 +0000)] 
Added some blend states.

22 years agoHandle more blend states.
Christian Costa [Thu, 2 Jan 2003 19:56:08 +0000 (19:56 +0000)] 
Handle more blend states.

22 years agoPrevent memory leak in freeing of the VertexBuffer.
Lionel Ulmer [Thu, 2 Jan 2003 19:54:09 +0000 (19:54 +0000)] 
Prevent memory leak in freeing of the VertexBuffer.

22 years agoImplement GetTransform and rework a bit the matrices storage.
Lionel Ulmer [Thu, 2 Jan 2003 19:53:43 +0000 (19:53 +0000)] 
Implement GetTransform and rework a bit the matrices storage.

22 years ago- implemented GetTexture
Lionel Ulmer [Thu, 2 Jan 2003 19:52:22 +0000 (19:52 +0000)] 
- implemented GetTexture
- semi-stubbed ValidateTexture
- fixed some errors in logging

22 years agoAdded 'blt' and 'bltfast' override functions.
Lionel Ulmer [Thu, 2 Jan 2003 19:51:25 +0000 (19:51 +0000)] 
Added 'blt' and 'bltfast' override functions.

22 years agoAdded 'emulated' VertexBuffer support.
Lionel Ulmer [Thu, 2 Jan 2003 19:46:46 +0000 (19:46 +0000)] 
Added 'emulated' VertexBuffer support.

22 years ago- do not use the alpha coordinates when ALPHABLEND is disabled
Lionel Ulmer [Thu, 2 Jan 2003 19:45:23 +0000 (19:45 +0000)] 
- do not use the alpha coordinates when ALPHABLEND is disabled
- disable fogging in the XYZRHW case
- various other small fixes

22 years agoFactorize some code in the texture uploading function.
Lionel Ulmer [Thu, 2 Jan 2003 19:44:14 +0000 (19:44 +0000)] 
Factorize some code in the texture uploading function.

22 years agoHandle texture addressing the D3D7 way.
Lionel Ulmer [Thu, 2 Jan 2003 19:43:08 +0000 (19:43 +0000)] 
Handle texture addressing the D3D7 way.

22 years agoPrevent lock-up in paletted texture with no palette case.
Lionel Ulmer [Thu, 2 Jan 2003 19:41:25 +0000 (19:41 +0000)] 
Prevent lock-up in paletted texture with no palette case.

22 years agoEnable the application to create first textures and then the D3D
Lionel Ulmer [Thu, 2 Jan 2003 19:39:57 +0000 (19:39 +0000)] 
Enable the application to create first textures and then the D3D
device.

22 years agoAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
Dmitry Timoshkov [Thu, 2 Jan 2003 19:34:14 +0000 (19:34 +0000)] 
Added ctl3d, ctl3dv2 and ctl3d32 API implementations.

22 years agoUpdated for recent options changes.
Alexandre Julliard [Thu, 2 Jan 2003 19:30:17 +0000 (19:30 +0000)] 
Updated for recent options changes.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Thu, 2 Jan 2003 19:28:09 +0000 (19:28 +0000)] 
Fixed some issues found by winapi_check.

22 years agoSeveral improvements and corrections, foremost being correcting wrc
Jeff Smith [Thu, 2 Jan 2003 19:27:23 +0000 (19:27 +0000)] 
Several improvements and corrections, foremost being correcting wrc
flags and shared object file naming.

22 years ago- API files update.
Patrik Stridvall [Thu, 2 Jan 2003 19:26:11 +0000 (19:26 +0000)] 
- API files update.
- Minor improvement and bug fixes.

22 years agoMoved implementation of strpbrkW from filedlg95.c to wine/unicode.h.
Alberto Massari [Thu, 2 Jan 2003 19:25:44 +0000 (19:25 +0000)] 
Moved implementation of strpbrkW from filedlg95.c to wine/unicode.h.

22 years agoAdd stub implementation for ReplaceFile.
Alberto Massari [Thu, 2 Jan 2003 19:24:42 +0000 (19:24 +0000)] 
Add stub implementation for ReplaceFile.

22 years agoAdd support for wrapper generation to winewrap.
Dimitrie O. Paun [Thu, 2 Jan 2003 19:24:03 +0000 (19:24 +0000)] 
Add support for wrapper generation to winewrap.
Quite a few micro cleanups, code should be simpler to follow.

22 years agoCompile with WINE_UNICODE_NATIVE defined, essential for C++.
Dimitrie O. Paun [Thu, 2 Jan 2003 19:23:48 +0000 (19:23 +0000)] 
Compile with WINE_UNICODE_NATIVE defined, essential for C++.
New -V option to display the version.
Do not link -lc, screws up linking, just get the default.

22 years agoRemoved unused #include of module.h.
Eric Pouech [Thu, 2 Jan 2003 17:59:47 +0000 (17:59 +0000)] 
Removed unused #include of module.h.

22 years ago- integration with DrawPrimitive
Raphael Junqueira [Thu, 2 Jan 2003 17:59:01 +0000 (17:59 +0000)] 
- integration with DrawPrimitive
- remove non-esthetic c++ comments into c comments block ;)
- more more debug
- indent, cleanups
- trying to use DIFFUSE and SPECULAR for vertex shader
- many fixes
- integration with Jason's texture patch

22 years agoSome clean-ups after the DrawPrimitive rewrite.
Lionel Ulmer [Thu, 2 Jan 2003 17:57:58 +0000 (17:57 +0000)] 
Some clean-ups after the DrawPrimitive rewrite.

22 years agoFix crash in GetAvailableVidMem function when TRACE is activated.
Lionel Ulmer [Thu, 2 Jan 2003 17:57:39 +0000 (17:57 +0000)] 
Fix crash in GetAvailableVidMem function when TRACE is activated.

22 years agoWhen unmapping a (wave|midi)-header unprepare message, make sure the
Eric Pouech [Thu, 2 Jan 2003 17:56:41 +0000 (17:56 +0000)] 
When unmapping a (wave|midi)-header unprepare message, make sure the
unpreparation was successful.

22 years agoFixed some nasty bugs in drawdib creation/deletion.
Eric Pouech [Thu, 2 Jan 2003 17:56:07 +0000 (17:56 +0000)] 
Fixed some nasty bugs in drawdib creation/deletion.

22 years agoSome stubs for dll setup needed by IE6 setup.
Dominik Strasser [Thu, 2 Jan 2003 17:55:45 +0000 (17:55 +0000)] 
Some stubs for dll setup needed by IE6 setup.

22 years agoSupport DllGetClassObject of CLSID_StdPicture.
Marcus Meissner [Thu, 2 Jan 2003 17:54:57 +0000 (17:54 +0000)] 
Support DllGetClassObject of CLSID_StdPicture.
PICTYPE_NONE has width/height 0.

22 years agoLet ANIMATE_OpenA return FALSE (= failure) upon a request to close a
Rein Klazes [Thu, 2 Jan 2003 17:54:23 +0000 (17:54 +0000)] 
Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a
previously opened AVI clip when there isn't one.

22 years agoIncrement log output from 200 lines to 3000 lines.
Andreas Mohr [Thu, 2 Jan 2003 17:53:26 +0000 (17:53 +0000)] 
Increment log output from 200 lines to 3000 lines.
Added Win XP as a listed Windows version.

22 years agoFix off_t cast that breaks FreeBSD.
Gerald Pfeifer [Thu, 2 Jan 2003 17:52:53 +0000 (17:52 +0000)] 
Fix off_t cast that breaks FreeBSD.

22 years agoAdd support for WINETEST_INTERACTIVE. If set then tests can perform
Francois Gouget [Thu, 2 Jan 2003 17:52:05 +0000 (17:52 +0000)] 
Add support for WINETEST_INTERACTIVE. If set then tests can perform
additional explicitly interactive tests.
Modify the winmm test to use WINETEST_INTERACTIVE.

22 years agoIBindCtx::RegisterObjectParam is supposed to replace the old value if
Alberto Massari [Thu, 2 Jan 2003 17:51:34 +0000 (17:51 +0000)] 
IBindCtx::RegisterObjectParam is supposed to replace the old value if
the key is already registered.

22 years agoValidate imagelists with christmas magic.
Duane Clark [Thu, 2 Jan 2003 17:51:13 +0000 (17:51 +0000)] 
Validate imagelists with christmas magic.

22 years agoFix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
Francois Gouget [Thu, 2 Jan 2003 17:50:48 +0000 (17:50 +0000)] 
Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
Fixed the prototype of statustodoserror to make the test work on NT4.
Added alternate return values to make the test work on Win98.
Check whether RtlNtStatusToDosError ismissing to make the test work on
Win95.
Added a strict option to cause the test to only accept the standard
mapping.

22 years agoRemove unnecessary sprintf calls.
Francois Gouget [Thu, 2 Jan 2003 17:49:51 +0000 (17:49 +0000)] 
Remove unnecessary sprintf calls.

22 years agoAdd the -F option to set a DLL's filename.
Dimitrie O. Paun [Thu, 2 Jan 2003 17:48:05 +0000 (17:48 +0000)] 
Add the -F option to set a DLL's filename.

22 years agoDefault to $P$G prompt. Make width of date 10 characters to align
Chris Morgan [Thu, 2 Jan 2003 17:47:40 +0000 (17:47 +0000)] 
Default to $P$G prompt.  Make width of date 10 characters to align
date column with DATE_SHORTDATE format.

22 years agoUse the locale id we created instead of the system or user default,
Chris Morgan [Thu, 2 Jan 2003 17:47:22 +0000 (17:47 +0000)] 
Use the locale id we created instead of the system or user default,
otherwise some tests are broken on systems where things aren't
english/us.

22 years agoFix signed/unsigned warnings.
Francois Gouget [Thu, 2 Jan 2003 17:47:01 +0000 (17:47 +0000)] 
Fix signed/unsigned warnings.

22 years agoFixed quoting in INSTALL check.
Alexandre Julliard [Tue, 24 Dec 2002 02:39:47 +0000 (02:39 +0000)] 
Fixed quoting in INSTALL check.

22 years agoPass the correct instance when installing the mouse hook (spotted by
Alexandre Julliard [Tue, 24 Dec 2002 01:18:21 +0000 (01:18 +0000)] 
Pass the correct instance when installing the mouse hook (spotted by
Lionel Ulmer).

22 years ago- actually use the background color when Clear-ing
Lionel Ulmer [Tue, 24 Dec 2002 01:07:21 +0000 (01:07 +0000)] 
- actually use the background color when Clear-ing
- replace glOrtho by a hand-built matrix
- fix applications doing SetTransform + using XYZRHW vertices

22 years ago- factorize Clear method between Viewport and Device
Lionel Ulmer [Tue, 24 Dec 2002 01:03:04 +0000 (01:03 +0000)] 
- factorize Clear method between Viewport and Device
- some more rendering states handled

22 years agoSupport viewports the D3D7 way.
Lionel Ulmer [Tue, 24 Dec 2002 01:00:45 +0000 (01:00 +0000)] 
Support viewports the D3D7 way.

22 years agoAdded some stencil / D3DDevice7 capabilities.
Lionel Ulmer [Tue, 24 Dec 2002 00:58:27 +0000 (00:58 +0000)] 
Added some stencil / D3DDevice7 capabilities.

22 years agoUpdated directory info in DEVELOPERS-HINTS, and IRC info in several
Jeff Smith [Tue, 24 Dec 2002 00:56:33 +0000 (00:56 +0000)] 
Updated directory info in DEVELOPERS-HINTS, and IRC info in several
documents.

22 years agoCombine texturing for D3D3 and 7 by thunking 3 to 7.
Lionel Ulmer [Tue, 24 Dec 2002 00:53:50 +0000 (00:53 +0000)] 
Combine texturing for D3D3 and 7 by thunking 3 to 7.

22 years agoMove the test strings into their own array and convert them to unicode
Francois Gouget [Tue, 24 Dec 2002 00:49:27 +0000 (00:49 +0000)] 
Move the test strings into their own array and convert them to unicode
using a for loop. This lets us later print the offending string when a
test fails.
Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as
in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/).
Uncomment the DateFromStr tests and fill in the todo fields where
appropriate.
Define an NB_OLE_STRINGS macro and use it to make sure all the arrays
have the right number of fields.
In the *FromStr loops, fill the return field with a dummy value (42)
before calling the conversion function. This way a test no longer
depends on whether the previous test failed or not!
If a test is expected to fail, then retval is meaningless -> omit it
from the result arrays.
If a test actually fails or was expected to fail, then there is no
point in checking retval.
Improve error reporting.
Pass the printf-style format directly to ok, remove the unnecessary
sprintfs.

22 years agoDump new D3D7 rendering states.
Lionel Ulmer [Tue, 24 Dec 2002 00:48:21 +0000 (00:48 +0000)] 
Dump new D3D7 rendering states.

22 years ago- factorize the D3D1/2 draw_primitive code with the new strided function
Lionel Ulmer [Tue, 24 Dec 2002 00:48:03 +0000 (00:48 +0000)] 
- factorize the D3D1/2 draw_primitive code with the new strided function
- rewrote a little bit this strided function to always use the static
  functions

22 years agoMake sure INSTALL path is relative to the top dir when using the
Alexandre Julliard [Tue, 24 Dec 2002 00:35:19 +0000 (00:35 +0000)] 
Make sure INSTALL path is relative to the top dir when using the
script in tools/.

22 years agoThe name of the driver should be the 16-bit one in case the app tries
Alexandre Julliard [Tue, 24 Dec 2002 00:29:40 +0000 (00:29 +0000)] 
The name of the driver should be the 16-bit one in case the app tries
to load it.

22 years agoFix definitions for Uuid{To,From}String, RpcStringFree.
Dimitrie O. Paun [Tue, 24 Dec 2002 00:26:55 +0000 (00:26 +0000)] 
Fix definitions for Uuid{To,From}String, RpcStringFree.

22 years agoFix the defintion of {,LP}NM_TREEVIEW{A,W}.
Dimitrie O. Paun [Tue, 24 Dec 2002 00:26:41 +0000 (00:26 +0000)] 
Fix the defintion of {,LP}NM_TREEVIEW{A,W}.

22 years agoAdd a couple missing macros.
Francois Gouget [Tue, 24 Dec 2002 00:26:16 +0000 (00:26 +0000)] 
Add a couple missing macros.

22 years agoRemove useless FIXMEs since there is nothing to do in BeginScene and
Christian Costa [Tue, 24 Dec 2002 00:25:55 +0000 (00:25 +0000)] 
Remove useless FIXMEs since there is nothing to do in BeginScene and
EndScene.

22 years agoUpdate and clean-up draw_primitive_strided_7.
Christian Costa [Tue, 24 Dec 2002 00:25:39 +0000 (00:25 +0000)] 
Update and clean-up draw_primitive_strided_7.
Make draw_primitive_7 based on draw_primitive_strided_7.

22 years ago- fix mipmap texture creation
Lionel Ulmer [Mon, 23 Dec 2002 02:10:31 +0000 (02:10 +0000)] 
- fix mipmap texture creation
- some logging improvements

22 years ago- fix small TRACE bug introduced in a previous patch
Lionel Ulmer [Mon, 23 Dec 2002 02:09:20 +0000 (02:09 +0000)] 
- fix small TRACE bug introduced in a previous patch
- add WRAPU / WRAPV warning

22 years agowineps16.dll should be named .drv.
Alexandre Julliard [Mon, 23 Dec 2002 02:07:20 +0000 (02:07 +0000)] 
wineps16.dll should be named .drv.

22 years agoCorrect all instances of mixMessage to mxdMessage.
Jeff Smith [Mon, 23 Dec 2002 02:05:30 +0000 (02:05 +0000)] 
Correct all instances of mixMessage to mxdMessage.

22 years agoAdd support for library path (-L).
Dimitrie O. Paun [Mon, 23 Dec 2002 02:04:34 +0000 (02:04 +0000)] 
Add support for library path (-L).
Add support for linking against static libs.
Ignore -W for gcc compatibility.

22 years agoHave the 'Lock' warning a bit clearer.
Lionel Ulmer [Mon, 23 Dec 2002 02:04:12 +0000 (02:04 +0000)] 
Have the 'Lock' warning a bit clearer.

22 years agoReport that we do not support compressed texture yet.
Lionel Ulmer [Mon, 23 Dec 2002 02:03:57 +0000 (02:03 +0000)] 
Report that we do not support compressed texture yet.

22 years ago- fix returning of capabilities in FindDevice
Lionel Ulmer [Mon, 23 Dec 2002 02:03:38 +0000 (02:03 +0000)] 
- fix returning of capabilities in FindDevice
- fill properly some caps according to what OpenGL can do

22 years agoVariantChangeTypeEx for VT_ARRAY | type style variants.
Marcus Meissner [Mon, 23 Dec 2002 02:03:10 +0000 (02:03 +0000)] 
VariantChangeTypeEx for VT_ARRAY | type style variants.

22 years agoFixed VarBstrCmp/Cat .spec entries.
Marcus Meissner [Mon, 23 Dec 2002 02:02:49 +0000 (02:02 +0000)] 
Fixed VarBstrCmp/Cat .spec entries.
Started regression test for SafeArray functions.
Fixed SafeArrayAllocDescriptor (check bounds, set cDims).
Fixed VARTYPE_SIZE array entries so it matches native.

22 years agoReport mode padding tweaks.
Duane Clark [Mon, 23 Dec 2002 02:02:06 +0000 (02:02 +0000)] 
Report mode padding tweaks.
Fix to LISTVIEW_GetSubItemRect.

22 years agoGet rid of ole.h.
Alexandre Julliard [Mon, 23 Dec 2002 01:46:34 +0000 (01:46 +0000)] 
Get rid of ole.h.

22 years agoMerge the rest of include/wine/obj_base.h into include/objbase.h.
Ove Kaaven [Mon, 23 Dec 2002 01:41:51 +0000 (01:41 +0000)] 
Merge the rest of include/wine/obj_base.h into include/objbase.h.