wine
1999-09-04  Uwe BonnesImplemented StrCmpNIA like the other StrCmpXX functions.
1999-09-04  Thuy NguyenResolve environment variable when enumerating values.
1999-09-04  Pascal LessardThe format rect is recalculated for each font change...
1999-09-03  Karl LessardIan Ward
1999-09-03  Francois BoisvertSome <open> features in the file dialog 95.
1999-09-03  Ulrich WeigandRemoved global variable pCurrentTeb.
1999-09-03  Ulrich WeigandHEAP_Commit/Decommit were assuming a page size of 4KB
1999-09-03  Huw D M DaviesA few more DC_ defines from Win2000.
1999-09-03  Huw D M DaviesCheck that lpCreate->lpszName is non-NULL.
1999-09-03  Marcus MeissnerMore restrictive checks, so DIALOG_IsAccelerator don...
1999-09-03  Pascal LessardMenu hides when clicked for a second time.
1999-09-03  Richard Cohen- select the font into the dc before calculating the...
1999-09-03  Stephane LussierKeep the enable state in the edit structure instead...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-09-03  Richard CohenMake stock fonts independent of mapping mode.
1999-09-03  Francis BeaudetRemoved truncating errors that happen when converting...
1999-09-03  Abey GeorgeCheck new coordinates received in WM_NCCALCSIZE message.
1999-09-03  Francis BeaudetSlight 1 pixel adjustment on the position of the radio...
1999-09-03  Eric PouechFixed off by one allocation errors.
1999-09-03  Pascal LessardThe backspace is now handled in the WM_CHAR message.
1999-09-03  Francis BeaudetMake sure that all MDI children have the WS_EX_MDICHILD...
1999-09-03  Marcus MeissnerFixed prototype order.
1999-09-03  Juergen LockFix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-09-03  Eric PouechFixed crash.
1999-09-03  Francis BeaudetFixed the support for the close button in the ShellAbou...
1999-09-03  Klaas van GendAdded Dutch resources for PrintDlg32.
1999-09-03  Klaas van GendCompleted PrintDlg32 resource stringtable.
1999-09-03  Francis BeaudetAdded sanity checks in the cleanup code.
1999-09-03  Guy AlbertelliCompleted GetKeyNameText for non-character keys.
1999-09-03  Francois BoisvertMake directories name appear in the BrowseForFolder...
1999-09-03  Eric PouechDo not remove .drv from filenames.
1999-09-03  Francis BeaudetFixed a little positioning bug with the checkbox.
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
1999-09-03  Michael McCormackChanged snprintf to wsnprintfA to remove unresolved...
1999-09-03  Marcus MeissnerImplemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by...
1999-09-03  Marcus MeissnerUse in GetClassInfoW the same hack for systemclasses...
1999-09-03  Marcus MeissnerHandle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
1999-09-03  Gerard PatelImplemented wParam of WM_PAINT msg for edit control.
1999-09-03  Huw D M DaviesFix off by one error in WINSPOOL_GetOpenedPrinterA.
1999-09-03  Marcus Meissnersubkey_found did not search for _all_ sub keys.
1999-08-21  Francois BoisvertImplemented basic browsing in the file name edit of...
1999-08-21  Stephane LussierAvoid changing the activation state in EnableMenuItem.
1999-08-21  Alexandre JulliardFixed #ifdef symbol for PowerPC.
1999-08-21  Eric PouechOnly declare DateStyle in a single compilation unit.
1999-08-21  Pascal LessardAdded the case of a user defined icon for the sysbutton...
1999-08-21  Rein KlazesFixed typelib reading to correctly use the offset of...
1999-08-21  Kristian NielsenFixed CreateDIBSection() called with negative height...
1999-08-21  Stephane LussierThe paint rectangle return in the PAINTSTRUCT in BeginP...
1999-08-21  Rein KlazesMake sure that an empty string never matches a listbox...
1999-08-21  Uwe BonnesAlignment fix.
1999-08-21  Eric PouechFixed crash when accessing sysmenu.
1999-08-21  Eric PouechReally do a silent backtrace when requested.
1999-08-21  Eric PouechDo not set the address if the symbol is still tagged...
1999-08-21  Eric PouechAdded support for N_BINCL and N_EINCL instructions.
1999-08-18  Ulrich WeigandUse typedef to work around egcs problem.
1999-08-18  Michael VekslerRemoved unnecessary includes from ole related files.
1999-08-18  Ulrich WeigandAdapted to WOW changes.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-18  Eric PouechFixed internal buffer for 16 bit mmio MEM files.
1999-08-18  Eric Pouech- some errors in cleaning up values returned by MCI...
1999-08-18  Thuy NguyenImplemented the PSH_USEICONID/PSH_USEHICON and the...
1999-08-18  Ulrich WeigandBugfix: EFlags were passed incorrectly by CallFrom16Reg...
1999-08-18  Ulrich WeigandBugfix: restore STACK16FRAME fields in SwitchStackBack16.
1999-08-18  Bertho StultiensWrc did not check any IDs which are only 16 bit. Common...
1999-08-15  Alexandre JulliardRelease 990815. wine-990815
1999-08-15  Steve TibbettFixed cursor stretch code.
1999-08-15  Uwe BonnesInhibit wraparound in comparison.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-15  Patrik StridvallGCC 3.0 has not been released yet, but it is good to...
1999-08-15  Juergen SchmiedAdded resolution of LVM messages.
1999-08-15  Gerard PatelAdded protection against possible memory corruption.
1999-08-15  Steve TibbettFixed cursor selection to find the correct cursor when...
1999-08-15  Thuy NguyenReplaced a static ten element array with a dynamic...
1999-08-15  Gerard PatelFix special case when no printer installed.
1999-08-15  James JuranNew routine DllEntryPoint for shell.dll. Loads shell32...
1999-08-15  Uwe BonnesFixed alignment.
1999-08-15  Pascal LessardEM_SETSEL scrolls if outside of the visible range.
1999-08-15  Alexandre JulliardRemoved RCS keyword.
1999-08-15  Juergen SchmiedMore use of rc files for strings and menus, fixes....
1999-08-15  Juergen SchmiedNew interface: DropSource.
1999-08-15  Juergen SchmiedBetter DropTarget.
1999-08-15  Juergen SchmiedImplemented SHGetFileInfo better.
1999-08-15  Juergen SchmiedProtect cache with critical section.
1999-08-15  Juergen SchmiedQueryGetData, EnumFormatEtc implemented.
1999-08-15  Juergen SchmiedFixed mapping of file extensions to text.
1999-08-15  Juergen SchmiedFixed ascii/unicode issue for naming of the mutexes.
1999-08-15  Juergen SchmiedFirst implementation of GetCharacterPlacementA.
1999-08-15  Thuy NguyenImplemented the WM_SETICON and WM_GETICON messages.
1999-08-15  Morten EriksenFIXME on unimplemented feature made less obtrusive.
1999-08-15  Pascal LessardNow the conversion in the blt functions round up the...
1999-08-15  James JuranDocument use of "init" in build-spec.txt, and make...
1999-08-15  Michael KarcherMake sure we have a dgroup before patching prologs.
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-15  Ulrich WeigandCallTo16... / CallFrom16... Wine thunks reorganized:
1999-08-14  Uwe Bonnes- implemented GetCommModemStatus
1999-08-14  Morten EriksenMade GetVersionEx() behave in accordance with the speci...
1999-08-14  Mark G. AdamsAdded stub for DrawDibClose.
1999-08-14  Francis BeaudetFixed the look of the combobox's drop down button when...
next