Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / ole /
1999-12-20  Rein KlazesEnumSystemLocalesA should look for registry values...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Juergen SchmiedAdded some constants for Spanish.
1999-11-25  Eric PouechRemoved invalid LCMapString fixme for NORM_IGNOREKANATY...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-07  Andreas MohrImplementation of RegisterNLSInfoChanged.
1999-10-13  Eric PouechAdded some missing definitions.
1999-09-20  Dennis BjorklundAdded some values that were missing in the Swedish...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-09-19  Juergen SchmiedAdded stub for OLE32.DllGetClassObject.
1999-09-10  Marcus MeissnerAdded stub for RegisterActiveObject().
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-08-21  Eric PouechOnly declare DateStyle in a single compilation unit.
1999-08-21  Rein KlazesFixed typelib reading to correctly use the offset of...
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-18  Ulrich WeigandAdapted to WOW changes.
1999-08-15  Alexandre JulliardRemoved RCS keyword.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-30  Andreas MohrImplemented CoRevokeClassObject stub needed by Acrobat...
1999-07-25  Juergen SchmiedLet CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
1999-07-24  Albert den HaanDeclare only one instance of GUID_NULL.
1999-07-18  Noel BorthwickImplemented the OLE Clipboard API.
1999-07-10  Dave PicklesGetTimeFormat() should return LocalTime not SystemTime.
1999-07-10  Thuy NguyenIt is possible for a stream to have both small block...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-04  Marcus MeissnerCheck for complete lcid or just the primary language...
1999-06-27  Marcus MeissnerOleMetaFilePictFromIconAndLabel16: slightly broken...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Andreas MohrKind of implemented OleMetaFilePictFromIconAndLabel.
1999-06-22  Alexander KanavinStandard dialog boxes resources and OLE strings are...
1999-06-22  Andreas MohrAdded COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
1999-06-22  Eric PouechThou shalt not use C++ comments.
1999-06-18  Pablo SaratxagaWalloon language update.
1999-06-12  Francis BeaudetFixed a problem with the LoadTypeLib method.
1999-06-07  Marcus MeissnerFixed TLB_Read (can easily get count!=bytesread at...
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-06-05  Rein KlazesAllow NULL as argument to SysFreeString in accordance...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-12  Francis BeaudetBug fix.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Francis BeaudetSecond part of the OLE datacache implementation.
1999-05-08  Thuy NguyenImplemented GetHGlobalFromStream.
1999-05-08  Thuy NguyenImplementation of IStorage supported by an implementati...
1999-05-08  Thuy NguyenImplemented OleTranslateColor.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Francis BeaudetFixed a few bugs in the OLE storage implementation...
1999-05-02  Francis BeaudetImplemented the OLE object default handler and data...
1999-05-01  Thuy NguyenImplemented CreateILockBytesOnHGloba, GetHGlobalFromILo...
1999-05-01  Francis BeaudetFixed a bug in CoRegisterClassObject.
1999-05-01  Francis BeaudetFixed a little Drag and Drop bug.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-24  Francis BeaudetImplemented CreateStreamOnHGLOBAL.
1999-04-24  Andreas MohrLet CoSetState() accept state == NULL.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Francis BeaudetAdded a check for a NULL pointer in CoFreeUnusedLibraries.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Michael VekslerSimplify propertyNameCmp() and fix a warning in the...
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-15  Stephane LussierImplementation of IStorage::CopyTo and IStream::CopyTo.
1999-04-11  Michael VekslerFix IStorage16_fnStat() to use STATSTG16 (it is a 16...
1999-04-11  Francis BeaudetImplemented the CoCreateInstanceEx method.
1999-04-11  Francois Gouget- use the latest ICOM macros
1999-04-10  Juergen SchmiedCorrected debug output.
1999-04-10  Juergen SchmiedNew interfaces for IOleCommandTarget, IDropTarget,...
1999-04-04  Marcus MeissnerEnumCalendarInfoA stub.
1999-04-01  Noel BorthwickImplementation for OleCreateMenuDescriptor, OleSetMenuD...
1999-04-01  Adrian Thurstoninitguid.h should only contain the macro that defines...
1999-03-28  Alexandre JulliardApparently no longer needed.
1999-03-28  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Aaron Barnes...
1999-03-28  Andreas MohrAdded missing WINAPIs.
1999-03-25  David LuyerChanged "strings.h" to "string.h".
1999-03-23  Noomen HamzaImplemented:
1999-03-19  Stephane LussierSet type of destination variant in VariantChangeTypeEx...
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-17  Thuy NguyenReturn error if not a valid OLE compound file.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Paul QuinnMany new defines, and structs to help compile MFC....
1999-03-14  Juergen Schmied- IShellFolder and IEnumIDList are using the new COM...
1999-03-13  Francois GougetFixes in the SysAllocString functions prototypes. It...
1999-03-13  Francis BeaudetImplemented the IPersistStream interface on the OLE...
1999-03-13  Pavel RoskinAdded prototypes for OleQueryLinkFromClip, OleQueryCrea...
1999-03-13  Thuy NguyenStgCreateDocfile accepts NULL as a file name.
1999-03-12  Thuy NguyenImproved performance.
1999-03-12  Stephane LussierImplemented DosDateTimeToVariant() and SysAllocStringBy...
1999-03-10  Paul QuinnAdded a lot of new OLE interfaces.
1999-03-10  Alexander KanavinAdded support for Russian language.
1999-03-10  Francis BeaudetFixed a reference-counting problem in the external...
1999-03-10  Francis BeaudetFixed index calculations of the upper and lower bounds...
1999-03-10  Francis BeaudetImplementation of the ReleaseStgMedium method.
1999-03-09  Thuy NguyenSmarter way of searching for a free block.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Klaas van GendNow compliant to the Dutch standards.
next