MessageBox32A -> MessageBoxA
[wine] / ole /
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.
1999-02-28  Francis BeaudetImplemented support for arrays and safe arrays in VARIA...
1999-02-28  Francis BeaudetImplemented the CoTaskMemRealloc API. Also clean-up...
1999-02-28  Thuy NguyenAdded a missing Release.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Paul QuinnMany interface declarations that originated from oleidl...
1999-02-25  Michael VekslerFixed warning and compilation errors.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-24  Thuy NguyenFixed a bug.
1999-02-24  Thuy NguyenAdded support for larger files.
1999-02-24  Sylvain St.GermainFix COM_ExternalLockFreeList to do not fail with an...
1999-02-21  Marcus MeissnerAdded missing WINAPIs.
1999-02-20  Francis BeaudetImplemented the OleCreateFontIndirect method and the...
1999-02-20  Francis BeaudetAdded some new stubs for the OLE menu descriptor methods.
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Francois GougetSmall fixes.
1999-02-18  Thuy NguyenFixed bug with read-only files.
1999-02-18  Francois GougetModified so that they do not use the VTABLE_FUNC macros...
1999-02-18  Francois GougetUpdated to use the latest COM macros. Defined more...
1999-02-17  Francois GougetMoved some definitions to their proper include file.
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Juergen SchmiedImplementation of ConvertDefaultLocale32.
1999-02-13  Francois GougetAll guid 'REFxxx' types already have a 'const' inside...
1999-02-13  Thuy Nguyen- Fixed a small block depot bug.
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-13  Sylvain St.GermainImplementation of a simple linked list (static) that...
1999-02-11  Klaas van GendAdded support for the Dutch language.
1999-02-11  Francois GougetIsEqualGUID is defined in 'include/wine/obj_base.h...
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-02-05  Marcus MeissnerInclude objbase.h for CoTaskMem* prototypes (or we...
1999-02-05  Marcus MeissnerAdded missing ULONG to static const OFFSET_xx.
1999-02-02  Francois GougetReplaced references to interfaces.h by wine/obj_xxx...
1999-02-02  Jan DAdded definition for LOCALE_SGROUPING, LOCALE_SMONGROUP...
1999-01-31  Pascal CuoqLCMapString32A: Implemented flags NORM_IGNORENONSPACE and
1999-01-30  Francis BeaudetImplemented the startup-shutdown mechanism for the...
1999-01-30  Francis BeaudetAdded an implementation of the OLE structured storage...
1999-01-29  Marcus MeissnerUpdated msvideo. New program 'icinfo [-about] [-configu...
1999-01-28  Noomen HamzaAdded a stub implementation for FileMoniker, ItemMonike...
1999-01-24  Sylvain St.GermainImplementation of the SafeArray family functions.
1999-01-24  Guy AlbertelliFixed FIXME in EnumTimeFormats32W
1999-01-23  Juergen SchmiedMoved the instance creation of GUID's to a new file.
1999-01-23  Sylvain St.GermainDoDragDrop and OleIsCurrentClipboard stub implementation.
1999-01-23  Francis BeaudetMake LoadTypeLib stub return failure instead of success.
1999-01-20  Marcus MeissnerLCMapStringA: if dstlen is insufficient, return
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Marcus MeissnerAnother // comment fixed.
1998-12-26  Juergen SchmiedFixed tons of incomplete prototypes, assignment's of...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-24  Jean-Claude CoteAdded VarDateFromStr API.
1998-12-24  Marcus MeissnerIStorage32 vtable was missing 3 stub entries.
1998-12-18  François GougetFirst step to make it possible to call COM interfaces...
1998-12-15  Todd VierlingUndefined CHAR_MAX and CHAR_MIN (#defined by NetBSD...
1998-12-15  Marcus MeissnerCheck for MAXFLOAT if FLT_MAX isn't there.
1998-12-14  Huw D M DaviesHack OLE_GetFormat* to return something if datelen...
1998-12-11  Justin BradfordMost of the currency variant conversion functions imple...
1998-12-11  Marcus MeissnerTwo debug messages clarified, one useless prototype...
1998-12-11  Marcus Meissner294 missing WINAPI added.
1998-12-11  Juergen SchmiedFixed SetLastError with wrong value.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Jean-Claude CoteAdded implementation of the VARIANT APIs.
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-09  Uwe BonnesSome small corrections to EnumSystemLocales32AW
1998-11-30  Marcus MeissnerBugfix: second RegOpenKey should use CLSIDkey instead...
1998-11-26  Ulrich WeigandBugfix: Do *not* zero out output buffer in GetNumberFor...
1998-11-25  Pablo SaratxagaSmall fixes.
1998-11-25  Francis BeaudetImplemented 3 methods: SysAllocStringLen(), SysReAllocS...
1998-11-22  Eric KohlAdded IOleAdviseHoler interface (still a dummy) and...
1998-11-22  Eric KohlAdded stub for CreateItemMoniker().
1998-11-22  Juergen SchmiedSmall fixes to get the default language to a sensible...
1998-11-22  Andreas MohrEnhanced OABuildVersion() to return different version...
1998-11-22  Robert PouliotBetter OLE support in French languages.
1998-11-22  Marcus MeissnerTurn mega double switch into static table (reduces...
1998-11-15  Juergen SchmiedBug fix.
1998-11-15  David LuyerAdded Thai nls-resources.
1998-11-15  Pablo SaratxagaDisplay the language id for "XXX not supported for...
next