Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
[wine] / dlls / oleaut32 /
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.
2000-04-19  Alexandre JulliardRemoved winmm from import list.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Marcus MeissnerStubs for DllRegisterServer/DllUnregisterServer.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-09  Lawson WhitneyTake type from referenced variant for VT_BYREF && VT_VA...
2000-03-08  Lawson WhitneyCorrected value for DAYS_IN_ONE_YEAR.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-29  Patrik StridvallMoved some stubs and added forwards in order to make...
2000-02-27  Alexandre Julliardoleaut32 should not import functions from olepro32.
2000-02-26  Alexandre JulliardErrorInfo functions need to be in ole32, not oleaut32.
2000-02-26  Patrik StridvallAdded stubs for {Create,Get,Set}ErrorInfo.
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Alexandre JulliardAdded import of olepro32.
2000-02-25  Patrik StridvallFixed some issues found by winapi_check.
2000-02-18  Owen WangSet the type of VarBstrFromDate to dwFlags, instead...
2000-02-18  Alexandre JulliardChanged the loading of typelib files to use a memory...
2000-02-18  Eric PouechFixed prototype for OleTranslateColor.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Sean LangleyMade OleCreateFontIndirect have the same signature...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-23  Marcus MeissnerImplemented (Register|Get|Revoke)ActiveObject from...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-12  Alexandre JulliardRemoved a dependency between oleaut32 and comctl32.
1999-12-12  Eric PouechSysStringLen can get a NULL pointer (and shall return 0).
1999-12-11  Patrik StridvallFixed some issues found by winapi_check.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-10-25  Andreas MohrSysAllocStringLen16 needs to handle NULL pointers,...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-13  Francois GougetUse the COM macros rather than directly accessing the...
1999-10-13  Marcus MeissnerAdded stubs for RevokeActiveObject, GetActiveObject...
1999-09-29  Rein KlazesFirst implementation of LoadTypeLibEx().
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.