2004-04-30 |
Marcus Meissner | Fixed lvalue casts.
|
commit | commitdiff | tree |
2004-04-26 |
Marcus Meissner | Fixed some strict aliasing issues in dlls/d3d8.
|
commit | commitdiff | tree |
2004-04-26 |
Marcus Meissner | Fixed position of tmp.f assigned like in dlls/d3d8...
|
commit | commitdiff | tree |
2004-04-19 |
Marcus Meissner | Fixed DLLMODE handling (--mode is now --subsystem and...
|
commit | commitdiff | tree |
2004-03-22 |
Marcus Meissner | Allocate the correct nr of bytes for lpszCookies in...
|
commit | commitdiff | tree |
2004-03-22 |
Marcus Meissner | Allocate correct number of pointers for szAcceptTypes...
|
commit | commitdiff | tree |
2004-02-17 |
Marcus Meissner | Support emulation of the privileged mov dr7,eax instruction.
|
commit | commitdiff | tree |
2004-02-16 |
Marcus Meissner | Allow specification of "DLLMODE=native" for native...
|
commit | commitdiff | tree |
2004-02-16 |
Marcus Meissner | No need to check for DllEntryPoint style constants.
|
commit | commitdiff | tree |
2004-01-18 |
Marcus Meissner | Do not cache results of checks with side effects.
|
commit | commitdiff | tree |
2004-01-13 |
Marcus Meissner | Added stub for EnumICMProfilesA/W.
|
commit | commitdiff | tree |
2004-01-12 |
Marcus Meissner | SafeArrayRedim: Use the correct size for resize too.
|
commit | commitdiff | tree |
2004-01-09 |
Marcus Meissner | Allow offset of NULL to NtWriteFile.
|
commit | commitdiff | tree |
2004-01-09 |
Marcus Meissner | Fixed HeapRealloc typo.
|
commit | commitdiff | tree |
2004-01-09 |
Marcus Meissner | Copy BSTRs byte wise.
|
commit | commitdiff | tree |
2004-01-06 |
Marcus Meissner | xNum should be yNum in one place.
|
commit | commitdiff | tree |
2004-01-05 |
Marcus Meissner | Drop paragraph describing no longer existing regclean...
|
commit | commitdiff | tree |
2004-01-05 |
Marcus Meissner | Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on...
|
commit | commitdiff | tree |
2004-01-02 |
Marcus Meissner | When checking for gethostbyname_r_6 not try to compile...
|
commit | commitdiff | tree |
2003-12-31 |
Marcus Meissner | Fixed size calculation on redim if old size was 0.
|
commit | commitdiff | tree |
2003-12-31 |
Marcus Meissner | Removed too strict header check to enable execution...
|
commit | commitdiff | tree |
2003-12-30 |
Marcus Meissner | DWL_USER might be used otherwise, so use an internal...
|
commit | commitdiff | tree |
2003-12-30 |
Marcus Meissner | Dimensions with cElements=0 are valid and needed by...
|
commit | commitdiff | tree |
2003-12-30 |
Marcus Meissner | Added more argument numbers for _invoke().
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Implemented VarInt, VarPow.
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Older versions of freetype do not have FT_Get_First_Char.
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Explicitly clear vm86 flag in DIOCRegs_2_CONTEXT.
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Yet another useful hint for missing stdole32.tlb.
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Do not clear the pointer we just allocated, just the...
|
commit | commitdiff | tree |
2003-12-15 |
Marcus Meissner | Fixed potentially uninitialised sz.
|
commit | commitdiff | tree |
2003-12-04 |
Marcus Meissner | On i686, report processor level 6.
|
commit | commitdiff | tree |
2003-12-01 |
Marcus Meissner | Use correct pointer for SysFreeString.
|
commit | commitdiff | tree |
2003-11-03 |
Marcus Meissner | Do not coerce arguments of ITypeLib::Invoke in-place...
|
commit | commitdiff | tree |
2003-10-28 |
Marcus Meissner | Use freetype 2.0 defines for font encodings instead...
|
commit | commitdiff | tree |
2003-10-15 |
Marcus Meissner | Specify fourcc codes for encodings directly, instead...
|
commit | commitdiff | tree |
2003-09-22 |
Marcus Meissner | Print fixmes if we do not find a crypto providers for...
|
commit | commitdiff | tree |
2003-09-22 |
Marcus Meissner | _nrroffuncs: Check for error before dereferencing returned...
|
commit | commitdiff | tree |
2003-09-08 |
Marcus Meissner | Fixed compile warning.
|
commit | commitdiff | tree |
2003-09-02 |
Marcus Meissner | Change all head -1 to head -n 1 to be more POSIXly...
|
commit | commitdiff | tree |
2003-07-22 |
Marcus Meissner | Fix some small pointer aliasing problems.
|
commit | commitdiff | tree |
2003-07-21 |
Marcus Meissner | Added missing register defines for Linux/PPC.
|
commit | commitdiff | tree |
2003-07-21 |
Marcus Meissner | KEY_MAX is 511, which does not fit in a BYTE.
|
commit | commitdiff | tree |
2003-07-03 |
Marcus Meissner | Use standard debugging macros for jack.
|
commit | commitdiff | tree |
2003-07-03 |
Marcus Meissner | DPMI exceptions only happen on i386.
|
commit | commitdiff | tree |
2003-07-02 |
Marcus Meissner | Added isync to the interlocked functions.
|
commit | commitdiff | tree |
2003-07-02 |
Marcus Meissner | PowerPC inline versions of the interlocked functions.
|
commit | commitdiff | tree |
2003-06-30 |
Marcus Meissner | Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
|
commit | commitdiff | tree |
2003-06-30 |
Marcus Meissner | Fixed CPU detection for FreeBSD and P4.
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
|
commit | commitdiff | tree |
2003-06-24 |
Marcus Meissner | OleCreateFontIndirect(NULL,...) uses the OLE StdFont.
|
commit | commitdiff | tree |
2003-06-13 |
Marcus Meissner | Fixed index handling for multi dimensional arrays.
|
commit | commitdiff | tree |
2003-06-04 |
Marcus Meissner | Implemented localeconv() with libc function.
|
commit | commitdiff | tree |
2003-05-15 |
Marcus Meissner | Handle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions...
|
commit | commitdiff | tree |
2003-05-14 |
Marcus Meissner | winejack.drv.so needs -lwine_uuid too.
|
commit | commitdiff | tree |
2003-05-13 |
Marcus Meissner | Added 2 more InstallShield temporary exes for Desktop...
|
commit | commitdiff | tree |
2003-05-06 |
Marcus Meissner | Added include <errno.h>.
|
commit | commitdiff | tree |
2003-05-06 |
Marcus Meissner | Fix return code of DPNHPAST_DllGetClassObject stub.
|
commit | commitdiff | tree |
2003-05-04 |
Marcus Meissner | Fixed non-x86 DOSVM_Wait prototype.
|
commit | commitdiff | tree |
2003-05-04 |
Marcus Meissner | Fixed powerpc compile.
|
commit | commitdiff | tree |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions.
|
commit | commitdiff | tree |
2003-03-07 |
Marcus Meissner | Was using the wrong define for the CUPS soname.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | VarAdd: set 'rc' correctly from BSTR addition.
|
commit | commitdiff | tree |
2003-03-04 |
Marcus Meissner | Handle VT_PTR->VT_VARIANT arguments of Invoke.
|
commit | commitdiff | tree |
2003-02-24 |
Marcus Meissner | Print out name of float exceptions.
|
commit | commitdiff | tree |
2003-02-12 |
Marcus Meissner | Fix warning in __crtLCMapStringA.
|
commit | commitdiff | tree |
2003-02-11 |
Marcus Meissner | Fixed undefined operation compiler warning.
|
commit | commitdiff | tree |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA.
|
commit | commitdiff | tree |
2003-01-31 |
Marcus Meissner | Implemented mbsicoll (without locale handling).
|
commit | commitdiff | tree |
2003-01-28 |
Marcus Meissner | Do not free the old string in SysReAllocStringLen,...
|
commit | commitdiff | tree |
2003-01-28 |
Marcus Meissner | Added R4 and R8 comparison to VarCmp.
|
commit | commitdiff | tree |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it.
|
commit | commitdiff | tree |
2003-01-23 |
Marcus Meissner | Fixed ICOM_CALLs for IFont_xx methods.
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Print a large failure message if we try to load stdole32...
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Changed MONITORINFOEXA,W definition to the one in MSDN...
|
commit | commitdiff | tree |
2003-01-21 |
Marcus Meissner | Add Desktop mode for 3 known bad working InstallShield...
|
commit | commitdiff | tree |
2003-01-20 |
Marcus Meissner | Include $prefix/include/wine/windows into the WINE...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPA...
|
commit | commitdiff | tree |
2003-01-11 |
Marcus Meissner | Implemented CoGetTreatAsClass.
|
commit | commitdiff | tree |
2003-01-09 |
Marcus Meissner | Added GIF decompressor support to OLE Automation IPictures.
|
commit | commitdiff | tree |
2003-01-09 |
Marcus Meissner | Check and define AS (for cross/biarch compiler support).
|
commit | commitdiff | tree |
2003-01-05 |
Marcus Meissner | ole2nls.c is a 16bit only.
|
commit | commitdiff | tree |
2003-01-05 |
Marcus Meissner | Added several missing K32WOW* prototypes.
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordI...
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Handle VT_ERROR->VT_I4/VT_R4 coercion.
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
|
commit | commitdiff | tree |
2003-01-02 |
Marcus Meissner | Support DllGetClassObject of CLSID_StdPicture.
|
commit | commitdiff | tree |
2002-12-23 |
Marcus Meissner | VariantChangeTypeEx for VT_ARRAY | type style variants.
|
commit | commitdiff | tree |
2002-12-23 |
Marcus Meissner | Fixed VarBstrCmp/Cat .spec entries.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Reverted last VT_USERDEFINED patch (was broken).
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Separated out 16bit sources for ole2disp.dll.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Split out 16bit code into typelib16.c.
|
commit | commitdiff | tree |
2002-12-12 |
Marcus Meissner | Serialize/deserialize all reftypes in VT_USERDEFINED.
|
commit | commitdiff | tree |
2002-12-05 |
Marcus Meissner | Marshal VT_R4 (4 byte float).
|
commit | commitdiff | tree |
2002-11-21 |
Marcus Meissner | Fixed aliasing problems (do not use (POINT*)&rect constructs).
|
commit | commitdiff | tree |
2002-11-21 |
Marcus Meissner | Handle the COORD <-> DWORD conversion the canonical...
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing issue in __pthread_once and SetWaitabl...
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing problem in RtlEnlargedUnsignedDivide.
|
commit | commitdiff | tree |
2002-11-18 |
Marcus Meissner | Fixed strict aliasing problem in
|
commit | commitdiff | tree |