search for: dataconvert

Displaying 11 results from an estimated 11 matches for "dataconvert".

2013 May 24
0
Wine release 1.5.31
...6 relay entry point in assembler. ntdll: Reimplement the x86_64 relay entry point in assembler. wininet/tests: Use test.winehq.org for all certificate tests. Alistair Leslie-Hughes (17): oledb32: Implement GetConversionSize DBTYPE_VARIANT->DBTYPE_WSTR. oledb32: Implement DataConvert DBTYPE_BYTES->DBTYPE_BYTES. oledb32: Implement DataConvert DBTYPE_BYTES->VARIANT. oledb32: Implement DataConvert DBTYPE_DBTIMESTAMP->DBTYPE_VARIANT. include: Add oledb types DBDATE, DBTIME and move DBTIMESTAMP to the correct idl. oledb32: Implement DataConvert DBTYP...
2013 Apr 26
0
Wine release 1.5.29
...unctions in the region code. gdi32: Add helper functions to manage blocks of points in CreatePolyPolygonRgn. gdi32: Convert the edges list to a standard list in CreatePolyPolygonRgn. Alistair Leslie-Hughes (9): oledb32: Improve fixme in GetConversionSize. oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_I8. oledb32: Implement DataConvert DBTYPE_BSTR->DBTYPE_I8. oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR. oledb32: Implement DataConvert DBTYPE_I8->DBTYPE_VARIANT. oledb32: Implement DataConvert DBTYPE_R8->VARIANT. oledb...
2013 Jun 07
0
Wine release 1.6-rc1
...cale the shell folder list in the open dialog with the font size. shell32: Forward font messages to the listview window. explorer: Don't worry about desktop launchers in non-desktop mode. joy.cpl: Return the correct id for the icon. Alistair Leslie-Hughes (19): oledb32: DataConvert Support NULL variant in, DBTYPE_VARIANT->DBTYPE_WSTR. oledb32: Check for DBSTATUS_S_ISNULL first. oledb32: Implement GetConversionSize DBTYPE_VARIANT -> DBTYPE_BYTES. oledb32: GetConversionSize only returns a valid size of BSTR. ole32: Fix test under NT. oledb32:...
2018 Jan 05
0
Wine release 3.0-rc5
...wineandroid: Add permission for accessing external storage. ntdll: Fix source/destination confusion in vsscanf. Alistair Leslie-Hughes (3): oledb32: Coerce Variant to VT_DATE when converting data. oledb32: Silence interfaces for IDataSourceLocator QI. oledb32/tests: Add DataConvert DBTYPE_BSTR->DBTYPE_DBTIMESTAMP test. Anders Jonsson (1): po: Update Swedish translation. Andrew Eikum (1): advapi: Fix return value for QueryServiceConfig2W. Andrey Gusev (10): winhttp/tests: Remove redundant comparison. msvcr100/tests: Fix resource leak. kernel...
2017 Nov 11
0
Wine release 2.21
...ion for Windows APIs on ARM ntdll: Don't change packing of fd cache entries. user32: Pass the text length explicitly to EDIT_EM_ReplaceSel. user32/tests: Avoid strlen in traces. readme: Patches should now be sent to wine-devel. Alistair Leslie-Hughes (4): oledb32: DataConvert support DBTYPE_VARIANT -> DBTYPE_R4. oledb32: Fix typo. quartz: Output This in TRACE statements. quartz: Output This in TRACE statements. Andrew Eikum (4): explorer: Don't leak PIDL. explorer: Scale element sizes by DPI. shell32: Scale explorer browser si...
2017 Jul 07
0
Wine release 2.12
...ursor sizes with the screen DPI. user32: Get rid of the Wine-specific OCR_DRAGOBJECT. Alistair Leslie-Hughes (33): oledb32: Support DB/DATE/TIME/TIMESTAMP in GetConversionSize for W/STR. dsound: Free MMDevice on Release. oledb32: Support DBTYPE_DBTIMESTAMP to DBTYPE_WSTR in DataConvert. dmime: Add TRACE to IDirectMusicSegment8 QueryInterface. dmime: Support more interfaces in IDirectMusicAudioPath.GetObjectInPath. mfplat: Implement MFCreateMediaType. mfplat/tests: Added MFCreateMediaType test. include: Add mftransform.idl. include: Support wine...
2010 May 28
0
Wine release 1.2-rc2
...s: Preset dst_len to encounter more problems. winegcc: Add support for amd64-mingw32msvc platform. atl: Reuse code of AtlModuleRegisterWndClassInfoW for AtlModuleRegisterWndClassInfoA. winejack.drv: Use jack_client_open instead of deprecated function. oledb32: Fix dst_len in DataConvert. oledb32: Add Variant to Integer conversion. winebuild: Add support for amd64-mingw32msvc platform. widl: Add support for amd64-mingw32msvc platform. libs/port: Add support for amd64-mingw32msvc platform. oledb32: Fix variant to integer conversion. dbghelp: Use t...
2013 Aug 02
0
Wine release 1.7.0
...ison compatibility code. wrc: Remove non-bison compatibility code. Alistair Leslie-Hughes (9): oledb32: Add interface ISourcesRowset. oledb32: Add support for IErrorRecords. oledb32: Add some missing defines. msdasc.idl: Add coclass DataLinks. oledb32: Implement DataConvert Variant->R8. windowscodecsext: Add stub DllGetClassObject. oledb32: Add IErrorInfo Support. oleacc: Add missing interfaces. oleacc: Add typelib. Andrew Eikum (3): winmm/tests: Fix waveInGetPosition type. winmm: Don't count unused frames. dsound: All...
2017 Mar 03
0
Wine release 2.3
...Fix a copy-paste error in test_D3DXSHMultiply3. oledb32/tests: Fix a use-after-free in test_converttobyrefwstr. Alexandre Julliard (1): include: Add back a typecast that's needed for C++. Alistair Leslie-Hughes (7): oledb32: Support converting to DBTYPE_BYREF | DBTYPE_STR in DataConvert. dplayx/tests: Fix memory leaks (valgrind). include: Add mfreadwrite.idl. mfreadwrite: Add MFCreateSourceReaderFromMediaSource stub. dpnet: Handle unknown service GUID in enum_services_providers. dpwsockx: Implementation of GetCaps callback. oledb32/tests: Add te...
2011 Jul 08
0
Wine release 1.3.24
...as a valid lcid in typelibs. Alistair Leslie-Hughes (6): mscoree: Define interface IManagedObject. msxml3: Improve namespace tests to highlight get nodeName issue. msxml3: clang corrections. oleaut32: COM Cleanup ICreateTypeLib2Imp. oledb32: Add DBTYPE_UI2 support to DataConvert. oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext. Andrew Eikum (4): dsound: Inform the driver if we are in emulation mode or not. winmm/tests: Remove uninteresting tests. winmm: Pull wave and mixer functions into their own source file. winmm/tests: Don't...
2013 Aug 30
0
Wine release 1.7.1
...ntdll: Use a RunOnce function to initialize relay debugging options. winex11: Use a InitOnce function to initialize GDI device parameters. Alistair Leslie-Hughes (7): mscoree: Redirect .NET 1.0 to .NET 2.0. mshtml: Implement IHTMLStorage GetTypeInfoCount. oledb32: Implement DataConvert DBTYPE_I2 -> VARIANT. oledberr: Add more defines. oledb32: Implement IErrorRecord::AddErrorRecord. oledb32: Add IDataSourceLocator support. comsvcs: Add stub dll. Andrew Cook (1): ntdll: Implement NtQueryEvent. Andrew Eikum (14): oleaut32: Don't prevent...