Get rid of the show dir symlink option.
[wine] / dlls /
2005-10-27  Alexandre JulliardMake show_dir_symlinks the default and get rid of the...
2005-10-27  Robert ReifAdded more error codes to dxerr8 and dxerr9 which were...
2005-10-27  Uwe BonnesTest for argv handling.
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-10-27  Juan LangImplement CryptMem and undocumented I_Crypt*Tls functio...
2005-10-27  Oliver StieberCorrect the number of parameters expected for the LRP...
2005-10-27  Oliver StieberChanged index and vertex buffer so that internal refere...
2005-10-27  Dmitry TimoshkovCorrectly handle flags parameter in SHAddToRecentDocs.
2005-10-27  Mike McCormackMissing and zero precision specifiers are different.
2005-10-27  Robert ShearmanAdd IFontEventsDisp and IProvideMultipleClassInfo.
2005-10-27  Vitaliy MargolenUnify HEADER_SetItem[A/W] into one function.
2005-10-27  Mike McCormackAdd the IObjectWithSite interface.
2005-10-27  Mike McCormackAdd a currently failing test case for menus.
2005-10-27  Robert ReifRemove unused variable from IDirectSoundFullDuplexImpl.
2005-10-26  Alexandre JulliardIn FindNextFileExW don't report directory symlinks...
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Huw DaviesStubs for NdrStubForwardingFunction and NdrCStdStubBuff...
2005-10-26  Alex Villacís LassoImplement complete VarDecDiv() for any valid DECIMAL.
2005-10-26  Alexandre JulliardAttach to implicitly loaded builtin dlls on process...
2005-10-26  Huw DaviesTreat paramflags == 0 like PARAMFLAG_FIN.
2005-10-26  Alex Villacís LassoImplement complete VarDecMul() for any valid DECIMAL.
2005-10-26  Mike McCormackEnumerate the substorage transforms for any patches...
2005-10-26  Michael Jung- Try LoadLibrary/LoadImage to extract icons from wine...
2005-10-26  Michael StefaniucHandle VT_CY in VarDiv().
2005-10-26  Detlef RiekenbergUpdated trace to support VERSIONED_PRINTER.
2005-10-26  Peter BeutnerProper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VE...
2005-10-26  Robert ShearmanImplement a Stop function and use this to properly...
2005-10-26  Robert Shearman- Forward IDispatch functions to the MIDL-generated...
2005-10-26  Alex Villacís LassoImplement complete VarBstrFromDec() for any valid DECIM...
2005-10-26  Vitaliy MargolenSilently ignore WM_PAINT in msg tests.
2005-10-26  Vitaliy MargolenCosmetic changes to NtCreateNamedPipeFile change "oa...
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-10-26  Mike McCormackSwitch back to using IPicture to load images. LoadImag...
2005-10-26  Dmitry TimoshkovAdd a test for GetCurrentObject, make it pass under...
2005-10-26  Ivan Leo PuotiMake secur32.dll tests load on nt 4.0.
2005-10-26  Hans LeidekkerImplement SQLInstallDriverManager.
2005-10-26  Stefan HuehnerFix IXMLDOMDocument error handling.
2005-10-26  Eric PouechPrevious fix incorrectly removed all test for strings...
2005-10-26  Stefan LeichterFix for GetPrinterDriverDirectoryA test.
2005-10-26  Vitaliy MargolenTest for return value from CreateDirectory("c:").
2005-10-26  Jacek CabanMake functions static.
2005-10-26  Uwe BonnesFix gcc 4 warnings.
2005-10-26  Saulius KrasuckasLink to {G|S}etRelAbs() during runtime as Win9x OSes...
2005-10-26  Rein KlazesFixed a lot of bugs in TEXT_TabbedTextOut. With the...
2005-10-24  Michal SuchanekMake Czech font selection dialog usable.
2005-10-24  Eric PouechMade accept thread safe(r).
2005-10-24  Vitaliy MargolenFix bad mouse lag in games that do their own mouse...
2005-10-24  Robert LunnonRename queue_t to jobqueue_t to avoid collision with...
2005-10-24  Robert LunnonAdded header errno.h.
2005-10-21  Alexandre Julliard_cexit should call the atexit functions.
2005-10-21  Troy RolloDetect when the notification callback has destroyed...
2005-10-21  Krzysztof FoltmanSeparators with group style set don't separate toolbar...
2005-10-21  Richard CohenHandle NULL string lparam when translating messages...
2005-10-20  Alexandre JulliardFixed a handle leak.
2005-10-20  Vincent BéronAllow file:/// protocol to be used to download the...
2005-10-20  Vijay Kiran KamujuFix msvcrt symbol demangling for non MS symbols.
2005-10-20  Vincent BéronRemove tempfile used to download Mozilla ActiveX contro...
2005-10-20  Vitaliy MargolenRestore focus to the current control without selecting...
2005-10-20  Rein KlazesIn GetDiskFreeSpace:
2005-10-20  Aric StewartMove the peek_msg buffers for SSL connections into the
2005-10-20  Huw DaviesProxies and stubs for GetTypeInfoCont, GetLibAttr and...
2005-10-19  Krzysztof Foltman- Bugfix in EM_GETTEXTEX
2005-10-19  Robert ReifChange secondary buffer variable name to secondary.
2005-10-19  Alexandre JulliardDon't register classes is no theme is active to avoid...
2005-10-19  Mike McCormackSet the http port before figuring out whether we're...
2005-10-19  Pierre d'HerbemontAllow compilation on non-i386.
2005-10-19  Vitaliy MargolenFix a number of tests failing on windows.
2005-10-19  Markus GömmelMisplacement of checkboxes with empty label fixed.
2005-10-19  Jacek CabanTry using mozctlx's path if there is no registered...
2005-10-19  Krzysztof FoltmanFix CB_GETLBTEXT ANSI-Unicode calls when return value...
2005-10-19  Aric StewartUse debugstr_a to prevent a buffer overflow when debugging.
2005-10-19  Dmitry TimoshkovAdd a test for SetMetaFileBitsEx, make it pass under...
2005-10-18  James HawkinsSet the file_part for \\?\ long file names too.
2005-10-18  Dmitry TimoshkovUse appropriate DDE APIs (ANSI or unicode) for ShellExe...
2005-10-18  Vitaliy MargolenLoadLibrary should ignore trailing spaces in the librar...
2005-10-18  Huw DaviesImplement GetContainingTypelib_{Proxy,Stub}.
2005-10-18  Huw DaviesWhen a dispinterface isn't dual, we should return
2005-10-18  Vitaliy MargolenReturn 0 length line as 0 length line for EM_GETLINE.
2005-10-18  Paul VriensWine's behavior is correct now.
2005-10-18  Frank RichterWhen doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind...
2005-10-18  Alexandre JulliardRevert previous change, OF_EXIST really returns HFILE_E...
2005-10-18  Mike McCormackUse ShellLink_QueryInterface to return the right interf...
2005-10-18  Dmitry TimoshkovAdd a test for CopyMetaFile, make it pass under Wine.
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-10-17  Uwe BonnesRemove unspecific FIXME.
2005-10-17  Vitaliy MargolenFix one test failing on all windows versions.
2005-10-17  Alexandre JulliardIgnore empty environment strings.
2005-10-17  Christian CostaEnumerate only requested modes by taking into account...
2005-10-17  Christian CostaFix installable driver removal.
2005-10-17  Aric StewartMSDN states that the pszDisplayName member of BROWSEINF...
2005-10-17  Eric Pouechioctl 440F only returns non mapped drives (for now).
2005-10-13  Alexandre JulliardIn parse_mount_entries return the loop device instead...
2005-10-13  Krzysztof FoltmanFix unnecessary (and harmful) repeated statement.
2005-10-13  Oliver StieberAllow cube textures to be updated.
2005-10-12  Oliver StieberChanged the way that 24bit and 32bit Adapter and Buffer...
2005-10-12  Huw DaviesInitialize a bunch of dc values to their default before...
2005-10-12  Krzysztof Foltman- Style trace information is written to different debug...
2005-10-12  Christian CostaDisable depth test when there is no Z buffer attached.
2005-10-11  Oliver StieberAdd checks for ARB_vertex_program before allowing verte...
next