wine
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-03-24  Patrik Stridvall- Updated API files
2000-03-24  Lionel Ulmer- added some debug code and cleaned-up the mouse warpin...
2000-03-24  Huw D M DaviesFixed copying of the MDI 'Windows' menu items if the...
2000-03-24  Huw D M DaviesSet the correct value for the cch element of MENUITEMIN...
2000-03-24  Huw D M DaviesFix spec file entries for EnumFontFamiliesEx*.
2000-03-24  Gerald PfeiferFurther code simplifications and interface (consistency...
2000-03-24  Andreas MohrAdded proper termination upon failure.
2000-03-24  Eric PouechFixed basic type evaluation.
2000-03-24  Huw D M DaviesEnsure that non-NULL terminated stings are saved correctly.
2000-03-24  Rein KlazesCorrect the NotifyCode in the WM_COMMAND message sent by
2000-03-24  Marcus MeissnerSlightly better REQUEST SENSE dumping, fixed GET_DEV_TY...
2000-03-24  Peter HunnisettChanged PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_PO...
2000-03-24  Huw D M DaviesStop a WM_SETTEXT message (and friends) to a combo...
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Andrew LewyckyImproved CompareStringA performance.
2000-03-19  Alexandre JulliardAdded missing debugtools.h include.
2000-03-19  Niels Kristian... Fixed some compiler errors and warnings.
2000-03-19  Steven ElliottTemporarily implemented the LCMAP_SORTKEY flag in the...
2000-03-19  Alexandre JulliardHack: always try builtin module before elf or elfdll...
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
2000-03-19  Alexandre JulliardAdded support for source files stored in subdirectories.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
2000-03-19  Francois GougetExplicitly use the TVN_xxxA version of the macros.
2000-03-19  Francois Gouget- Added the TVN_xxxA macros
2000-03-19  Francois GougetAdded WM_APP.
2000-03-19  Dimitrie O... Removed most calls to xmalloc/xrealloc.
2000-03-19  Francois Gouget- Added missing definition for GLOBALHANDLE and LOCALHANDLE
2000-03-19  Francois GougetAdded some missing defines.
2000-03-19  Andrew LewyckyPropagate IsDialogMessage to the parent if the dialog...
2000-03-19  Andreas MohrAdded an exception frame for lstrcpy16.
2000-03-19  Eric PouechNow attaching imported DLLs of a winelib executable.
2000-03-19  Marcus MeissnerIOleItemContainer has OLEGUID(0x11c), not 0x11a.
2000-03-19  Marcus MeissnerFixed memory corruption with CoTaskMemRealloc.
2000-03-19  Steven ElliottMade various changes to tools/genpatch including sugges...
2000-03-19  Francois GougetMoved the definition of PTSTR and LPTSTR from tchar...
2000-03-19  Francois GougetShould include 'winspool.h'.
2000-03-19  Francois Gouget- An extern statement finishes with the first closing...
2000-03-19  Francois GougetMake the first comma in the control's definition optional.
2000-03-19  Andrew LewyckySupport loading any presentation aspect.
2000-03-19  Gerald PfeiferAvoid a link error from another DLL on FreeBSD.
2000-03-19  Eric PouechFixed joystick ID/deviceID/driver handle/instance ID...
2000-03-19  Andrew LewyckyDelete the shm segment as soon as wine and X have attac...
2000-03-19  Lars HeeteCorrected handling of proto==NULL in WINSOCK_getservbyn...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-17  Alexandre JulliardInclude space for resources in the module header instea...
2000-03-17  Alexandre JulliardMade MPR a separate dll.
2000-03-17  Andrew LewyckyRewrite the BIGBLOCKFILE implementation for better...
2000-03-17  Gerald PfeiferFurther simplify the code and remove some redundant...
2000-03-17  Andrew LewyckyAvoid a refcount leak in QueryInterface when delegating.
2000-03-15  Eric PouechIntroduced DBG_VALUE struct to manipulate debugger...
2000-03-15  Karl LessardUpdate DIB sections in text output and for graphics...
2000-03-15  Alexandre JulliardMichael Abd-El-Malek (on behalf of Corel)
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardFixed bug in generate_startup_debug_events().
2000-03-15  Joshua ThielenAdded winemine app.
2000-03-15  Gerald PfeiferImproved the visual appearence of the user interface...
2000-03-12  Waldek HebischImplemented _read and _lseek.
2000-03-12  Rein KlazesCorrect conversion of level parameter if WINSOCK_setsoc...
2000-03-12  Rein KlazesCorrect rounding of the result in MulDiv16().
2000-03-12  Gerald PfeiferFixed FreeBSD compilation.
2000-03-12  Peter Hunnisett- Make registry usage a little more correct and modern
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-03-12  Marcus MeissnerImplemented stretched blts for depth 24 (unoptimized).
2000-03-10  Alexandre JulliardFixed OUTPUT_DEBUG_STRING pointer handling.
2000-03-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Eric PouechNow relying on exception codes to know when debugger...
2000-03-09  Eric PouechAdded proc to start debugging process from its command...
2000-03-09  Eric PouechCleanup.
2000-03-09  Huw D M DaviesAdd Black as a valid font weight.
2000-03-09  David Elliott- Got rid of PROFILE functions.
2000-03-09  Jim AstonHandle 24 bit DIBs <-> 24 bit deep/24 bits per pixel...
2000-03-09  Mike CastleAdded resource.h include.
2000-03-09  Marcus MeissnerIsRectEmpty also returns true for negative width/height...
2000-03-09  Lawson WhitneyTake type from referenced variant for VT_BYREF && VT_VA...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-03-08  Simen ZamecnikAdded Slovak language support.
2000-03-08  Junichi KuchinishiAdded some Japanese resources.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-03-08  Ulrich Czekallawm->modname might be invalid at the end of FreeLibrary.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-08  Lawson WhitneyCorrected value for DAYS_IN_ONE_YEAR.
2000-03-08  Alexandre JulliardCleaned up CRTDLL__unlink.
2000-03-08  Ulrich CzekallaThe static control only needs to invalidate its rect...
next