Release gdi lock before calling DeleteDC.
[wine] / dlls /
2001-09-14  Francois GougetCheck for htotal=vtotal=0 (for xfree 4 vesa driver).
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-11  Hidenori TakeshimaFixed some broken macros.
2001-09-11  Hidenori TakeshimaSynchronize access to the s_COMLockCount, firstRegister...
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-10  Bill MedlandBasic implementation of IStream:Clone.
2001-09-10  Bill MedlandMore graceful exit on failure.
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-10  Marcus MeissnerMore debug output for InternetGetCookie, added stub...
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
2001-09-10  Marcus MeissnerEnhanced GetCalendarInfo stub, added known CAL_* defines.
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-09-10  Francois GougetFix compilation errors on FreeBSD.
2001-09-10  Francois GougetRewrite msvcrt_{argvtos,valisttos} to be more efficient.
2001-09-10  Francois GougetAdded an option to disable XVidMode support.
2001-09-07  Johann MessnerFixed bug in _ultoa.
2001-09-07  Francois GougetInitialize argc/argv/wargv by calling ntdll.__wine_get_...
2001-09-07  Hidenori TakeshimaAdded some stubs.
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-09-07  Huw D M DaviesAdd SHGetSpecialFolderPathW to spec file.
2001-09-07  Guy L. Albertelli- Finish PathParseIconLocation{A|W}.
2001-09-07  Guy L. AlbertelliImplemented stubs for SHRegEnumUSKey{A|W} and return...
2001-09-07  Hidenori TakeshimaUse a default DevMode if no DevMode information is...
2001-09-07  Marcus MeissnerImplemented mbsnbcnt, added stubs for _Gettnames and...
2001-09-07  Guy L. Albertelli- Handle CCS_NODIVIDER both when present and when not.
2001-09-07  Guy L. Albertelli- Fix positioning of text in buttons.
2001-09-07  Huw D M DaviesAdd reader for v1 (SLTG) typelibs.
2001-09-07  Huw D M DaviesOpenPrinter should fail if pPrinterName is "".
2001-09-07  Francois GougetConvert the socket type (necessary on Solaris).
2001-09-07  Huw D M DaviesStub implementation for UuidHash().
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-09-07  Guy AlbertelliReplace calls to StrRetToBuf{A|W} with duplicate code...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-08-28  Hidenori TakeshimaAdded some stubs.
2001-08-27  Jukka HeinonenGrabPointer uses now SetWindowLong to change window...
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardRemoved inclusion of win.h.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-24  Francois GougetMade independent from winsock.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-23  Daniel Walker- Fix for nonblocking sockets using WSAEventSelect...
2001-08-22  Hidenori TakeshimaAdded two missing headers.
2001-08-22  Hidenori TakeshimaAdded some stubs for CLSID_FilterGraph.
2001-08-22  Dmitry TimoshkovFixed an incorrect (harmless) memory allocation.
2001-08-22  Dmitry TimoshkovReplaced PROFILE_ functions by RegQueryValueExA.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-22  Eugene MayevskiFixed DT_RTLREADING flag interpretation.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-21  Gerard PatelRect returned by LISTVIEW_GetItemRect should be total...
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-20  Mike McCormackStore the comm error value in the wineserver, not a...
2001-08-20  Gerard PatelDo not keep the handle of a deleted item as the selecte...
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-20  Marcus MeissnerWe need to make a copy of the fontname and the HFONT...
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-18  Eric PouechStarted implementing the MCIWnd* functions.
2001-08-18  Marcus MeissnerDo not pass the high level wFlags from VariantChangeTyp...
2001-08-18  Alexandre JulliardFixed internal inline function that was declared extern.
2001-08-18  Eric PouechReplaced memset by hand made equivalent to work around...
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-08-18  Gerard PatelFix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
2001-08-18  Marcus MeissnerDo not hold the GDI lock when the ABORTDOC procedure...
2001-08-18  Mike McCormackImplemented oleaut32.VarBstrCat.
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-16  Mike McCormackPartially implement oleaut32.VarBstrCmp.
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-15  Hidenori TakeshimaAdded some stubs for quartz dll.
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-15  Eric PouechFixed error message and return value in case of bogus...
2001-08-15  Marcus MeissnerDateTimeStringToTm and DateToTm must use dwFlags instea...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-13  Guy L. Albertelli- Implemented RB_MAXIMIZEBAND for the "ideal=TRUE"...
2001-08-13  Guy L. Albertelli- Implement TBSTYLE_FLAT as "transparent" toolbar and...
2001-08-13  Guy L. AlbertelliAdd support to respond to the PGN_CALCSIZE version...
2001-08-13  Guy L. Albertelli- Make all WM_NOTIFY messages go to the parent.
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-08-13  Jukka HeinonenFixed _control87 return value, use of wrong assembler...
2001-08-11  Ian PilcherRemove unused character width array.
2001-08-11  Ian PilcherMake EnumFonts and SelectObject use common font scaling.
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-10  Ian PilcherRemoved ANSI encoding stuff.
2001-08-10  Dusan LackoFix ExtractFromEXEDLL for nIndex != 0.
2001-08-10  Mike McCormackImplemented msvcrt._mbspbrk.
next