wine
1998-11-07  Robert PouliotFixes for other languages.
1998-11-06  John RichardsonFix wide character functions to return character count...
1998-11-06  Lionel UlmerChanged mouse button mapping and check size of return...
1998-11-06  Rein KlazesExtSelectClipRgn() with RGN_COPY copies the wrong region.
1998-11-06  Uwe BonnesFixed an error in the implementation of FILE_ShareDeny.
1998-11-06  Marcus MeissnerSolaris redefines ERR and CS, fixed occurances.
1998-11-06  Eric PouechMade mmioSetBuffer callable from 16 and 32 bit code.
1998-11-06  Juergen SchmiedFixed wrong arg type.
1998-11-06  Huw D M DaviesMoved X11 DIB stuff to x11drv.
1998-11-06  Uwe BonnesThe API for WideCharToMultiByte says that the src-strin...
1998-11-06  Ove KaavenMade sure ConfigureNotify is processed before Expose...
1998-11-06  Bertho StultiensBugfix in write_name_str() [writeres.c] where the lengt...
1998-11-06  Eric PouechTranslated in French (not so good anyhow) message for...
1998-11-06  Juergen SchmiedChanged the default from 0 to 0x409 (eng-us).
1998-11-06  Marcus MeissnerTwo missing WINAPIs.
1998-11-06  Juergen SchmiedFixed one wrong parameter.
1998-11-06  Ove KaavenFixed --disable-lib.
1998-11-05  Juergen SchmiedConstants for controls in common dialogs.
1998-11-04  Juergen SchmiedFixed some compiler warnings.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Huw D M DaviesGet rid of the redefinition of MAX_PATH and move PROCES...
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-11-01  Ulrich WeigandCall mouse driver callback also if windows are not...
1998-11-01  Ulrich WeigandAdapted to separation between KERNEL and USER.
1998-11-01  Ulrich WeigandImplemented new Wine startup sequence, separating start...
1998-11-01  John RichardsonImplementation of InprocServer32 CoGetClassObject.
1998-11-01  Huw D M DaviesMore bitmap fixes.
1998-11-01  Alexandre JulliardFixed crashes with WM_GETDLGCODE translation.
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...
1998-11-01  Ove KaavenFixed IsDialogMessage16.
1998-11-01  Douglas RidgwayTell people to ignore the 'gets' warning. Some will...
1998-11-01  Huw D M DaviesA couple of small fixes to my bitmap patch.
1998-11-01  Uwe BonnesAllow the user to put a mark in the debug log by adding...
1998-11-01  Uwe BonnesGive tempfile a different name even if they are created...
1998-11-01  Rein KlazesCreateWindowEx32[AW] now creates an MDI chils when...
1998-11-01  Marcus MeissnerErred in the bit macros in treeview.c. Shiftcounts...
1998-11-01  Marcus MeissnerDetection of the end of imports with Characteristics...
1998-11-01  Ove KaavenAdded CoFreeLibrary stub.
1998-11-01  Alexandre JulliardUpdated FAQ location.
1998-11-01  Huw D M DaviesImplement SEGPTR conversion for STARTDOC in Escape32().
1998-11-01  Ulrich WeigandBugfix: SetDCState did not reset clipping region to...
1998-11-01  Marcus MeissnerFixed small off by one error in GetComputerName32W...
1998-11-01  Marcus MeissnerDon't HeapFree() colormap if we didn't allocate one.
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...
1998-11-01  Andreas MohrChanged many WARN()s related to internal Wine memory...
1998-11-01  Andreas MohrAdded .spec entry for KERNEL.RegisterServiceProcess.
1998-11-01  Andreas MohrAdded stub for CheckCursor().
1998-11-01  Tim NewsomeFix for non-modal dialog closing.
1998-11-01  David FaureRewrote the two routines using the vkey->scancode array...
1998-11-01  David FaureDeleted the vkey->sancode array, because QWERTY specific.
1998-11-01  Huw D M DaviesPrint a message if the PostScript driver can't find...
1998-11-01  Ove KaavenAdded VGA 256-color mode 0x13 using the DisplayDib...
1998-11-01  Ove KaavenUse macro V86_FLAG.
1998-11-01  Ove KaavenSet default video mode to 3 (80x25 color).
1998-11-01  Ove KaavenIgnores a couple of signals.
1998-11-01  Ove KaavenMoved VGA-emulating DirectX code from dispdib.c to...
1998-11-01  Ove KaavenIndirection for INSTR_EmulateInstruction for use by...
1998-10-31  Marcus MeissnerSmall fixes.
1998-10-31  Marcus MeissnerRemoved the FIXME() and moved SetLastError(0) to the...
1998-10-31  Marcus MeissnerLots of stubs to get winlogon.exe from nt3.51 and other...
1998-10-31  Rein KlazesMDIchild created when the MDI client has the MDIS_ALLCH...
1998-10-31  Stephen LangasekBugfix for fixup_imports: Enable checking for terminati...
1998-10-31  Rein KlazesDelay linking newly created window in linked list until...
1998-10-31  Rein KlazesSmall bug in FILE_InUse does not do a release on every...
1998-10-31  Marcus MeissnerlpszName of NULL is handled (removes some warnings).
1998-10-31  Marcus MeissnerNow allows specification of a start directory on the...
1998-10-31  Marcus MeissnerGets rid of the arch-dependent bit operations (tested...
1998-10-28  Juergen SchmiedA dest buffer was printed out as string.
1998-10-28  Juergen SchmiedCorrected 2 wrong definitions.
1998-10-28  Patrick SpinlerAdded stubs for Process32First/Process32Next.
1998-10-28  François GougetFixed some LPPOINT/LPSIZE mismatches and some missing...
1998-10-28  Huw D M DaviesAdded pBitmapBits and pCreateBitmap to the GDI function...
1998-10-28  Juergen SchmiedNew SHGetSimpleIDListFromPath32AW.
1998-10-28  Justin BradfordIExtractIcon had an extra c in a struct definition.
1998-10-28  John RichardsonAdded entry for DirectPlayEnumerate.
1998-10-28  Juergen SchmiedAdded Slovak nls-resources.
1998-10-28  Huw D M DaviesFixed differences between SetRectRgn16 and SetRectRgn32...
1998-10-27  Marcus MeissnerEnumDisplayModes* returns a static list of modes with...
1998-10-27  Marcus MeissnerStub for midiOpenStream (helps hexen2demo).
1998-10-27  Robert PouliotSmall patch for better French support.
1998-10-27  Robert PouliotAdded French language support.
1998-10-27  Ulrich WeigandBugfix: memory overwrite bug.
1998-10-26  NF StevensA couple of TRACE messages are missing a newline at...
1998-10-26  Pascal Cuoq32-bit clipboard support.
1998-10-26  Ulrich WeigandBugfix for QUEUE_Signal: Always use PostEvent if no...
1998-10-26  NF StevensFixed a minor problem with the menus for mdi child...
1998-10-26  Marcus MeissnerRemoved no longer necessary commented out code, destroy...
1998-10-26  Marcus MeissnerAnon shared mapping fixed for file sharing.
1998-10-25  Alexandre JulliardRelease 981025. wine-981025
1998-10-25  Andreas MohrFixes for LANG_NEUTRAL.
1998-10-25  Alexandre JulliardAdded some padding to the PDB for ill-behaving apps...
1998-10-25  Jonathan BuzzardAdded a new debugging channel io to allow read/writes...
1998-10-25  David FaureReplaced 0x00 with 0x01 in the vkey->sancode array...
1998-10-25  Douglas RidgwayAPI Documentation for SendMessage, GetTickCount, PostQu...
1998-10-25  Marcus MeissnerDelete the filename for the mapping instantly.
1998-10-25  Michael PooleStub for SHSimpleIDListFromPath.
1998-10-25  Alexandre JulliardFixed bug in SwitchStackTo.
1998-10-24  Patrik StridvallCheck if scrollbar and parent are visible before redraw.
1998-10-24  Kai MorichAdded Drag*32 functions.
next