Started implementing support for the SubSystemTib field in the TEB of
[wine] / dlls /
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-04-14  Christian CostaAdded glDeleteObjectBufferATI function.
2004-04-14  Martin FuchsReturn "file not found" error values instead of E_INVAL...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Kevin KoltzauPartial stub of GdiAlphaBlend/AlphaBlend.
2004-04-14  Dmitry TimoshkovA workaround for missing real support for keyboard...
2004-04-14  Rein KlazesAdd missing POSIX baud rates to GetCommState and SetCom...
2004-04-14  Juan LangCorrect some PIDL types and eliminate some magic number...
2004-04-14  Juan LangIf a folder contains a desktop.ini, check it for the...
2004-04-14  Alexandre JulliardAdded support for restarting directory scans on platfor...
2004-04-14  Alexandre JulliardFixed handling of \\?\ prefix in RtlDosPathNameToNtPath...
2004-04-14  Alexandre JulliardReplaced create_file server requests by a call to NtCre...
2004-04-14  Filip NavaraFix the case of RpcNetworkIsProtseqValid[AW] (was
2004-04-14  Martin FuchsReturn TRUE for TVM_EXPAND if treeview item is already...
2004-04-14  Filip NavaraForce resize before calling RBN_HEIGHTCHANGE notification.
2004-04-13  Eric PouechUpdated to latest version's exports, and added a few...
2004-04-13  Christian CostaFixed typo.
2004-04-13  Dmitry TimoshkovAdd a test for GW_HWNDLAST.
2004-04-13  Juan LangAdd stub for ShellDDEInit to let Windows explorer.exe...
2004-04-13  Juan LangIShellView seems reasonably complete, change a FIXME...
2004-04-13  Alexandre JulliardFixed a warning.
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-13  Martin FuchsCheck for folders in ShellExecute().
2004-04-12  Alexandre JulliardSet last error to 0 on success in VERSION_GetFileVersio...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-04-12  Mike McCormackConvert unicode strings to const.
2004-04-12  Dmitry TimoshkovAdd WM_QUERYNEWPALETTE in appropriate places of the...
2004-04-12  Martin Fuchs- rename 'wszCommandline' to 'wszParameters'
2004-04-12  Martin Fuchs- eliminate MSVC type conversion warning
2004-04-12  Robert ReifCleanup reference counting.
2004-04-12  Alexandre JulliardOpenServiceW: don't use the requested service access...
2004-04-12  Alexandre JulliardCreate the devices earlier on during startup.
2004-04-12  Alexandre JulliardOpenSCManagerA/W arguments are strings.
2004-04-12  Francois GougetAssorted spelling fixes.
2004-04-12  Lionel UlmerAdd the possibility to save a snapshot of the backbuffer at
2004-04-12  Lionel Ulmer- better log the GetDeviceState function
2004-04-12  Rein KlazesFix GetCommState and SetCommState, so that these functi...
2004-04-12  Hans LeidekkerCorrect spec entry for MsiLoadString*.
2004-04-12  Dmitry TimoshkovAdd a test case for children Z ordering at window creat...
2004-04-12  Rein KlazesImplement tapiGetLocationInfo.
2004-04-12  Huw DaviesAdd back win16 style dialogs for win32 apps.
2004-04-12  Filip NavaraGet rid of E_UNSPEC non-standard error value.
2004-04-12  Robert ReifRemove trailing white space.
2004-04-09  Dmitry TimoshkovConditionally compile code which uses XK_EuroSign defin...
2004-04-09  Hans LeidekkerLink to ntdll.
2004-04-09  Hans LeidekkerCorrect spec entry for DllGetClassObject.
2004-04-09  Francois GougetPatch the fragment size if it does not match the curren...
2004-04-09  Francois GougetCleanup the handling of the extension in SHELL_FindExec...
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-04-08  Juan Lang- move CreateMyCompEnumList and CreateDesktopEnumList...
2004-04-08  Alexandre JulliardPortability fix.
2004-04-08  Dave Belangerwcstod: added exponent parsing and fixed handling of...
2004-04-08  Dmitry TimoshkovRestore correct focus handling for ShowWindow(SW_HIDE...
2004-04-08  Dmitry TimoshkovRevert an erroneous patch.
2004-04-08  Dmitry TimoshkovAdd WM_SETREDRAW test.
2004-04-08  Aric StewartEmpty values need to be preserved as empty values and...
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-08  Rolf KalbermatterFix bad initialization of Unicode length parameters in
2004-04-08  Raphael Junqueira- add traces to client.c and address.c stub functions
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Martin Fuchs- SHBindToParent(): request correct COM interface from...
2004-04-07  Raphael JunqueiraAdded simple dpnet.dll implementation.
2004-04-07  Juan Lang- comment fixes
2004-04-07  Sami AarioStubs to prevent taskmgr.exe from crashing or aborting...
2004-04-07  Gerald PfeiferCast third parameter of elf_search_and_load_file()...
2004-04-07  Huw DaviesFix dumb error from rev. 1.158.
2004-04-07  Raphael Junqueira- fix DbgPrint and implement DbgPrintEx
2004-04-07  Raphael JunqueiraAdded some stubs.
2004-04-07  Kevin KoltzauImplement CheckThemeSignature.
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-04-07  Alexandre JulliardBetter support for device handles in NtQueryVolumeInfor...
2004-04-07  Mike McCormackLoad the XRandR extension dynamically (with help from...
2004-04-07  Martin FuchsResolve shell shortcuts and process ID lists in ShellEx...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Alexandre JulliardFixed some potential races in the handling of the view...
2004-04-06  Florian GothAdded some more stubs after examining the dosbox source...
2004-04-06  Gerald PfeiferAvoid compiler warning in vector_position().
2004-04-06  Dmitry TimoshkovMake use of the 'defwinproc' flag in the message test.
2004-04-06  James PerryMake dinput.dll self register.
2004-04-06  Robert ReifFixed deadlock in capture callback.
2004-04-06  Alexandre JulliardPartial implementation of NtQueryVolumeInformationFile.
2004-04-06  José Manuel Ferrer... Updated Spanish translations.
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-04-06  Sami AarioFix return types of GetThreadDesktop and OpenDesktopA.
2004-04-05  Juan Lang- implement loading network providers
2004-04-05  Juan LangUse symbolic constants for magic numbers in SHGetFolder...
2004-04-05  Stefan LeichterAdded tests for GetFileVersionInfoSizeA.
2004-04-05  Stefan LeichterMoved implementation of GetFileVersionInfoSize from...
2004-04-05  Eric PouechMoved quite a few functions to dbghelp (removed debug...
2004-04-05  Rein KlazesStub implementation for WSALookupServiceBeginA/W.
2004-04-05  Juan LangGet rid of a few pointless A/W conversions.
2004-04-05  Eric PouechFirst shot at implementing dbghelp.
2004-04-05  Martin FuchsAdd resource strings for control panel folder.
2004-04-05  Martin FuchsOptimization: null terminate string buffers instead...
2004-04-05  Martin FuchsGet icons for shell link files.
2004-04-05  Alexandre JulliardFixed RtlDosPathNameToNtPathName_U prototype.
next