Attempt at fixing MAX_PATH issues for mingw.
[wine] / dlls /
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().
2002-03-25  Uwe Bonnes__[x|]getmainargs: Accept NULL new_mode argument.
2002-03-25  Vincent BéronChanges some handle definitions to the proper type.
2002-03-25  Chris MorganwodOpen() should return MMSYSERR_ALLOCATED if the devic...
2002-03-25  Chris MorganDsound will now try as many devices as are available...
2002-03-25  Marcus MeissnerAdded missing header.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-23  Hidenori TakeshimaImplemented an IMA driver.
2002-03-23  Alexandre JulliardCreate threads to manage timers instead of using the...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-23  Eric PouechChanged fixed fonts family name.
2002-03-22  Hidenori TakeshimaRemoved some code because of concerns over the Microsof...
2002-03-22  Hidenori TakeshimaImplemented G711 codec driver.
2002-03-22  Guy L. Albertelli- Implement CCM_{GET|SET}COLORSCHEME.
2002-03-22  Guy L. AlbertelliReanalyze button status during NCCalcSize processing...
2002-03-22  Dmitry TimoshkovAdded tests for GetSystemDirectoryA/W and GetWindowsDir...
2002-03-22  Hidenori TakeshimaImplemented EnumProcesses and EnumProcessModules.
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-22  Chris MorganFix range in aRts 8bit volume code.
2002-03-22  Bill MedlandInitialise a stack variable.
2002-03-21  Shi Quan HeStarted TWAIN implementation.
2002-03-21  Chris MorganAdded aRts driver.
2002-03-21  Michael CardenasAdded some stubs.
2002-03-21  Michael CardenasChanged registry handling in RegOpenKeyExA to behave...
2002-03-21  Andriy PalamarchukAdded check to fwrite for size == 0.
2002-03-20  Alexandre JulliardFixed rules for main module spec file.
2002-03-20  Hidenori TakeshimaAdded some stubs.
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-20  Bill MedlandNo need for the fixme on a simple TBSTYLE_SEP.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Jon GriffithsUpdate shell xxxAW wrapper prototypes for fixed SHLWAPI...
2002-03-20  Jon GriffithsDocument, implement/fix and test 110+ Path functions.
2002-03-20  Guy L. Albertelli- Preliminary implementation of TVS_NOSCROLL and TVS_NO...
2002-03-20  Hidenori TakeshimaImplemented the basic COM framework.
2002-03-20  Alexandre JulliardAuthors: Charles Vaughn <charlesv@mfos.org>, Lionel...
2002-03-20  Bernhard RosenkraenzerAdded InternetOpenURLA implementation.
2002-03-20  Bill MedlandHook back into the correct MSVCRT__tolower/upper.
2002-03-20  Admiral CoeymanBeginnings of the code that should allow DOS programs...
2002-03-20  Duane ClarkAdd LVS_NOSORTHEADER support.
2002-03-20  Hidenori TakeshimaImplemented some APIs.
next