Avoid deadlock in VGA_DoSetMode.
[wine] / dlls /
2002-04-14  Hidenori TakeshimaFixed some bugs.
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-11  Geoffrey HausheerAdded test for GetFullPathNamesA, GetLongPathNamesA,
2002-04-11  Uwe BonnesSIC_GetIconIndex: start DPA_Search from index 0.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-11  Dimitrie O. Paun- implement LPSTR_TEXTCALLBACK
2002-04-11  Jukka HeinonenRemoved obsolete text mode color and attribute code.
2002-04-11  Marcus MeissnerImplemented PrintDlgW and PageSetupDlgW.
2002-04-11  Uwe BonnesLISTVIEW_GetColumnT: care for the format of the string.
2002-04-11  Uwe BonnesMCIWndCreateA: check for NULL filename.
2002-04-08  Mike McCormackCreated a stubbed version of MSISYS.OCX.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-08  Dimitrie O. Paun- get rid of parent handle from info struct
2002-04-08  Dimitrie O. Paun- fix indentation
2002-04-08  Gerald PfeiferAlso #include <sys/uio.h>.
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-08  Hidenori TakeshimaAdded resources for Japanese.
2002-04-08  Hidenori TakeshimaFixed crashing in stopping parser.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-08  Jukka HeinonenWrites to stdout and VGA_WriteChars routine now update...
2002-04-08  Hidenori TakeshimaFixed an overflow in calculating times.
2002-04-06  Huw D M DaviesImplement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
2002-04-06  Huw D M DaviesChanged default paper size to letter.
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-05  Huw D M DaviesMake ExtDeviceMode dialog use unicode property sheet...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-05  Martin WilckMake the recv() and send() family of functions use...
2002-04-05  Stefan LeichterCheck for NULL pointer in DrawTextExA.
2002-04-05  Dimitrie O. Paun- fix edit box placement
2002-04-05  Guy L. Albertelli- Use the new comctl32 color array for the colors....
2002-04-05  Guy L. Albertelli- Keep track of all system colors used by comctl32...
2002-04-05  Guy L. AlbertelliAdjust the child offset x value based on band style...
2002-04-05  Guy L. Albertelli- Try to match the native control for the SetBkColor...
2002-04-04  Alexandre JulliardFixed compile without freetype.
2002-04-03  Charles LoepSupport for hiding file extensions in IShellFolder_GetD...
2002-04-03  Huw D M DaviesCheck for failure of IShellFolder_GetDisplayNameOf.
2002-04-03  Francois GougetForward C++ functions to the msvcrt library.
2002-04-03  Aric StewartUse rect only if there are flags.
2002-04-03  Huw D M DaviesAdded writing META_ESCAPE records.
2002-04-03  Huw D M DaviesRemoved old FF_ code.
2002-04-03  Huw D M DaviesFix off by one error in HEADER_InsertItemW.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Huw D M DaviesAdd font substitution lookup in the registry. We look...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-03  Mike McCormackAdd stub for WSAEnumProtocols(A/W) functions.
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-04-03  Aric StewartEnable ShellExecuteEx to actually open things with...
2002-04-03  Mike McCormackAdded some stubs.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-04-03  Alexandre JulliardAvoid local WINAPI function pointers to work around...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-04-03  Geoffrey HausheerCleaned up a bit, removed todos for OpenThread, avoid...
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Jukka HeinonenCompiles now even on platforms that do not support...
2002-04-02  Gerald PfeiferUse ENOMEDIUM errno code only when defined.
2002-04-02  Dimitrie O. Paun- correct notifications
2002-04-02  Dimitrie O. PaunFix two compilation warnings.
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-02  Alexandre JulliardImplemented a large number of the 32-bit setupapi funct...
2002-04-02  Dmitry TimoshkovAlways call LoadLibrary.
2002-04-02  Alexandre JulliardFixed length handling in RtlUnicodeStringToAnsi/OemString.
2002-04-02  François GougetImplemented _mbsnbicmp.
2002-04-02  Dmitry TimoshkovMake sure the security descriptor is initialized in...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-04-02  Eric PouechMade use of MSACM driver definitions.
2002-04-02  François GougetInclude wine/test.h before windows headers.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-04-01  Francois GougetAdded missing FP_PNORM case.
2002-04-01  Eric PouechMore robust and less time consuming playback.
2002-04-01  Eric PouechFixed size of buffers in conversion.
2002-04-01  Francois GougetFix for the unistd.h vs. winsock.h problem in Winelib...
2002-04-01  Francois GougetDon't bother with declare, just 'use kernel32'.
2002-04-01  Francois GougetWindows headers must be included after wine/test.h.
2002-04-01  Hidenori TakeshimaFixed some bugs.
2002-04-01  Hidenori TakeshimaImplemented CreateStdDispatch and CreateDispTypeInfo.
2002-04-01  Dimitrie O. Paun- implement UDS_HOTTRACK
2002-04-01  Jukka HeinonenRoutine DOSVM_Wait now wakes up if new events are queue...
2002-03-29  Alexandre JulliardFixed compile without curses.
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-29  Alexandre JulliardFixed pack/unpack routines for WM_DDE_EXECUTE.
2002-03-29  Andreas MohrAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-28  Marco PietrobonoAdded support for 16bit mouse cursor bitmaps in RGB...
2002-03-28  Dimitrie O. Paun- updown unicodification
2002-03-27  Alexandre JulliardAdded alloc.ok.
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.
2002-03-27  Geoffrey HausheerAdded memory allocation test.
2002-03-27  Andriy Palamarchukfwrite: fixed handling of already buffered data.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-26  Vincent Béron- Converted HACMOBJ to void*
2002-03-26  Mehmet YasarFix default extension behavior with GetOpenFileName.
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.
2002-03-26  Uwe BonnesAdd stub for __lconv_init().
next