2005-05-11 |
Robert Shearman | Use I_RpcGetBuffer instead of HeapReAlloc for getting... |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-04 |
Vincent Béron | Use SUBLANG_NEUTRAL for French resources. |
tree | commitdiff |
2005-04-22 |
Alex Villacís Lasso | - Fix leftover negative sign in height parameter for... |
tree | commitdiff |
2005-04-14 |
Daniel Remenak | Remove unused variable in _copy_arg. |
tree | commitdiff |
2005-04-13 |
Alex Villacís Lasso | - Fix leftover negative sign in height parameter for... |
tree | commitdiff |
2005-04-13 |
Daniel Remenak | Implemented VarIdiv. |
tree | commitdiff |
2005-04-12 |
Daniel Remenak | Return DISP_E_DIVBYZERO instead of crashing when asked... |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-30 |
Alex Villacís Lasso | Initialize [orig|himetric][Width|Height] for PICTYPE_IC... |
tree | commitdiff |
2005-03-29 |
Alex Villacís Lasso | Fix failure to notice the use of a GIF palette index... |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Serialize NULL pointer interfaces correctly. |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Fixed VT_BSTR|VT_BYREF marshalling. |
tree | commitdiff |
2005-03-28 |
Marcus Meissner | Fixed ppvObject serializer (deref twice instead of... |
tree | commitdiff |
2005-03-27 |
Mike Hearn | Fix BSTR tracing in the typelib marshaller. |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly. |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Added IDispatch::GetIDsOfNames() special case serializing. |
tree | commitdiff |
2005-03-25 |
Mike Hearn | Fix PARAMFLAG_FOUT typo in the tmarshaller. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-24 |
Alex Villacís Lasso | After Float->string conversion via sprintfW(), VarDecFr... |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-18 |
Jacek Caban | Fixed vartype test. |
tree | commitdiff |
2005-03-14 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2005-03-11 |
Robert Shearman | Add outer unknown support for typelib marshaler. |
tree | commitdiff |
2005-03-09 |
Jacek Caban | More implementation of IRecordInfo. |
tree | commitdiff |
2005-03-07 |
Jacek Caban | - Implemented GetRecordInfoFromTypeInfo and GetRecordIn... |
tree | commitdiff |
2005-03-04 |
Maxime Bellengé | Implements OleLoadPicturePath. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-22 |
Huw Davies | The typelib cache should take the typelib resource... |
tree | commitdiff |
2005-02-22 |
Jon Griffiths | Use variant macros instead of accessing the union directly. |
tree | commitdiff |
2005-02-21 |
Vincent Béron | Add a stub for OleLoadPicturePath(). |
tree | commitdiff |
2005-02-21 |
Mike Hearn | Allow loading of builtin typelibs. |
tree | commitdiff |
2005-02-18 |
Alex Villacís Lasso | Implement OleFontImpl_QueryTextMetrics. |
tree | commitdiff |
2005-02-16 |
Alex Villacís Lasso | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
tree | commitdiff |
2005-02-14 |
Marcelo Duarte | Update the resources for Portuguese. |
tree | commitdiff |
2005-02-14 |
Marcus Meissner | Check for overflows with ClrUsed. |
tree | commitdiff |
2005-02-08 |
Paul Vriens | Add WinXP to OaBuildVersion. |
tree | commitdiff |
2005-02-08 |
Mike Hearn | Return OLE automation build value as win2k by default. |
tree | commitdiff |
2005-01-31 |
Vincent Béron | Remove message telling users to copy native stdole32... |
tree | commitdiff |
2005-01-31 |
Rein Klazes | SafeArrayDestroy() returns success when called with... |
tree | commitdiff |
2005-01-27 |
Mike Hearn | - Change some FIXMEs to ERRs to reflect the fact that... |
tree | commitdiff |
2005-01-26 |
Mike Hearn | Fix a typo, propagate errors better from inside the... |
tree | commitdiff |
2005-01-25 |
Robert Shearman | - Move OLE automation interface registration to oleaut32. |
tree | commitdiff |
2005-01-25 |
Alex Villacís Lasso | Initialize temporary variants before calling VariantCha... |
tree | commitdiff |
2005-01-24 |
Rémi Assailly | char -> const char fixes. |
tree | commitdiff |
2005-01-17 |
Alex Villacís Lasso | When parsing an hex/oct integer value, copy value verba... |
tree | commitdiff |
2005-01-14 |
James Hawkins | - Use Interlocked* instead of ++/-- in AddRef/Release. |
tree | commitdiff |
2005-01-10 |
Alexandre Julliard | Another warning fix. |
tree | commitdiff |
2005-01-09 |
Alexandre Julliard | Avoid warnings. |
tree | commitdiff |
2005-01-09 |
Huw Davies | The value of a packed VARIANT can be up to 1L << 26... |
tree | commitdiff |
2005-01-09 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2005-01-03 |
Eric Pouech | Some missing const correctness fixes. |
tree | commitdiff |
2004-12-27 |
Huw Davies | Fix typelib generation of CARRAYs. |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-20 |
Bill Medland | Fully initialise the structure to prevent ill-defined... |
tree | commitdiff |
2004-12-17 |
Alexandre Julliard | Expand the COPYTEST macro to avoid trouble with 64... |
tree | commitdiff |
2004-12-17 |
Huw Davies | Fix comment to reflect reality and indeed the code. |
tree | commitdiff |
2004-12-16 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-15 |
Dmitry Timoshkov | Add Russian translations. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Implement RPC_E_DISCONNECTED in proxies. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-13 |
Hans Leidekker | Fix compilation with GCC 4. |
tree | commitdiff |
2004-12-09 |
Huw Davies | Remove the remaining dependencies on internal structure... |
tree | commitdiff |
2004-12-08 |
Huw Davies | GetTypeAttr should deep copy the typedesc. |
tree | commitdiff |
2004-12-08 |
Huw Davies | Fix return value of GetVarIndexOfMemId. |
tree | commitdiff |
2004-12-08 |
Robert Shearman | Make the DECIMAL_SETZERO macro take a DECIMAL instead... |
tree | commitdiff |
2004-12-07 |
Huw Davies | Remove Invoke's dependence on the internal TLBFuncDesc... |
tree | commitdiff |
2004-12-07 |
Huw Davies | GetFuncIndexOfMemId should respect invkind and return |
tree | commitdiff |
2004-12-02 |
Huw Davies | Allocate the TYPEATTR rather than copying it. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-30 |
Jon Griffiths | Ensure DllCanUnloadNow is a truly void function, and... |
tree | commitdiff |
2004-11-19 |
Alexandre Julliard | Removed a couple of no longer needed entries. |
tree | commitdiff |
2004-11-09 |
Walt Ogburn | In OlePictureImpl_Load, always use DIB_RGB_COLORS becau... |
tree | commitdiff |
2004-11-08 |
William Poetra Yoga H | Use COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAP... |
tree | commitdiff |
2004-11-06 |
Mike Hearn | Support assigning font objects to other font objects. |
tree | commitdiff |
2004-10-27 |
Ge van Geldorp | Use only one .res file. |
tree | commitdiff |
2004-10-22 |
Alexandre Julliard | Converted more of the (Un)RegisterTypeLib code to Unicode. |
tree | commitdiff |
2004-10-22 |
Mike McCormack | Use Unicode functions in RegisterTypeLib. |
tree | commitdiff |
2004-10-21 |
Walt Ogburn | VarParseNumFromStr: Keep zeros after decimal point... |
tree | commitdiff |
2004-10-19 |
Walt Ogburn | Keep "trailing" zeros on whole number part of a decimal. |
tree | commitdiff |
2004-10-19 |
Walt Ogburn | Test that SafeArrayDestroyData keeps the pointer if... |
tree | commitdiff |
2004-10-19 |
Walt Ogburn | SafeArrayDestroyData - keep pointer, don't destroy... |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Fix some types problems. |
tree | commitdiff |
2004-10-18 |
Walt Ogburn | Test zero exponents with and without signs. |
tree | commitdiff |
2004-10-11 |
Walt Ogburn | Allow exponents of zero (like "1.000E0") to parse |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Fix the VarI4FromI2 API documentation. |
tree | commitdiff |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-05 |
Huw Davies | Implement CreateDispTypeInfo. |
tree | commitdiff |
2004-09-27 |
Marcus Meissner | Function return types cannot be const. |
tree | commitdiff |
2004-09-24 |
Joris Huizer | Ref count increment/decrement cleanup. |
tree | commitdiff |
2004-09-22 |
Huw Davies | Don't trash the dst variant if we can't do the type... |
tree | commitdiff |
2004-09-22 |
Alex Villacís Lasso | Partial implementation for OLEPictureImpl_Save. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-21 |
James Hawkins | Use InterlockedDecrement and InterlockedIncrement inste... |
tree | commitdiff |
next |