wine
1999-09-10  Marcus MeissnerAdded stub for WIN32S16.EXP1 (most likely LoadPeResourc...
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-05  Eric PouechUpdated to new MM header organization.
1999-09-05  Eric PouechMoved DDK level material to new include/mmddk.h file.
1999-09-05  Eric PouechUpdated to new MM header organization.
1999-09-05  Juergen LockFix %fs for signal handlers in the FS_sig undefined...
1999-09-05  Ron RecordAdded support of __thr_errno for reentrance on UnixWare.
1999-09-05  Richard CohenNo longer needs to calculate its own character size.
1999-09-05  Richard CohenConsequential changes to default system font sizes
1999-09-05  Richard CohenVarious fixes for the X11 font mapper, particularly:
1999-09-05  Francis BeaudetUse a special value in the hotspot coordinate to identi...
1999-09-05  Pierre MageauModified CBDropDown to find the best height of the...
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-09-04  Uwe BonnesAllow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
1999-09-04  Huw D M DaviesAdded type PWORD.
1999-09-04  Huw D M DaviesAdded loads of types, defines and declarations to winsp...
1999-09-04  Francois BoisvertFixed the height of items in the lookin combobox of...
1999-09-04  Stephane LussierInitialize the enabling state variable in the edit.
1999-09-04  Noomen HamzaThe fast window frame size should be the same as the...
1999-09-04  Huw D M DaviesFixed compiler warnings.
1999-09-04  Huw D M Davieslstrncmpi isn't a windows API, use strncasecmp instead.
1999-09-04  Alexandre JulliardFixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard...
1999-09-04  Alexandre JulliardAdded missing HFONT type.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-04  Guy AlbertelliFixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
1999-09-04  Thuy NguyenGive applications a copy of the property sheet dialog...
1999-09-04  Marcus MeissnerRelay exclude lists were not working due to some CharUp...
1999-09-04  Huw D M Davieswinspool -> winspool.drv
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.
next