wine
2000-09-26  Marcus MeissnerFixed some commctl header issues reported in newsgroup.
2000-09-26  Alexandre JulliardA few includes cleanup.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-24  Gerard PatelLocks the virtual views linked list.
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-09-24  Hidenori TakeshimaUse appropriate charset if facenames of font is known.
2000-09-24  Gerard PatelIn WM_DRAWITEM, always calls the app with a valid curre...
2000-09-24  Alexandre JulliardImproved support for vm86 mode.
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-24  Francois GougetAdded set WS_CHILD and CCS_TOP to the toolbar's style.
2000-09-24  Francois GougetThe size of the comctl32 internal bitmaps is 24x24...
2000-09-24  Francois GougetFilenames may contain '/' and '\'.
2000-09-22  Chris MorganPaint background before drawing item and subitems....
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-22  Roberto Augusto... Added S_ISFIFO check for Solaris.
2000-09-22  Francois GougetAdded a macro for _declspec (backward compatibility...
2000-09-22  Francois GougetMust include 'stdlib.h'.
2000-09-22  Francois GougetAdded HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
2000-09-22  Huw D M DaviesPaper size and orientation prop sheet for wineps.
2000-09-22  Susan FarleyAdded support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and...
2000-09-22  Andreas MohrFixed WinExec16 to handle quoted filenames correctly.
2000-09-22  Damyan OgnyanoffIErrorInfo is now derived from IUnknown.
2000-09-22  Aric StewartCorrect some situations with listview selections. Speci...
2000-09-22  Francois GougetAdded a few missing macros, types and prototypes.
2000-09-22  Francois GougetNew file. All RC files generated by VC6 include afxres...
2000-09-22  Andreas MohrSpelling, trace fixes.
2000-09-22  Andreas MohrAdded SetLastError() in GetEnvironmentVariableA.
2000-09-22  Damyan OgnyanoffAdded error correction when using symbol offsets.
2000-09-22  Eric PouechFixed reentrancy issues in play/stop operations.
2000-09-22  Huw D M DaviesFix PrintDlg collate icons. Add orientation icons.
2000-09-22  Huw D M DaviesStubs for shlwapi.151 and shlwapi.153.
2000-09-22  Huw D M DaviesStub for CoIsOle1Class.
2000-09-22  Huw D M DaviesSet close on exec() flag at times when we leave /dev...
2000-09-22  Susan FarleyAdded support for FLATBUTTON style tabs.
2000-09-22  Andreas MohrAdd FIXMEs for all these nice completely unimplemented...
2000-09-22  Andreas Mohrfixed the win95 registry loader to have somewhat strict...
2000-09-22  Chris MorganFixed button image to be offset to the center of the...
2000-09-22  Chris MorganChanged RedrawWindow()'s to InvalidateRect()'s. Redraw...
2000-09-22  Chris MorganFix behavior of TVS_SINGLEEXPAND style broken in Corel...
2000-09-22  Francois GougetRaised MAX_DLLS to 100.
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-19  Rein KlazesCatch EXCEPTION_PRIV_INSTRUCTION exception too.
2000-09-19  Stephane LussierNotification NM_CLICK, NM_RCLICK and NM_DBLCLK sent...
2000-09-19  Andreas MohrFixed window lock problem in SetMenu().
2000-09-19  Alexandre JulliardHenning Hoffmann
2000-09-19  Gerard PatelAvoid infinite loop if QueryPathOfRegTypeLib is called...
2000-09-18  Alexandre JulliardMisc cleanups.
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-18  Chris MorganChange FIXME("Button size set after button in toolbar...
2000-09-18  Gerald PfeiferRemove unused local variable in DGA_IDirectDrawSurface4...
2000-09-18  Mike McCormack- removed redundant functions COMM_Get(Read/Write)Fd
2000-09-18  Andreas Mohr- prefer wineinstall
2000-09-18  Mike McCormackFixed incorrect arg count in SHGetSettings that causes...
2000-09-18  Stephane LussierSorting items in a listview using LVW_SORTITEMS is...
2000-09-16  Alexandre JulliardRemoved a coupld of unused functions in the Callout...
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-09-16  John GilmoreCleaned it up so that code paths which have unsupported...
2000-09-16  Andreas MohrAdded VirtualAllocEx.
2000-09-16  Hidenori TakeshimaAdded GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
2000-09-16  Andreas MohrFixed tab control to use HTTRANSPARENT when mouse hits...
2000-09-16  Andreas MohrSilence some bogus error message.
2000-09-16  Jeremy WhiteAdjusted to allow MFC compilation; prevent definition...
2000-09-16  Jeremy WhiteAdded PWNDCLASS definition.
2000-09-16  Stephane LussierAllow having a transparent background text color for...
2000-09-16  Dimitrie O... Use the system local time if lpTime=NULL.
2000-09-13  Ulrich WeigandUpdate ESP correctly on return from flat thunk routines.
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-13  Huw D M DaviesAdd some Str* prototypes to shlwapi.h.
2000-09-13  Chris MorganMerged main Wine changes into Corel's treeview control...
2000-09-13  Serge Ivanov(Merged by Marcus Meissner <marcus@jet.franken.de>)
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-09-12  James HathewayKDE 1.x has problems with using XShapeCombineMask when...
2000-09-12  Gerard PatelSetScrollInfo : don't show/hide scrollbar if no paramet...
2000-09-12  Alexandre JulliardAdded missing __volatile__.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-12  Andreas Mohr"implemented" GetSystemTimeAdjustment.
2000-09-12  Huw D M DaviesDon't try to delete a wndclass background brush if...
2000-09-12  Mike McCormackMake sure NC_HandleNCCalcSize returns a valid rectangle.
2000-09-12  Chris MorganHide the vertical scrollbar when listview style is...
2000-09-12  Jeremy WhiteAdd WM_USERCHANGED.
2000-09-12  Uwe BonnesUse tpXXX instead of tbXXX in tagTHREADENTRY32.
2000-09-12  Lionel UlmerFixed DGA / DGA 2 palette creation.
2000-09-12  Gerard PatelFix a memory leak in X11DRV_GetTextExtentPoint.
2000-09-10  Alexandre JulliardRelease 20000909. wine-20000909
2000-09-10  Alexandre JulliardAdded WINESERVER environment variable to allow overridi...
2000-09-10  Alexandre JulliardRemoved chdir("/") until we have proper Unix cwd manage...
2000-09-10  Alexandre JulliardImplemented RtlpWaitForCriticalSection and RtlpUnWaitCr...
2000-09-10  Andreas MohrFixed NE_LoadExeHeader error handling.
2000-09-10  Eric PouechFixed loader - broken search for already loaded modules.
2000-09-10  Eric PouechFixed fallback code for StretchBlt on RLE DIBs with...
2000-09-09  Marcus MeissnerFixed bdftopcf command.
next