Make Helvetica Narrow a separate font family.
[wine] / dlls /
2001-07-19  Ian PilcherMake Helvetica Narrow a separate font family.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Mike McCormackUse GetCommState16 to save state in OpenComm16.
2001-07-17  Alexandre JulliardUpdated dependencies.
2001-07-17  Mike McCormackRewrite SetCommState16 to use SetCommState.
2001-07-17  Andreas MohrMore descriptive error on buffer overflow.
2001-07-17  Andreas MohrFixed some more overflowing string traces.
2001-07-17  Lionel UlmerMake sure user32 is always loaded before x11drv.
2001-07-17  Francois GougetSome 'calendar' typos...
2001-07-17  Francois GougetAdded missing CommandLineToArgvW prototype.
2001-07-17  Gerard PatelRefresh bitmap count to take in account imagelist chang...
2001-07-17  Gerard PatelFixed unicode warning.
2001-07-14  Patrik StridvallFixed issue found by winapi_check.
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
2001-07-14  Marcus MeissnerAdded Quality Box (readonly currently) for 16bit templa...
2001-07-14  Marcus MeissnerReplaced most of the numbers with the symbolic constant...
2001-07-14  Mike McCormackRewrite GetCommState16 using GetCommState.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-12  Lionel UlmerFix X crash when running in managed mode.
2001-07-12  Patrik StridvallFixed some issues found by winapi_check.
2001-07-12  Alexandre JulliardFixed a few issues with tsx11 locking.
2001-07-12  Lionel Ulmer- removed unused OSMesa linking
2001-07-12  Mike McCormackImplement COMM_MSRUpdate with GetCommModemStatus.
2001-07-11  Peter HunnisettAdded a bunch of entry points.
2001-07-11  Uwe BonnesSemistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-11  Mike McCormackImplement FlushComm16 with PurgeComm.
2001-07-11  Mike McCormackStub some rasapi functions.
2001-07-11  Marcus MeissnerHave InternetGetConnectedState always return 'LAN conne...
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-10  Peter HunnisettAdd shlwapi.wvnsprintf[AW], header info and comments.
2001-07-10  Peter HunnisettImplemented a stub for WSARecvFrom.
2001-07-10  Mike McCormackRewrite EscapeCommFunction16 to use EscapeCommFunction.
2001-07-10  Peter HunnisettCreateFile should be called with security attributes...
2001-07-10  Marcus MeissnerMake (G|S)etClipList not abort, but return DDERR_NOCLIP...
2001-07-08  Patrik StridvallFixed issues found by winapi_check.
2001-07-08  Patrik Stridvall- Added comment that code is broken.
2001-07-08  Patrik StridvallAdd proper check for existance of struct sockaddr membe...
2001-07-08  Peter HunnisettFix some ordinal forwarding.
2001-07-08  Guy L. Albertelli- Move creation process to the WM_NCCREATE message...
2001-07-08  Mike McCormackUse HANDLEs instead of unix fds.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Hidenori TakeshimaAdded stubs for quartz.dll.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-07-02  Dmitry TimoshkovAdd stdcall->cdecl thunks for inet_network and getnetby...
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-07-02  Guy L. AlbertelliRBBS_FIXEDSIZE should not affect _AdjustBands (found...
2001-07-02  Mike McCormackFix button text placement for disabled buttons (see...
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-07-02  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-07-02  Guy L. AlbertelliRemember response from LVN_GETDISPINFO if user sets...
2001-07-02  Dmitry TimoshkovFinish win32s separation.
2001-06-29  Dmitry TimoshkovFix 'make depend' for out of the source tree build.
2001-06-29  Dmitry TimoshkovAdd missing config.h include.
2001-06-29  Alexandre JulliardRemoved unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-28  Patrik StridvallFixed some issues found by winapi_check.
2001-06-28  Dmitry TimoshkovFinish ole32 separation.
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-26  Alexandre JulliardMake the visible region empty for non-visible windows.
2001-06-26  Dmitry TimoshkovReplace some 16-bit calls by their 32-bit equivalents.
2001-06-25  Alexandre JulliardDon't compile vm86-specific code on platforms that...
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-24  Guy L. Albertelli- Add support for WM_NOTIFYFORMAT and support both...
2001-06-24  Guy L. Albertelli- Fix memory leaks.
2001-06-24  Guy L. AlbertelliFixed test so 0xffffffff is properly recognized.
2001-06-22  Andreas MohrSpelling fixes.
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-20  Patrik StridvallFixed some issues found by winapi_check.
2001-06-20  Alexandre JulliardClip parent client area when using the drawable from...
2001-06-20  Alexandre JulliardFixed region leak.
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Eric PouechFails mapper opening when no midi out devices are present.
2001-06-19  Eric PouechFixed bugs in output functions (ascend, createChunk).
2001-06-19  Alexandre JulliardFixed one more bug in clip_children.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-06-19  Patrik StridvallRemoved implementation of _ultow since it is forwarded...
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-15  Alexandre Julliardclip_children: don't crash if child is not in list...
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-06-14  Dmitry TimoshkovMove IsCharAlphaA and IsCharAlphaNumericA to user32.
2001-06-14  Ulrich CzekallaStub for InternetGetCookieA.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-13  Alexandre JulliardUse the topmost parent that isn't clipping children...
2001-06-13  Ian PilcherMake ChooseFontW use ChooseFontA.
2001-06-13  Dmitry TimoshkovReplace PROFILE_GetWineIniString by RegQueryValueExA.
2001-06-13  Marcus MeissnerAdded definitions for IKsPropertySet, small stub implem...
next