Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
[wine] / dlls / oleaut32 /
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-20  Marcus MeissnerWe need to make a copy of the fontname and the HFONT...
2001-08-18  Marcus MeissnerDo not pass the high level wFlags from VariantChangeTyp...
2001-08-18  Mike McCormackImplemented oleaut32.VarBstrCat.
2001-08-16  Mike McCormackPartially implement oleaut32.VarBstrCmp.
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Marcus MeissnerDateTimeStringToTm and DateToTm must use dwFlags instea...
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-08-09  Patrik StridvallFixed issue found by winapi_check.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-08-06  Marcus MeissnerFirst (partial) implementation of ITypeInfo::Invoke.
2001-08-03  Malte StarostikImplemented RegisterTypeLib.
2001-07-26  Patrik StridvallDocumentation fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Marcus MeissnerOLEAUT32.DllGetClassObject and support for the Ole...
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-22  Marcus MeissnerOleFont::IDispatch::Invoke stub can just return S_OK.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-08  Patrik Stridvall- Added comment that code is broken.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-31  Francois GougetFix the VarXxxFromCy conversions.
2001-05-18  Francois GougetSpelling typos.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-10  Gerard PatelStub for OleLoadPictureEx.
2001-03-19  Dmitry TimoshkovAdd version info for built-in oleaut32.dll.
2001-03-05  Andreas MohrThe for loop in ITypeLib2_fnFindName was wrong (extra...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-12  Jon GriffithsImplement LHashValOfNameSysA for 4 LCIDs, fix prototype.
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-22  Josh DuBoisChanged VarCyFromI1 to take a signed char.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-09  Andreas Mohr- README update
2000-12-09  Andreas MohrDon't fail on pointer address checking when foreign...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Francois JacquesImplemented VT_EMPTY to VT_BSTR type coercion.
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-26  Francois JacquesUpdated the load process so that all typelibs (and...
2000-10-25  Francois JacquesUpdated typelib loader. Typelib contents can be stored...
2000-10-19  Chris MorganStub CreateDispTypeInfo, CreateStdDispatch16 and Create...
2000-10-13  Francois GougetFixed the signature of SysAllocStringByteLen.
2000-10-12  Francois GougetAdded some of the APIs introduced in Win98, mostly...
2000-10-03  Francois GougetFixed some prototypes.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Gerard PatelAvoid infinite loop if QueryPathOfRegTypeLib is called...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-22  Francois Jacques- removed unnecessary recursion
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  James Hatheway- Avoid null-pointer exceptions by testing listnodes...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-29  Marcus MeissnerAdded CreateTypeLib,LHashValOfNameSys stubs.
2000-07-28  Huw D M DaviesAdd Connection Point support to OLE font objects.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-25  Huw D M DaviesA generic implemention of IConnectionPoint/IEnumConnect...
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Huw D M DaviesOLE picture object implementation.
2000-07-10  Francois JacquesPrevent SysAllocString and SysAllocString16 to perform...
2000-07-10  Juergen Schmied- better loading of *.tlb files
2000-07-09  Huw D M DaviesStub implementation of LHashValOfNameSysA.
2000-07-08  Francois JacquesImplemented SafeArrayGetVarType.
2000-07-08  Huw D M DaviesFix SysStringByteLen to really return the length in...
2000-07-08  Huw D M DaviesFix typo in ITypeLib::IsName.
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-20  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-18  Stephane Lussier- Fixed a memory corruption in safe arrays when using...
2000-06-11  Patrik StridvallFixed some issues found by winapi_check.
2000-04-19  Alexandre JulliardAdded some missing import directives.
next