Fix GetCommState and SetCommState, so that these functions can be used
[wine] / dlls /
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.
2004-04-05  Dmitry TimoshkovFallback to a compression scheme specified in the strea...
2004-04-05  Juan Lang- fix a couple tests and traces
2004-04-05  Rein KlazesDo not crash if the clipboard format is unknown.
2004-04-05  Michael StefaniucFix cut'n'paste error: leave the CriticalSection not...
2004-04-05  Eric Pouech- implemented MCI_SOUND command
2004-04-05  Lionel UlmerAdd better NULL checks to lstrcmp[i](A/W) functions.
2004-04-05  Martin Fuchs- fix dirty flag on shelllink loading and saving
2004-04-05  Kevin KoltzauImplemented EnumThemes.
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-04-02  Robert ShearmanSeparate US English resources from English ones.
2004-04-02  Raphael JunqueiraFix the GL_MAX_VERTEX_UNITS_ARB undeclared compilation...
2004-04-02  Alexandre JulliardA couple of optimizations and bug fixes.
2004-04-02  Dmitry TimoshkovAdd new tests for various window creation/positioning...
2004-04-02  Dmitry TimoshkovAdd SWP_NOZORDER in the case it's not needed.
2004-04-02  Dmitry TimoshkovA decision whether add SWP_NOACTIVATE or not should...
2004-04-02  Dmitry TimoshkovShowWindow should not optimize SW_HIDE, it's the job...
2004-04-02  Dmitry TimoshkovSending WM_SHOWWINDOW is a job of SetWindowPos.
2004-04-02  Dmitry TimoshkovSetting WS_VISIBLE style does not require any special...
2004-04-02  Alexandre JulliardDon't try to get the file time if the file wasn't found.
2004-04-02  Rein KlazesFix incorrect calculation of leap year in RtlTimeFields...
2004-04-02  Hans LeidekkerGetConsoleInfo() pseudo stub.
2004-04-02  Hans LeidekkerNetServerGetInfo() pseudo stub.
2004-04-02  Mike McCormackFix bug in GdiGradientFill.
2004-04-02  Raphael JunqueiraInitialize correctly the DMUS_OBJECTDESC local structure.
2004-04-01  Dimitrie O. PaunRemove the rest of the Tweak look hack.
2004-04-01  Rolf KalbermatterNtPulseEvent: Don't print FIXME for an optional paramet...
2004-04-01  Rolf KalbermatterUse named constant instead of a simple number (gets...
2004-04-01  Robert Shearman- Fix LButtonDown from previous change.
2004-04-01  Robert Shearman- TTM_TRACKACTIVATE can have NULL lParam when deactivating.
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-04-01  Alexandre JulliardMake RtlGetFullPathName_U handle Unix paths, using...
2004-04-01  Kevin KoltzauAdded support for CSIDL_RESOURCES path.
2004-03-31  Alexandre Julliardjr.bmp isn't generated.
2004-03-31  Alexandre JulliardFixed length handling in HttpQueryInfoW.
2004-03-31  Tom WicklineSet version to Win XP Service patch 2.
next