wine
1999-04-25  Eric PouechFixed some bogus infinite expiration time.
1999-04-25  David Luyer- consolidate both cases of !pending in WaitNetEvent
1999-04-25  Ove KaavenMade HeapValidate threadsafe, and added some macros...
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-24  Francis BeaudetImplemented CreateStreamOnHGLOBAL.
1999-04-24  Andreas MohrLet CoSetState() accept state == NULL.
1999-04-24  Juergen SchmiedMade internal format more compatible.
1999-04-24  Juergen SchmiedSmall fixes.
1999-04-24  Guy AlbertelliFix locking with proper calls to WIN_ReleaseWndPtr.
1999-04-24  Ove KaavenDon't malloc/free for every mixing operation, use the...
1999-04-24  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-24  Noomen HamzaSet (when registry loaded) data to "\0" and length...
1999-04-24  Huw D M DaviesAdded Panose defines and EXTLOGFONT[A|W].
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-22  Adrian ThurstonICOMization of remaining interfaces.
1999-04-22  Noel BorthwickFixed bug with tooltips stealing focus whenever a toolt...
1999-04-22  Karl LessardFixed coordinates conversion in OffsetClipRgn.
1999-04-22  Adrian ThurstonClean up objbase.h. Makes the STDMETHOD set of macros...
1999-04-22  Marcus MeissnerCreateSocketHandle,GetHandleContext,SetHandleContext...
1999-04-22  Juergen SchmiedMoved stuff to the right place.
1999-04-22  Gerard PatelFixed syscolors for win 3.1.
1999-04-22  Ulrich WeigandAdded missing profile KERNEL routines (call 32-bit...
1999-04-22  Ulrich WeigandBugfix: BUILTIN_GetEntryPoint16 didn't work correctly...
1999-04-22  Huw D M DaviesAdd Enhanced MetaFile record structures.
1999-04-22  Thuy NguyenFirst patch implementing property sheets.
1999-04-22  Ulrich WeigandBugfix: GDI32.100-104 are ordinal-only routines.
1999-04-22  Ulrich WeigandAdded prototypes (stubs) for GDI32.100-104.
1999-04-22  Juergen Schmied- more checks for valid pidl formats
1999-04-22  Juergen Schmied- corrected parameter count for SHGetSettings
1999-04-22  Gerald Pfeifer#else branch compile fix.
1999-04-22  Bertho StultiensChange wine's dlopen search-patch strategy not using...
1999-04-22  Francis BeaudetAdded a check for a NULL pointer in CoFreeUnusedLibraries.
1999-04-22  Marcus MeissnerInclude debug.h last (ERR() macro problem on Solaris).
1999-04-22  Francis BeaudetFixed a sizing bug in the combobox control.
1999-04-22  Ulrich WeigandBugfix: Internal NE entry point tables were bad (one...
1999-04-22  Noomen HamzaInitialize the output buffer parameters to 0 in RegQuer...
1999-04-22  Bertho StultiensDo not increment module refCount if self is loaded...
1999-04-21  Juergen Schmied- protect TRACE against NULL-ptr
1999-04-21  Juergen SchmiedFixed typo.
1999-04-21  Bertho StultiensReimplementation of GetModuleHandle16 according to...
1999-04-21  Bertho StultiensCorrected wrong return values of built-in loader to...
1999-04-19  Huw D M DaviesImplemented recording of StretchDIBits and SetDIBitsToD...
1999-04-19  Bertho StultiensRemoved non-portable hacks and replaced them with more...
1999-04-19  Paul MillarCode added to re-evaluate stale DC information in DCE...
1999-04-19  Bertho StultiensAttach notifications must be send after all recursive...
1999-04-19  Patrik StridvallFixed typo.
1999-04-19  Eric PouechFixed playing position when required by track number.
1999-04-19  Marcus MeissnerAdded MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit...
1999-04-19  Marcus MeissnerNative toolhelp will not work (missing GLOBALMASTERHANDLE).
1999-04-19  Marcus MeissnerUpdated.
1999-04-19  Gerard PatelTest for static was reversed.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Alexandre JulliardRemoved extra call to TASK_StartTask.
1999-04-18  Alexandre JulliardRemoved check for union semun; cleaned up a bit.
1999-04-18  Alexandre JulliardAdded env ptr to new_process request
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-18  Robert W HallMake DOSFS_MatchLong match a search string ending in...
1999-04-18  Eric PouechFixed memory freeing.
1999-04-18  Alexandre JulliardRenamed cmdlgr.h to cmdlgtst.h.
1999-04-18  Alexandre JulliardAdded timeout to critical section waiting.
1999-04-18  Ulrich WeigandMerged Linux/FreeBSD reentrant errno handler, added...
1999-04-18  Ulrich WeigandReentrant libc check for Solaris added.
1999-04-18  Alexandre JulliardFixed toolhelp routines usage in GetModuleFromPath...
1999-04-18  Ove Kaaveninstall script, which automatically configures and...
1999-04-18  Eric PouechProperly handling cases like calling SetWindowPos while...
1999-04-18  Eric PouechFixed a few bugs (typos from cut & paste & invalid...
1999-04-18  Eric PouechBug fix in GetLen.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Bertho StultiensUpdated commandline changes of -dll option and wine...
1999-04-18  Bertho StultiensUpdated the example with the new configuration entries.
1999-04-18  Bertho StultiensBugfix: free loaded library not before exit.
1999-04-18  Bertho StultiensNew files to support load order and partial stubs for...
1999-04-18  Huw D M DaviesFixes for upside-down DIBs.
1999-04-18  Lionel UlmerChanged 'GetDisplayMode' to return the mode previously...
1999-04-18  Luc Tourangeau-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
1999-04-18  Pavel RoskinLookupIconIdFromDirectoryEx16() fixed: if GetSystemPale...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-18  Juergen SchmiedLoading color values from the registry fixed.
1999-04-18  Brian Gerst- Removed all floating point math.
1999-04-18  Eric PouechReduced fragment size.
1999-04-18  Michael VekslerSimplify propertyNameCmp() and fix a warning in the...
1999-04-18  Keith MatthewsDdeNameService: expansion of stub to trap unused instan...
1999-04-18  Uwe BonnesDon't announce the WNetDirectoryNotify capability WNetG...
1999-04-18  Michael VekslerAdd "win.h" to fix implicit function declaration warnings.
1999-04-18  Marcus MeissnerOnly declare console "driver" once, use external refs...
1999-04-18  Luc TourangeauWhen the vertical scrollbar is removed, the background...
1999-04-18  Marcus MeissnerDisable AC bit on receiving alignment exceptions.
1999-04-18  Juergen SchmiedSystemParametersInfo SPI_GETNONCLIENTMETRICS: implement...
1999-04-18  Noel BorthwickWhile handling the WM_DELETEWINDOW client message check...
1999-04-18  Noel BorthwickMake access to the DCE list thread safe by ensuring...
1999-04-16  Alexandre JulliardChanged for renamed files
1999-04-16  Michael VekslerFixed warnings.
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-16  Marcus MeissnerAdd -fno-builtin when compiling with gcc in relay32...
1999-04-16  Andreas Mohr- Implemented proper ("real", compressed) Win16 entry...
1999-04-16  Robert PouliotA few patches to help Wine to compile on OS/2.
1999-04-15  Huw D M DaviesChange (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s...
1999-04-15  Ove Kaaven_CIpow argument order was confirmed with Starcraft...
1999-04-15  Ove KaavenClarified a few points.
next