Fix docs to reflect change to .winerc processing.
[wine] / dlls /
2000-03-04  Alexandre JulliardVahid Pourlotfali
2000-03-04  Rein KlazesMade WINSOCK_setsockopt handle option SO_DONTLINGER...
2000-02-29  Alexandre JulliardRenamed libwin32s to use the proper dll name (libw32skrnl).
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-29  Serge IvanovMake updown control work. UpDown control always sends...
2000-02-29  Pascal LessardImplemented the behavior of sending WM_CONTEXTMENU...
2000-02-29  Alexandre JulliardMurali Pattathe
2000-02-29  Patrik StridvallMoved some stubs and added forwards in order to make...
2000-02-27  Patrik StridvallFixed some issues found by winapi_check.
2000-02-27  Alexandre Julliardoleaut32 should not import functions from olepro32.
2000-02-27  Pierre MageauDon't display the context menu on a double click.
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Hidenori TakeshimaArrangeCtrlPositions: fix for user-defined template...
2000-02-26  Alexandre JulliardErrorInfo functions need to be in ole32, not oleaut32.
2000-02-26  Alexandre JulliardMore portable CRTDLL_iswctype.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-26  Juergen SchmiedFix for OpenIcon.
2000-02-26  Juergen SchmiedStub PathIsDirectory.
2000-02-26  Juergen SchmiedFixes for ShellExecuteEx.
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-26  Juergen SchmiedAdded icon no 4 (open folder).
2000-02-26  Patrik StridvallAdded stubs for {Create,Get,Set}ErrorInfo.
2000-02-26  Abey GeorgeReturn an error instead of a success code in OleCreate...
2000-02-26  Alexandre JulliardDon Kelly
2000-02-26  Jim AstonThis reverts Matts patch. The messaging needs double...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-25  Alexandre JulliardAdded import of olepro32.
2000-02-25  Ulrich CzekallaThis patch initializes the return buffer used in GetPri...
2000-02-25  Dmitry TimoshkovDo not overwrite the valid ObjectAttributes->RootDirectory.
2000-02-25  Hidenori TakeshimaFix for toolbar button size.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-02-25  Patrik StridvallMade some local functions static.
2000-02-25  Patrik StridvallFixed some issues found by winapi_check.
2000-02-25  James AbbatielloBetter thread safety for WarpPointer hack.
2000-02-25  Juergen SchmiedAdded AddAccessAllowedAce.
2000-02-25  Juergen SchmiedFor unicode: give the selected filename back.
2000-02-25  Serge IvanovIn Windows, if PropertySheet can't create some page...
2000-02-25  Marcus MeissnerWe define PathISURLA, so use it.
2000-02-25  Serge IvanovIn function IMAGELIST_InternalDrawMask we have to mask...
2000-02-25  Juergen SchmiedFixed handling of filedlg flags.
2000-02-20  Andreas Mohr- stub for OLE32.MkParseDisplayName
2000-02-20  Andreas MohrSpelling fixes.
2000-02-20  Marcus MeissnerMade the buffer list in the directsound object thread...
2000-02-20  Gerard PatelAvoid too much refreshing when changing the drive in...
2000-02-20  Alexandre JulliardCorel merge:
2000-02-20  Juergen Schmied- activated use of templates
2000-02-20  Juergen SchmiedStarted with shell-clipboard handling (context menu...
2000-02-20  Juergen SchmiedRemoved ItemIDListList, reorganisation, more formats.
2000-02-20  Juergen Schmied- implemented rename, copy and delete file
2000-02-20  Juergen SchmiedBetter context menus.
2000-02-20  Juergen Schmied- new files related to context menu and drag drop file...
2000-02-20  Alexandre JulliardStephane Lussier
2000-02-20  Juergen SchmiedStarted implementation of shell notifications.
2000-02-20  Juergen SchmiedNew file (SHFileOperation).
2000-02-20  Juergen SchmiedFixes.
2000-02-20  Juergen Schmied- new internal interface for item manipulation (cut...
2000-02-20  Juergen SchmiedNew aPidl handling functions.
2000-02-20  Alexandre JulliardAvoid crash on NULL data pointer.
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-20  Eric PouechGot rid of PROFILE_ functions, now accessing Wine confi...
2000-02-18  Owen WangSet the type of VarBstrFromDate to dwFlags, instead...
2000-02-18  Alexandre JulliardChanged the loading of typelib files to use a memory...
2000-02-18  Eric PouechFixed prototype for OleTranslateColor.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-14  Ove Kaavenioctlsocket() now returns success if the app sets nonbl...
2000-02-14  Gerald PfeiferFixed FreeBSD compile.
2000-02-14  Eric Pouech- fixed crash on mci channel tracing
2000-02-13  Alexandre JulliardRemoved check for class existence.
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-02-13  Alex PriemFixed off-by-one error.
2000-02-10  Oleg KordaAdded Russian translation.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Owen WangMake CLSIDFromString return a CLSID of zeros instead...
2000-02-07  Gerald PfeiferFixed unconditional use of JOYDEV.
2000-02-07  Juergen SchmiedChanged import to ordinal.
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-02-07  Sean LangleyMade OleCreateFontIndirect have the same signature...
2000-02-07  Sean LangleyOLEPRO32 stubs.
2000-02-07  Wolfgang SchwotzerExtended the winmm joystick API calls to support the...
2000-02-07  Sheri SteevesFix for the system tray, Icon and popup menu's now...
2000-02-07  Noomen HamzaRunning object table are not using 0 as a valid index...
2000-02-07  Marcus MeissnerHeight calculation was 1 off in ImageList_Read.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Alex Priem- Implementation of WM_SETFORMAT
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Marcus MeissnerOverlay indices are signed shorts (-1 means no overlay)
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
2000-01-29  Andreas MohrAdded SETUPX dll.
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
next