Removed unnecessary code in the 16-bit DllEntryPoint function of some
[wine] / dlls /
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-05-23  Hannu Valtonen- Implement EM_LINESCROLL message handling
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-23  Jacek CabanSeparated IBinding and IMoniker interfaces.
2005-05-23  Daniel ScheplerImplement CDS_TEST flag in ChangeDisplaySettings.
2005-05-23  Kevin KoltzauImplement Hash function on composite moniker.
2005-05-23  Mike McCormackUse LIST_FOR_EACH_ENTRY in virtual memory code.
2005-05-23  Michael StefaniucFix VariantChangeType: calls to VarDecFromCy and VarDec...
2005-05-23  Kees CookCorrect crypt context init in CryptProtectData/CryptUnp...
2005-05-23  Raphael Junqueira- fixme when unexpected children found
2005-05-23  Stefan LeichterUpdate version resource of msi.dll to current version...
2005-05-20  Juan Lang- more fully implement CryptRegisterOIDFunction
2005-05-20  Gerald PfeiferAvoid compiler warning in parse_mount_entries().
2005-05-20  Kees CookImplement CryptUnprotectData counterpart to CryptProtec...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-20  Juan LangTurn handled errors from ERRs to WARNs or TRACEs.
2005-05-20  Juan LangImplement NtQueryVolumeInformationFile for type
2005-05-20  James HawkinsSelect the item under the point (x,y) in MouseHover.
2005-05-20  Kees CookImplement CryptProtectData with best-guess encryption.
2005-05-20  Richard CohenCheck if VT_R8 and VT_INT_PTR are supported before...
2005-05-20  David HemmoGDI_ReleaseObj was not called with the right parameter.
2005-05-20  Aric StewartWe have a stub for MsiGetUserInfoA we should use it.
2005-05-20  Aric StewartFix a leaking handle in MsiConfigureProductExW.
2005-05-20  Aric StewartWrite the RegOwner and RegCompany keys as blank if...
2005-05-20  Michael JungConsider only the GIL_FORSHORTCUT flag in SIC_CompareEn...
2005-05-20  Richard CohenFix gdiobj test on NT4, remove asserts.
2005-05-20  Francois GougetAdd 'use strict' and fix make_opengl accordingly.
2005-05-20  Kees CookImplement serialization and helper functions for CryptP...
2005-05-20  Raphael Junqueira- better traces
2005-05-20  Ivan Leo PuotiRename SystemDriverInformation to SystemModuleInformation.
2005-05-20  Aric StewartFix quoting on queries.
2005-05-20  Aric StewartQuoting fixes.
2005-05-20  Aric StewartCorrect query quoting based on Mike's patch.
2005-05-19  Alexandre JulliardRevert previous patch, we still need the winedos import...
2005-05-19  Alexandre JulliardWe no longer need a winedos import library.
2005-05-19  Robert Shearman- Add a generic moniker marshaler that works by saving...
2005-05-19  Dimi PaunDo not compute the hit test if we don't really need it.
2005-05-19  Juan LangImplement _XcptFilter using signal handlers, and add...
2005-05-19  Alexandre JulliardRefuse to load if 16-bit support is missing.
2005-05-19  Alexandre JulliardRenamed __wine_(un)register_dll_16 to __wine_dll_(un...
2005-05-19  Alexandre JulliardUse a memory mapping instead of file I/O to load 16...
2005-05-19  Robert Shearman- Change remaining blocks of code with 2-space indentat...
2005-05-19  Robert ShearmanWrite custom header up to and including size, not exclu...
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-19  Juan LangDon't fail in RegisterFonts if the Fonts table is missing.
2005-05-19  Raphael Junqueira- basic parsing of subprogram, typedef, pointer, class...
2005-05-19  Dimi PaunRename back local_compact to LOCAL_Compact for consistency.
2005-05-19  Dimi PaunRemove LOCAL_*() calls from USER, use Local*16() instead.
2005-05-19  Juan LangImplement get_default_drive_device for FreeBSD.
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-05-18  Robert ShearmanImplement IROTData::GetComparisonData for file & item...
2005-05-18  Alexandre JulliardMoved entry point definitions from module.h to kernel16...
2005-05-18  Maarten LankhorstAdd vfwindex when enumerating devices, and make sure...
2005-05-18  Alexandre JulliardGenerate the 16-bit module header in the standard on...
2005-05-18  Maarten LankhorstPass property bag to IPersistPropertyBag, if supported.
2005-05-18  Emmanuel MaillardAdded Darwin 8.0 specific headers.
2005-05-18  Alexandre JulliardSplit the module building functionality of NE_LoadExeHe...
2005-05-18  Aric StewartA few small fixes.
2005-05-18  Aric StewartWe cannot internally load the files in FileCost because...
2005-05-18  Maarten LankhorstFixed SetFilterGraph failure.
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-05-18  Maarten LankhorstAdd pin functions from quartz.
2005-05-18  Kees CookDefine structures for CryptProtectData/CryptUnprotectDa...
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-18  Maarten LankhorstDllCanUnloadNow fix.
2005-05-18  James Hawkins- Store the click point in LISTVIEW_INFO.
2005-05-18  Alexandre JulliardFixed a couple of warnings.
2005-05-18  Maarten LankhorstAdded reconnect function for filtergraph.
2005-05-18  Maarten LankhorstFixed freeing of mediatype.
2005-05-18  Aric StewartCorrectly use short filenames from uncompressed file...
2005-05-18  Alexandre JulliardChanged SNOOP16_RegisterDLL to take a module handle...
2005-05-18  Alexandre JulliardMoved import tracing to a separate channel so that...
2005-05-18  Dimi PaunRemove the LOCAL_*() functions from GDI.
2005-05-18  Dimi PaunRemove the LOCAL_*() function calls from KERNEL.
2005-05-18  Felix NawothnigResize listview column to autofit on a doubleclick...
2005-05-18  Raphael Junqueira- add some Dwarf2 enums
2005-05-18  Dimi PaunUse the more idiomatic form of iterating through the...
2005-05-18  Dimi PaunMake the argument comments out-of-line.
2005-05-18  Aric StewartSome error messages and strcmp changes suggested by...
2005-05-18  Pierre d'HerbemontBig Endian specific code fixes in order to conform...
2005-05-18  Kouji SasakiAdded the processing for determination of SFGAO_HASSUBF...
2005-05-18  Raphael JunqueiraFix open_pdb_file (used for locate/open pdbs):
2005-05-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-05-17  Alexandre JulliardRenamed some fields in NE_MODULE to use the same name...
2005-05-17  Dimi PaunUse standard TRACE macro.
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support:
2005-05-17  Dimi PaunUse standard Local*16() functions instead of LOCAL_...
2005-05-17  Maarten LankhorstAdded EnumPins from quartz for internal use.
2005-05-17  Alexandre JulliardUse the exported IMAGE_OS2_HEADER to generate the modul...
2005-05-17  James HawkinsFixed centering of tab text.
2005-05-17  Maarten LankhorstFixed initialisation crash on loading qcap dll.
2005-05-17  Juan LangObvious fixes to PropVariantClear and PropVariantCopy...
2005-05-17  Maarten LankhorstFixed qcap's inherited enummedia bugs.
2005-05-16  Juan LangAdd a comment, and a no-op cleanup.
2005-05-16  Aric StewartCorrect a problem with parse_data if binary data was...
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Mike McCormackInitial mostly stub implementation of ODBC control...
2005-05-16  Juan LangDifferentiate between version 0 and version 1 property...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
next