2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw |
2003-12-15 |
Jon Griffiths | Use the SafeArray conversion functions when coercing... |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Marcus Meissner | Implemented VarInt, VarPow. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Jon Griffiths | Oops - VT_EMPTY->VT_RECORD is not allowed. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Jon Griffiths | Reimplement/document every low level variant function. |
blob | commitdiff | raw | diff to current |
2003-12-09 |
Jon Griffiths | Implement conversions between dates and strings. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Jon Griffiths | Implemented the variant formatting functions. |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Jon Griffiths | Implement the non-variant date conversions correctly... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Gerald Pfeifer | Removed dead code in VarDateFromUI2(). |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Jon Griffiths | Add VarParseNumFromStr()/VarNumFromParseNum(), use... |
blob | commitdiff | raw | diff to current |
2003-09-16 |
<develop@stueben... | Use SysAllocStringByteLen/SysStringByteLen to copy... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Mike McCormack | Create a propper stub for oleaut32.VarMod. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jon Griffiths | Add a bunch of missing stuff. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Francois Gouget | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Marcus Meissner | VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Marcus Meissner | OleCreateFontIndirect(NULL,...) uses the OLE StdFont. |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-05-17 |
Stefan Leichter | Partial implementaion of VarBstrFromDec. |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Stefan Leichter | Fixed DECIMAL_SETZERO |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Stefan Leichter | Added stub for VarBstrFromDec. |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Stefan Leichter | Partial implementation of VarDecFromStr. |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Adam Gundy | Handle coercing VT_DISPATCH into VT_PTR. |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Marcus Meissner | VarAdd: set 'rc' correctly from BSTR addition. |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Marcus Meissner | Added R4 and R8 comparison to VarCmp. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Francois Gouget | Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Marcus Meissner | Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Ove Kaaven | Avoid direct ICOM_CALL usage. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Marcus Meissner | Handle VT_ERROR->VT_I4/VT_R4 coercion. |
blob | commitdiff | raw | diff to current |
2002-12-23 |
Marcus Meissner | VariantChangeTypeEx for VT_ARRAY | type style variants. |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Andreas Mohr | Implemented VarOr(). |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Jason Edmeades | VarAdd support for integers. |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Ove Kaaven | Added more types to wtypes.idl. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Jason Edmeades | Add support for VarAnd between integers. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Jason Edmeades | - VarFormat now supports VT_R8 and BYREF variant types. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Jason Edmeades | Ensure VarBstrCat handles null parms as per windows... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
John K. Hohm | Implemented SizeOfVariantData cases for VT_DISPATCH... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Mike McCormack | Fixed ordinals to match the Windows values. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Jason Edmeades | - VarAnd, VarCmp (Strings only), VarNot implemented. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Vincent Béron | Fixed some more missing \n in traces. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Marcus Meissner | Ported variant tests to the new testing framework. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Patrick Haller | Fix crash in VariantTimeToDosDateTime. |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Marcus Meissner | VT_EMPTY can be coerced to VT_I4, value 0. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Bill Medland | A couple of additions. |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Ove Kaaven | Fixed a looks-like-nobody-ever-tested-this-function... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Ove Kaaven | Implement coercion to VT_UNKNOWN from VT_DISPATCH. |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Andreas Mohr | Make OaBuildVersion() return the highest version value... |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Ove Kaaven | Variants and safe arrays is now able to copy BSTR swith... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Francois Gouget | Add the decVal field to VARIANT. |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Marcus Meissner | Do not pass the high level wFlags from VariantChangeTyp... |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Mike McCormack | Implemented oleaut32.VarBstrCat. |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Mike McCormack | Partially implement oleaut32.VarBstrCmp. |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Marcus Meissner | Implemented VarParseNumFromStr, VarNumFromParseNum. |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Marcus Meissner | DateTimeStringToTm and DateToTm must use dwFlags instea... |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Daniel Walker | - implemented SystemTimetoVariantTime/VariantTimetoSyst... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Francois Gouget | Fix the VarXxxFromCy conversions. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Francois Gouget | Spelling typos. |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Josh DuBois | Changed VarCyFromI1 to take a signed char. |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Francois Jacques | Implemented VT_EMPTY to VT_BSTR type coercion. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Lawson Whitney | Take type from referenced variant for VT_BYREF && VT_VA... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Lawson Whitney | Corrected value for DAYS_IN_ONE_YEAR. |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Owen Wang | Set the type of VarBstrFromDate to dwFlags, instead... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Ulrich Weigand | Moved bulk of OLE implementation to dlls/ subdirectories. |
blob | commitdiff | raw | diff to current |
|