Correct handling of strings in setValue.
[wine] / ole /
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-08-22  Hidenori TakeshimaAdded missing IIDs.
2001-08-15  Hidenori TakeshimaInclude GUIDs in strmif.h and uuids.h.
2001-08-09  Andreas MohrSpelling fixes.
2001-07-17  Andreas MohrFixed some more overflowing string traces.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-29  Huw D M DaviesWhen reading resources in NLS_LoadStringExW we should map
2001-04-16  Ove KaavenInclude the GUIDs in ddrawi.h in the libwine_uuid.a...
2001-04-12  Peter Hunnisett- Provide lobby provider COM object header file and...
2001-04-12  James HathewaySmall typo fix.
2001-04-04  Rein KlazesImplement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  François Gougetdebugstr_xxx already does the quoting.
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Andreas MohrCompareStringW returned wrong results sometimes.
2000-11-25  Dimitrie O. PaunWe no longer have an ole/nls directory.
2000-10-02  Uwe BonnesGetDateFormatA: Check range and recalculate wDayOfWeek.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-16  Dimitrie O. PaunUse the system local time if lpTime=NULL.
2000-08-25  Peter Hunnisett- Implemented loading and initialization of service...
2000-08-20  Dmitry TimoshkovAdded new language detection scheme that uses NLS data...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-06  Hidenori TakeshimaFix for calling ctype functions with Unicode characters.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Dmitry TimoshkovLOCALE_NOUSEROVERRIDE means: do not get user redefined...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-07-10  Dmitry TimoshkovMoved all NLS dependent data to the KERNEL resources.
2000-07-08  Dmitry TimoshkovComplete NLS values for Russian language.
2000-07-08  Dmitry TimoshkovRemove duplicates in the NLS files.
2000-06-13  Bertho StultiensCommented out IsBadWritePtr check. Makes winhlp32.exe...
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-07  Dimitrie O. PaunSeparate OLE2NLS out of KERNEL.
2000-05-05  Alexandre JulliardHenning Hoffmann (of Macadamian for Corel)
2000-04-15  Owen WangAdded further implementation of WINAPI EnumDateFormats...
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-04-04  Alexandre JulliardMichael Abd-El-Malek (Corel)
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-19  Andrew LewyckyImproved CompareStringA performance.
2000-03-19  Steven ElliottTemporarily implemented the LCMAP_SORTKEY flag in the...
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Hidenori TakeshimaJapanese support implemented.
2000-02-25  Steven ElliottStubbed out the implementation of LCMAP_SORTKEY in...
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-16  Alastair McKinstryAdded support for the following celtic languages: Irish...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Julio César GázquezGetNumberFormatA implementation added.
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.
next